.cs-pd-bt {
    padding-bottom: 250px;
  }
    @media (max-width: 1920px) {
      .cs-pd-bt {
        padding-bottom: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-pd-bt {
        padding-bottom: calc(60px + (110 - 60) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .cs-pd-bt {
        padding-bottom: 60px;
      }
    }
  .cs {
    padding-top: 240px;
  }
    @media (max-width: 1920px) {
      .cs {
        padding-top: calc(194px + (240 - 194) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs {
        padding-top: calc(129px + (194 - 129) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .cs {
        padding-top: 129px;
      }
    }
  .cs-container {
    position: relative;
    padding: 0 358px;
  }
    @media (max-width: 1920px) {
      .cs-container {
        padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-container {
        padding: 0 40px;
      }
    }
  .cs-background-clip {
    position: relative;
    overflow: hidden;
  }
  .cs-background-wrap {
    position: absolute;
    bottom: 50px;
    left: -15%;
    height: 1700px;
    width: 1700px;
  }
    @media (max-width: 1920px) {
      .cs-background-wrap {
        height: calc(1100px + (1700 - 1100) * ((100vw - 922px) / (1920 - 922)));
        width: calc(1100px + (1700 - 1100) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-background-wrap {
        left: -30%;
        height: 1100px;
        width: 1100px;
      }
    }
    @media (max-width: 767px) {
      .cs-background-wrap {
        top: 2500px;
        left: -20%;
        bottom: 0;
      }
    }
    @media (max-width: 580px) {
      .cs-background-wrap {
        top: 2500px;
        left: -95%;
      }
    }
  .cs-background-wrap.circle-1-wrap {
    bottom: -520px;
    left: -15%;
  }
  .cs-background-wrap.circle-2-wrap {
    bottom: -520px;
    left: -15%;
  }
  @media (max-width: 922px) {
    .cs-background-wrap.circle-1-wrap {
      left: -35%;
      bottom: -520px;
    }
    .cs-background-wrap.circle-2-wrap {
      left: -35%;
      bottom: -520px;
    }
  }
    @media (max-width: 767px) {
      .cs-background-wrap.circle-1-wrap {
        top: 700px;
        left: -80%;
        bottom: 0;
      }
      .cs-background-wrap.circle-2-wrap {
        left: -80%;
      }
    }
    @media (max-width: 580px) {
      .cs-background-wrap.circle-1-wrap {
        top: 800px;
        left: -80%;
      }
      .cs-background-wrap.circle-2-wrap {
        left: -80%;
      }
    }
  .cs-background-circle {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #F0F2F8;
    border-radius: 50%;
  }
  .swipe-grab {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background: #388AF3;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
  }
    @media (max-width: 1920px) {
      .swipe-grab {
        width: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
        height: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .swipe-grab {
        width: 90px;
        height: 90px;
      }
    }
    @media (max-width: 414px) {
      .swipe-grab {
        display: none;
      }
    }
  .swipe-grab p {
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
  }
    @media (max-width: 1920px) {
      .swipe-grab p {
        font-size: calc(10px + (14 - 10) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(26px + (38 - 26) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .swipe-grab p {
        font-size: 1rem;
        line-height: 2.6rem;
      }
    }
  .cs-back {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
    @media (max-width: 1920px) {
      .cs-back {
        margin-bottom: calc(60px + (80 - 60) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-back {
        margin-bottom: calc(45px + (60 - 45) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .cs-back {
        margin-bottom: 45px;
      }
    }
  .cs-back:hover a {
    color: #388AF3;
    transition: .4s;
  }
  .cs-back:hover svg {
    transform: translateX(-7px);
    transition: .4s;
  }
  .cs-back a {
    display: inline-block;
    margin-left: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
    transition: .4s;
  }
    @media (max-width: 922px) {
      .cs-back a {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(14px + (17 - 14) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .cs-back a {
        font-size: 1.2rem;
        line-height: 1.4rem;
      }
    }
  .cs-back svg {
    transform: translateX(0);
    transition: .4s;
  }
  .cs-caption {
    display: grid;
    grid-template-columns: 539px 1fr;
    grid-gap: 0 78px;
  }
    @media (max-width: 1920px) {
      .cs-caption {
        grid-template-columns: calc(381px + (539 - 381) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(50px + (78 - 50) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-caption {
        grid-template-columns: 381px 1fr;
        grid-gap: 0 50px;
      }
    }
    @media (max-width: 767px) {
      .cs-caption {
        grid-template-columns: 100%;
        grid-gap: 22px;
      }
    }
  .cs-caption h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .cs-caption h1 {
        font-size: calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (64 - 39) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-caption h1 {
        font-size: calc(38px + (30 - 38) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(48px + (39 - 48) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .cs-caption h1 {
        font-size: 3.8rem;
        line-height: 3.8rem;
      }
    }
  .cs-caption p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .cs-caption p {
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-caption p {
        font-size: 1.6rem;
        line-height: 2.5rem;
      }
    }
    @media (max-width: 414px) {
      .cs-caption p {
        font-size: 1.8rem;
        line-height: 2.8rem;
      }
    }
  .cs-caption a {
    display: flex;
    align-items: center;
    margin-top: 63px;
  }
    @media (max-width: 1920px) {
      .cs-caption a {
        margin-top: calc(30px + (63 - 30) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .cs-caption a {
        margin-top: 30px;
      }
    }
    @media (max-width: 922px) {
      .cs-caption a {
        margin-top: 60px;
      }
    }
  .cs-caption a > span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
  }
  .cs-caption a > svg {
    margin-top: 5px;
    transform: scale(1);
    transition: .4s;
  }
  .cs-caption a:hover > span {
    color: #388AF3;
    transition: .4s;
  }
  .cs-caption a:hover svg {
    transform: scale(1.15);
    transition: .4s;
  }
  
  .og-block-caption {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
    position: relative;
    z-index: 10;
  }
    @media (max-width: 1920px) {
      .og-block-caption {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-block-caption {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
      }
    }
    @media (max-width: 767px) {
      .og-block-caption {
        grid-template-columns: 100%;
        grid-gap: 22px 0;
      }
    }
  .og-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-block-title {
        font-size: calc(30px + (45 - 30) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(39px + (56 - 39) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-block-title {
        font-size: calc(32px + (30 - 32) * ((100vw - 414px) / (922 - 414)));
        line-height: 3.9rem;
      }
    }
    @media (max-width: 414px) {
      .og-block-title {
        font-size: 3.2rem;
        line-height: 3.9rem;
      }
    }
  .og-block-desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
  }
  @media (max-width: 1920px) {
    .og-block-desc {
      font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  @media (max-width: 922px) {
    .og-block-desc {
      font-size: calc(22px + (16 - 22) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (25 - 32) * ((100vw - 414px) / (922 - 414)));
    }
  }
  @media (max-width: 414px) {
    .og-block-desc {
      font-size: 2.2rem;
      line-height: 3.2rem;
    }
  }

.og-block-desc a {
  font-weight: 600;
  border-bottom: 1px solid #343434;
  transition: .3s linear;
  cursor: pointer;
}

.og-block-desc a:hover {
  border-bottom: 1px solid transparent;
}
  
  .og-screenshot {
    position: relative;
    height: 862px;
    background: linear-gradient(97.8deg, #DDF7FB -48.41%, #C7C6F6 -11.57%, #DDF7FB 11.45%, #D7EEF1 32.51%, #C7C6F6 56.17%, #BAA8FA 70.19%, #D5EAF1 100%);
    overflow: hidden;
  }
    @media (max-width: 1920px) {
      .og-screenshot {
        height: calc(521px + (862 - 521) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-screenshot {
        height: calc(342px + (521 - 342) * ((100vw - 414px) / (922 - 414)));
      }
      #og-anim-slide-1 {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 20px
      }
    }
    @media (max-width: 414px) {
      .og-screenshot {
        height: 342px;
      }
      #og-anim-slide-1 {
        border-radius: 15px;
      }
    }
  .og-screenshot.og-bgcolor-pink {
    background: #D5B5FF;
  }
  .og-screenshot .prev-run {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -150px;
  }
    @media (max-width: 1920px) {
      .og-screenshot .prev-run {
        left: calc(126px + (358 - 126) * ((100vw - 922px) / (1920 - 922)));
        right: calc(126px + (358 - 126) * ((100vw - 922px) / (1920 - 922)));
        bottom: calc(-100px + (-150 - -100) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-screenshot .prev-run {
        left: calc(40px + (126 - 40) * ((100vw - 414px) / (922 - 414)));
        right: calc(40px + (126 - 40) * ((100vw - 414px) / (922 - 414)));
        /* bottom: calc(0px + (-100 - 0) * ((100vw - 414px) / (922 - 414))); */
        bottom: calc(-160px + (-120 + 160) * ((100vw - 414px) / (922 - 414)));
      }

       .og-screenshot.og-bgcolor-pink .prev-run {
        bottom: -76px;
      } 
    }
    @media (max-width: 414px) {
      .og-screenshot .prev-run {
        left: 40px;
        right: 40px;
        /* bottom: 45px; */
        bottom: -50%;
      }
      .og-screenshot.og-bgcolor-pink {
        height: 257px;
      }
     
    }
  .og-screenshot .prev-run img {
    width: 100%;
  }

  .og-screenshot .prev-run.prev-run--new-style {
    bottom: -5%;
  }

  @media (max-width: 767px) {
    .og-screenshot .prev-run.prev-run--new-style {
      bottom: -6%;
  }
  }
  
  .og-work .og-block-caption {
    margin-bottom: 100px;
  }
  .og-work--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 32px;
  }
    @media (max-width: 1920px) {
      .og-work--card {
        grid-gap: 42px calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card {
        grid-gap: 42px 20px;
      }
    }
    @media (max-width: 767px) {
      .og-work--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
      }
    }
  .og-work--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .og-work--card .card-item:nth-child(2),
  .og-work--card .card-item:nth-child(4) {
    margin-top: 128px;
  }
    @media (max-width: 1920px) {
      .og-work--card .card-item:nth-child(2),
      .og-work--card .card-item:nth-child(4) {
        margin-top: calc(80px + (128 - 80) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item:nth-child(2),
      .og-work--card .card-item:nth-child(4) {
        margin-top: 80px;
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item:nth-child(2),
      .og-work--card .card-item:nth-child(4) {
        margin-top: 0;
      }
    }
  .og-work--card .card-item:nth-child(4) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
  }
  .og-work--card .card-item:nth-child(3) .preview {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D5B5FF;
  }
  .og-work--card .card-item:nth-child(3) .preview svg {
    width: 445px;
    height: 445px;
  }
    @media (max-width: 1920px) {
      .og-work--card .card-item:nth-child(3) .preview svg {
        width: calc(280px + (445 - 280) * ((100vw - 922px) / (1920 - 922)));
        height: calc(280px + (445 - 280) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item:nth-child(3) .preview svg {
        width: 280px;
        height: 280px;
      }
    }
  .og-work--card .card-item:nth-child(4) .preview img {
    position: absolute;
    top: 250px;
    right: -70px;
  }
    @media (max-width: 1920px) {
      .og-work--card .card-item:nth-child(4) .preview img {
        top: calc(200px + (250 - 200) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item:nth-child(4) .preview img {
        top: calc(150px + (200 - 150) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-work--card .card-item:nth-child(4) .preview img {
        top: 150px;
      }
    }
  .og-work--card .card-item .preview {
    position: relative;
    max-width: 587px;
    width: 100%;
    height: 750px;
    overflow: hidden;
  }
    @media (max-width: 1920px) {
      .og-work--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(424px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-work--card .card-item .preview {
        max-width: 100%;
        height: 424px;
      }
    }
  .og-work--card .card-item .preview .prev-anim {
    display: block;
    transform: translateX(100%);
    transition: .9s ease-in-out;
    opacity: 0;
  }
  .og-work--card .card-item .preview .prev-anim.active {
    transform: translateX(0);
    transition: .9s ease-in-out;
    opacity: 1;
  }
  .og-work--card .card-item .preview img {
    width: 100%;
  }
  
  .og-work--card .card-item:nth-child(1) .preview img {
    transform: translateY(-100px);
  }
  
  .og-work--card .card-item h3 {
    max-width: 439px;
    margin: 52px 0 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-work--card .card-item h3 {
        max-width: calc(193px + (439 - 193) * ((100vw - 922px) / (1920 - 922)));
        margin: calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-work--card .card-item h3 {
        max-width: 193px;
        margin: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414))) 0 0;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-work--card .card-item h3 {
        margin: 25px 0 0;
        font-size: 1.4rem;
        line-height: 2rem;
      }
    }
  
  .og-slider {
    position: relative;
    margin-top: 140px;
    background: linear-gradient(180deg, #F0F2F8 55%, #fff 45%);
    cursor: none;
  }
    @media (max-width: 1920px) {
      .og-slider {
        margin-top: calc(130px + (140 - 130) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-slider {
        margin-top: calc(80px + (130 - 80) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 767px) {
      .og-slider .swiper-wrapper {
        background-color: #F0F2F8;
      }
    }
      @media (max-width: 580px) {
        .og-slider .swiper-wrapper {
          flex-direction: column;
        }
      }
  .og-slider--item {
    width: 587px!important;
    height: 370px!important;
    overflow: hidden;
  }
    @media (max-width: 1920px) {
      .og-slider--item {
        width: calc(497px + (587 - 497) * ((100vw - 922px) / (1920 - 922)))!important;
        height: calc(313px + (370 - 313) * ((100vw - 922px) / (1920 - 922)))!important;
      }
    }
    @media (max-width: 922px) {
      .og-slider--item {
        width: calc(414px + (497 - 414) * ((100vw - 414px) / (922 - 414)))!important;
        height: calc(261px + (313 - 261) * ((100vw - 414px) / (922 - 414)))!important;
      }
    }
    @media (max-width: 414px) {
      .og-slider--item {
        width: 100%;
        height: 100%;
      }
    }
  .og-slider--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 1.8s;
    transform-style: preserve-3d;
  }
  .og-slider--item.scale img {
    scale: 1.1;
    transition: 1.8s;
    transform-style: preserve-3d;
  }
  
  .og-branded {
    position: relative;
  }
  .og-branded--smile.smile-laptop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 250px;
  }
  .og-branded--smile.smile-mobile {
    display: none;
  }
    @media (max-width: 1920px) {
      .og-branded--smile.smile-laptop {
        width: calc(216px + (278 - 216) * ((100vw - 922px) / (1920 - 922)));
        height: calc(216px + (313 - 216) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-branded--smile.smile-laptop,
      .og-branded--smile.smile-mobile {
        width: 216px;
        height: 216px;
      }
    }
    @media (max-width: 767px) {
      .og-branded--smile.smile-laptop {
        display: none;
      }
      .og-branded--smile.smile-mobile {
        position: relative;
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
      }
    }
  
  .og-path {
    position: relative;
    margin-top: 250px;
    padding-bottom: 631px;
  }
    @media (max-width: 1920px) {
      .og-path {
        margin-top: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
        padding-bottom: calc(531px + (631 - 531) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-path {
        margin-top: calc(98px + (110 - 98) * ((100vw - 414px) / (922 - 414)));
        padding-bottom: calc(326px + (531 - 326) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-path {
        margin-top: 98px;
        padding-bottom: 326px;
      }
    }
  .og-path--golf {
    position: absolute;
    top: -50px;
    left: 0;
    width: 1630px;
    height: 685px;
  }
    @media (max-width: 1920px) {
      .og-path--golf {
        width: calc(880px + (1630 - 880) * ((100vw - 922px) / (1920 - 922)));
        height: calc(360px + (685 - 360) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-path--golf {
        top: unset;
        width: 100%;
        height: 360px;
        bottom: 150px;
      }
    }
    @media (max-width: 640px) {
      .og-path--golf {
        top: 220px;
      }
    }
    @media (max-width: 580px) {
      .og-path--golf {
        top: unset;
        left: -150px;
        width: 130%;
        bottom: -30px;
      }
    }
  
  .og-prot-content {
    display: grid;
    align-items: center;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
    margin-top: 273px;
  }
    @media (max-width: 1920px) {
      .og-prot-content {
        grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
        grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
        margin-top: calc(111px + (197 - 111) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-prot-content {
        grid-template-columns: 327px 1fr;
        grid-gap: 0 109px;
        margin-top: 111px;
      }
    }
    @media (max-width: 767px) {
      .og-prot-content {
        grid-template-columns: 100%;
        grid-gap: 78px 0;
      }
    }
  .og-prot-content .content-caption .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
  }
    @media (max-width: 1920px) {
      .og-prot-content .content-caption .item {
        margin-bottom: calc(35px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-prot-content .content-caption .item {
        margin-bottom: 35px;
      }
    }
  .og-prot-content .content-caption .item:last-child {
    margin-bottom: 0;
  }
  .og-prot-content .content-caption h3 {
    position: relative;
    flex: 0 0 150px;
    max-width: 150px;
    margin: 0 33px 0 0;
    font-weight: 700;
    font-size: 145px;
    line-height: 107px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-prot-content .content-caption h3 {
        flex: 0 0 calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        max-width: calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
        margin: 0 calc(26px + (33 - 26) * ((100vw - 922px) / (1920 - 922))) 0 0;
        font-size: calc(108px + (145 - 108) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(70px + (107 - 70) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-prot-content .content-caption h3 {
        flex: 0 0 calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        max-width: calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
        margin: 0 26px 0 0;
        font-size: calc(80px + (108 - 80) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(57px + (70 - 57) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-prot-content .content-caption h3 {
        flex: 0 0 82px;
        max-width: 82px;
        margin: 0 26px 0 0;
        font-size: 80px;
        line-height: 57px;
      }
    }
  .og-prot-content .content-caption h3 .pplNum {
    display: inline-block;
    vertical-align: bottom;
    font-size: inherit;
    line-height: inherit;
  }
  .og-prot-content .content-caption h3 .pplNum .digit-con {
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
  }
  .og-prot-content .content-caption h3 .pplNum span {
    position: relative;
  }
  .og-prot-content .content-caption p {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-prot-content .content-caption p {
        font-size: calc(20px + (30 - 20) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (37 - 25) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 1700px) {
      .og-prot-content .content-caption p {
        padding-bottom: 14px;
      }
    }
    @media (max-width: 1500px) {
      .og-prot-content .content-caption p {
        padding-bottom: 17px;
      }
    }
    @media (max-width: 1300px) {
      .og-prot-content .content-caption p {
        padding-bottom: 25px;
      }
    }
    @media (max-width: 1400px) {
      .og-prot-content .content-caption p {
        padding-bottom: 28px;
      }
    }
    @media (max-width: 1100px) {
      .og-prot-content .content-caption p {
        padding-bottom: 35px;
      }
    }
    @media (max-width: 922px) {
      .og-prot-content .content-caption p {
        padding-bottom: 0;
        font-size: 2rem;
        line-height: 2.5rem;
      }
    }
  .og-prot-content .content-desc p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-prot-content .content-desc p {
        font-size: calc(16px + (24 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (38 - 25) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-prot-content .content-desc p {
        font-size: 1.6rem;
        line-height: 2.5rem;
      }
    }
    @media (max-width: 414px) {
      .og-prot-content .content-desc p {
        font-size: 2.2rem;
        line-height: 3.2rem;
      }
    }
  
  .og-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1109px;
    background-color: #D5B5FF;
  }
    @media (max-width: 1920px) {
      .og-promo {
        height: calc(647px + (1109 - 647) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-promo {
        height: calc(342px + (647 - 342) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-promo {
        height: 342px;
      }
    }
  .og-promo.night-theme {
    background: #301C59;
  }
  .og-promo.night-theme .preloader__circle svg path {
    fill: #C8ACFF;
  }
  .og-promo.promo-bg-blue {
    background-color: #DCF5F9;
  }
  .og-promo.promo-bg-blue .promo-img--new-style img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 100%;
  }
  .og-promo .promo-img {
    position: relative;
    width: 1285px;
    height: 722px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  .og-promo .promo-img video {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }

  .og-promo .promo-img--new-style img {
    max-width: 100%;
    object-fit: contain;
  }
  .video-trigger {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 10px;
    height: 10px;
  }
    @media (max-width: 1920px) {
      .og-promo .promo-img {
        width: calc(635px + (1322 - 670) * ((100vw - 922px) / (1920 - 922)));
        height: calc(366px + (722 - 366) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-promo .promo-img {
        width: calc(317px + (670 - 330) * ((100vw - 414px) / (922 - 414)));
        height: calc(184px + (366 - 184) * ((100vw - 414px) / (922 - 414)));
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
      }
      .og-promo .promo-img video {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
      }
    }
    @media (max-width: 414px) {
      .og-promo .promo-img {
        width: 330px;
        height: 184px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
      }
      .og-promo .promo-img video {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
      }
    }
  .og-promo .promo-img video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .og-promo .promo-img .day,
  .og-promo .promo-img .night {
    position: absolute;
    top: 0;
    left: 0;
  }
  .og-promo.day-theme .promo-img .day {
    display: block;
  }
  .og-promo.day-theme .promo-img .night {
    display: none;
  }
  .og-promo.night-theme .promo-img .day {
    display: none;
  }
  .og-promo.night-theme .promo-img .night {
    display: block;
  }
  .promo-timeline-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 77px;
    margin-top: 130px;
  }
    @media (max-width: 1920px) {
      .promo-timeline-btn {
        width: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
        margin-top: calc(65px + (130 - 65) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .promo-timeline-btn {
        width: 45px;
        margin-top: calc(30px + (65 - 30) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .promo-timeline-btn {
        margin-top: 30px;
      }
    }
  .promo-timeline-btn .timeline-img {
    position: absolute;
    top: -35px;
    left: -225px;
    width: 212px;
    height: 94px;
  }
    @media (max-width: 1920px) {
      .promo-timeline-btn .timeline-img {
        left: calc(-180px + (-225 - -180) * ((100vw - 922px) / (1920 - 922)));
        width: calc(176px + (212 - 176) * ((100vw - 922px) / (1920 - 922)));
        height: calc(78px + (94 - 78) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .promo-timeline-btn .timeline-img {
        top: calc(0px + (-35 - 0) * ((100vw - 414px) / (922 - 414)));
        left: calc(-115px + (-180 - -115) * ((100vw - 414px) / (922 - 414)));
        width: calc(106px + (176 - 106) * ((100vw - 414px) / (922 - 414)));
        height: calc(47px + (78 - 47) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .promo-timeline-btn .timeline-img {
        top: 0;
        left: -115px;
        width: 106px;
        height: 47px;
      }
    }
  .promo-timeline-btn .timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .og-promo.day-theme .promo-timeline-btn .timeline-img .day {
    display: block;
  }
  .og-promo.day-theme .promo-timeline-btn .timeline-img .night {
    display: none;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-img .day {
    display: none;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-img .night {
    display: block;
  }
  .promo-timeline-btn .timeline-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    transition: .5s ease;
  }
    @media (max-width: 1920px) {
      .promo-timeline-btn .timeline-btn {
        width: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
        height: calc(45px + (77 - 45) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .promo-timeline-btn .timeline-btn {
        width: 45px;
        height: 45px;
      }
    }
  .og-promo.day-theme .promo-timeline-btn .timeline-btn {
    background: #3A2664;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-btn {
    background: #E0EDEF;
  }
  .promo-timeline-btn .timeline-btn::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    height: 103px;
    width: 103px;
    transition: .5s ease;
  }
    @media (max-width: 1920px) {
      .promo-timeline-btn .timeline-btn::before {
        top: calc(-6px + (-13 - -6) * ((100vw - 922px) / (1920 - 922)));
        left: calc(-6px + (-13 - -6) * ((100vw - 922px) / (1920 - 922)));
        width: calc(58px + (103 - 58) * ((100vw - 922px) / (1920 - 922)));
        height: calc(58px + (103 - 58) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .promo-timeline-btn .timeline-btn::before {
        top: -6px;
        left: -6px;
        width: 58px;
        height: 58px;
      }
    }
  .og-promo.day-theme .promo-timeline-btn .timeline-btn::before {
    background: url(/assets/img/promo-timeline-bg-day.svg) center no-repeat;
    background-size: cover;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-btn::before {
    background: url(/assets/img/promo-timeline-bg-night.svg) center no-repeat;
    background-size: cover;
  }
  .promo-timeline-btn .timeline-btn:hover::before {
    transform: rotateZ(15deg) scale(1.1);
    transition: .5s ease;
  }
  .promo-timeline-btn .timeline-btn p {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
  }
    @media (max-width: 1920px) {
      .promo-timeline-btn .timeline-btn p {
        font-size: calc(10px + (18 - 10) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .promo-timeline-btn .timeline-btn p {
        font-size: 1rem;
      }
    }
  .og-promo.day-theme .promo-timeline-btn .timeline-btn .day {
    display: block;
    color: #794BDC;
  }
  .og-promo.day-theme .promo-timeline-btn .timeline-btn .night {
    display: none;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-btn .day {
    display: none;
  }
  .og-promo.night-theme .promo-timeline-btn .timeline-btn .night {
    display: block;
    color: #3A2664;
  }
  @keyframes clockColon {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .promo-timeline-btn .timeline-btn p > span {
    margin: 0 1px 2px;
    animation: clockColon 1.3s infinite;
  }
  .og-promo .preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .og-promo .preloader__bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: #D5EAF1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease;
    overflow: hidden;
    z-index: 5;
  }
  .og-promo .preloader.active .preloader__bg {
    width: 150%;
    height: 150vw;
    border-width: 75vw;
  }
  .og-promo.night-theme .preloader.pre-disabled .preloader__bg {
    background: transparent
  }
  .og-promo.night-theme .preloader__bg {
    border-color: #7042D3;
    background: #7042D3
  }
  .og-promo .preloader__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    opacity: 0;
    transform: translate(-50%, -50%) rotateZ(-45deg) scale(0.5);
    transition: all .5s ease .5s;
    z-index: 7;
  }
    @media (max-width: 1920px) {
      .og-promo .preloader__circle {
        width: calc(170px + (250 - 170) * ((100vw - 414px) / (1920 - 414)));
        height: calc(170px + (250 - 170) * ((100vw - 414px) / (1920 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-promo .preloader__circle {
        width: 170px;
        height: 170px;
      }
    }
  .og-promo .preloader.active .preloader__circle {
    transform: translate(-50%, -50%) rotateZ(0) scale(1);
    opacity: 1;
  }
  .og-promo .preloader.pre-disabled .preloader__circle {
    transform: translate(-50%, -50%) rotateZ(-45deg) scale(0.5);
    opacity: 0;
    transition: all 1s ease;
  }
  .og-promo .preloader__circle svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  @keyframes circlePump {
    0% {
      transform: scale(1)
    }
  
    50% {
      transform: scale(1.3)
    }
  
    100% {
      transform: scale(1)
    }
  }
  .og-promo .preloader.active .preloader__circle svg {
    animation: circlePump 2s ease infinite;
    animation-delay: .75s;
  }
  .og-promo .preloader__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 1s ease 1s;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
  }
  .og-promo .preloader.active .preloader__logo {
    opacity: 1;
  }
  .og-promo .preloader.pre-disabled .preloader__logo {
    opacity: 0;
    transition: all .5s ease;
  }
  .og-promo .preloader.active.texted-step-1 .preloader__logo {
    top: calc(50% + 10px);
  }
  .og-promo .preloader__logo-text {
    position: relative;
    display: none;
    width: 250px;
    height: 50px;
    margin-top: 20px;
    overflow: hidden;
  }
  .og-promo .preloader.active.texted-step-1 .preloader__logo-text {
    display: block;
  }
  .og-promo .preloader__logo-text span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #AC85FE;
    transition: all .3s ease;
  }
    @media (max-width: 1920px) {
      .og-promo .preloader__logo-text span {
        font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (1920 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-promo .preloader__logo-text span {
        font-size: 1.2rem;
      }
    }
  .og-promo.night-theme .preloader__logo svg path {
    fill: #C8ACFF
  }
  .og-promo.night-theme .preloader__logo-text span {
    color: #DCCBFF;
  }
  .og-promo .preloader__logo-text span:nth-child(1) {
    left: 50%;
  }
  .og-promo .preloader.active.texted-step-2 .preloader__logo-text span:nth-child(1) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
  }
  .og-promo .preloader.active.texted-step-2 .preloader__logo-text span:nth-child(2) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }
  .og-promo .preloader.active.texted-step-3 .preloader__logo-text span:nth-child(2) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
  }
  .og-promo .preloader.active.texted-step-3 .preloader__logo-text span:nth-child(3) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }
  .og-promo .preloader.active.texted-step-4 .preloader__logo-text span:nth-child(3) {
    left: -100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0
  }
  .og-promo .preloader.active.texted-step-4 .preloader__logo-text span:nth-child(4) {
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }
  .og-promo .preloader__logo-text span:nth-child(2), 
  .og-promo .preloader__logo-text span:nth-child(3), 
  .og-promo .preloader__logo-text span:nth-child(4) {
    left: 100%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  .og-promo .preloader.disabled .preloader__bg {
    border-width: 0;
  }
  .og-promo.night-theme .preloader.pre-disabled .preloader__bg {
    background: transparent;
  }
  
  
  .og-block--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 170px 32px;
  }
    @media (max-width: 1920px) {
      .og-block--card {
        grid-gap: 
          calc(100px + (170 - 100) * ((100vw - 922px) / (1920 - 922)))
          calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)))
        ;
      }
    }
    @media (max-width: 922px) {
      .og-block--card {
        grid-gap: 100px 20px;
      }
    }
    @media (max-width: 767px) {
      .og-block--card {
        grid-template-columns: 100%;
        grid-gap: 50px 0;
      }
    }
  .og-block--card .card-item h3 {
    margin: 0 0 52px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
  }
    @media (max-width: 1920px) {
      .og-block--card .card-item h3 {
        margin: 0 0 calc(30px + (52 - 30) * ((100vw - 922px) / (1920 - 922)));
        font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-block--card .card-item h3 {
        margin: 0 0 30px;
        font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 767px) {
      .og-hr.og-block--card .card-item h3 {
        margin: -25px 0 49px;
      }
    }
    @media (max-width: 414px) {
      .og-block--card .card-item h3 {
        font-size: 1.4rem;
        line-height: 2rem;
      }
    }
  .card-item .prev-run--new-style {
    transform: initial !important;
  }
  .og-block--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .og-block--card .card-item:nth-child(1) .preview {
    background: linear-gradient(245.52deg, #9161F6 -20.31%, #7042D3 52.75%, #140C26 118.78%);
  }
  .og-block--card .card-item:nth-child(2) {
    margin-top: 60px;
  }
    @media (max-width: 767px) {
      .og-block--card .card-item:nth-child(2) {
        margin-top: 0;
      }
    }
  .og-block--card .card-item:nth-child(3) {
    margin-top: -230px;
  }
    @media (max-width: 767px) {
      .og-block--card .card-item:nth-child(3) {
        margin-top: 0;
      }
    }
  .og-block--card .card-item:nth-child(2) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
  }
  .og-block--card.og-hr .card-item:nth-child(1) .preview {
    background: linear-gradient(242.78deg, #DDF7FB 6.04%, #D7EEF1 23.91%, #C7C6F6 94.99%, #D5EAF1 111.38%);
  }
  .og-block--card.og-hr .card-item:nth-child(2) .preview {
    background: #5B3F94;
  }
  .og-block--card.og-hr .card-item:nth-child(3) .preview {
    background: #7657D2;
  }
  .og-block--card.og-hr .card-item:nth-child(4) .preview {
    background: #DCF5F9;
  }
  .og-block--card .card-item .preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 587px;
    width: 100%;
    height: 750px;
    overflow: hidden;
  }
    @media (max-width: 1920px) {
      .og-block--card .card-item .preview {
        max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
        height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-block--card .card-item .preview {
        max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
        height: calc(424px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-block--card .card-item .preview {
        max-width: 332px;
        height: 424px;
      }
    }
  .og-block--card .card-item .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 414px) {
    .og-block--card .card-item:nth-child(2) .preview img {
      transform: translateY(25px);
    }
  }
  .og-block--card .icon-parallax {
    position: absolute;
  }
    @media (max-width: 922px) {
      .og-block--card .icon-parallax {
        width: 12%;
      }
    }
    @media (max-width: 580px) {
      .og-block--card .icon-parallax img {
        width: 35px !important;
      }
    }
  .og-block--card .icon-1 {
    top: 17%;
    left: 10%;
  }
  .og-block--card .icon-2 {
    top: 7%;
    left: 40%;
  }
  .og-block--card .icon-3 {
    top: 17%;
    left: 75%;
  }
  .og-block--card .icon-4 {
    top: 60%;
    left: 80%;
  }
  .og-block--card .icon-5 {
    top: 80%;
    left: 71%;
  }
  .og-block--card .icon-6 {
    top: 85%;
    left: 45%;
  }
  .og-block--card .icon-7 {
    top: 75%;
    left: 10%;
  }
  .og-next-project {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    overflow: hidden;
  }
    @media (max-width: 1920px) {
      .og-next-project {
        height: calc(300px + (500 - 300) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-next-project {
        height: calc(200px + (300 - 200) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-next-project {
        height: 200px;
      }
    }
  .og-next-project h2 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #388AF3;
    z-index: 2;
  }
    @media (max-width: 1920px) {
      .og-next-project h2 {
        font-size: calc(34px + (45 - 34) * ((100vw - 922px) / (1920 - 922)));
        line-height: calc(42px + (56 - 42) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-next-project h2 {
        font-size: calc(26px + (34 - 26) * ((100vw - 414px) / (922 - 414)));
        line-height: calc(32px + (42 - 32) * ((100vw - 414px) / (922 - 414)));
      }
    }
    @media (max-width: 414px) {
      .og-next-project h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
      }
    }
  .og-next-project h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #388AF3;
    transition: .4s;
  }
  .og-next-project h2:hover::before {
    transform: scaleX(0);
    transition: .4s;
  }
  .og-next-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
  }
    @media (max-width: 1920px) {
      .og-next-cursor {
        width: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
        height: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-next-cursor {
        display: none;
      }
    }
  .og-next-cursor-wrap {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center left;
    transition: .5s;
  }
  .og-next-cursor-skew {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #F0F2F8;
    background-size: 115%;
    background-position: 130px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
    @media (max-width: 1920px) {
      .og-next-cursor-skew {
        background-position: calc(75px + (130 - 75) * ((100vw - 922px) / (1920 - 922))) 50%;
      }
    }
  .og-next-button {
    position: relative;
  }
  .og-next-button::after {
    content: '';
    position: absolute;
    top: -55%;
    left: -25%;
    height: 240%;
    width: 150%;
  }
  .og-next-button:hover .og-next-cursor-wrap {
    transform: scale(1);
    transition: .5s;
  }
  .og-fake-grid {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0 30px;
    height: 100%;
    width: 100%;
    padding: 0 50px;
  }
    @media (max-width: 1900px) {
      .og-fake-grid {
        padding: 0 calc(40px + (50 - 40) * ((100vw - 922px) / (1920 - 922)));
      }
    }
    @media (max-width: 922px) {
      .og-fake-grid {
        display: none;
        padding: 0 40px;
      }
    }
  .og-fake-grid div {
    height: -webkit-fill-available;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  
  .counter-container {
    margin-right: 33px;
    height: 130px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  @media (max-width: 922px) {
    .counter-container {
      height: 90px;
    }
  }
  
  @media (max-width: 767px) {
    .counter-container {
      height: 75px;
    }
  }
  
  .item:nth-child(1) .counter-container.active h3 {
    position: relative;
    transform: translateY(0);
    animation: countdown 3s cubic-bezier(0.62, 0.01, 0.4, 0.98) forwards;
  }
  
  .item:nth-child(2) .counter-container.active h3 {
    position: relative;
    transform: translateY(0);
    animation: countdown 2.5s cubic-bezier(0.62, 0.01, 0.4, 0.98) .5s forwards;
  }
  
  @keyframes countdown {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-990%);
    }
  }
  
  
  
  .integration-wrapper {
    position: relative;
    width: 1204px;
    overflow: hidden;
    margin: 0 auto;
  }
  @media (max-width: 1700px) {
    .integration-wrapper {
      width: 1000px;
    }
  }
  @media (max-width: 1400px) {
    .integration-wrapper {
      width: 900px;
    }
  }
  @media (max-width: 1200px) {
    .integration-wrapper {
      width: 800px;
    }
  }
  @media (max-width: 1024px) {
    .integration-wrapper {
      width: 666px;
    }
  }
  @media (max-width: 850px) {
    .integration-wrapper {
      width: 550px;
    }
  }
  @media (max-width: 700px) {
    .integration-wrapper {
      width: 420px;
    }
  }
  @media (max-width: 550px) {
    .integration-wrapper {
      width: 332px;
    }
  }
  
  .wrapper-img {
    width: 100%;
  }
  
  .integration-hand {
    position: absolute;
    width: 429px !important;
    right: 0;
    top: 35%;
    transform: translate(100%, 0);
  }
  .integration-wrapper.active .integration-hand {
    animation: animHand 5s ease-in-out forwards;
  }
  @media (max-width: 1700px) {
    .integration-hand {
      width: 380px !important;
    }
  }
  @media (max-width: 1400px) {
    .integration-hand {
      width: 310px !important;
    }
  }
  @media (max-width: 1200px) {
    .integration-hand {
      width: 281px !important;
    }
  }
  @media (max-width: 1024px) {
    .integration-hand {
      width: 230px !important;
    }
  }
  @media (max-width: 850px) {
    .integration-hand {
      width: 180px !important;
    }
  }
  @media (max-width: 700px) {
    .integration-hand {
      width: 160px !important;
    }
  }
  @media (max-width: 550px) {
    .integration-hand {
      width: 120px !important;
    }
  }
  
  .integration-box {
    position: absolute;
    width: 124px !important;
    top: 14%;
    left: 50%;
    transform: translate(-30%, -30%);
    z-index: 1;
    scale: 0.5;
  }
  .integration-wrapper.active .integration-box {
    animation: animBox 5s ease-in-out forwards;
  }
  @media (max-width: 1700px) {
    .integration-box {
      width: 102px !important;
    }
  }
  @media (max-width: 1400px) {
    .integration-box {
      width: 90px !important;
    }
  }
  @media (max-width: 1200px) {
    .integration-box {
      width: 84px !important;
    }
  }
  @media (max-width: 1024px) {
    .integration-box {
      width: 68px !important;
    }
  }
  @media (max-width: 850px) {
    .integration-box {
      width: 56px !important;
    }
  }
  @media (max-width: 700px) {
    .integration-box {
      width: 42px !important;
    }
  }
  @media (max-width: 550px) {
    .integration-box {
      width: 33px !important;
    }
  }
  
  .integration-finger {
    position: absolute;
    width: 74px !important;
    top: 49.6%;
    left: 72.5%;
    z-index: 2;
    transform: translate(598%, 0)
  }
  .integration-wrapper.active .integration-finger {
    animation: animFinger 5s ease-in-out forwards;
  }
  @media (max-width: 1700px) {
    .integration-finger {
      width: 63px !important;
    }
  }
  @media (max-width: 1400px) {
    .integration-finger {
      width: 54px !important;
    }
  }
  @media (max-width: 1200px) {
    .integration-finger {
      width: 48px !important;
    }
  }
  @media (max-width: 1024px) {
    .integration-finger {
      width: 40px !important;
    }
  }
  @media (max-width: 850px) {
    .integration-finger {
      width: 31px !important;
    }
  }
  @media (max-width: 700px) {
    .integration-finger {
      width: 26px !important;
    }
  }
  @media (max-width: 550px) {
    .integration-finger {
      width: 20px !important;
    }
  }
  
  @keyframes animHand {
    0% {
      transform: translate(100%, 0);
    }
    50% {
      transform: translate(0, 0);
    }
    52% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(30%, 0);
    }
  }
  
  @keyframes animBox {
    0% {
      transform: translate(-30%, -30%);
      scale: .5;
    }
    50% {
      transform: translate(164%, 170%);
      scale: 1;
    }
    52% {
      transform: translate(164%, 170%);
      scale: 1;
    }
    100% {
      transform: translate(269%, 170%);
      scale: 1;
    }
  }
  
  @keyframes animFinger {
    0% {
      transform: translate(598%, 0);
    }
    50% {
      transform: translate(0, 0);
    }
    52% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(177%, 0);
    }
  }
  
  .integration-anim {
    position: relative;
    height: 1000px;
  }
  
  .bottom {
    position: absolute;
    width: 100%;
  }
  
  .top {
    position: absolute;
    width: 100%;
  }
  
  .integration-title {
    position: absolute;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 rgb(172,133,254),0px -1px 0 rgb(172,133,254),1px 0px 0 rgb(172,133,254),-1px 0px 0 rgb(172,133,254),1px 1px 0 rgb(172,133,254),1px -1px 0 rgb(172,133,254),-1px 1px 0 rgb(172,133,254),-1px -1px 0 rgb(172,133,254);
    -webkit-text-shadow:0px 1px 0 rgb(172,133,254),0px -1px 0 rgb(172,133,254),1px 0px 0 rgb(172,133,254),-1px 0px 0 rgb(172,133,254),1px 1px 0 rgb(172,133,254),1px -1px 0 rgb(172,133,254),-1px 1px 0 rgb(172,133,254),-1px -1px 0 rgb(172,133,254);
    -moz-text-shadow:0px 1px 0 rgb(172,133,254),0px -1px 0 rgb(172,133,254),1px 0px 0 rgb(172,133,254),-1px 0px 0 rgb(172,133,254),1px 1px 0 rgb(172,133,254),1px -1px 0 rgb(172,133,254),-1px 1px 0 rgb(172,133,254),-1px -1px 0 rgb(172,133,254);
    font-size:52px;
    color:rgb(255, 255, 255);
    font-family:'Axiforma';
    top: 25%;
    left: 15%;
    width: 408px;
    transition: color .5s ease;
  }
  
  .integration-title:hover {
    color: #AC85FE;
    transition: color .5s ease;
  }
  @media (max-width: 1400px) {
    .integration-title {
      width: 314px;
      font-size: 40px;
      line-height: 57px;
    }
  }
  @media (max-width: 1024px) {
    .integration-title {
      width: 232px;
      font-size: 30px;
      line-height: 42px;
    }
  }
  @media (max-width: 850px) {
    .integration-title {
      width: 204px;
      font-size: 26px;
      line-height: 37px;
    }
  }
  @media (max-width: 700px) {
    .integration-title {
      width: 157px;
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (max-width: 550px) {
    .integration-title {
      width: 125px;
      font-size: 16px;
      line-height: 22px;
    }
  }
  
  .swiper-cursor {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 100;
    will-change: transform;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
  .cursor-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center left;
    transition: .5s;
  }
  .og-cursor:hover .swiper-cursor {
    opacity: 1;
  }
  .og-caption {
    max-width: 538px;
    width: 100%;
  }
  .cs-container--review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    grid-gap: 20px;
  }
  .og-review {
    width: 597px;
    height: 808px;
  }
  @media (max-width: 1920px) {
    .og-review {
      width: calc(497px + (597 - 497) * ((100vw - 922px) / (1920 - 922)));
      height: calc(674px + (808 - 674) * ((100vw - 922px) / (1920 - 922)));
    }
    .og-caption {
      max-width: calc(408px + (538 - 408) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  @media (max-width: 1024px) {
    .cs-container--review {
      flex-direction: column;
    }
    .og-caption {
      margin: 0 auto 64px;
    }
    .og-caption .og-block-title {
      text-align: center;
    }
  }
  @media (max-width: 922px) {
    .og-review {
      width: calc(334px + (497 - 334) * ((100vw - 414px) / (922 - 414)));
      height: calc(453px + (674 - 453) * ((100vw - 414px) / (922 - 414)));
    } 
    .og-caption {
      max-width: calc(334px + (408 - 334) * ((100vw - 414px) / (922 - 414)));
      margin: 0 auto calc(44px + (64 - 44) * ((100vw - 414px) / (922 - 414)));
    }
  }
  @media (max-width: 414px) {
    .og-caption {
      max-width: 334px;
      margin: 0 auto 44px;
    }
  }
  /* Form - Do you want the same */
  .do-you-want-the-same {
    padding: 200px 0 35px;
  }
  
  .footer-form .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
  }
  
  .footer-form .do-you-want-the-same label {
    color: #CCC !important;
  }
  
  .footer-form .do-you-want-the-same .form .text-input.error input:invalid+label {
    color: tomato !important;
  }
  
  .footer-form .do-you-want-the-same .form-control {
    color: #343434;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox input::after {
    background: #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox input::before {
    border: 1px solid #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-btn {
    color: #388AF3;
    border: 3px solid #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox p {
    color: #6D6D6D !important;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox p>a {
    color: #388AF3 !important;
  }
  
  .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
  }
  
  .form__do-you-want-the-same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__inputs {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__send-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 115px;
  }
  
  .form__sent {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  
  .form__sent.form__sent--active {
    opacity: 1;
  }
  
  .form__do-you-want-the-same .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
  }
  
  .form__do-you-want-the-same .form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 80px;
    position: relative;
  }
  
  .form__do-you-want-the-same .form__col.form__col--width-auto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: auto;
  }
  
  .form__do-you-want-the-same .form__col.form__col--pa-none {
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]).hidden {
    display: none;
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]) {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #343434;
    padding: 2px 0;
  }
  
  .form__do-you-want-the-same input:not([type="checkbox"]):focus+span,
  .form__do-you-want-the-same input.input-not-empty+span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 14px;
  }
  
  .form__do-you-want-the-same label>span {
    position: absolute;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #CCCCCC;
    white-space: nowrap;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: font-size .3s ease, -webkit-transform .3s ease;
    transition: font-size .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease, -webkit-transform .3s ease;
  }
  
  .form__do-you-want-the-same label>span>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same label.error>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 3em;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
    width: 100%;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment {
    background-color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded span {
    color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
    opacity: 0;
  }
  
  .form__do-you-want-the-same input[name="policy"] {
    position: relative;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
  }
  
  .form__do-you-want-the-same input[name="policy"]::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .form__do-you-want-the-same input[name="policy"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 10px;
    width: 10px;
    background: #388AF3;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  
  .form__do-you-want-the-same input[name="policy"]:checked:after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  
  .form__do-you-want-the-same .policy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  
  .form__do-you-want-the-same .policy-check span {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6D6D6D;
    padding-left: 15px;
  }
  
  .form__do-you-want-the-same .policy-check.error span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .policy-check a {
    color: #388AF3;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
  }
  
  .form__do-you-want-the-same .policy-check a:hover {
    color: #0C279B;
    cursor: url(/wp-content/themes/toimi/assets/img/cursor-pointer.svg) -20 -15, pointer;
  }
  
  
  
  /* Send button */
  
  .form__send-button .send-btn {
    position: relative;
    width: 227px;
    height: 227px;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #388AF3;
    background-color: transparent;
    border: 3px solid #388AF3;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  @media (max-width: 767px) {
    .form__do-you-want-the-same .send-btn {
      border: 2px solid #388AF3;
      height: 66px;
    }
  }
  
  .form__send-button .send-btn:focus .icon,
  .form__send-button .send-btn:hover .icon {
    -webkit-transform: translate(55px, -45px) scale(1.7);
    -ms-transform: translate(55px, -45px) scale(1.7);
    transform: translate(55px, -45px) scale(1.7);
  }
  
  .form__send-button .send-btn .icon {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  
  .form__send-button .send-btn.access .icon {
    -webkit-transform: translate(90px, -90px) scale(0.5);
    -ms-transform: translate(90px, -90px) scale(0.5);
    transform: translate(90px, -90px) scale(0.5);
  }
  
  .form__send-button .send-btn.access,
  .form__send-button .send-btn:active,
  .form__send-button .send-btn:hover {
    background-color: #388AF3;
    border-color: #388AF3;
  }
  
  .form__send-button .send-btn,
  .form__send-button .send-btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  
  .form__send-button .send-btn span {
    display: block;
    -webkit-transform: scale(1) translateY(15px);
    -ms-transform: scale(1) translateY(15px);
    transform: scale(1) translateY(15px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .form__send-button .send-btn.access span,
  .form__send-button .send-btn:active span,
  .form__send-button .send-btn:hover span {
    color: #fff;
    -webkit-transform: scale(1.2) translateY(-15px);
    -ms-transform: scale(1.2) translateY(-15px);
    transform: scale(1.2) translateY(-15px);
  }
  
  @media (max-width: 1365px) {
    .form__send-button {
      padding-bottom: 85px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 25px;
    }
  
    .form__inputs {
      width: calc(100% - 227px - 30px);
    }
  }
  
  @media (max-width: 1149px) {
    .do-you-want-the-same {
      padding: 170px 0 0;
    }
  
    .do-you-want-the-same h2 {
      margin: 0 0 50px;
      font-size: 35px;
      line-height: 110%;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 40px;
    }
  
    .form__do-you-want-the-same .form__row:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }
  
    .form__send-button {
      padding-bottom: 45px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 497px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 22px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 900px) {
    .form__do-you-want-the-same {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .do-you-want-the-same {
      padding: 192px 0 0;
    }
  
    .form__inputs {
      width: 100%;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 100%;
    }
  
    .form__do-you-want-the-same .policy-check span {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .form__do-you-want-the-same .custom-btn__attachment {
      padding: 0;
      font-size: 14px;
      border-radius: 0;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
      opacity: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment::after {
      border-color: transparent;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .btn-hover {
      display: none;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
      white-space: nowrap;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
      padding: 0;
      z-index: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), to(transparent));
      background: -o-linear-gradient(left, #fff 0%, #fff 30%, transparent 100%);
      background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:focus,
    .form__do-you-want-the-same .custom-btn__attachment:hover {
      color: #343434 !important;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:hover span>svg path,
    .form__do-you-want-the-same .custom-btn__attachment:focus span>svg path {
      fill: #343434;
    }
  
    .form__do-you-want-the-same label>span,
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 18px;
      line-height: 22px;
    }
  
    .form__send-button .send-btn .icon {
      display: none;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span,
    .form__send-button .send-btn span {
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  
    .form__send-button .send-btn {
      border-radius: 10rem;
      overflow: hidden;
      background-color: #388AF3;
    }
  
    .form__send-button .send-btn span {
      color: #fff;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span {
      color: #388AF3;
    }
  
    .form__send-button .send-btn.access,
    .form__send-button .send-btn:active,
    .form__send-button .send-btn:hover {
      background-color: transparent;
    }
  
    .form__send-button {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 649px) {
    .do-you-want-the-same h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 56px;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 35px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto {
      margin: -15px 0 39px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto span svg {
      width: 20px;
      height: 30px;
      margin-right: 13px;
    }
  
    .form__do-you-want-the-same .form__row:last-child .form__col:last-child {
      position: absolute;
      top: calc(100% + 18px);
    }
  
    .form__do-you-want-the-same .send-btn {
      height: 54px;
      width: 205px;
    }
  
    .form__send-button .send-btn {
      font-size: 16px;
      line-height: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"],
    .form__do-you-want-the-same input[name="policy"]::before {
      height: 20px;
      width: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"]::after {
      top: 50%;
      left: 50%;
      height: 7px;
      width: 7px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 5px;
    }
  
    .do-you-want-the-same {
      margin-bottom: 43px;
    }
  
    .form__do-you-want-the-same {
      position: relative;
    }
  }
  
  @media (max-width: 580px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px;
    }
  }
  
  @media (max-width: 414px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px !important;
    }
  
    .form__do-you-want-the-same .policy-check span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }