.wrapper{
    position: relative;
}
.wrapper.about {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 230px;
}

@media only screen and (max-width: 959px) {
  .wrapper.about {
    justify-content: flex-start;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper.about {
    flex-wrap: wrap;
  }
}

body .wrapper .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media only screen and (max-width: 1024px) {
    body .wrapper .container {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
    }
  }
  body .wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
/* top navigation instr common*/
.cont-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 15px;
  }
  .productNav .separator {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e9ebf2;
  }
  @media (max-width: 1045px) {
    .productNav .separator {
      left: 15px;
      width: calc(100% - 30px);
    }
  }
  .productNav .home {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px 0;
  }
  .productNav .home figure {
    display: flex;
    align-items: center;
  }
  .productNav .home span {
    white-space: nowrap;
    margin-left: 18px;
    transition: 0.2s linear;
  }
  .productNav .mask-container {
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    margin: 0 -20px 0 20px;
    -webkit-mask-image: linear-gradient(
            90deg,
            transparent,
            #000 20px,
            #000 calc(100% - 20px),
            transparent
    );
  }
  .productNav .mask-container,
  .productNav ul {
    display: flex;
    align-items: center;
  }
  .productNav ul {
    overflow: auto;
    -webkit-mask-image: linear-gradient(
            180deg,
            #000,
            #000 calc(100% - 10px),
            transparent calc(100% - 10px),
            transparent
    );
    padding: 0 0 10px 0;
  }
  .productNav li {
    padding: 0 21px;
  }
  @media (max-width: 991px) {
    .productNav li {
      padding: 0 10px;
    }
    .productNav li:first-child {
      padding-left: 20px;
    }
    .productNav li:last-child {
      padding-right: 20px;
    }
  }
  .productNav li a {
    letter-spacing: 0.7px;
    transition: 0.2s linear;
  }
  /* end of navigation common*/
  /* top navigation instr insights*/
.productNav-insights {
    position: absolute;
    width: 100%;
    top: 65px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    z-index: 9;
  }
  @media screen and (max-width: 768px) {
    .productNav-insights {
      top: 59px;
    }
  }

  .productNav-insights ul {
    margin-bottom: 0;
  }
  .productNav-insights .separator {
    background: #E9EBF2;
  }
  .productNav-insights .home .insights_log{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FF7417;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .productNav-insights .home span {
    color: #FF7417;
  }
  .productNav-insights li a {
    color: #6B6B6B;
  }
  .productNav-insights li:nth-child(2) a {
    color: #5c1e02;
  }
  .productNav-insights .home span:hover,
  .productNav-insights li a:hover {
    color: #5c1e02;
  }

  .insights_bg_top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 775px;
    transform: skewY(-12deg);
  }
  .insights_gray1{
    height: 4000px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f8fc;
  }
  .insights .main {
    min-height: 885px;
  }

  .insights .main .hr {
    width: 100%;
    height: 1px;
    background: #E9EBF2;
    opacity: 0.37;
    margin-top: 13px;
    margin-bottom: -14px;
  }

  .insights .main .main-double {
    margin-right: 9px;
    display: flex;
    padding-top: 60px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  /* .insights .main .main-title {
    font-size: 51px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #32325D;
  } */

  .insights .main .main-title span{
    color: #FF7417;
  }

  .insights .main .main-text {
    /* font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #525F7F; */
    margin-top: 24px;
    width: 87%;
  }
  .insights .main .main-double .main-left {
    margin-top: 63px;
    width: 61%;
  }

  .insights .button{
    display: inline-block;
    margin: 40px 0 0 0;
    /* height: 40px;
    width: 150px;
    box-sizing: border-box;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 3px;
    border: none;
    background: #393968;
    box-shadow: 2px 2px 5px rgba(182, 182, 218, 0.7), -4px -4px 5px #ffffff;
    transition: 0.2s linear;
    white-space: nowrap; */
    
  }

  .insights .main .main-double .main-right {
    margin-top: 16px;
    width: 39%;
    overflow: hidden;
    height: 100%;
  }

  .insights .main .main-double .main-right img {
    position: absolute;
    width: 74%;
    left: auto;
    top: 80px;
  }

  .insights_box_l{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22%;
    height: 130px;
  }
  .insights_boxes1,
  .insights_boxes2{
    height: calc(100% / 2);
    position: absolute;
  }
  .insights_box_l .insights_box1{
    background: #FF7417;
    width: 56%;
    bottom: 0;
  }
  .insights_box_l .insights_box2{
    background: #FBBF4C;
    left: 56%;
    width: 42%;
    bottom: 0;
  }
  .insights_box_l .insights_box3{
    background: #FFD9BF;
    bottom: calc(-100% / 2);
    width: 62%;
    left: 15%;
  }
  .insights_box_r{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 130px;
  }
  .insights_box_r .insights_box1{
    border: 2px solid #DDE6EF;
    width: 25%;
    bottom: 360px;
    right: 12%;
  }
  .insights_box_r .insights_box2{
    background: #E2E8EE;
    width: 25%;
    bottom: 300px;
    right: 7%;
  }
  .insights_box_r .insights_box3{
    background: #FF7417;
    bottom: calc(-100% / 2);
    width: 25%;
    right: 0;
  }
  .insights_box_r .insights_box4{
    background: #FBBF4C;
    bottom: -100%;
    right: 10%;
    width: 60%;
  }
  .insights_box_r .insights_box5 {
    border: 2px solid #DDE6EF;
    right: 20%;
    bottom: -160%;
    width: 22%;
  }
  .insights_box_r .insights_box6{
    background: #F4F7F9;
    left: 0;
    width: 18%;
    bottom: -100%;
  }
  .insights_title_top .insights-text{
    /* font-weight: 500;
    font-size: 28px; */
    text-align: center;
    /* text-transform: uppercase;
    color: #3F3F67; */
    margin: 40px auto 0;
  }
  body .wrapper .insights_title_top .insights_title_top__img{
    margin: 0 auto;
    width: 82px;
  }
  body .wrapper .insights_title_top .insights_title_top__img .p1{
    animation: animp1 6s linear infinite;
  }
  body .wrapper .insights_title_top .insights_title_top__img .p2{
    animation: animp2 6s linear 0.75s infinite;
  }
  body .wrapper .insights_title_top .insights_title_top__img .p3{
    animation: animp3 6s linear 1.5s infinite;
  }
  @keyframes animp1{
    from{
      y: 40px;
      height: 16px;
    }
    20%{
      y: 50px;
      height: 6px;
    }
    40%{
      y: 50px;
      height: 6px;
    }
    60%{
      y: 40px;
      height: 16px;
    }
    to{
      y: 40px;
      height: 16px;
    }
  }
  @keyframes animp2{
    from{
      y: 33px;
      height: 23px;
    }
    20%{
      y: 50px;
      height: 6px;
    }
    40%{
      y: 50px;
      height: 6px;
    }
    60%{
      y: 33px;
      height: 23px;
    }
    to{
      y: 33px;
      height: 23px;
    }
  }
  @keyframes animp3{
    from{
      y: 26px;
      height: 30px;
    }
    20%{
      y: 50px;
      height: 6px;
    }
    40%{
      y: 50px;
      height: 6px;
    }
    60%{
      y: 26px;
      height: 30px;
    }
    to{
      y: 26px;
      height: 30px;
    }
  }
  .insights .second.wrapper .second-triple {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .insights .second.wrapper .second-triple .item {
    flex: 0 1 calc(100% / 3 - 80px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .insights .second.wrapper .second-triple .item .text-container {
    margin-top: 24px;
  }
  /* .insights .second.wrapper .second-triple .item .text-container .item-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #32325d;
  } */
  .insights .second.wrapper .second-triple .item .text-container .item-text {
    /* font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #6b7c93; */
    margin-top: 16px;
  }
  .mobile_insights_img{
    display: none !important;
  }
  @media only screen and (max-width: 1680px) {
    .insights .main .main-double .main-right img {
      width: 66%;
      top: 110px;
    }
    
    .insights_box_l,
    .insights_box_r{
      height: 110px;
    }
    .insights_facts_bg_l1,
    .insights_facts_bg_l2,
    .insights_facts_bg_r1,
    .insights_facts_bg_r2,
    .insights_facts_bg_r3,
    .insights_facts_bg_r4{
      height: 55px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .insights .main .main-double .main-right img {
      width: 560px;
      top: 170px;
    }
  }
  @media only screen and (max-width: 1180px) {
    .insights .main .main-text{
      width: 100%;
    }
    .insights .main .main-double{
      flex-wrap: wrap;
    }
    .insights .main .main-double .main-left {
      width: 100%;
    }
    .insights .main .main-double .main-right img {
      top: 80%;
      right: 0;
    }
    .insights_box_r .insights_box1,
    .insights_box_r .insights_box2{
      display: none;
    }
  }
  @media only screen and (max-width: 1023px) {
    .insights .main .main-double .main-right img {
      width: 396px;
    }
    .insights_box_r .insights_box5{
      display: none;
    }
    .insights .second.wrapper .second-triple .item {
      flex: 0 1 calc(100% / 3 - 20px);
    }
  }
  @media only screen and (max-width: 991px) {
    /* .about-block__title, .insights .facts .title{
      font-size: 48px;
    } */
  }

  @media only screen and (max-width: 959px) {
    .insights .main .main-double .main-left {
      margin-top: 40px;
    }

    .insights .button {
      margin: 40px 0 0 0;
    }
    .insights_bg_top {
      min-height: 635px;
    }
    .insights_box{
      height: 40px;
    }

    .insights .main .main-double .main-right img {
      width: 72%;
      right: 0px;
      top: 87%;
    }
    .insights .main {
      min-height: 880px;
    }
    .insights_title_top .insights-text {
      margin: 47px auto 0;
    }
    .insights .second.wrapper .second-triple {
      margin-top: 60px;
      margin-bottom: 45px;
    }

  }
  @media only screen and (max-width: 767px) {
    .insights .second.wrapper .second-triple .item {
      flex: 0 1 100%;
      margin-bottom: 35px;
    }
    .insights .second.wrapper .second-triple {
      flex-direction: column;
    }
  
    .insights .main {
      min-height: 775px;
    }
  }
  @media only screen and (max-width: 580px) {

    .insights .main .main-double .main-left {
      margin-top: 10px;
    }
    .insights .main .main-text {
      margin-top: 22px;
    }
    .desctop_insights_img{
      display: none !important;
    }
    .mobile_insights_img{
      display: block !important;
    }
    .insights .main {
      min-height: 856px;
      overflow: hidden;
    }
    .insights .button {
      margin: 34px 0 0 0;
    }
    .insights_bg_top {
      min-height: 640px;
    }
    .insights_box_r{
      display: none;
    }
    body .wrapper .insights_title_top .insights_title_top__img svg{
      width: 54px;
      height: 54px;
    }
    .insights_title_top {
      margin-top: -85px;
      padding-top: 0;
    }
    .insights_title_top .insights-text {
      margin: 20px auto 0;
    }
    .insights .second.wrapper .second-triple {
      margin-top: 40px;
      margin-bottom: 0;
    }
    .insights .second.wrapper .second-triple .item .text-container {
      margin-top: 10px;
    }
    .insights .second.wrapper .second-triple .item {
      margin-bottom: 45px;
    }
    .insights_box_l{
      width: 46%;
    }
  }


















  @media only screen and (max-width: 768px) {
    .insights .main .main-double {
      flex-direction: column-reverse;
      align-items: center;
    }
  }

  @media only screen and (max-width: 768px) {
    .insights .main .hr {
      position: absolute;
      top: 45px;
      left: 0;
    }
  }
  .insights .main .top-inst {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .insights .main .top-inst_right a {
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
  }
  @media only screen and (max-width: 768px) {
    .insights .main .top-inst {
      margin-top: 45px;
    }
  }
  .insights .main .top-inst .img-wrapper {
    display: inline-block;
    margin-right: 9px;
  }
  .insights .main .top-inst .img-wrapper .img {
    width: 34px;
    height: 34px;
    background-color: #fff;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .insights .main .top-inst .img-wrapper .img {
      width: 24px;
      height: 24px;
    }
  }
  .insights .main .top-inst .img-wrapper .img img {
    width: 17px;
    height: 17px;
  }
  @media only screen and (max-width: 768px) {
    .insights .main .top-inst .img-wrapper .img img {
      width: 12px;
      height: 12px;
    }
  }
  .insights .main .top-inst span {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  @media only screen and (max-width: 768px) {
    .insights .main .top-inst span {
      font-size: 14px;
    }
    .insights .main .top-inst_right {
      display: none;
    }
  }


  .insights .second.wrapper .second-triple .item .img-wrapper {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p,
  .insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p2,
  .insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p3-1,
  .insights .second.wrapper .second-triple .item .img-wrapper .hov-anim-p3-2{
    transition: 0.3s linear;
  }
  .insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p{
    transform: scale(1.22) translate(-7px, 2px);
  }
  .insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p2{
    transform: scale(1.24) translate(-4px, -5px);
  }
  .insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p3-1{
    transform: scale(0.9);
  }
  .insights .second.wrapper .second-triple .item:hover>.img-wrapper .hov-anim-p3-2{
    transform: scale(1.2) translate(-8px, -8px);
  }
  .insights .second.wrapper .second-triple .item .img-wrapper img {
    margin: 0;
    width: initial;
  }


  /* WORKPLACE BEGINS */
  .insights_about_bg_l{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
  }
  .insights_about_bg_l1{
    background: linear-gradient(253.59deg, #FF7417 -25.11%, rgba(255, 116, 23, 0) 107.86%);
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 245px;
    transform: rotate(-180deg);
  }
  .insights_about_bg_l2{
    background: #FBBF4C;
    position: absolute;
    bottom: -70px;
    width: 68%;
    height: 70px;
  }
  .insights_about_bg_r{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
  }
  .insights_about_bg_r1{
    background: linear-gradient(258.15deg, #FF7417 -1.04%, rgba(255, 116, 23, 0) 105.24%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
  }
  .insights_about_bg_r2{
    background: #FBBF4C;
    position: absolute;
    top: 100px;
    width: 38%;
    height: 70px;
    right: 0;
  }
  .insights_about_bg{
    background: linear-gradient(306.1deg, #FBBF4C 11.2%, #F77A27 82.79%);
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    transform: skewY(-10deg);
    z-index: -1;
  }

  .about-block__container {
    display: flex;
    flex-basis: 50%;
    justify-content: flex-start;
    padding-left: 40px;
  }
  .about-line_img{
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 4px rgba(180, 101, 9, 0.3), -2px -2px 4px rgba(250, 169, 11, 0.7);
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .about-line_img svg {
    margin: 0 auto;
    width: auto;
  }

  .about-block {
    margin-top: 150px;
    max-width: 493px;
    text-align: left;
    margin-right: 33px;
  }
  .about-block__icon {
    width: 72px !important;
    height: 72px;
    margin: 0 !important;
  }
  /* .about-block__title {
    font-size: 51px;
    color: #FFFFFF;
    font-weight: normal;
  } */
  .about-block__text {
    /* font-size: 32px;
    color: #FFFFFF; */
    margin: 24px 0;
  }
  .about-screens {
    position: relative;
    top: 105px;
    right: 0;
    display: flex;
    flex-basis: 50%;
    z-index: 99;
  }
  .about-screens_screen {
    position: absolute;
    top: 13px;
    left: 0;
  }
  .about-screens_screen img {
    margin: 0 !important;
  }

  @media only screen and (max-width: 1680px) {
   


  }

  @media only screen and (max-width: 1023px) {
    .about-screens_screen img {
      height: 475px !important;
    }
  }

  @media only screen and (max-width: 959px) {
    /* .about-block__title{
      font-size: 48px;
    } */
  }

  @media only screen and (max-width: 959px) {
    .about-screens_screen {
      top: -35px;
      left: 0;
      width: 315px;
    }
    .about-screens_screen img {
      height: 405px !important;
    }
    .about-screens {
      flex-basis: 39%;
    }
    .about-block__container {
      flex-basis: 61%;
    }
    .about-block {
      margin-top: 126px;
    }
    .about-block__text {
      margin: 35px 0 15px;
    }
    .insights_about_bg_r1{
      height: 65px;
    }
    .insights_about_bg_r2 {
      top: 65px;
      width: 30%;
      height: 45px;
    }
    .insights_about_bg_l1{
      bottom: -45px;
      height: 145px;
    }
    .insights_about_bg_l2 {
      bottom: -45px;
      width: 68%;
      height: 45px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-block {
      margin-top: 60px;
    }
    /* .about-block__title{
      font-size: 36px;
    } */
  }

  @media only screen and (max-width: 640px) {
    .about-screens {
      flex-basis: 50%;
    }
  }
  @media only screen and (max-width: 580px) {
    .about-block {
      margin-top: 126px;
    }
    .about-screens_screen {
      width: 290px;
    }
    .about-screens_screen img {
      height: 212px !important;
    }
    /* .about-block__title {
      font-size: 30px;
      margin: 0 !important;
      line-height: 1.3;
    } */
    .about-block__text {
      margin: 32px 0 15px;
    }
    .insights_about_bg_r1 {
      height: 30px;
    }
    .insights_about_bg_r2 {
      top: 30px;
      width: 30%;
      height: 30px;
    }
    .insights_about_bg_l1 {
      bottom: -30px;
      height: 80px;
    }
    .insights_about_bg_l2 {
      bottom: -30px;
      width: 68%;
      height: 30px;
    }
    .insights_about_bg_l {
      width: 60%;
    }
    .about-line_img{
      width: 40px;
      height: 40px;
    }
    .about-line_img img{
      max-width: 100%;
    }
  }
  .fake-logo {
    opacity: .5;
    background-color: #0096FF;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15%;
  }
  .dimensions-block {
    width: 265px;
    height: 485px;
    z-index: 99;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    background-color: #dedede;
    position: absolute;
    right: 140px;
    top: -95px;
    border-radius: 7px;
    overflow: hidden;
  }
  .dimensions-block__header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    color: #32325d;
    font-size: 13.2px;
    padding: 10px;
  }
  .dimensions-block__header svg {
    margin: 0;
    width: 50%;
  }
  .dimensions-block__header:after {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(0deg, transparent 0%, #b5b5b5 122%);
  }
  .dimensions-block__header span {
    color: #fb6e52;
  }
  .dimensions-block__body {
    border-top: 1px solid #fff;
    border-radius: 4px;
    height: calc(100% - 65px);
    margin-top: 5px;
    background-color: #ffffff;
    padding: 10px 10px 0;
  }
  @media(max-width: 960px){
    .dimensions-block__body {
      height: calc(100% - 55px);
    }
  }
  .dimensions-block__body_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: #C4C4C4;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  @media(max-width:960px){
    .dimensions-block__body_title{
      font-size: 12px;
    }
  }
  .dimensions-block__body_title svg {
    height: 12px;
    width: 12px;
  }
  .dimensions-block__body_search {
    width: 220px;
    height: 22px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 6px;
  }
  .dimensions-block__body_list {
    overflow: scroll;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1;
    color: #5d5d5d;
    margin: 0;
    width: calc(100% + 10px);
    height: calc(100% - 22px);
    padding-bottom: 10px;
  }
  .dimensions-block__body_list>li{
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 15px;
    line-height: 1;
  }
  @media(max-width:960px){
    .dimensions-block__body_list>li{
      padding: 6px 0 6px 20px;
      font-size: 12px;
    }
  }
  .dimensions-block__body_list>li:first-child::before{
    content: '';
    background: url(../images/insights/clock.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  @media(max-width:960px){
    .dimensions-block__body_list>li:first-child::before{
      width: 12px;
      height: 12px;
    }
  }
  .dimensions-block__body_list .level1{
    cursor: pointer;
  }
  .dimensions-block__body_list .level1::before{
    content: '';
    background: url(../images/insights/title_lev.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s linear;
  }
  @media(max-width:960px){
    .dimensions-block__body_list .level1::before{
      width: 12px;
      height: 12px;
    }
  }
  .dimensions-block__body_list .level1.active::before{
    transform: translateY(-50%) rotate(90deg);
  }
  .dimensions-block__body_list .level1.active+ul{
    height: auto;
  }
  .dimensions-block__body_list .sub-level{
    transition: 0.3s linear;
    overflow: hidden;
    height: 0px;
  }
  .dimensions-block__body_list .sub-level li{
    position: relative;
    z-index: 2;
    padding: 6px 0 6px 50px;
    cursor: pointer;
  }
  @media(max-width:960px){
    .dimensions-block__body_list .sub-level li{
      padding: 6px 0 6px 40px;
    }
  }
  .dimensions-block__body_list .sub-level li::before{
    content: '';
    background: url(../images/insights/icon_a.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  @media(max-width:960px){
    .dimensions-block__body_list .sub-level li::before{
      width: 10px;
      height: 10px;
    }
  }
  .dimensions-block__body_list .sub-level li::after{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 10px);
    top: 0;
    left: -10px;
    z-index: -1;
    background-color: transparent;
  }
  .dimensions-block__body_list .sub-level li.active::after{
    background-color: #DBEDF9;
  }
  .dimensions-block__body_list .sub-level li:hover::after{
    background-color: #DBEDF9;
  }
  .dimensions-block__body_list img {
    display: inline !important;
    width: 12px !important;
    margin: 0 !important;
  }
  .about-line__title {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    justify-content: space-between;
  }

  .about-line__descr {
    /* font-size: 18px;
    color: #FFFFFF; */
    width: calc(100% - 80px);
  }
  .about-line__block{
    position: relative;
    margin-bottom: 24px;
  }
  .about-line__block:before{
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50px;
    bottom: -65px;
    left: 25px;
    z-index: 0;
  }
  .about-line__block:last-child:before{
    display: none;
  }
  @media only screen and (max-width: 1024px) {
    .dimensions-block {
      right: 55px;
    }
  }
  @media only screen and (max-width: 960px) {
    .dimensions-block {
      width: 168px;
      height: 370px;
      overflow: hidden;
    }
    .dimensions-block__header{
      height: 50px;
    }
    .title_lev,
    .level1 li {
      font-size: 11px;
    }
    .level1 {
      padding-left: 25px;
    }
    .title_lev:before {
      left: -28px;
    }
    .fake-logo {
      width: 30px;
      height: 30px;
    }
    .dimensions-block__body_list{
      height: calc(100% - 21px);
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 640px) {
    .dimensions-block {
      right: 0;
    }
  }
  @media only screen and (max-width: 580px) {
    .about-line__descr {
      width: calc(100% - 55px);
    }
    .about-line__block:before{
      left: 20px;
    }
    .about-screens {
      flex-basis: 81%;
    }
    .dimensions-block {
      transform-origin: 100% 50%;
      transform: scale(0.65);
      top: -195px;
    }
  }
  /* WORKPLACE ENDS */



  .insights .base {
    background-color: #f5f8fb;
  }
  .insights .base.last-base {
    background: linear-gradient(
            170deg,
            #f5f8fb 0,
            #f5f8fb 75%,
            transparent calc(75% + 1px),
            transparent 100%
    );
    padding-bottom: 320px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base.last-base {
      padding-bottom: 200px;
    }
  }
  .insights .base .base-title {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7417;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .base-title {
      font-size: 30px;
    }
  }
  .insights .base .base-subtitle {
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #32325d;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .base-subtitle {
      font-size: 17px;
    }
  }
  .insights .base .base-text {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #6b7c93;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .base-text {
      font-size: 15px;
    }
  }
  .insights .base .base-icon {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 0;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .base-icon {
      width: 62px;
      height: 62px;
    }
  }
  .insights .base .base-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .insights .base .base-hr {
    width: 100%;
    max-width: 230px;
    height: 1px;
    background-color: #939da3;
    margin-top: 27px;
    margin-bottom: 15px;
  }
  .insights .base a {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6772e5;
  }
  .insights .base a:hover {
    text-decoration: underline;
  }
  .insights .base .q-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 91px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 {
      flex-direction: column;
      margin-top: 0;
    }
  }
  .insights .base .q-1 .base-title {
    text-align: right;
    padding-right: 39px;
  }
  .insights .base .q-1 .base-icon {
    margin-left: -13px;
    margin-top: 19px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .base-icon {
      margin-left: 0;
    }
  }
  .insights .base .q-1 .right {
    flex: 1 0 293px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .right {
      flex: 0 0 100%;
    }
  }
  .insights .base .q-1 .right .base-title {
    display: none;
    text-align: left;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .right .base-title {
      display: block;
    }
  }
  .insights .base .q-1 .left {
    align-items: flex-end;
    padding-right: 80px;
    position: relative;
    flex: 1 1 100%;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .left {
      display: none;
    }
  }
  .insights .base .q-1 .left img {
    width: 1042px;
    position: absolute;
    right: 8px;
    top: 177px;
    z-index: 1;
  }
  .insights .base .q-1 .base-subtitle {
    margin-top: 36px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .base-subtitle {
      margin-top: 35px;
    }
  }
  .insights .base .q-1 .base-text {
    margin-top: 12px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-1 .base-text {
      margin-top: 22px;
    }
  }
  .insights .base .q-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 116px;
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-2 {
      margin-top: 0;
    }
  }
  .insights .base .q-2 .p-2 {
    position: absolute;
    left: -462px;
    top: 430px;
    width: 407px;
  }
  .insights .base .q-2 .p-20 {
    position: absolute;
    bottom: -191px;
    right: -455px;
    width: 1403px;
    z-index: 1;
  }
  @media only screen and (max-width: 1140px) {
    .insights .base .q-2 .p-20 {
      display: none;
    }
  }
  .insights .base .q-2 .left {
    flex: 1 1 100%;
    margin-top: 147px;
    padding-right: 100px;
    z-index: 100;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-2 .left {
      padding-right: 0;
      margin-top: 0;
    }
  }
  .insights .base .q-2 .left .base-icon {
    margin-bottom: 24px;
    margin-left: -7px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-2 .left .base-icon {
      margin-left: 0;
      margin-bottom: 0;
    }
  }
  .insights .base .q-2 .left .base-subtitle {
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-2 .left .base-subtitle {
      margin-top: 35px;
    }
  }
  .insights .base .q-2 .left .base-title {
    margin-bottom: 29px;
  }
  .insights .base .q-2 .right {
    flex: 1 0 447px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-2 .right {
      display: none;
    }
  }
  .insights .base .q-2 .right img {
    margin-right: -16px;
  }
  .insights .base .q-3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 169px;
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-3 {
      margin-top: 70px;
    }
  }
  .insights .base .q-3 .p-3 {
    position: absolute;
    left: -462px;
    top: 1px;
    width: 668px;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-3 .p-3 {
      display: none;
    }
  }
  .insights .base .q-3 .center {
    flex: 0 1 850px;
    padding-left: 150px;
    z-index: 10;
  }
  @media only screen and (max-width: 768px) {
    .insights .base .q-3 .center {
      padding-left: 0;
    }
  }
  .insights .base .q-3 .center .base-icon {
    margin-left: -6px;
    margin-bottom: 27px;
  }
  .insights .base .q-3 .center .base-title {
    margin-bottom: 12px;
    margin-bottom: 27px;
  }
  .insights .base .q-3 .center .base-subtitle {
    margin-bottom: 13px;
  }
  .insights .facts .container {
    width: 1157px;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .insights .facts .title {
    /* font-size: 51px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal; */
    text-align: right;
    max-width: 998px;
    margin: 40px auto 0;
  }
  .insights .facts .subtitle {
    /* font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal; */
    text-align: right;
    max-width: 998px;
    margin: 24px auto 0;
  }
  .wrapper.facts.facts2 {
    padding-bottom: 70px;
    margin-bottom: 100px;
  }
  .insights_facts_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewY(-12deg);
  }
  .insights_facts_bg_l{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 26%;
  }
  .insights_facts_bg_l1{
    background: #EDF4FB;
    height: 70px;
    width: 33%;
    position: absolute;
    top: 32.5%;
    left: 30%;
  }
  .insights_facts_bg_l2{
    border: 2px solid #FBBF4C;
    height: 70px;
    width: 42%;
    position: absolute;
    top: 26%;
    right: 0px;
  }
  .insights_facts_bg_r{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
  }
  .insights_facts_bg_r1{
    background: #FF7417;
    height: 70px;
    width: 50%;
    position: absolute;
    bottom: 70px;
    right: 21%;
    z-index: 0;
  }
  .insights_facts_bg_r2{
    background: #FBBF4C;
    height: 70px;
    width: 49%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .insights_facts_bg_r3{
    background: #EDF4FB;
    height: 70px;
    width: 21%;
    position: absolute;
    bottom: -30px;
    right: 6%;
  }
  .insights_facts_bg_r4{
    border: 2px solid #DDE6EF;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: -100px;
    right: 37%;
  }
  @media only screen and (max-width: 1680px) {
    .insights_facts_bg_r {
      width: 54%;
    }
    .insights_facts_bg_l {
      width: 30%;
    }
   
  }
  @media only screen and (max-width: 1350px) {
    .insights_facts_bg_l1{
      left: 30px;
    }
    .insights_facts_bg_r {
      width: 65%;
    }
  }
  @media only screen and (max-width: 1023px) {
    .insights_facts_bg_r1{
      width: 320px;
    }
    .insights_facts_bg_l{
      display: none;
    }
  }
  @media only screen and (max-width: 991px) {

  }
  @media only screen and (max-width: 959px) {
    .insights .facts .title {
      margin: 90px auto 0;
    }
    .insights .facts .subtitle {
      margin: 28px auto 0;
    }
    .insights .facts .place {
      margin: 100px auto 0;
    }
    .insights_facts_bg_r {
      width: 66%;
    }
    .insights_facts_bg_r1 {
      width: 266px;
      right: 35px;
      height: 45px;
    }
    .insights_facts_bg_r2 {
      height: 45px;
      width: 267px;
      bottom: 25px;
    }
    .insights_facts_bg_r3 {
      height: 45px;
      width: 115px;
      bottom: 0;
      right: 0;
    }
    .insights_facts_bg_r4 {
      height: 45px;
      width: 140px;
      bottom: -60px;
      right: 163px;
    }
  }
  @media only screen and (max-width: 767px) {
 
    .insights .main .main-double .main-right img {
      width: 400px;
    }
    .about-block__container {
      flex-basis: 100%;
    }
    .about-screens {
      min-height: 450px;
    }
    .insights .facts .place .place-top-part{
      flex-direction: column;
    }
    .insights .facts .place .place-top-part .b-item,
    .insights .facts .place .place-top-part .s-item{
      width: 100%;
    }
  }
  @media only screen and (max-width: 580px) {
    .insights .main .main-double .main-right img {
      width: 280px;
      right: -28px;
      top: 100%;
    }
    .about-block__container {
      padding-left: 18px;
    }
    .about-block__container {
      flex-basis: 100%;
      padding-left: 18px;
    }
    .about-screens {
      min-height: 185px;
    }
    .insights_facts_bg_r{
      display: none;
    }
    .insights .facts .title {
      margin: 67px auto 0;
    }
    .insights .facts .subtitle br{
      display: none;
    }
    .insights .facts .subtitle {
      margin: 33px auto 0;
    }
    .insights .facts .place {
      margin: 60px auto 0;
    }
  }

  .insights .facts .place {
    border-radius: 7px;
    padding-bottom: 50px;
    max-width: 998px;
    margin: 128px auto 0;
    background: #F4F8FB;
    box-shadow: var(--shadow-5);
    position: relative;
    z-index: 1;
  }
  .insights .facts .place .place-top-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 20px;
  }

  .insights .facts .place .place-top-part .b-item {
    flex: 1 1 50%;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #6b7c93;
  }
  @media only screen and (max-width: 768px) {
    .insights .facts .place .place-top-part .b-item {
      font-size: 16px;
      width: 100%;
    }
  }
  .insights .facts .place .place-top-part .b-item .content {
    position: relative;
    margin-top: -45px;
    width: 351px;
    height: 191px;
    background: linear-gradient(129.01deg, #FEFFFF 12.41%, #F4F8FB 109.55%);
    box-shadow: var(--shadow-4);
    border-radius: 20px;
  }
  @media only screen and (max-width: 768px) {
    .insights .facts .place .place-top-part .b-item .content {
      margin-top: 0;
    }
  }
  .insights .facts .place .place-top-part .b-item .content > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: -50px;
    color: #F89234;
    font-weight: 500;
  }
  .insights .facts .place .place-top-part .b-item .content > span.active {
    opacity: 1;
    top: 0px !important;
  }
  .insights .facts .place .place-top-part .b-item .content > span.prev {
    top: 50px;
  }
  .insights .facts .place .place-top-part .b-item .content .qb {
    font-weight: 500;
    font-size: 70px;
    line-height: 1.2;
    color: #F89234;
  }
  .insights .facts .place .place-top-part .s-item {
    flex: 1 1 50%;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #6b7c93;
    position: relative;
  }
  @media(max-width:767px){
    .insights .facts .place .place-top-part .s-item{
      margin-top: 15px;
    }
  }
  .insights .facts .place .place-top-part .s-item .content{
    min-height: 146px;
  }
  @media(max-width: 959px){
    .insights .facts .place .place-top-part .s-item .content{
      min-height: 117px;
    }
  }
  .insights .facts .place .place-top-part .s-item span {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    top: 50px;
    font-size: 24px;
  }
  .insights .facts .place .place-top-part .s-item span.active {
    opacity: 1;
    top: 0 !important;
  }
  .insights .facts .place .place-top-part .s-item span.prev {
    top: -50px;
  }
  .insights .facts .place .place-center-part {
    position: relative;
    margin-top: 80px;
    margin-left: 10%;
    margin-right: 10%;
  }
  @media (max-width: 960px) {
    .insights .facts .place .place-center-part {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media(max-width:580px){
    .insights .facts .place .place-center-part {
      margin-top: 50px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .insights .facts .place .place-center-part .q-p {
    position: absolute;
    top: 5px;
    left: 0;
    height: 6px;
    border-radius: 7px;
    overflow: hidden;
    right: 0;
    background: #F9F9F9;
    box-shadow: inset 0px 4px 10px #DDDFE3;
  }

  .place-center-part .item .point{
    position: relative;
  }
  .place-center-part .item.start{
    position: relative;
  }
  .place-center-part .item.start::before{
    content: '';
    background: #F4F8FB;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0px;
    width: calc(50% - 4px);
  }
  .place-center-part .item.end .hide-line{
    width: 100%;
    position: relative;
  }
  .place-center-part .item.end .hide-line:after{
    content: '';
    background: #F4F8FB;
    height: 15px;
    position: absolute;
    left: calc(50% + 5px);
    width: calc(50% - 5px);
    top: 0px;
  }


  .insights .facts .place .place-center-part .q-p .value {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
    background: #FBBF4C;
    box-shadow: inset 0px 4px 4px #F18D21;
    border-radius: 10px;
  }
  .insights .facts .place .place-center-part .q-i {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
  }
  @media only screen and (max-width: 768px) {
    .insights .facts .place .place-center-part .q-i {
      justify-content: space-around;
    }
  }
  .insights .facts .place .place-center-part .q-i .item .point {
    display: block;
    margin: 3px auto 27px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FAD26B;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0.15s;
  }
  .insights .facts .place .place-center-part .q-i .item .point span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0.15s;
    z-index: 9;
    top: -2px;
    left: -8px;
  }
  .insights .facts .place .place-center-part .q-i .item .value {
    display: block;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    font-size: 26px;
    text-align: center;
    color: #F89234;
    position: relative;
    top: -90px;
  }
  .insights .facts .place .place-center-part .q-i .item .text {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    font-size: 21px;
    color: #4D4D53;
    margin-top: -28px;
  }
  .insights .facts .place .place-center-part .q-i .item.prev .point {
    border-color: #ff7417;
    position: relative;
  }
  .insights .facts .place .place-center-part .q-i .item.active .point span {
    display: block;
    margin-top: -8px;
    margin-bottom: 19px;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    background: #ffffff;
    border: 4px solid #F59A39;
    box-shadow: 2px 2px 4px #586066, -2px -2px 4px #FFFFFF;
    position: absolute;
  }
  .insights .facts .place .place-center-part .q-ii {
    display: none;
  }
  @media only screen and (max-width: 991px) {
    .insights .facts .place .place-center-part .q-p  .insights .facts .place .place-center-part .q-i .item .text {
      font-size: 19px;
    }
  }

  @media only screen and (max-width: 959px) {
    .insights .facts .place .place-top-part .b-item .content {
      width: 245px;
      height: 152px;
    }
    .insights .facts .place .place-top-part .b-item .content > span {
      font-size: 20px;
    }
    .insights .facts .place .place-top-part .b-item .content .qb {
      font-size: 68px;
    }
    .insights .facts .place{
      padding-bottom: 40px;
    }
    .insights .facts .place .place-center-part .q-i {
      width: 100%;
      padding: 0;
    }

    .insights .facts .place .item {
      width: 25%;
    }
    .insights .facts .place .place-top-part .b-item .content {
      margin-top: -35px;
    }
    .wrapper.facts.facts2 {
      padding-bottom: 110px;
      margin-bottom: 100px;
    }
  }
  @media only screen and (max-width: 767px) {
    .insights .facts .place .place-top-part .b-item .content{
      width: 100%;
    }
    .insights .facts .place .place-top-part .s-item span {
      justify-content: center;
      text-align: center;
    }
  }
  @media only screen and (max-width: 580px) {
    .insights .facts .place .place-top-part .b-item .content .qb {
      font-size: 40px;
    }
    .insights .facts .place .place-top-part {
      padding: 22px 28px 0px;
    }
    .insights .facts .place .place-center-part .q-i .item .text{
      display: none;
    }
    .insights .facts .place .place-top-part .b-item .content > span {
      font-size: 16px;
    }
    .insights .facts .place .place-top-part .s-item span {
      font-size: 20px;
    }
    .insights .facts .place {
      padding-bottom: 0;
      margin: 60px auto 0;
    }
    .insights .facts .place .place-center-part .q-i .item .value {
      font-size: 18px;
      top: -80px;
    }
    .wrapper.facts.facts2 {
      padding-bottom: 50px;
      margin-bottom: 0;
    }
  }

  .insights .button-container {
    display: flex;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    justify-content: space-between;
  }
  @media only screen and (max-width: 768px) {
    .insights .button-container {
      justify-content: space-around;
    }
  }
  .insights footer .footer-navigation{
    border-top: 1px solid #DDE6EF;
  }
