@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap);
/* common */
*,
::before,
::after {
  border: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
a,
em,
img,
s,
small,
strong,
b,
i,
ol,
ul,
li,
button,
input,
select,
textarea,
form,
label,
table,
tbody,
tr,
article,
figure,
footer,
header,
nav {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
img {
  min-width: 100%;
  height: auto;
}
img,
svg {
  display: block;
}
button,
input,
select,
textarea {
  color: inherit;
}
article,
figure,
footer,
header,
main,
nav {
  display: block;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf?333da16a) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.ttf?fc2b5060) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto-Medium.ttf?7c8d04cd) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.ttf?f80816a5) format("truetype");
}
:root {
}
html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Roboto, "Noto Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  line-height: 1.45;
  text-size-adjust: none;
}
body {
  background-color: #fff;
}
* {
  max-height: 6249.9375rem;
}
em,
i {
  font-style: normal;
}
b,
strong {
  font-weight: 700;
}
img {
  height: inherit;
  vertical-align: middle;
}
a,
button {
  color: inherit;
  text-decoration: none;
}
button {
  text-align: left;
  background-color: transparent;
}
button:not(.overflow-hidden) {
    overflow: visible;
  }
/* @screen pt {} */
.l-wrap {
  
}
.m-header {
  box-shadow: 0 0.4375rem 1.25rem 0 rgba(51,77,101, 7%);
}
.m-nav-ctrl::before,
  .m-nav-ctrl::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 0.125rem;
    border-radius: 0.625rem;
    background-color: #104195;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.3s 0.3s, margin-top 0.3s 0.3s, transform 0.3s;
  }
.m-nav-ctrl::before {
    margin-top: -0.25rem;
    
  }
.m-nav-ctrl::after {
    margin-top: 0.25rem;
  }
.m-nav-ctrl.\-\-active::before,
    .m-nav-ctrl.\-\-active::after {
      margin-top: 0;
      width: 1.25rem;
      transition: width 0.3s, margin-top 0.3s, transform 0.3s 0.3s;
    }
.m-nav-ctrl.\-\-active::before {
      transform: translate(-50%, -50%) rotate(45deg);
    }
.m-nav-ctrl.\-\-active::after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
.m-nav-btn.\-\-active {
    color: #156ad5;
  }
.m-btn {
  --btn-background-opacity: 1;
}
.m-btn.\-\-border.\-\-white {
      --btn-border-color: #fff;
    }
.m-btn.\-\-bg {
    color: var(--btn-color);
    background-color: rgba(255,255,255, var(--btn-background-opacity));
  }
.m-btn.\-\-bg.\-\-white {
      --btn-background-opacity: 0.1;
    }
.m-btn.\-\-bg.\-\-blue-linear::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background: linear-gradient(95.46deg, #1e5fce 0%, #0a347b 98.72%);
        pointer-events: none;
        position: absolute;
        z-index: 0;
        transition: opacity 0.3s;
      }
.m-btn.\-\-full {
    width: 100%;
  }
.m-btn.\-\-rounded {
    border-radius: 6249.9375rem;
  }
.m-btn:not(.\-\-icon-only) {
    --btn-color: #fff;
    --btn-border-color: transparent;

    border: 1px solid var(--btn-border-color);
  }
.m-btn:not(.\-\-icon-only) .m-btn-icon {
      --btn-icon-color: #104195;
      --btn-icon-background-color: #fff;
    }
.m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon {
        --btn-icon-color: #fff;
        --btn-icon-background-color: transparent;
      }
.m-btn.\-\-icon-only .m-btn-icon {
      transform: rotate(-45deg) translateZ(1px);
    }
.m-btn-icon {
  color: var(--btn-icon-color);
  background-color: var(--btn-icon-background-color);
  transition: color 0.3s;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.m-loading.fixed::before {
    }
.m-loading-svg {
  animation: loading 1.2s infinite;
}
.l-not-support {
  display: none;
}
.m-not-support {
  width: 100%;
  color: #000;
  text-align: center;
  display: table-cell;
  table-layout: auto;
  overflow-wrap: break-word;
  word-break: break-all;
  position: relative;
  vertical-align: middle;
}
.m-not-support-header {
  margin-bottom: 3.125rem;
}
.m-not-support-title {
  font-size: 1.5rem;
}
.m-not-support-body {
  font-size: 0;
}
.m-not-support-figure-list > ul {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }
.m-not-support-figure-list > ul > li {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      width: 7.5rem;
      float: left;
      box-sizing: content-box;
    }
.m-not-support-figure-list > ul > li > a {
        width: 100%;
        height: 100%;
        color: #000;
        display: block;
      }
.m-not-support-figure::before {
    content: "";
    width: 100%;
    height: 7.5rem;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
  }
.m-not-support-figure.\-\-chrome::before {
      background-image: url(../images/not-support/chrome.png?d5ef8c92);
    }
.m-not-support-figure.\-\-firefox::before {
      background-image: url(../images/not-support/firefox.png?5321ea71);
    }
.m-not-support-figure.\-\-edge::before {
      background-image: url(../images/not-support/edge.png?6e4b76ce);
    }
.m-not-support-footer {
  margin-top: 3.125rem;
  color: #000;
}
.m-not-support-description {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
}
.m-not-support-copyright {
  font-size: 0;
  margin-top: 0.625rem;
}
.m-not-support-copyright > p {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    font-size: 0.8125rem;
  }
.m-container > * {
    position: relative;
  }
.m-container > *:nth-child(odd)  {
        background-color: #f5f5f5;
    }
.m-item li {
    display: flex;
  }
.m-item li::before {
      margin-right: 0.1875rem;
      display: block;
      flex-shrink: 0;
    }
.m-item li > * {
      flex-grow: 1;
    }
.m-item ol {
    counter-reset: section;
  }
.m-item ol > li:not([data-label])::before {
          counter-increment: section;
          content: counter(section) ".";
        }
.m-item ul > li:not([data-label])::before {
          content: ".";
        }
ul.m-item > li::before {
      content: attr(data-label);
    }
ol.m-item {
  counter-reset: section;
}
ol.m-item > li:not([data-label])::before {
        counter-increment: section;
        content: counter(section) ".";
      }
ol.m-item > li[label]::before {
        content: attr(data-label);
      }
@keyframes scroll-arrow {
  from {
    height: 1px;
  }

  to {
    height: 1.5625rem;
  }
}
.kv::before,
  .kv::after,
  .kv-bg::before,
  .kv-bg::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
  }
.kv {

  /* &.\-\-ready {
    .kv-figure {
      --kv-figure-translate-y: 0;

      img {
        opacity: 1;
      }
    }
  } */
}
.kv::before {
    z-index: -1;
  }
.kv::after {
    z-index: -3;
  }
.kv-bg::before {
    z-index: -2;
  }
.kv-figure {
  /* --kv-figure-translate-y: 8%; */

  /* img {
    opacity: 0;
    transform: translateY(var(--kv-figure-translate-y));
    transition: all 1.2s 0.75s;
  } */
}
.kv-scroll-arrow::before {
    content: "";
    left: 50%;
    margin-bottom: -0.1875rem;
    display: block;
    width: 1px;
    background-color: #0e3880;
    will-change: height;
    animation: scroll-arrow 1.2s infinite alternate-reverse;
    position: relative;
    transform: translateX(-50%);
  }
@keyframes float {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  33% {
    transform: translate(-50%, -48%);
  }

  66% {
    transform: translate(-50%, -52%);
  }
}
.deploy:nth-child(odd) .deplay-ball-button::before {
        background: radial-gradient(70.37% 70.37% at 83.52% 13.89%, rgba(255,255,255, 0) 0%, #fff 100%) no-repeat center center;
      }
.deploy:nth-child(even) .deplay-ball-button::before {
        background: radial-gradient(70.37% 70.37% at 83.52% 13.89%, rgba(245,245,245, 0) 0%, #f5f5f5 100%) no-repeat center center;
      }
.deplay-ball-button {
  transition: all 0.3s;
}
.deplay-ball-button::before,
  .deplay-ball-button::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    pointer-events: none;
    z-index: -1;
  }
.deplay-ball-button::before {
    opacity: 1;
    backdrop-filter: blur(0.25rem);
  }
.deplay-ball-button::after {
    opacity: 0;
    background: linear-gradient(225deg, rgba(47,151,255, 0.41) 14%, #076ed4 86.28%) no-repeat center center;
  }
.deplay-ball-button:not(.\-\-active) .deplay-ball-label {
      color: #000;
    }
.deplay-ball-button:not(.\-\-active) .deplay-ball-label::before {
        opacity: 1;
      }
.deplay-ball-button:not(.\-\-active) .deplay-ball-label::after {
        opacity: 0;
      }
.deplay-ball-button:not(.\-\-active) .deplay-ball-description-text {
      transition-duration: 0.15s;
    }
.deplay-ball-button.\-\-active::before, .deplay-ball-button.\-\-active .deplay-ball-label::before {
        opacity: 0;
      }
.deplay-ball-button.\-\-active::after, .deplay-ball-button.\-\-active .deplay-ball-label::after {
        opacity: 1;
      }
.deplay-ball-button.\-\-active .deplay-ball-label {
      color: #fff;
    }
.deplay-ball-button.\-\-active .deplay-ball-description::before {
        width: 0.3125rem;
        height: 0.3125rem;
        transition-duration: 0.2s;
        transition-delay: 0.2s;
      }
.deplay-ball-button.\-\-active .deplay-ball-description-area::before {
        transition-duration: 0.1s;
        transition-delay: 0.7s;
      }
.deplay-ball-button.\-\-active .deplay-ball-description-area::after {
        transition-duration: 0.3s;
        transition-delay: 0.4s;
      }
.deplay-ball-button.\-\-active .deplay-ball-description-text {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.8s;
    }
.deplay-ball-button.\-\-gene .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_gene.svg?b5a6a690);
      }
.deplay-ball-button.\-\-gene .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_gene_zoom.svg?efb6605e);
      }
.deplay-ball-button.\-\-gene .deplay-ball-description-area::before {
        transform-origin: right;
      }
.deplay-ball-button.\-\-machine .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_machine.svg?06c9013b);
      }
.deplay-ball-button.\-\-machine .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_machine_zoom.svg?3385d483);
      }
.deplay-ball-button.\-\-energy .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_energy.svg?4524bbf6);
      }
.deplay-ball-button.\-\-energy .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_energy_zoom.svg?d5e7332f);
      }
.deplay-ball-button.\-\-cloud .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_cloud.svg?6fd05406);
      }
.deplay-ball-button.\-\-cloud .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_cloud_zoom.svg?4c5f5799);
      }
.deplay-ball-button.\-\-communication .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_communication.svg?6a9e6d2c);
      }
.deplay-ball-button.\-\-communication .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_communication_zoom.svg?bf30b2c2);
      }
.deplay-ball-button.\-\-traffic .deplay-ball-label::before {
        background-image: url(../images/deploy/icon_traffic.svg?ab49da3b);
      }
.deplay-ball-button.\-\-traffic .deplay-ball-label::after {
        background-image: url(../images/deploy/icon_traffic_zoom.svg?52ce05af);
      }
.deplay-ball-round::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: rgba(255,255,255, 0.3);
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
.deplay-ball-label::before,
  .deplay-ball-label::after {
    content: "";
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.3s;
  }
.deplay-ball-label::before {
    position: relative;
  }
.deplay-ball-label::after {
    top: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    pointer-events: none;
  }
.deplay-ball-description {
  pointer-events: none;
}
.deplay-ball-description::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #104195;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.05s 0s;
  }
.deplay-ball-description-area::before,
  .deplay-ball-description-area::after {
    content: "";
    background-color: #104195;
    position: absolute;
    pointer-events: none;
  }
.deplay-ball-description-area::before {
    top: 50%;
    width: 0;
    height: 1px;
    transition: width 0s 0s;
  }
.deplay-ball-description-area::after {
    width: 1px;
    height: 0;
    transition: height 0s 0s;
  }
.deplay-ball-description-text {
  opacity: 0;
  transition: opacity 0.4s;
}
.cross-chart-label {
  background: linear-gradient(73.53deg, #fff 0%, rgba(255,255,255, 0.3) 100%);
  box-shadow: 0.3125rem 0.625rem 1.5625rem 0 rgba(0,0,0, 0.05);
}
.cross-chart-figure::before {
    content: "";
    top: 0;
    left: 0;
    background: url(../images/cross/chart_arrow.svg?f804fa9b) no-repeat center center;
    position: absolute;
    pointer-events: none;
  }
:root {
  --trend-color: #fff;
  --trend-color-rgba: 
        255,
        255,
        255;
}
.trend:nth-child(even) {
    --trend-color: #f5f5f5;
    --trend-color-rgba: 
        245,
        245,
        245;
  }
.trend-list {
  counter-reset: section;
}
.trend-list-item:nth-child(4n+1) .trend-vision::before {
        background-image: radial-gradient(circle at 147% 147%, var(--trend-color) 75%, rgba(var(--trend-color-rgba), 0) 75%);
      }
.trend-list-item:nth-child(4n+2) .trend-vision::before {
        background-image: radial-gradient(circle at -47% 147%, var(--trend-color) 75%, rgba(var(--trend-color-rgba), 0) 75%);
      }
.trend-list-item:nth-child(4n+3) .trend-vision::before {
        background-image: radial-gradient(circle at 147% -47% , var(--trend-color) 75%, rgba(var(--trend-color-rgba), 0) 75%);
      }
.trend-list-item:nth-child(4n+4) .trend-vision::before {
        background-image: radial-gradient(circle at -47%  -47% , var(--trend-color) 75%, rgba(var(--trend-color-rgba), 0) 75%);
      }
.trend-content::before {
    counter-increment: section;
    content: "0" counter(section);
    font-family: Oswald;
    font-weight: 500;
    display: block;
    color: rgba(37,102,214, 0.1);
    line-height: 1;
  }
.trend-vision::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }
.trend-figure::before,
  .trend-figure::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
  }
.trend-figure.\-\-focus::before {
      background-image: url(../images/trend/trend_focus_mountain.svg?a894eebb);
      background-position: left bottom;
    }
.trend-figure.\-\-focus::after {
      background-image: url(../images/trend/trend_focus_solar.svg?7e144b13);
      background-position: center center;
    }
.trend-figure.\-\-partner::before {
      left: 0;
      background-image: url(../images/trend/trend_partner_chart.svg?46c6f1a9);
      background-position: center center;
      z-index: -1;
    }
.trend-figure.\-\-timer::before,
    .trend-figure.\-\-timer::after {
      background-position: center center;
    }
.trend-figure.\-\-timer::before {      
      right: 0;
      background-image: url(../images/trend/trend_timer_clock.svg?38f90b73);
      z-index: 1;
    }
.trend-figure.\-\-timer::after {      
      background-image: url(../images/trend/trend_timer_coin.svg?f5ccd6f1);
    }
.discount-container {
  background: linear-gradient(180deg, #104195 0%, #0d306b 100%);
}
.discount-date::before {
    content: "";
    border-radius: 100%;
    background: linear-gradient(210.26deg, rgba(255,255,255, 0.2) 16.05%, rgba(255,255,255, 0) 65%);
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
.discount-linear-text {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(171.36deg, #2df8bb 24.54%, #2fb6be 80.9%);
}
:root {
  --apply-border-color: #fff;
  --apply-progress: 0;
}
.apply:nth-child(even) {
    --apply-border-color: #f5f5f5;
  }
.apply-list {
  counter-reset: section;
}
.apply-list-item::after {
    content: "";
    left: 0;
    bottom: -0.125rem;
    width: 0;
    height: 0.125rem;
    will-change: width;
    background-color: #0583ed;
    position: absolute;
    pointer-events: none;
  }
.apply-list-item.\-\-active .apply-list-button::before {
        color: #2566d6;
      }
.apply-list-item.\-\-active::after {
      width: var(--apply-progress);
      transition: width 0.1s;
    }
.apply-list-item.\-\-active .apply-list-title {
      color: #0583ed;
    }
.apply-list-item:not(.\-\-active) .apply-list-button::before {
        color: rgba(37,102,214, 0.1);
      }
.apply-list-item:not(.\-\-active) .apply-list-title {
      color: #104195;
    }
.apply-list-button::before {
    counter-increment: section;
    content: "0" counter(section);
    font-family: Oswald;
    font-weight: 700;
    display: block;
    transition: color 0.3s;
    pointer-events: none;
  }
.apply-list-title {
  transition: color 0.3s;
}
.apply-phone::before {
    content: "";
    top: 0;
    left: 50%;
    border-radius: 100%;
    position: absolute;
    box-shadow: 0 0 0.9375rem 0.625rem rgba(192,192,192, 0.3);
    background: rgba(192,192,192, 0.3);
    pointer-events: none;
    transform: translateX(-50%);
    z-index: -1;
  }
.apply-phone-container {
  background: url(../images/apply/phone.svg?f6b2e197) no-repeat top center;
}
.apply-phone-container::before {
    content: "";
    background-color: #1c2537;
    position: absolute;
  }
.apply-phone-swiper::before,
  .apply-phone-swiper::after {
    top: 0;
    content: "";
    left: 50%;
    position: absolute;
    pointer-events: none;
    transform: translateX(-50%) translateY(0) translateZ(1px);
  }
.apply-phone-swiper::before {
    border-radius: 3.125rem;
    background-color: #000;
    z-index: 1;
  }
.apply-phone-swiper::after {
    border-radius: 50%;
    border-style: solid;
    border-color: #131416;
    background-color: #27314B;
    z-index: 2;
  }
.apply-phone-item-list {
  transition: opacity 0.3s, visibility, 0.3s;
}
.apply-phone-item-list.\-\-opacity {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
.apply-phone-item-list:not(.\-\-opacity) {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
:root {
}
.scroll-anim-opacity {
  --scroll-anim-duration: 1s;
  --scroll-anim-delay: 0s;

  opacity: 0;
  transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
}
.scroll-anim-opacity.\-\-step-2 {
      --scroll-anim-delay: 0.33333s;
    }
.scroll-anim-opacity.\-\-step-3 {
      --scroll-anim-delay: 0.66667s;
    }
.scroll-anim-opacity.\-\-step-4 {
      --scroll-anim-delay: 1s;
    }
.scroll-anim-opacity.\-\-step-5 {
      --scroll-anim-delay: 1.33333s;
    }
.scroll-anim-opacity.\-\-step-6 {
      --scroll-anim-delay: 1.66667s;
    }
.scroll-anim-opacity.\-\-step-7 {
      --scroll-anim-delay: 2s;
    }
.scroll-anim-opacity.\-\-step-8 {
      --scroll-anim-delay: 2.33333s;
    }
.scroll-anim-opacity.\-\-step-9 {
      --scroll-anim-delay: 2.66667s;
    }
.scroll-anim-opacity.\-\-step-10 {
      --scroll-anim-delay: 3s;
    }
.scroll-anim-opacity.\-\-duration-\[1s\] {
      --scroll-anim-duration: 1s;
    }
.scroll-anim-opacity.\-\-duration-\[2s\] {
      --scroll-anim-duration: 2s;
    }
.scroll-anim-opacity.\-\-duration-\[3s\] {
      --scroll-anim-duration: 3s;
    }
.scroll-anim-opacity.\-\-duration-\[4s\] {
      --scroll-anim-duration: 4s;
    }
.scroll-anim-opacity.\-\-duration-\[5s\] {
      --scroll-anim-duration: 5s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.1s\] {
      --scroll-anim-duration: 0.1s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.2s\] {
      --scroll-anim-duration: 0.2s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.3s\] {
      --scroll-anim-duration: 0.3s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.4s\] {
      --scroll-anim-duration: 0.4s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.5s\] {
      --scroll-anim-duration: 0.5s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.6s\] {
      --scroll-anim-duration: 0.6s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.7s\] {
      --scroll-anim-duration: 0.7s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.8s\] {
      --scroll-anim-duration: 0.8s;
    }
.scroll-anim-opacity.\-\-duration-\[0\.9s\] {
      --scroll-anim-duration: 0.9s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.1s\] {
      --scroll-anim-duration: 1.1s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.2s\] {
      --scroll-anim-duration: 1.2s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.3s\] {
      --scroll-anim-duration: 1.3s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.4s\] {
      --scroll-anim-duration: 1.4s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.5s\] {
      --scroll-anim-duration: 1.5s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.6s\] {
      --scroll-anim-duration: 1.6s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.7s\] {
      --scroll-anim-duration: 1.7s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.8s\] {
      --scroll-anim-duration: 1.8s;
    }
.scroll-anim-opacity.\-\-duration-\[1\.9s\] {
      --scroll-anim-duration: 1.9s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.1s\] {
      --scroll-anim-duration: 2.1s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.2s\] {
      --scroll-anim-duration: 2.2s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.3s\] {
      --scroll-anim-duration: 2.3s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.4s\] {
      --scroll-anim-duration: 2.4s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.5s\] {
      --scroll-anim-duration: 2.5s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.6s\] {
      --scroll-anim-duration: 2.6s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.7s\] {
      --scroll-anim-duration: 2.7s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.8s\] {
      --scroll-anim-duration: 2.8s;
    }
.scroll-anim-opacity.\-\-duration-\[2\.9s\] {
      --scroll-anim-duration: 2.9s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.1s\] {
      --scroll-anim-duration: 3.1s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.2s\] {
      --scroll-anim-duration: 3.2s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.3s\] {
      --scroll-anim-duration: 3.3s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.4s\] {
      --scroll-anim-duration: 3.4s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.5s\] {
      --scroll-anim-duration: 3.5s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.6s\] {
      --scroll-anim-duration: 3.6s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.7s\] {
      --scroll-anim-duration: 3.7s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.8s\] {
      --scroll-anim-duration: 3.8s;
    }
.scroll-anim-opacity.\-\-duration-\[3\.9s\] {
      --scroll-anim-duration: 3.9s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.1s\] {
      --scroll-anim-duration: 4.1s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.2s\] {
      --scroll-anim-duration: 4.2s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.3s\] {
      --scroll-anim-duration: 4.3s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.4s\] {
      --scroll-anim-duration: 4.4s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.5s\] {
      --scroll-anim-duration: 4.5s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.6s\] {
      --scroll-anim-duration: 4.6s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.7s\] {
      --scroll-anim-duration: 4.7s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.8s\] {
      --scroll-anim-duration: 4.8s;
    }
.scroll-anim-opacity.\-\-duration-\[4\.9s\] {
      --scroll-anim-duration: 4.9s;
    }
.scroll-anim-before-opacity::before {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;

    opacity: 0;
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.scroll-anim-before-opacity.\-\-before-step-2::before {
        --scroll-anim-delay: 0.33333s;
      }
.scroll-anim-before-opacity.\-\-before-step-3::before {
        --scroll-anim-delay: 0.66667s;
      }
.scroll-anim-before-opacity.\-\-before-step-4::before {
        --scroll-anim-delay: 1s;
      }
.scroll-anim-before-opacity.\-\-before-step-5::before {
        --scroll-anim-delay: 1.33333s;
      }
.scroll-anim-before-opacity.\-\-before-step-6::before {
        --scroll-anim-delay: 1.66667s;
      }
.scroll-anim-before-opacity.\-\-before-step-7::before {
        --scroll-anim-delay: 2s;
      }
.scroll-anim-before-opacity.\-\-before-step-8::before {
        --scroll-anim-delay: 2.33333s;
      }
.scroll-anim-before-opacity.\-\-before-step-9::before {
        --scroll-anim-delay: 2.66667s;
      }
.scroll-anim-before-opacity.\-\-before-step-10::before {
        --scroll-anim-delay: 3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1s\]::before {
        --scroll-anim-duration: 1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2s\]::before {
        --scroll-anim-duration: 2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3s\]::before {
        --scroll-anim-duration: 3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4s\]::before {
        --scroll-anim-duration: 4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[5s\]::before {
        --scroll-anim-duration: 5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.1s\]::before {
        --scroll-anim-duration: 0.1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.2s\]::before {
        --scroll-anim-duration: 0.2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.3s\]::before {
        --scroll-anim-duration: 0.3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.4s\]::before {
        --scroll-anim-duration: 0.4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.5s\]::before {
        --scroll-anim-duration: 0.5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.6s\]::before {
        --scroll-anim-duration: 0.6s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.7s\]::before {
        --scroll-anim-duration: 0.7s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.8s\]::before {
        --scroll-anim-duration: 0.8s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[0\.9s\]::before {
        --scroll-anim-duration: 0.9s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.1s\]::before {
        --scroll-anim-duration: 1.1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.2s\]::before {
        --scroll-anim-duration: 1.2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.3s\]::before {
        --scroll-anim-duration: 1.3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.4s\]::before {
        --scroll-anim-duration: 1.4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.5s\]::before {
        --scroll-anim-duration: 1.5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.6s\]::before {
        --scroll-anim-duration: 1.6s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.7s\]::before {
        --scroll-anim-duration: 1.7s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.8s\]::before {
        --scroll-anim-duration: 1.8s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[1\.9s\]::before {
        --scroll-anim-duration: 1.9s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.1s\]::before {
        --scroll-anim-duration: 2.1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.2s\]::before {
        --scroll-anim-duration: 2.2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.3s\]::before {
        --scroll-anim-duration: 2.3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.4s\]::before {
        --scroll-anim-duration: 2.4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.5s\]::before {
        --scroll-anim-duration: 2.5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.6s\]::before {
        --scroll-anim-duration: 2.6s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.7s\]::before {
        --scroll-anim-duration: 2.7s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.8s\]::before {
        --scroll-anim-duration: 2.8s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[2\.9s\]::before {
        --scroll-anim-duration: 2.9s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.1s\]::before {
        --scroll-anim-duration: 3.1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.2s\]::before {
        --scroll-anim-duration: 3.2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.3s\]::before {
        --scroll-anim-duration: 3.3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.4s\]::before {
        --scroll-anim-duration: 3.4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.5s\]::before {
        --scroll-anim-duration: 3.5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.6s\]::before {
        --scroll-anim-duration: 3.6s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.7s\]::before {
        --scroll-anim-duration: 3.7s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.8s\]::before {
        --scroll-anim-duration: 3.8s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[3\.9s\]::before {
        --scroll-anim-duration: 3.9s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.1s\]::before {
        --scroll-anim-duration: 4.1s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.2s\]::before {
        --scroll-anim-duration: 4.2s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.3s\]::before {
        --scroll-anim-duration: 4.3s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.4s\]::before {
        --scroll-anim-duration: 4.4s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.5s\]::before {
        --scroll-anim-duration: 4.5s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.6s\]::before {
        --scroll-anim-duration: 4.6s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.7s\]::before {
        --scroll-anim-duration: 4.7s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.8s\]::before {
        --scroll-anim-duration: 4.8s;
      }
.scroll-anim-before-opacity.\-\-before-duration-\[4\.9s\]::before {
        --scroll-anim-duration: 4.9s;
      }
.scroll-anim-translate-x {
  --scroll-anim-duration: 1s;
  --scroll-anim-delay: 0s;
  --scroll-translate-x: 8%;

  opacity: 0;
  transform: translateX(var(--scroll-translate-x));
  transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
}
.scroll-anim-translate-x.\-\-step-2 {
      --scroll-anim-delay: 0.33333s;
    }
.scroll-anim-translate-x.\-\-step-3 {
      --scroll-anim-delay: 0.66667s;
    }
.scroll-anim-translate-x.\-\-step-4 {
      --scroll-anim-delay: 1s;
    }
.scroll-anim-translate-x.\-\-step-5 {
      --scroll-anim-delay: 1.33333s;
    }
.scroll-anim-translate-x.\-\-step-6 {
      --scroll-anim-delay: 1.66667s;
    }
.scroll-anim-translate-x.\-\-step-7 {
      --scroll-anim-delay: 2s;
    }
.scroll-anim-translate-x.\-\-step-8 {
      --scroll-anim-delay: 2.33333s;
    }
.scroll-anim-translate-x.\-\-step-9 {
      --scroll-anim-delay: 2.66667s;
    }
.scroll-anim-translate-x.\-\-step-10 {
      --scroll-anim-delay: 3s;
    }
.scroll-anim-translate-x.\-\-duration-\[1s\] {
      --scroll-anim-duration: 1s;
    }
.scroll-anim-translate-x.\-\-duration-\[2s\] {
      --scroll-anim-duration: 2s;
    }
.scroll-anim-translate-x.\-\-duration-\[3s\] {
      --scroll-anim-duration: 3s;
    }
.scroll-anim-translate-x.\-\-duration-\[4s\] {
      --scroll-anim-duration: 4s;
    }
.scroll-anim-translate-x.\-\-duration-\[5s\] {
      --scroll-anim-duration: 5s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.1s\] {
      --scroll-anim-duration: 0.1s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.2s\] {
      --scroll-anim-duration: 0.2s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.3s\] {
      --scroll-anim-duration: 0.3s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.4s\] {
      --scroll-anim-duration: 0.4s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.5s\] {
      --scroll-anim-duration: 0.5s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.6s\] {
      --scroll-anim-duration: 0.6s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.7s\] {
      --scroll-anim-duration: 0.7s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.8s\] {
      --scroll-anim-duration: 0.8s;
    }
.scroll-anim-translate-x.\-\-duration-\[0\.9s\] {
      --scroll-anim-duration: 0.9s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.1s\] {
      --scroll-anim-duration: 1.1s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.2s\] {
      --scroll-anim-duration: 1.2s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.3s\] {
      --scroll-anim-duration: 1.3s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.4s\] {
      --scroll-anim-duration: 1.4s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.5s\] {
      --scroll-anim-duration: 1.5s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.6s\] {
      --scroll-anim-duration: 1.6s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.7s\] {
      --scroll-anim-duration: 1.7s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.8s\] {
      --scroll-anim-duration: 1.8s;
    }
.scroll-anim-translate-x.\-\-duration-\[1\.9s\] {
      --scroll-anim-duration: 1.9s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.1s\] {
      --scroll-anim-duration: 2.1s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.2s\] {
      --scroll-anim-duration: 2.2s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.3s\] {
      --scroll-anim-duration: 2.3s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.4s\] {
      --scroll-anim-duration: 2.4s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.5s\] {
      --scroll-anim-duration: 2.5s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.6s\] {
      --scroll-anim-duration: 2.6s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.7s\] {
      --scroll-anim-duration: 2.7s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.8s\] {
      --scroll-anim-duration: 2.8s;
    }
.scroll-anim-translate-x.\-\-duration-\[2\.9s\] {
      --scroll-anim-duration: 2.9s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.1s\] {
      --scroll-anim-duration: 3.1s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.2s\] {
      --scroll-anim-duration: 3.2s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.3s\] {
      --scroll-anim-duration: 3.3s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.4s\] {
      --scroll-anim-duration: 3.4s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.5s\] {
      --scroll-anim-duration: 3.5s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.6s\] {
      --scroll-anim-duration: 3.6s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.7s\] {
      --scroll-anim-duration: 3.7s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.8s\] {
      --scroll-anim-duration: 3.8s;
    }
.scroll-anim-translate-x.\-\-duration-\[3\.9s\] {
      --scroll-anim-duration: 3.9s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.1s\] {
      --scroll-anim-duration: 4.1s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.2s\] {
      --scroll-anim-duration: 4.2s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.3s\] {
      --scroll-anim-duration: 4.3s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.4s\] {
      --scroll-anim-duration: 4.4s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.5s\] {
      --scroll-anim-duration: 4.5s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.6s\] {
      --scroll-anim-duration: 4.6s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.7s\] {
      --scroll-anim-duration: 4.7s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.8s\] {
      --scroll-anim-duration: 4.8s;
    }
.scroll-anim-translate-x.\-\-duration-\[4\.9s\] {
      --scroll-anim-duration: 4.9s;
    }
.scroll-anim-before-translate-x::before {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-translate-x: 8%;

    opacity: 0;
    transform: translateX(var(--scroll-translate-x));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.scroll-anim-before-translate-x.\-\-before-step-2::before {
        --scroll-anim-delay: 0.33333s;
      }
.scroll-anim-before-translate-x.\-\-before-step-3::before {
        --scroll-anim-delay: 0.66667s;
      }
.scroll-anim-before-translate-x.\-\-before-step-4::before {
        --scroll-anim-delay: 1s;
      }
.scroll-anim-before-translate-x.\-\-before-step-5::before {
        --scroll-anim-delay: 1.33333s;
      }
.scroll-anim-before-translate-x.\-\-before-step-6::before {
        --scroll-anim-delay: 1.66667s;
      }
.scroll-anim-before-translate-x.\-\-before-step-7::before {
        --scroll-anim-delay: 2s;
      }
.scroll-anim-before-translate-x.\-\-before-step-8::before {
        --scroll-anim-delay: 2.33333s;
      }
.scroll-anim-before-translate-x.\-\-before-step-9::before {
        --scroll-anim-delay: 2.66667s;
      }
.scroll-anim-before-translate-x.\-\-before-step-10::before {
        --scroll-anim-delay: 3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1s\]::before {
        --scroll-anim-duration: 1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2s\]::before {
        --scroll-anim-duration: 2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3s\]::before {
        --scroll-anim-duration: 3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4s\]::before {
        --scroll-anim-duration: 4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[5s\]::before {
        --scroll-anim-duration: 5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.1s\]::before {
        --scroll-anim-duration: 0.1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.2s\]::before {
        --scroll-anim-duration: 0.2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.3s\]::before {
        --scroll-anim-duration: 0.3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.4s\]::before {
        --scroll-anim-duration: 0.4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.5s\]::before {
        --scroll-anim-duration: 0.5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.6s\]::before {
        --scroll-anim-duration: 0.6s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.7s\]::before {
        --scroll-anim-duration: 0.7s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.8s\]::before {
        --scroll-anim-duration: 0.8s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[0\.9s\]::before {
        --scroll-anim-duration: 0.9s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.1s\]::before {
        --scroll-anim-duration: 1.1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.2s\]::before {
        --scroll-anim-duration: 1.2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.3s\]::before {
        --scroll-anim-duration: 1.3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.4s\]::before {
        --scroll-anim-duration: 1.4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.5s\]::before {
        --scroll-anim-duration: 1.5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.6s\]::before {
        --scroll-anim-duration: 1.6s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.7s\]::before {
        --scroll-anim-duration: 1.7s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.8s\]::before {
        --scroll-anim-duration: 1.8s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[1\.9s\]::before {
        --scroll-anim-duration: 1.9s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.1s\]::before {
        --scroll-anim-duration: 2.1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.2s\]::before {
        --scroll-anim-duration: 2.2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.3s\]::before {
        --scroll-anim-duration: 2.3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.4s\]::before {
        --scroll-anim-duration: 2.4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.5s\]::before {
        --scroll-anim-duration: 2.5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.6s\]::before {
        --scroll-anim-duration: 2.6s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.7s\]::before {
        --scroll-anim-duration: 2.7s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.8s\]::before {
        --scroll-anim-duration: 2.8s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[2\.9s\]::before {
        --scroll-anim-duration: 2.9s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.1s\]::before {
        --scroll-anim-duration: 3.1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.2s\]::before {
        --scroll-anim-duration: 3.2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.3s\]::before {
        --scroll-anim-duration: 3.3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.4s\]::before {
        --scroll-anim-duration: 3.4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.5s\]::before {
        --scroll-anim-duration: 3.5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.6s\]::before {
        --scroll-anim-duration: 3.6s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.7s\]::before {
        --scroll-anim-duration: 3.7s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.8s\]::before {
        --scroll-anim-duration: 3.8s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[3\.9s\]::before {
        --scroll-anim-duration: 3.9s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.1s\]::before {
        --scroll-anim-duration: 4.1s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.2s\]::before {
        --scroll-anim-duration: 4.2s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.3s\]::before {
        --scroll-anim-duration: 4.3s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.4s\]::before {
        --scroll-anim-duration: 4.4s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.5s\]::before {
        --scroll-anim-duration: 4.5s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.6s\]::before {
        --scroll-anim-duration: 4.6s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.7s\]::before {
        --scroll-anim-duration: 4.7s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.8s\]::before {
        --scroll-anim-duration: 4.8s;
      }
.scroll-anim-before-translate-x.\-\-before-duration-\[4\.9s\]::before {
        --scroll-anim-duration: 4.9s;
      }
.-scroll-anim-before-translate-x::before {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-translate-x: -8%;

    opacity: 0;
    transform: translateX(var(--scroll-translate-x));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.-scroll-anim-before-translate-x.\-\-before-step-2::before {
        --scroll-anim-delay: 0.33333s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-3::before {
        --scroll-anim-delay: 0.66667s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-4::before {
        --scroll-anim-delay: 1s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-5::before {
        --scroll-anim-delay: 1.33333s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-6::before {
        --scroll-anim-delay: 1.66667s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-7::before {
        --scroll-anim-delay: 2s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-8::before {
        --scroll-anim-delay: 2.33333s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-9::before {
        --scroll-anim-delay: 2.66667s;
      }
.-scroll-anim-before-translate-x.\-\-before-step-10::before {
        --scroll-anim-delay: 3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1s\]::before {
        --scroll-anim-duration: 1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2s\]::before {
        --scroll-anim-duration: 2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3s\]::before {
        --scroll-anim-duration: 3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4s\]::before {
        --scroll-anim-duration: 4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[5s\]::before {
        --scroll-anim-duration: 5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.1s\]::before {
        --scroll-anim-duration: 0.1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.2s\]::before {
        --scroll-anim-duration: 0.2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.3s\]::before {
        --scroll-anim-duration: 0.3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.4s\]::before {
        --scroll-anim-duration: 0.4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.5s\]::before {
        --scroll-anim-duration: 0.5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.6s\]::before {
        --scroll-anim-duration: 0.6s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.7s\]::before {
        --scroll-anim-duration: 0.7s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.8s\]::before {
        --scroll-anim-duration: 0.8s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[0\.9s\]::before {
        --scroll-anim-duration: 0.9s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.1s\]::before {
        --scroll-anim-duration: 1.1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.2s\]::before {
        --scroll-anim-duration: 1.2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.3s\]::before {
        --scroll-anim-duration: 1.3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.4s\]::before {
        --scroll-anim-duration: 1.4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.5s\]::before {
        --scroll-anim-duration: 1.5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.6s\]::before {
        --scroll-anim-duration: 1.6s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.7s\]::before {
        --scroll-anim-duration: 1.7s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.8s\]::before {
        --scroll-anim-duration: 1.8s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[1\.9s\]::before {
        --scroll-anim-duration: 1.9s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.1s\]::before {
        --scroll-anim-duration: 2.1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.2s\]::before {
        --scroll-anim-duration: 2.2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.3s\]::before {
        --scroll-anim-duration: 2.3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.4s\]::before {
        --scroll-anim-duration: 2.4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.5s\]::before {
        --scroll-anim-duration: 2.5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.6s\]::before {
        --scroll-anim-duration: 2.6s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.7s\]::before {
        --scroll-anim-duration: 2.7s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.8s\]::before {
        --scroll-anim-duration: 2.8s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[2\.9s\]::before {
        --scroll-anim-duration: 2.9s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.1s\]::before {
        --scroll-anim-duration: 3.1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.2s\]::before {
        --scroll-anim-duration: 3.2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.3s\]::before {
        --scroll-anim-duration: 3.3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.4s\]::before {
        --scroll-anim-duration: 3.4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.5s\]::before {
        --scroll-anim-duration: 3.5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.6s\]::before {
        --scroll-anim-duration: 3.6s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.7s\]::before {
        --scroll-anim-duration: 3.7s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.8s\]::before {
        --scroll-anim-duration: 3.8s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[3\.9s\]::before {
        --scroll-anim-duration: 3.9s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.1s\]::before {
        --scroll-anim-duration: 4.1s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.2s\]::before {
        --scroll-anim-duration: 4.2s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.3s\]::before {
        --scroll-anim-duration: 4.3s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.4s\]::before {
        --scroll-anim-duration: 4.4s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.5s\]::before {
        --scroll-anim-duration: 4.5s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.6s\]::before {
        --scroll-anim-duration: 4.6s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.7s\]::before {
        --scroll-anim-duration: 4.7s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.8s\]::before {
        --scroll-anim-duration: 4.8s;
      }
.-scroll-anim-before-translate-x.\-\-before-duration-\[4\.9s\]::before {
        --scroll-anim-duration: 4.9s;
      }
.-scroll-anim-after-translate-x::after {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-translate-x: -8%;

    opacity: 0;
    transform: translateX(var(--scroll-translate-x));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.-scroll-anim-after-translate-x.\-\-after-step-2::after {
        --scroll-anim-delay: 0.33333s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-3::after {
        --scroll-anim-delay: 0.66667s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-4::after {
        --scroll-anim-delay: 1s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-5::after {
        --scroll-anim-delay: 1.33333s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-6::after {
        --scroll-anim-delay: 1.66667s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-7::after {
        --scroll-anim-delay: 2s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-8::after {
        --scroll-anim-delay: 2.33333s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-9::after {
        --scroll-anim-delay: 2.66667s;
      }
.-scroll-anim-after-translate-x.\-\-after-step-10::after {
        --scroll-anim-delay: 3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1s\]::after {
        --scroll-anim-duration: 1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2s\]::after {
        --scroll-anim-duration: 2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3s\]::after {
        --scroll-anim-duration: 3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4s\]::after {
        --scroll-anim-duration: 4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[5s\]::after {
        --scroll-anim-duration: 5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.1s\]::after {
        --scroll-anim-duration: 0.1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.2s\]::after {
        --scroll-anim-duration: 0.2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.3s\]::after {
        --scroll-anim-duration: 0.3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.4s\]::after {
        --scroll-anim-duration: 0.4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.5s\]::after {
        --scroll-anim-duration: 0.5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.6s\]::after {
        --scroll-anim-duration: 0.6s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.7s\]::after {
        --scroll-anim-duration: 0.7s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.8s\]::after {
        --scroll-anim-duration: 0.8s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[0\.9s\]::after {
        --scroll-anim-duration: 0.9s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.1s\]::after {
        --scroll-anim-duration: 1.1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.2s\]::after {
        --scroll-anim-duration: 1.2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.3s\]::after {
        --scroll-anim-duration: 1.3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.4s\]::after {
        --scroll-anim-duration: 1.4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.5s\]::after {
        --scroll-anim-duration: 1.5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.6s\]::after {
        --scroll-anim-duration: 1.6s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.7s\]::after {
        --scroll-anim-duration: 1.7s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.8s\]::after {
        --scroll-anim-duration: 1.8s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[1\.9s\]::after {
        --scroll-anim-duration: 1.9s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.1s\]::after {
        --scroll-anim-duration: 2.1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.2s\]::after {
        --scroll-anim-duration: 2.2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.3s\]::after {
        --scroll-anim-duration: 2.3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.4s\]::after {
        --scroll-anim-duration: 2.4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.5s\]::after {
        --scroll-anim-duration: 2.5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.6s\]::after {
        --scroll-anim-duration: 2.6s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.7s\]::after {
        --scroll-anim-duration: 2.7s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.8s\]::after {
        --scroll-anim-duration: 2.8s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[2\.9s\]::after {
        --scroll-anim-duration: 2.9s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.1s\]::after {
        --scroll-anim-duration: 3.1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.2s\]::after {
        --scroll-anim-duration: 3.2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.3s\]::after {
        --scroll-anim-duration: 3.3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.4s\]::after {
        --scroll-anim-duration: 3.4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.5s\]::after {
        --scroll-anim-duration: 3.5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.6s\]::after {
        --scroll-anim-duration: 3.6s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.7s\]::after {
        --scroll-anim-duration: 3.7s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.8s\]::after {
        --scroll-anim-duration: 3.8s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[3\.9s\]::after {
        --scroll-anim-duration: 3.9s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.1s\]::after {
        --scroll-anim-duration: 4.1s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.2s\]::after {
        --scroll-anim-duration: 4.2s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.3s\]::after {
        --scroll-anim-duration: 4.3s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.4s\]::after {
        --scroll-anim-duration: 4.4s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.5s\]::after {
        --scroll-anim-duration: 4.5s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.6s\]::after {
        --scroll-anim-duration: 4.6s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.7s\]::after {
        --scroll-anim-duration: 4.7s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.8s\]::after {
        --scroll-anim-duration: 4.8s;
      }
.-scroll-anim-after-translate-x.\-\-after-duration-\[4\.9s\]::after {
        --scroll-anim-duration: 4.9s;
      }
.scroll-anim-translate-y {
  --scroll-anim-duration: 1s;
  --scroll-anim-delay: 0s;
  --scroll-translate-y: 8%;

  opacity: 0;
  transform: translateY(var(--scroll-translate-y));
  transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
}
.scroll-anim-translate-y.\-\-step-2 {
      --scroll-anim-delay: 0.33333s;
    }
.scroll-anim-translate-y.\-\-step-3 {
      --scroll-anim-delay: 0.66667s;
    }
.scroll-anim-translate-y.\-\-step-4 {
      --scroll-anim-delay: 1s;
    }
.scroll-anim-translate-y.\-\-step-5 {
      --scroll-anim-delay: 1.33333s;
    }
.scroll-anim-translate-y.\-\-step-6 {
      --scroll-anim-delay: 1.66667s;
    }
.scroll-anim-translate-y.\-\-step-7 {
      --scroll-anim-delay: 2s;
    }
.scroll-anim-translate-y.\-\-step-8 {
      --scroll-anim-delay: 2.33333s;
    }
.scroll-anim-translate-y.\-\-step-9 {
      --scroll-anim-delay: 2.66667s;
    }
.scroll-anim-translate-y.\-\-step-10 {
      --scroll-anim-delay: 3s;
    }
.scroll-anim-translate-y.\-\-duration-\[1s\] {
      --scroll-anim-duration: 1s;
    }
.scroll-anim-translate-y.\-\-duration-\[2s\] {
      --scroll-anim-duration: 2s;
    }
.scroll-anim-translate-y.\-\-duration-\[3s\] {
      --scroll-anim-duration: 3s;
    }
.scroll-anim-translate-y.\-\-duration-\[4s\] {
      --scroll-anim-duration: 4s;
    }
.scroll-anim-translate-y.\-\-duration-\[5s\] {
      --scroll-anim-duration: 5s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.1s\] {
      --scroll-anim-duration: 0.1s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.2s\] {
      --scroll-anim-duration: 0.2s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.3s\] {
      --scroll-anim-duration: 0.3s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.4s\] {
      --scroll-anim-duration: 0.4s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.5s\] {
      --scroll-anim-duration: 0.5s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.6s\] {
      --scroll-anim-duration: 0.6s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.7s\] {
      --scroll-anim-duration: 0.7s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.8s\] {
      --scroll-anim-duration: 0.8s;
    }
.scroll-anim-translate-y.\-\-duration-\[0\.9s\] {
      --scroll-anim-duration: 0.9s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.1s\] {
      --scroll-anim-duration: 1.1s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.2s\] {
      --scroll-anim-duration: 1.2s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.3s\] {
      --scroll-anim-duration: 1.3s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.4s\] {
      --scroll-anim-duration: 1.4s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.5s\] {
      --scroll-anim-duration: 1.5s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.6s\] {
      --scroll-anim-duration: 1.6s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.7s\] {
      --scroll-anim-duration: 1.7s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.8s\] {
      --scroll-anim-duration: 1.8s;
    }
.scroll-anim-translate-y.\-\-duration-\[1\.9s\] {
      --scroll-anim-duration: 1.9s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.1s\] {
      --scroll-anim-duration: 2.1s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.2s\] {
      --scroll-anim-duration: 2.2s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.3s\] {
      --scroll-anim-duration: 2.3s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.4s\] {
      --scroll-anim-duration: 2.4s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.5s\] {
      --scroll-anim-duration: 2.5s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.6s\] {
      --scroll-anim-duration: 2.6s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.7s\] {
      --scroll-anim-duration: 2.7s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.8s\] {
      --scroll-anim-duration: 2.8s;
    }
.scroll-anim-translate-y.\-\-duration-\[2\.9s\] {
      --scroll-anim-duration: 2.9s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.1s\] {
      --scroll-anim-duration: 3.1s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.2s\] {
      --scroll-anim-duration: 3.2s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.3s\] {
      --scroll-anim-duration: 3.3s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.4s\] {
      --scroll-anim-duration: 3.4s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.5s\] {
      --scroll-anim-duration: 3.5s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.6s\] {
      --scroll-anim-duration: 3.6s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.7s\] {
      --scroll-anim-duration: 3.7s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.8s\] {
      --scroll-anim-duration: 3.8s;
    }
.scroll-anim-translate-y.\-\-duration-\[3\.9s\] {
      --scroll-anim-duration: 3.9s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.1s\] {
      --scroll-anim-duration: 4.1s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.2s\] {
      --scroll-anim-duration: 4.2s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.3s\] {
      --scroll-anim-duration: 4.3s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.4s\] {
      --scroll-anim-duration: 4.4s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.5s\] {
      --scroll-anim-duration: 4.5s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.6s\] {
      --scroll-anim-duration: 4.6s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.7s\] {
      --scroll-anim-duration: 4.7s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.8s\] {
      --scroll-anim-duration: 4.8s;
    }
.scroll-anim-translate-y.\-\-duration-\[4\.9s\] {
      --scroll-anim-duration: 4.9s;
    }
.scroll-anim-before-translate-y::before {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-translate-y: 8%;

    opacity: 0;
    transform: translateY(var(--scroll-translate-y));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.scroll-anim-before-translate-y.\-\-before-step-2::before {
        --scroll-anim-delay: 0.33333s;
      }
.scroll-anim-before-translate-y.\-\-before-step-3::before {
        --scroll-anim-delay: 0.66667s;
      }
.scroll-anim-before-translate-y.\-\-before-step-4::before {
        --scroll-anim-delay: 1s;
      }
.scroll-anim-before-translate-y.\-\-before-step-5::before {
        --scroll-anim-delay: 1.33333s;
      }
.scroll-anim-before-translate-y.\-\-before-step-6::before {
        --scroll-anim-delay: 1.66667s;
      }
.scroll-anim-before-translate-y.\-\-before-step-7::before {
        --scroll-anim-delay: 2s;
      }
.scroll-anim-before-translate-y.\-\-before-step-8::before {
        --scroll-anim-delay: 2.33333s;
      }
.scroll-anim-before-translate-y.\-\-before-step-9::before {
        --scroll-anim-delay: 2.66667s;
      }
.scroll-anim-before-translate-y.\-\-before-step-10::before {
        --scroll-anim-delay: 3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1s\]::before {
        --scroll-anim-duration: 1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2s\]::before {
        --scroll-anim-duration: 2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3s\]::before {
        --scroll-anim-duration: 3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4s\]::before {
        --scroll-anim-duration: 4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[5s\]::before {
        --scroll-anim-duration: 5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.1s\]::before {
        --scroll-anim-duration: 0.1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.2s\]::before {
        --scroll-anim-duration: 0.2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.3s\]::before {
        --scroll-anim-duration: 0.3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.4s\]::before {
        --scroll-anim-duration: 0.4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.5s\]::before {
        --scroll-anim-duration: 0.5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.6s\]::before {
        --scroll-anim-duration: 0.6s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.7s\]::before {
        --scroll-anim-duration: 0.7s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.8s\]::before {
        --scroll-anim-duration: 0.8s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[0\.9s\]::before {
        --scroll-anim-duration: 0.9s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.1s\]::before {
        --scroll-anim-duration: 1.1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.2s\]::before {
        --scroll-anim-duration: 1.2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.3s\]::before {
        --scroll-anim-duration: 1.3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.4s\]::before {
        --scroll-anim-duration: 1.4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.5s\]::before {
        --scroll-anim-duration: 1.5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.6s\]::before {
        --scroll-anim-duration: 1.6s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.7s\]::before {
        --scroll-anim-duration: 1.7s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.8s\]::before {
        --scroll-anim-duration: 1.8s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[1\.9s\]::before {
        --scroll-anim-duration: 1.9s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.1s\]::before {
        --scroll-anim-duration: 2.1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.2s\]::before {
        --scroll-anim-duration: 2.2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.3s\]::before {
        --scroll-anim-duration: 2.3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.4s\]::before {
        --scroll-anim-duration: 2.4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.5s\]::before {
        --scroll-anim-duration: 2.5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.6s\]::before {
        --scroll-anim-duration: 2.6s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.7s\]::before {
        --scroll-anim-duration: 2.7s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.8s\]::before {
        --scroll-anim-duration: 2.8s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[2\.9s\]::before {
        --scroll-anim-duration: 2.9s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.1s\]::before {
        --scroll-anim-duration: 3.1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.2s\]::before {
        --scroll-anim-duration: 3.2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.3s\]::before {
        --scroll-anim-duration: 3.3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.4s\]::before {
        --scroll-anim-duration: 3.4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.5s\]::before {
        --scroll-anim-duration: 3.5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.6s\]::before {
        --scroll-anim-duration: 3.6s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.7s\]::before {
        --scroll-anim-duration: 3.7s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.8s\]::before {
        --scroll-anim-duration: 3.8s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[3\.9s\]::before {
        --scroll-anim-duration: 3.9s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.1s\]::before {
        --scroll-anim-duration: 4.1s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.2s\]::before {
        --scroll-anim-duration: 4.2s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.3s\]::before {
        --scroll-anim-duration: 4.3s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.4s\]::before {
        --scroll-anim-duration: 4.4s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.5s\]::before {
        --scroll-anim-duration: 4.5s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.6s\]::before {
        --scroll-anim-duration: 4.6s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.7s\]::before {
        --scroll-anim-duration: 4.7s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.8s\]::before {
        --scroll-anim-duration: 4.8s;
      }
.scroll-anim-before-translate-y.\-\-before-duration-\[4\.9s\]::before {
        --scroll-anim-duration: 4.9s;
      }
.scroll-anim-after-translate-y::after {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-translate-y: 8%;

    opacity: 0;
    transform: translateY(var(--scroll-translate-y));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.scroll-anim-after-translate-y.\-\-after-step-2::after {
        --scroll-anim-delay: 0.33333s;
      }
.scroll-anim-after-translate-y.\-\-after-step-3::after {
        --scroll-anim-delay: 0.66667s;
      }
.scroll-anim-after-translate-y.\-\-after-step-4::after {
        --scroll-anim-delay: 1s;
      }
.scroll-anim-after-translate-y.\-\-after-step-5::after {
        --scroll-anim-delay: 1.33333s;
      }
.scroll-anim-after-translate-y.\-\-after-step-6::after {
        --scroll-anim-delay: 1.66667s;
      }
.scroll-anim-after-translate-y.\-\-after-step-7::after {
        --scroll-anim-delay: 2s;
      }
.scroll-anim-after-translate-y.\-\-after-step-8::after {
        --scroll-anim-delay: 2.33333s;
      }
.scroll-anim-after-translate-y.\-\-after-step-9::after {
        --scroll-anim-delay: 2.66667s;
      }
.scroll-anim-after-translate-y.\-\-after-step-10::after {
        --scroll-anim-delay: 3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1s\]::after {
        --scroll-anim-duration: 1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2s\]::after {
        --scroll-anim-duration: 2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3s\]::after {
        --scroll-anim-duration: 3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4s\]::after {
        --scroll-anim-duration: 4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[5s\]::after {
        --scroll-anim-duration: 5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.1s\]::after {
        --scroll-anim-duration: 0.1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.2s\]::after {
        --scroll-anim-duration: 0.2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.3s\]::after {
        --scroll-anim-duration: 0.3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.4s\]::after {
        --scroll-anim-duration: 0.4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.5s\]::after {
        --scroll-anim-duration: 0.5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.6s\]::after {
        --scroll-anim-duration: 0.6s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.7s\]::after {
        --scroll-anim-duration: 0.7s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.8s\]::after {
        --scroll-anim-duration: 0.8s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[0\.9s\]::after {
        --scroll-anim-duration: 0.9s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.1s\]::after {
        --scroll-anim-duration: 1.1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.2s\]::after {
        --scroll-anim-duration: 1.2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.3s\]::after {
        --scroll-anim-duration: 1.3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.4s\]::after {
        --scroll-anim-duration: 1.4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.5s\]::after {
        --scroll-anim-duration: 1.5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.6s\]::after {
        --scroll-anim-duration: 1.6s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.7s\]::after {
        --scroll-anim-duration: 1.7s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.8s\]::after {
        --scroll-anim-duration: 1.8s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[1\.9s\]::after {
        --scroll-anim-duration: 1.9s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.1s\]::after {
        --scroll-anim-duration: 2.1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.2s\]::after {
        --scroll-anim-duration: 2.2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.3s\]::after {
        --scroll-anim-duration: 2.3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.4s\]::after {
        --scroll-anim-duration: 2.4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.5s\]::after {
        --scroll-anim-duration: 2.5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.6s\]::after {
        --scroll-anim-duration: 2.6s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.7s\]::after {
        --scroll-anim-duration: 2.7s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.8s\]::after {
        --scroll-anim-duration: 2.8s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[2\.9s\]::after {
        --scroll-anim-duration: 2.9s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.1s\]::after {
        --scroll-anim-duration: 3.1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.2s\]::after {
        --scroll-anim-duration: 3.2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.3s\]::after {
        --scroll-anim-duration: 3.3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.4s\]::after {
        --scroll-anim-duration: 3.4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.5s\]::after {
        --scroll-anim-duration: 3.5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.6s\]::after {
        --scroll-anim-duration: 3.6s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.7s\]::after {
        --scroll-anim-duration: 3.7s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.8s\]::after {
        --scroll-anim-duration: 3.8s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[3\.9s\]::after {
        --scroll-anim-duration: 3.9s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.1s\]::after {
        --scroll-anim-duration: 4.1s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.2s\]::after {
        --scroll-anim-duration: 4.2s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.3s\]::after {
        --scroll-anim-duration: 4.3s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.4s\]::after {
        --scroll-anim-duration: 4.4s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.5s\]::after {
        --scroll-anim-duration: 4.5s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.6s\]::after {
        --scroll-anim-duration: 4.6s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.7s\]::after {
        --scroll-anim-duration: 4.7s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.8s\]::after {
        --scroll-anim-duration: 4.8s;
      }
.scroll-anim-after-translate-y.\-\-after-duration-\[4\.9s\]::after {
        --scroll-anim-duration: 4.9s;
      }
.scroll-anim-before-rotate::before {
    --scroll-anim-duration: 1s;
    --scroll-anim-delay: 0s;
    --scroll-rotate: 15deg;

    opacity: 0;
    transform: rotate(var(--scroll-rotate));
    transition: all var(--scroll-anim-duration) var(--scroll-anim-delay);
  }
.scroll-anim-before-rotate.\-\-before-step-2::before {
        --scroll-anim-delay: 0.33333s;
      }
.scroll-anim-before-rotate.\-\-before-step-3::before {
        --scroll-anim-delay: 0.66667s;
      }
.scroll-anim-before-rotate.\-\-before-step-4::before {
        --scroll-anim-delay: 1s;
      }
.scroll-anim-before-rotate.\-\-before-step-5::before {
        --scroll-anim-delay: 1.33333s;
      }
.scroll-anim-before-rotate.\-\-before-step-6::before {
        --scroll-anim-delay: 1.66667s;
      }
.scroll-anim-before-rotate.\-\-before-step-7::before {
        --scroll-anim-delay: 2s;
      }
.scroll-anim-before-rotate.\-\-before-step-8::before {
        --scroll-anim-delay: 2.33333s;
      }
.scroll-anim-before-rotate.\-\-before-step-9::before {
        --scroll-anim-delay: 2.66667s;
      }
.scroll-anim-before-rotate.\-\-before-step-10::before {
        --scroll-anim-delay: 3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1s\]::before {
        --scroll-anim-duration: 1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2s\]::before {
        --scroll-anim-duration: 2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3s\]::before {
        --scroll-anim-duration: 3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4s\]::before {
        --scroll-anim-duration: 4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[5s\]::before {
        --scroll-anim-duration: 5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.1s\]::before {
        --scroll-anim-duration: 0.1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.2s\]::before {
        --scroll-anim-duration: 0.2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.3s\]::before {
        --scroll-anim-duration: 0.3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.4s\]::before {
        --scroll-anim-duration: 0.4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.5s\]::before {
        --scroll-anim-duration: 0.5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.6s\]::before {
        --scroll-anim-duration: 0.6s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.7s\]::before {
        --scroll-anim-duration: 0.7s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.8s\]::before {
        --scroll-anim-duration: 0.8s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[0\.9s\]::before {
        --scroll-anim-duration: 0.9s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.1s\]::before {
        --scroll-anim-duration: 1.1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.2s\]::before {
        --scroll-anim-duration: 1.2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.3s\]::before {
        --scroll-anim-duration: 1.3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.4s\]::before {
        --scroll-anim-duration: 1.4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.5s\]::before {
        --scroll-anim-duration: 1.5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.6s\]::before {
        --scroll-anim-duration: 1.6s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.7s\]::before {
        --scroll-anim-duration: 1.7s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.8s\]::before {
        --scroll-anim-duration: 1.8s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[1\.9s\]::before {
        --scroll-anim-duration: 1.9s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.1s\]::before {
        --scroll-anim-duration: 2.1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.2s\]::before {
        --scroll-anim-duration: 2.2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.3s\]::before {
        --scroll-anim-duration: 2.3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.4s\]::before {
        --scroll-anim-duration: 2.4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.5s\]::before {
        --scroll-anim-duration: 2.5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.6s\]::before {
        --scroll-anim-duration: 2.6s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.7s\]::before {
        --scroll-anim-duration: 2.7s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.8s\]::before {
        --scroll-anim-duration: 2.8s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[2\.9s\]::before {
        --scroll-anim-duration: 2.9s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.1s\]::before {
        --scroll-anim-duration: 3.1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.2s\]::before {
        --scroll-anim-duration: 3.2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.3s\]::before {
        --scroll-anim-duration: 3.3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.4s\]::before {
        --scroll-anim-duration: 3.4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.5s\]::before {
        --scroll-anim-duration: 3.5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.6s\]::before {
        --scroll-anim-duration: 3.6s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.7s\]::before {
        --scroll-anim-duration: 3.7s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.8s\]::before {
        --scroll-anim-duration: 3.8s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[3\.9s\]::before {
        --scroll-anim-duration: 3.9s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.1s\]::before {
        --scroll-anim-duration: 4.1s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.2s\]::before {
        --scroll-anim-duration: 4.2s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.3s\]::before {
        --scroll-anim-duration: 4.3s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.4s\]::before {
        --scroll-anim-duration: 4.4s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.5s\]::before {
        --scroll-anim-duration: 4.5s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.6s\]::before {
        --scroll-anim-duration: 4.6s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.7s\]::before {
        --scroll-anim-duration: 4.7s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.8s\]::before {
        --scroll-anim-duration: 4.8s;
      }
.scroll-anim-before-rotate.\-\-before-duration-\[4\.9s\]::before {
        --scroll-anim-duration: 4.9s;
      }
.scroll-anim-play.scroll-anim-opacity, .scroll-anim-play *.scroll-anim-opacity {
      opacity: 1;
    }
.scroll-anim-play.scroll-anim-before-opacity::before, .scroll-anim-play *.scroll-anim-before-opacity::before {
        opacity: 1;
      }
.scroll-anim-play.scroll-anim-translate-x,
    .scroll-anim-play *.scroll-anim-translate-x {
      --scroll-translate-x: 0;

      opacity: 1;
    }
.scroll-anim-play.scroll-anim-before-translate-x::before, .scroll-anim-play.-scroll-anim-before-translate-x::before, .scroll-anim-play *.scroll-anim-before-translate-x::before, .scroll-anim-play *.-scroll-anim-before-translate-x::before {
        --scroll-translate-x: 0;

        opacity: 1;
      }
 .scroll-anim-play.-scroll-anim-after-translate-x::after, .scroll-anim-play *.-scroll-anim-after-translate-x::after {
        --scroll-translate-x: 0;

        opacity: 1;
      }
.scroll-anim-play.scroll-anim-translate-y,
    .scroll-anim-play *.scroll-anim-translate-y {
      --scroll-translate-y: 0;

      opacity: 1;
    }
.scroll-anim-play.scroll-anim-before-translate-y::before, .scroll-anim-play *.scroll-anim-before-translate-y::before {
        --scroll-translate-y: 0;

        opacity: 1;
      }
.scroll-anim-play.scroll-anim-after-translate-y::after, .scroll-anim-play *.scroll-anim-after-translate-y::after {
        --scroll-translate-y: 0;

        opacity: 1;
      }
.scroll-anim-play.scroll-anim-before-rotate::before, .scroll-anim-play *.scroll-anim-before-rotate::before {
        --scroll-rotate: 0;

        opacity: 1;
      }
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  /* font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal; */
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
/* .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
} */
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  /* flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; */
  transition-property: transform;
  /* display: block; */
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 75rem;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 75rem;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 2.75rem;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
/* .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
} */
/* Bullets */
/* .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
} */
/* .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
} */
.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border-radius: 50%;
  background: rgba(5,131,237, 0.1);
}
/* button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
} */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none;
}
.swiper-pagination-bullet-active {
  background: #0583ed;
}
/* .swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
} */
/* .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
} */
/* .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
} */
/* .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
} */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 0.4375rem;
  margin-left: 0.4375rem;
}
/* .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
} */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(3.125rem);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 0\0){
  html,
  body {
    height: 100%;
  }

  .l-wrap {
    display: none; 
  }

  .l-not-support {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
  }
}
@media (min-width: 481px) and (min-height: 428px){
    .m-nav-btn::after {
      content: "";
      left: 50%;
      bottom: 0;
      width: 0;
      background: linear-gradient(90deg, #2d83f0 0%, #6472ef 97.97%);
      border-radius: 0.625rem;
      transition: all 0.3s;
      display: block;
      position: absolute;
      transform: translateX(-50%);
    }
      .m-nav-btn.\-\-active::after {
        width: 100%;
      }
    .kv::before {
      background-image: url(../images/kv/kv_bg_03.svg?47cfb165);
    }

    .kv::after {
      background-image: url(../images/kv/kv_bg_02.svg?4efd0d8f);
    }
    .kv-bg::before {
      background-image: url(../images/kv/kv_bg_01.svg?d4ecc1c9);
    }
    .deplay-ball-button:not(:hover) {
      animation: float 4s infinite;
    }

    .deplay-ball-button.\-\-gene {
      animation-delay: 0s;
    }
        .deplay-ball-button.\-\-gene .deplay-ball-description-area::before {
          right: 0;
        }

        .deplay-ball-button.\-\-gene .deplay-ball-description-area::after {
          bottom: 0;
          transform: rotate(-42deg);
          transform-origin: bottom;
        }

    .deplay-ball-button.\-\-machine {
      animation-delay: 0.13s;
    }
        .deplay-ball-button.\-\-machine .deplay-ball-description-area::before {
          left: 0;
        }

        .deplay-ball-button.\-\-machine .deplay-ball-description-area::after {
          bottom: 0;
          transform: rotate(42deg);
          transform-origin: bottom;
        }

    .deplay-ball-button.\-\-energy {
      animation-delay: 0.26s;
    }
        .deplay-ball-button.\-\-energy .deplay-ball-description-area::before {
          right: 0;
        }

        .deplay-ball-button.\-\-energy .deplay-ball-description-area::after {
          top: 0;
          transform: rotate(42deg);
          transform-origin: top;
        }

    .deplay-ball-button.\-\-cloud {
      animation-delay: 0.39s;
    }
        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::before {
          right: 0;
        }

        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::after {
          bottom: 0;
          transform: rotate(-10deg);
          transform-origin: bottom;
        }

    .deplay-ball-button.\-\-communication {
      animation-delay: 0.42s;
    }
        .deplay-ball-button.\-\-communication .deplay-ball-description-area::before {
          right: 0;
        }

        .deplay-ball-button.\-\-communication .deplay-ball-description-area::after {
          top: 0;
          transform: rotate(20deg);
          transform-origin: top;
        }

    .deplay-ball-button.\-\-traffic {
      animation-delay: 0.55s;
    }
        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::before {
          right: 0;
        }

        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::after {
          top: 0;
          transform: rotate(42deg);
          transform-origin: top;
        }
    .discount-date::before {
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  .apply-list-item {
    border-bottom-color: var(--apply-border-color);
  }
    .apply-phone::before {
      width: 100%;
      background-size: 100% auto;
    }
}
@media (min-width: 481px) and (max-width: 1024px) and (min-height: 428px),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5){
  html,
  body {
    font-size: 2.08333333vw;
  }
    .m-nav-btn::after {
      height: 0.25rem;
    }
    .m-btn:not(.\-\-icon-only) {
      padding: 1.125rem 1.3125rem 1.125rem 2.25rem;
      font-size: 1.1875rem;
    }

      .m-btn:not(.\-\-icon-only) .m-btn-icon {
        padding: 0.6875rem;
        width: 2.25rem;
        height: 2.25rem;
      }
    .m-footer-container.\-\-active {
      max-height: 200 rem;
    }
  .kv {
    height: 60dvh;
  }
    .kv-figure.\-\-car {
      margin-left: -15.9375rem;
    }

    .kv-figure.\-\-windmill {
      margin-left: 12.1875rem;
    }

    .kv-figure.\-\-solar {
      margin-left: 18.75rem;
    }
  .deplay-ball-button {
    box-shadow: 0.9375rem 1.25rem 1.375rem 0 rgba(50,107,172, 0.1);
  }

    .deplay-ball-button:not(.\-\-active) {
      width: 8.75rem;
      height: 8.75rem;
    }

      .deplay-ball-button:not(.\-\-active) .deplay-ball-label {
        font-size: 1rem;
      }

        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::before,
        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::after {
          width: 3.125rem;
          height: 3.125rem;
        }

    .deplay-ball-button.\-\-active {
      width: 11.25rem;
      height: 11.25rem;
    }

      .deplay-ball-button.\-\-active.\-\-gene {
        margin-top: -7.25rem;
      }
          .deplay-ball-button.\-\-active.\-\-gene .deplay-ball-description-area::after {
            height: 2.75rem;
          }

      .deplay-ball-button.\-\-active.\-\-machine {
        margin-top: -5.625rem;
        margin-left: 3.75rem;
      }
          .deplay-ball-button.\-\-active.\-\-machine .deplay-ball-description-area::after {
            height: 2.75rem;
          }

      .deplay-ball-button.\-\-active.\-\-energy {
        margin-top: 3.625rem;
        margin-left: -2.1875rem;
      }
          .deplay-ball-button.\-\-active.\-\-energy .deplay-ball-description-area::after {
            height: 2.4375rem;
          }
      
      .deplay-ball-button.\-\-active.\-\-cloud {
        margin-top: -1.25rem;
      }
          .deplay-ball-button.\-\-active.\-\-cloud .deplay-ball-description-area::after {
            height: 5rem;
          }

      .deplay-ball-button.\-\-active.\-\-communication {
        margin-top: 2.8125rem;
        margin-left: -11.25rem;
      }
          .deplay-ball-button.\-\-active.\-\-communication .deplay-ball-description-area::after {
            height: 3.25rem;
          }
      
      .deplay-ball-button.\-\-active.\-\-traffic {
        margin-top: 7.8125rem;
        margin-left: 7.5rem;
      }
          .deplay-ball-button.\-\-active.\-\-traffic .deplay-ball-description-area::after {
            height: 1.375rem;
          }

      .deplay-ball-button.\-\-active .deplay-ball-label {
        font-size: 1.375rem;
      }

        .deplay-ball-button.\-\-active .deplay-ball-label::before,
        .deplay-ball-button.\-\-active .deplay-ball-label::after {
          width: 4.375rem;
          height: 4.375rem;
        }
        .deplay-ball-button.\-\-active .deplay-ball-description-area::before {
          width: 0.9375rem;
        }

    .deplay-ball-button.\-\-gene {
      margin-top: -6.25rem;
      margin-left: -6.875rem;
    }
        .deplay-ball-button.\-\-gene .deplay-ball-description::before {  
          margin-top: -1.875rem;
          margin-left: -4.6875rem;
        }

      .deplay-ball-button.\-\-gene .deplay-ball-description-area {
        margin-top: -4.0625rem;
        margin-left: -14.3125rem;
      }

        .deplay-ball-button.\-\-gene .deplay-ball-description-area::before {
          margin-right: -0.9375rem;
        }

        .deplay-ball-button.\-\-gene .deplay-ball-description-area::after {
          right: -2.8125rem;
          margin-bottom: -0.875rem;
        }

    .deplay-ball-button.\-\-machine {
      margin-top: -4.375rem;
      margin-left: 4.0625rem;
    }
        .deplay-ball-button.\-\-machine .deplay-ball-description::before {  
          margin-top: -4.6875rem;
          margin-left: 0.1875rem;
        }

      .deplay-ball-button.\-\-machine .deplay-ball-description-area {
        margin-top: -6.875rem;
        margin-left: 8.75rem;
      }

        .deplay-ball-button.\-\-machine .deplay-ball-description-area::before {
          margin-left: -0.9375rem;
        }

        .deplay-ball-button.\-\-machine .deplay-ball-description-area::after {
          left: -2.8125rem;
          margin-bottom: -0.9375rem;
        }

    .deplay-ball-button.\-\-energy {
      margin-top: 3.125rem;
      margin-left: -1.875rem;
    }
        .deplay-ball-button.\-\-energy .deplay-ball-description::before {  
          margin-top: 3.8125rem;
          margin-left: -2.8125rem;
        }
      
      .deplay-ball-button.\-\-energy .deplay-ball-description-area {
        margin-top: 5.625rem;
        margin-left: -11.25rem;
      }

        .deplay-ball-button.\-\-energy .deplay-ball-description-area::before {
          margin-right: -0.9375rem;
        }

        .deplay-ball-button.\-\-energy .deplay-ball-description-area::after {
          right: -2.5625rem;
          margin-top: -0.5rem;
        }

    .deplay-ball-button.\-\-cloud {
      margin-top: -1.125rem;
      margin-left: 12.8125rem;
    }
        .deplay-ball-button.\-\-cloud .deplay-ball-description::before {  
          margin-top: -5rem;
          margin-left: 0.375rem;
        }

      .deplay-ball-button.\-\-cloud .deplay-ball-description-area {
        margin-top: -10rem;
        margin-left: -8.125rem;
      }

        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::before {
          margin-right: -0.9375rem;
        }

        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::after {
          right: -1.8125rem;
          margin-bottom: -3.75rem;
        }

    .deplay-ball-button.\-\-communication {
      margin-top: 1.5625rem;
      margin-left: -11.875rem;
    }
        .deplay-ball-button.\-\-communication .deplay-ball-description::before {  
          margin-top: 4.875rem;
          margin-left: 1.875rem;
        }

      .deplay-ball-button.\-\-communication .deplay-ball-description-area {
        margin-top: 7.8125rem;
        margin-left: -6.5625rem;
      }

        .deplay-ball-button.\-\-communication .deplay-ball-description-area::before {
          margin-right: -0.9375rem;
        }

        .deplay-ball-button.\-\-communication .deplay-ball-description-area::after {
          right: -2.0625rem;
          margin-top: -1.875rem;
        }

    .deplay-ball-button.\-\-traffic {
      margin-top: 6.75rem;
      margin-left: 7.1875rem;
    }
        .deplay-ball-button.\-\-traffic .deplay-ball-description::before {  
          margin-top: 2.8125rem;
          margin-left: -4.3125rem;
        }

      .deplay-ball-button.\-\-traffic .deplay-ball-description-area {
        margin-top: 3.75rem;
        margin-left: -12.5rem;
      }

        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::before {
          margin-right: -0.9375rem;
        }

        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::after {
          right: -1.9375rem;
          margin-top: 0.25rem;
        }
    .cross-chart-label.\-\-mix {
      margin-top: -3.5rem;
      margin-left: -8.4375rem;
    }

    .cross-chart-label.\-\-stock {
      margin-top: -0.5rem;
      margin-left: 8.4375rem;
    }

    .cross-chart-label.\-\-bond {
      margin-top: 7.5rem;
      margin-left: -4.6875rem;
    }
    .cross-chart-figure::before {
      margin-top: -1.8125rem;
      margin-left: -1.8125rem;
      width: 22.5rem;
      height: 22.5rem;
    }
    .trend-content::before {
      margin-bottom: 0.5625rem;
      font-size: 4.0625rem;
    }
    .trend-vision::before {
      bottom: 2.25rem;
      right: 1.875rem;
      width: 20.3125rem;
      height: 20.3125rem;
      border-radius: 0.9375rem;
    }
      .trend-figure.\-\-focus::before {
        bottom: 2.25rem;
        right: 1.875rem;
        width: 20.3125rem;
        height: 10.125rem;
        border-radius: 0.9375rem;
      }

      .trend-figure.\-\-focus::after {
        bottom: 2.25rem;
        left: 3.75rem;
        width: 15rem;
        height: 5.75rem;
      }
      .trend-figure.\-\-partner::before {
        top: 2.8125rem;
        width: 10rem;
        height: 9.875rem;
      }
      .trend-figure.\-\-timer::before {
        top: -0.9375rem;
        width: 9.375rem;
        height: 10.5rem;
      }

      .trend-figure.\-\-timer::after {
        bottom: 5.125rem;
        left: 1.375rem;
        width: 6rem;
        height: 6rem;
      }
    .discount-date::before {
      margin-right: -0.625rem;
      width: 25rem;
      height: 25rem;
    }
    .apply-list-button::before {
      margin-right: 0.9375rem;
      font-size: 2rem;
    }
    .apply-phone::before {
      margin-top: 33.75rem;
      width: 14.375rem;
      height: 2.1875rem;
    }
    .apply-phone-container::before {
      top: 0.375rem;
      left: 0.5625rem;
      width: 16.4375rem;
      height: 34.75rem;
      border-radius: 1.875rem;
    }
    .apply-phone-swiper::before {
      margin-top: 0.75rem;
      width: 5rem;
      height: 1.375rem;
    }
  
    .apply-phone-swiper::after {
      margin-top: 1.25rem;
      margin-left: 1.625rem;
      width: 0.5625rem;
      height: 0.5625rem;
      border-width: 0.125rem;
    }

  .apply-phone-figure {
    height: 32.3125rem;
  }
      .scroll-anim-opacity.pt\:\-\-step-2,
      .scroll-anim-opacity.tm\:\-\-step-2,
      .scroll-anim-opacity.t\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-opacity.pt\:\-\-step-3,
      .scroll-anim-opacity.tm\:\-\-step-3,
      .scroll-anim-opacity.t\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-opacity.pt\:\-\-step-4,
      .scroll-anim-opacity.tm\:\-\-step-4,
      .scroll-anim-opacity.t\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-opacity.pt\:\-\-step-5,
      .scroll-anim-opacity.tm\:\-\-step-5,
      .scroll-anim-opacity.t\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-opacity.pt\:\-\-step-6,
      .scroll-anim-opacity.tm\:\-\-step-6,
      .scroll-anim-opacity.t\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-opacity.pt\:\-\-step-7,
      .scroll-anim-opacity.tm\:\-\-step-7,
      .scroll-anim-opacity.t\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-opacity.pt\:\-\-step-8,
      .scroll-anim-opacity.tm\:\-\-step-8,
      .scroll-anim-opacity.t\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-opacity.pt\:\-\-step-9,
      .scroll-anim-opacity.tm\:\-\-step-9,
      .scroll-anim-opacity.t\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-opacity.pt\:\-\-step-10,
      .scroll-anim-opacity.tm\:\-\-step-10,
      .scroll-anim-opacity.t\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-opacity.pt\:\-\-before-step-2::before, .scroll-anim-before-opacity.tm\:\-\-before-step-2::before, .scroll-anim-before-opacity.t\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-3::before, .scroll-anim-before-opacity.tm\:\-\-before-step-3::before, .scroll-anim-before-opacity.t\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-4::before, .scroll-anim-before-opacity.tm\:\-\-before-step-4::before, .scroll-anim-before-opacity.t\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-5::before, .scroll-anim-before-opacity.tm\:\-\-before-step-5::before, .scroll-anim-before-opacity.t\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-6::before, .scroll-anim-before-opacity.tm\:\-\-before-step-6::before, .scroll-anim-before-opacity.t\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-7::before, .scroll-anim-before-opacity.tm\:\-\-before-step-7::before, .scroll-anim-before-opacity.t\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-8::before, .scroll-anim-before-opacity.tm\:\-\-before-step-8::before, .scroll-anim-before-opacity.t\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-9::before, .scroll-anim-before-opacity.tm\:\-\-before-step-9::before, .scroll-anim-before-opacity.t\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-opacity.pt\:\-\-before-step-10::before, .scroll-anim-before-opacity.tm\:\-\-before-step-10::before, .scroll-anim-before-opacity.t\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-x.pt\:\-\-step-2,
      .scroll-anim-translate-x.tm\:\-\-step-2,
      .scroll-anim-translate-x.t\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-3,
      .scroll-anim-translate-x.tm\:\-\-step-3,
      .scroll-anim-translate-x.t\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-4,
      .scroll-anim-translate-x.tm\:\-\-step-4,
      .scroll-anim-translate-x.t\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-5,
      .scroll-anim-translate-x.tm\:\-\-step-5,
      .scroll-anim-translate-x.t\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-6,
      .scroll-anim-translate-x.tm\:\-\-step-6,
      .scroll-anim-translate-x.t\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-7,
      .scroll-anim-translate-x.tm\:\-\-step-7,
      .scroll-anim-translate-x.t\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-8,
      .scroll-anim-translate-x.tm\:\-\-step-8,
      .scroll-anim-translate-x.t\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-9,
      .scroll-anim-translate-x.tm\:\-\-step-9,
      .scroll-anim-translate-x.t\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-x.pt\:\-\-step-10,
      .scroll-anim-translate-x.tm\:\-\-step-10,
      .scroll-anim-translate-x.t\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-2::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-2::before, .scroll-anim-before-translate-x.t\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-3::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-3::before, .scroll-anim-before-translate-x.t\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-4::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-4::before, .scroll-anim-before-translate-x.t\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-5::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-5::before, .scroll-anim-before-translate-x.t\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-6::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-6::before, .scroll-anim-before-translate-x.t\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-7::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-7::before, .scroll-anim-before-translate-x.t\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-8::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-8::before, .scroll-anim-before-translate-x.t\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-9::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-9::before, .scroll-anim-before-translate-x.t\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-x.pt\:\-\-before-step-10::before, .scroll-anim-before-translate-x.tm\:\-\-before-step-10::before, .scroll-anim-before-translate-x.t\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-2::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-2::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-3::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-3::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-4::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-4::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-5::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-5::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-6::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-6::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-7::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-7::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-8::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-8::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-9::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-9::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-before-translate-x.pt\:\-\-before-step-10::before, .-scroll-anim-before-translate-x.tm\:\-\-before-step-10::before, .-scroll-anim-before-translate-x.t\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-2::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-2::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-3::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-3::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-4::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-4::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-5::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-5::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-6::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-6::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-7::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-7::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-8::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-8::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-9::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-9::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-after-translate-x.pt\:\-\-after-step-10::after, .-scroll-anim-after-translate-x.tm\:\-\-after-step-10::after, .-scroll-anim-after-translate-x.t\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-y.pt\:\-\-step-2,
      .scroll-anim-translate-y.tm\:\-\-step-2,
      .scroll-anim-translate-y.t\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-3,
      .scroll-anim-translate-y.tm\:\-\-step-3,
      .scroll-anim-translate-y.t\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-4,
      .scroll-anim-translate-y.tm\:\-\-step-4,
      .scroll-anim-translate-y.t\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-5,
      .scroll-anim-translate-y.tm\:\-\-step-5,
      .scroll-anim-translate-y.t\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-6,
      .scroll-anim-translate-y.tm\:\-\-step-6,
      .scroll-anim-translate-y.t\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-7,
      .scroll-anim-translate-y.tm\:\-\-step-7,
      .scroll-anim-translate-y.t\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-8,
      .scroll-anim-translate-y.tm\:\-\-step-8,
      .scroll-anim-translate-y.t\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-9,
      .scroll-anim-translate-y.tm\:\-\-step-9,
      .scroll-anim-translate-y.t\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-y.pt\:\-\-step-10,
      .scroll-anim-translate-y.tm\:\-\-step-10,
      .scroll-anim-translate-y.t\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-2::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-2::before, .scroll-anim-before-translate-y.t\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-3::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-3::before, .scroll-anim-before-translate-y.t\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-4::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-4::before, .scroll-anim-before-translate-y.t\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-5::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-5::before, .scroll-anim-before-translate-y.t\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-6::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-6::before, .scroll-anim-before-translate-y.t\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-7::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-7::before, .scroll-anim-before-translate-y.t\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-8::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-8::before, .scroll-anim-before-translate-y.t\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-9::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-9::before, .scroll-anim-before-translate-y.t\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-y.pt\:\-\-before-step-10::before, .scroll-anim-before-translate-y.tm\:\-\-before-step-10::before, .scroll-anim-before-translate-y.t\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-2::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-2::after, .scroll-anim-after-translate-y.t\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-3::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-3::after, .scroll-anim-after-translate-y.t\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-4::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-4::after, .scroll-anim-after-translate-y.t\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-5::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-5::after, .scroll-anim-after-translate-y.t\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-6::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-6::after, .scroll-anim-after-translate-y.t\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-7::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-7::after, .scroll-anim-after-translate-y.t\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-8::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-8::after, .scroll-anim-after-translate-y.t\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-9::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-9::after, .scroll-anim-after-translate-y.t\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-after-translate-y.pt\:\-\-after-step-10::after, .scroll-anim-after-translate-y.tm\:\-\-after-step-10::after, .scroll-anim-after-translate-y.t\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-2::before, .scroll-anim-before-rotate.tm\:\-\-before-step-2::before, .scroll-anim-before-rotate.t\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-3::before, .scroll-anim-before-rotate.tm\:\-\-before-step-3::before, .scroll-anim-before-rotate.t\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-4::before, .scroll-anim-before-rotate.tm\:\-\-before-step-4::before, .scroll-anim-before-rotate.t\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-5::before, .scroll-anim-before-rotate.tm\:\-\-before-step-5::before, .scroll-anim-before-rotate.t\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-6::before, .scroll-anim-before-rotate.tm\:\-\-before-step-6::before, .scroll-anim-before-rotate.t\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-7::before, .scroll-anim-before-rotate.tm\:\-\-before-step-7::before, .scroll-anim-before-rotate.t\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-8::before, .scroll-anim-before-rotate.tm\:\-\-before-step-8::before, .scroll-anim-before-rotate.t\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-9::before, .scroll-anim-before-rotate.tm\:\-\-before-step-9::before, .scroll-anim-before-rotate.t\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-rotate.pt\:\-\-before-step-10::before, .scroll-anim-before-rotate.tm\:\-\-before-step-10::before, .scroll-anim-before-rotate.t\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
}
@media (min-width: 1367px){
  html,
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1366px){
  html,
  body {
    font-size: 1.17130307vw;
  }
}
@media (min-width: 1025px){
  html,
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  button {
    cursor: pointer;
  }
    .m-nav-btn::after {
      height: 0.375rem;
    }
  .m-btn {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }

    .m-btn:not(.\-\-icon-only) {
      padding: 1.3125rem 1.375rem 1.3125rem 2.5rem;
      font-size: 1.25rem;
    }

      .m-btn:not(.\-\-icon-only) .m-btn-icon {
        margin-left: 0.75rem;
        padding: 0.8125rem;
        width: 2.5rem;
        height: 2.5rem;
      }
          .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::before,
          .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::after {
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            transition: opacity 0.3s;
          }

          .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::before {
            opacity: 100;
            background: linear-gradient(315deg, #076ED4 0%, #2F97FF 100%) no-repeat left center;
          }

          .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::after {
            opacity: 0;
            background-color: #fff;
          }

      .m-btn.\-\-icon-only .m-btn-icon {
        padding: 1.375rem;
        width: 4.0625rem;
        height: 4.0625rem;
      }
      .m-btn:hover:not(.\-\-icon-only) {
        --btn-color: #104195;
      }
          .m-btn:hover:not(.\-\-icon-only).\-\-bg.\-\-white {
            --btn-background-opacity: 1;
          }
          
          .m-btn:hover:not(.\-\-icon-only).\-\-bg.\-\-blue-linear {
            --btn-border-color: #104195;
          }

            .m-btn:hover:not(.\-\-icon-only).\-\-bg.\-\-blue-linear .m-btn-icon {
              --btn-icon-color: #104195;
            }

            .m-btn:hover:not(.\-\-icon-only).\-\-bg.\-\-blue-linear::before {
              opacity: 0;
            }
          .m-btn:hover.\-\-icon-only.\-\-blue-linear .m-btn-icon {
            color: #104195;
          }

            .m-btn:hover.\-\-icon-only.\-\-blue-linear .m-btn-icon::before {
              opacity: 0;
            }

            .m-btn:hover.\-\-icon-only.\-\-blue-linear .m-btn-icon::after {
              opacity: 100;
            }
    .m-footer-container:not(.\-\-active) {
      max-height: 2.75rem;
    }

    .m-footer-container.\-\-active {
      max-height: 200rem;
    }
    .kv-figure.\-\-car {
      margin-left: -21.5625rem;
    }

    .kv-figure.\-\-windmill {
      margin-left: 16.25rem;
    }

    .kv-figure.\-\-solar {
      margin-left: 29.0625rem;
    }
  .deplay-ball-button {
    box-shadow: 1.25rem 1.5625rem 1.875rem 0 rgba(50,107,172, 0.1);
  }

    .deplay-ball-button:not(.\-\-active) {
      width: 12.1875rem;
      height: 12.1875rem;
    }

      .deplay-ball-button:not(.\-\-active) .deplay-ball-label {
        font-size: 1.5625rem;
      }

        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::before,
        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::after {
          width: 4.375rem;
          height: 4.375rem;
        }

    .deplay-ball-button.\-\-active {
      width: 16.25rem;
      height: 16.25rem;
    }

      .deplay-ball-button.\-\-active.\-\-gene {
        margin-top: -9.6875rem;
      }
          .deplay-ball-button.\-\-active.\-\-gene .deplay-ball-description-area::after {
            height: 3.6875rem;
          }

      .deplay-ball-button.\-\-active.\-\-machine {
        margin-top: -6.5625rem;
        margin-left: 6.25rem;
      }
          .deplay-ball-button.\-\-active.\-\-machine .deplay-ball-description-area::after {
            height: 3.6875rem;
          }

      .deplay-ball-button.\-\-active.\-\-energy {
        margin-top: 5rem;
        margin-left: -4.375rem;
      }
          .deplay-ball-button.\-\-active.\-\-energy .deplay-ball-description-area::after {
            height: 3.25rem;
          }

      .deplay-ball-button.\-\-active.\-\-cloud {
        margin-top: -0.625rem;
      }
          .deplay-ball-button.\-\-active.\-\-cloud .deplay-ball-description-area::after {
            height: 6.875rem;
          }

      .deplay-ball-button.\-\-active.\-\-communication {
        margin-top: 2.8125rem;
        margin-left: -18.4375rem;
      }
          .deplay-ball-button.\-\-active.\-\-communication .deplay-ball-description-area::after {
            height: 4.375rem;
          }

      .deplay-ball-button.\-\-active.\-\-traffic {
        margin-top: 10.3125rem;
        margin-left: 10.3125rem;
      }
          .deplay-ball-button.\-\-active.\-\-traffic .deplay-ball-description-area::after {
            height: 1.875rem;
          }

      .deplay-ball-button.\-\-active .deplay-ball-label {
        font-size: 2.25rem;
      }

        .deplay-ball-button.\-\-active .deplay-ball-label::before,
        .deplay-ball-button.\-\-active .deplay-ball-label::after {
          width: 6rem;
          height: 6rem;
        }
        .deplay-ball-button.\-\-active .deplay-ball-description-area::before {
          width: 1.25rem;
        }

    .deplay-ball-button.\-\-gene {
      margin-top: -9.0625rem;
      margin-left: -9.375rem;
    }
        .deplay-ball-button.\-\-gene .deplay-ball-description::before {  
          margin-top: -2.8125rem;
          margin-left: -6.25rem;
        }

      .deplay-ball-button.\-\-gene .deplay-ball-description-area {
        margin-top: -5.625rem;
        margin-left: -17.5rem;
      }

        .deplay-ball-button.\-\-gene .deplay-ball-description-area::before {
          margin-right: -1.25rem;
        }

        .deplay-ball-button.\-\-gene .deplay-ball-description-area::after {
          right: -3.75rem;
          margin-bottom: -1.25rem;
        }

    .deplay-ball-button.\-\-machine {
      margin-top: -5.9375rem;
      margin-left: 6.5625rem;
    }
        .deplay-ball-button.\-\-machine .deplay-ball-description::before {  
          margin-top: -5.9375rem;
          margin-left: 4.0625rem;
        }

      .deplay-ball-button.\-\-machine .deplay-ball-description-area {
        margin-top: -8.75rem;
        margin-left: 14.375rem;
      }

        .deplay-ball-button.\-\-machine .deplay-ball-description-area::before {
          margin-left: -1.25rem;
        }

        .deplay-ball-button.\-\-machine .deplay-ball-description-area::after {
          left: -3.75rem;
          margin-bottom: -1.25rem;
        }

    .deplay-ball-button.\-\-energy {
      margin-top: 2.8125rem;
      margin-left: -3.4375rem;
    }
        .deplay-ball-button.\-\-energy .deplay-ball-description::before {  
          margin-top: 5rem;
          margin-left: -5rem;
        }
      
      .deplay-ball-button.\-\-energy .deplay-ball-description-area {
        margin-top: 7.5rem;
        margin-left: -15rem;
      }

        .deplay-ball-button.\-\-energy .deplay-ball-description-area::before {
          margin-right: -1.25rem;
        }

        .deplay-ball-button.\-\-energy .deplay-ball-description-area::after {
          right: -3.4375rem;
          margin-top: -0.875rem;
        }

    .deplay-ball-button.\-\-cloud {
      margin-top: -1.5625rem;
      margin-left: 19.0625rem;
    }
        .deplay-ball-button.\-\-cloud .deplay-ball-description::before {  
          margin-top: -6.875rem;
          margin-left: 0.5625rem;
        }

      .deplay-ball-button.\-\-cloud .deplay-ball-description-area {
        margin-top: -13.75rem;
        margin-left: -9.375rem;
      }

        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::before {
          margin-right: -1.25rem;
        }

        .deplay-ball-button.\-\-cloud .deplay-ball-description-area::after {
          right: -2.4375rem;
          margin-bottom: -5.3125rem;
        }

    .deplay-ball-button.\-\-communication {
      margin-top: 0.1875rem;
      margin-left: -19.0625rem;
    }
        .deplay-ball-button.\-\-communication .deplay-ball-description::before {  
          margin-top: 6.5rem;
          margin-left: 2.5rem;
        }

      .deplay-ball-button.\-\-communication .deplay-ball-description-area {
        margin-top: 10.625rem;
        margin-left: -7.5rem;
      }

        .deplay-ball-button.\-\-communication .deplay-ball-description-area::before {
          margin-right: -1.25rem;
        }

        .deplay-ball-button.\-\-communication .deplay-ball-description-area::after {
          right: -2.75rem;
          margin-top: -2.5625rem;
        }

    .deplay-ball-button.\-\-traffic {
      margin-top: 9.0625rem;
      margin-left: 8.75rem;
    }
        .deplay-ball-button.\-\-traffic .deplay-ball-description::before {  
          margin-top: 3.75rem;
          margin-left: -6.25rem;
        }

      .deplay-ball-button.\-\-traffic .deplay-ball-description-area {
        margin-top: 5rem;
        margin-left: -15.625rem;
      }

        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::before {
          margin-right: -1.25rem;
        }

        .deplay-ball-button.\-\-traffic .deplay-ball-description-area::after {
          right: -2.5rem;
          margin-top: 0.125rem;
        }
    .deplay-ball-round::before {
      border-width: 0.25rem;
    }
    .cross-chart-label.\-\-mix {
      margin-top: -4.6875rem;
      margin-left: -11.25rem;
    }

    .cross-chart-label.\-\-stock {
      margin-top: -0.625rem;
      margin-left: 12.5rem;
    }

    .cross-chart-label.\-\-bond {
      margin-top: 10.3125rem;
      margin-left: -6.25rem;
    }
    .cross-chart-figure::before {
      margin-top: -2.3125rem;
      margin-left: -2.3125rem;
      width: 27.25rem;
      height: 27.25rem;
    }
        .trend-list-item:nth-child(odd) .trend-vision::before {
          right: 2.5rem;
        }
        .trend-list-item:nth-child(even) .trend-vision::before {
          left: 2.5rem;
        }
    .trend-content::before {
      margin-bottom: 0.75rem;
      font-size: 5.625rem;
    }
    .trend-vision::before {
      bottom: 1.9375rem;
      width: 21.875rem;
      height: 21.875rem;
      border-radius: 1.25rem;
    }
      .trend-figure.\-\-focus::before {
        bottom: 1.9375rem;
        right: 2.5rem;
        width: 23.75rem;
        height: 10.9375rem;
        border-bottom-right-radius: 1.25rem;
      }

      .trend-figure.\-\-focus::after {
        bottom: 1.9375rem;
        left: 2.5rem;
        width: 13.125rem;
        height: 5rem;
      }
      .trend-figure.\-\-partner::before {
        top: 3.125rem;
        width: 11.25rem;
        height: 11rem;
      }
      .trend-figure.\-\-timer::before {
        top: -1.25rem;
        width: 9.0625rem;
        height: 10.125rem;
      }

      .trend-figure.\-\-timer::after {
        bottom: 5rem;
        left: 1.875rem;
        width: 5.5rem;
        height: 5.5rem;
      }
    .discount-date::before {
      margin-right: -1.5625rem;
      width: 32.5rem;
      height: 32.5rem;
    }
    .apply-list-button::before {
      margin-right: 1.25rem;
      font-size: 2.8125rem;
    }
    .apply-phone::before {
      margin-top: 30.625rem;
      width: 13.25rem;
      height: 2.1875rem;
    }
    .apply-phone-container::before {
      top: 0.375rem;
      left: 0.5rem;
      width: 15rem;
      height: 31.8125rem;
      border-radius: 2.5rem;
    }
    .apply-phone-swiper::before {
      margin-top: 1.125rem;
      width: 4.5rem;
      height: 1.25rem;
    }
  
    .apply-phone-swiper::after {
      margin-top: 1.4375rem;
      margin-left: 1.625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-width: 0.125rem;
    }

  .apply-phone-figure {
    height: 29.0625rem;
  }
      .article-list-item:hover .article-list-data {
        top: -1.5625rem;
        color: #fff;
        background-color: #104195;
      }
            .article-list-item:hover .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon {
              color: #104195;
            }

              .article-list-item:hover .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::before {
                opacity: 0;
              }
      
              .article-list-item:hover .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon::after {
                opacity: 1;
              }
      .scroll-anim-opacity.p\:\-\-step-2,
      .scroll-anim-opacity.pt\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-opacity.p\:\-\-step-3,
      .scroll-anim-opacity.pt\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-opacity.p\:\-\-step-4,
      .scroll-anim-opacity.pt\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-opacity.p\:\-\-step-5,
      .scroll-anim-opacity.pt\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-opacity.p\:\-\-step-6,
      .scroll-anim-opacity.pt\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-opacity.p\:\-\-step-7,
      .scroll-anim-opacity.pt\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-opacity.p\:\-\-step-8,
      .scroll-anim-opacity.pt\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-opacity.p\:\-\-step-9,
      .scroll-anim-opacity.pt\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-opacity.p\:\-\-step-10,
      .scroll-anim-opacity.pt\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-opacity.p\:\-\-before-step-2::before, .scroll-anim-before-opacity.pt\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-3::before, .scroll-anim-before-opacity.pt\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-4::before, .scroll-anim-before-opacity.pt\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-5::before, .scroll-anim-before-opacity.pt\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-6::before, .scroll-anim-before-opacity.pt\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-7::before, .scroll-anim-before-opacity.pt\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-8::before, .scroll-anim-before-opacity.pt\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-9::before, .scroll-anim-before-opacity.pt\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-opacity.p\:\-\-before-step-10::before, .scroll-anim-before-opacity.pt\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-x.p\:\-\-step-2,
      .scroll-anim-translate-x.pt\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-x.p\:\-\-step-3,
      .scroll-anim-translate-x.pt\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-x.p\:\-\-step-4,
      .scroll-anim-translate-x.pt\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-x.p\:\-\-step-5,
      .scroll-anim-translate-x.pt\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-x.p\:\-\-step-6,
      .scroll-anim-translate-x.pt\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-x.p\:\-\-step-7,
      .scroll-anim-translate-x.pt\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-x.p\:\-\-step-8,
      .scroll-anim-translate-x.pt\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-x.p\:\-\-step-9,
      .scroll-anim-translate-x.pt\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-x.p\:\-\-step-10,
      .scroll-anim-translate-x.pt\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-x.p\:\-\-before-step-2::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-3::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-4::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-5::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-6::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-7::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-8::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-9::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-x.p\:\-\-before-step-10::before, .scroll-anim-before-translate-x.pt\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-2::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-3::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-4::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-5::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-6::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-7::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-8::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-9::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-before-translate-x.p\:\-\-before-step-10::before, .-scroll-anim-before-translate-x.pt\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-2::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-3::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-4::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-5::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-6::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-7::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-8::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-9::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-after-translate-x.p\:\-\-after-step-10::after, .-scroll-anim-after-translate-x.pt\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-y.p\:\-\-step-2,
      .scroll-anim-translate-y.pt\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-y.p\:\-\-step-3,
      .scroll-anim-translate-y.pt\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-y.p\:\-\-step-4,
      .scroll-anim-translate-y.pt\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-y.p\:\-\-step-5,
      .scroll-anim-translate-y.pt\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-y.p\:\-\-step-6,
      .scroll-anim-translate-y.pt\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-y.p\:\-\-step-7,
      .scroll-anim-translate-y.pt\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-y.p\:\-\-step-8,
      .scroll-anim-translate-y.pt\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-y.p\:\-\-step-9,
      .scroll-anim-translate-y.pt\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-y.p\:\-\-step-10,
      .scroll-anim-translate-y.pt\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-y.p\:\-\-before-step-2::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-3::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-4::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-5::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-6::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-7::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-8::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-9::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-y.p\:\-\-before-step-10::before, .scroll-anim-before-translate-y.pt\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-2::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-3::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-4::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-5::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-6::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-7::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-8::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-9::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-after-translate-y.p\:\-\-after-step-10::after, .scroll-anim-after-translate-y.pt\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-2::before, .scroll-anim-before-rotate.pt\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-3::before, .scroll-anim-before-rotate.pt\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-4::before, .scroll-anim-before-rotate.pt\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-5::before, .scroll-anim-before-rotate.pt\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-6::before, .scroll-anim-before-rotate.pt\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-7::before, .scroll-anim-before-rotate.pt\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-8::before, .scroll-anim-before-rotate.pt\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-9::before, .scroll-anim-before-rotate.pt\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-rotate.p\:\-\-before-step-10::before, .scroll-anim-before-rotate.pt\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 480px) and (orientation: portrait){
  html,
  body {
    font-size: 4.44444444vw;
  }
      .m-nav-ctrl:not(.\-\-active) + .m-nav-container {
        height: 0;
      }
      .m-nav-ctrl.\-\-active + .m-nav-container {
        padding-top: 3.75rem;
        height: 100dvh;
      }
  
        .m-nav-ctrl.\-\-active + .m-nav-container::before {
        }
  .m-btn {
    font-size: 1.125rem;
  }
    
    .m-btn:not(.\-\-icon-only) {
      padding: 0.9375rem 1.25rem 0.9375rem 2rem;
    }
      
      .m-btn:not(.\-\-icon-only) .m-btn-icon {
        padding: 0.5625rem;
        width: 1.875rem;
        height: 1.875rem;
      }
      .m-btn.\-\-icon-only .m-btn-icon {
        padding: 1.125rem;
        width: 3.125rem;
        height: 3.125rem;
      }
    .m-footer-container.\-\-active {
      max-height: 200rem;
    }
    .kv::after {
      background-image: url(../images/kv/kv_bg_02_m.svg?618d501c);
    }
    .kv-bg::before {
      background-image: url(../images/kv/kv_bg_01_m.svg?2063bfbf);
    }
    .kv-figure.\-\-car {
      margin-left: -6.5625rem;
    }

    .kv-figure.\-\-windmill {
      margin-left: 7.1875rem;
    }

    .kv-figure.\-\-solar {
      margin-left: 5.9375rem;
    }
  .deplay-ball {
    will-change: margin-top; 
    transition: margin-top 0.3s;
  }

    .deplay-ball.\-\-space {
      margin-top: 4.0625rem;
    }
        .deplay-ball:nth-child(odd) .deplay-ball-description::before {
          margin-left: 3.75rem;
        }

      .deplay-ball:nth-child(odd) .deplay-ball-description-area {
        margin-left: -1.25rem;
      }

        .deplay-ball:nth-child(odd) .deplay-ball-description-area::before {
          right: 0;
          margin-right: -0.625rem;
        }

        .deplay-ball:nth-child(odd) .deplay-ball-description-area::after {
          right: 0;
          margin-right: -1.5625rem;
          transform: rotate(-10deg);
        }
        .deplay-ball:nth-child(even) .deplay-ball-description::before {
          margin-left: -3.75rem;
        }

      .deplay-ball:nth-child(even) .deplay-ball-description-area {
        margin-left: 1.25rem;
      }

        .deplay-ball:nth-child(even) .deplay-ball-description-area::before {
          left: 0;
          margin-left: -0.625rem;
        }

        .deplay-ball:nth-child(even) .deplay-ball-description-area::after {
          left: 0;
          margin-left: -1.5625rem;
          transform: rotate(10deg);
        }

  .deplay-ball-button {
    box-shadow: 0.625rem 0.8125rem 0.9375rem 0 rgba(50,107,172, 0.1);
  }

    .deplay-ball-button:not(.\-\-active) {
      width: 8.5rem;
      height: 8.5rem;
    }

      .deplay-ball-button:not(.\-\-active) .deplay-ball-label {
        font-size: 1.125rem;
      }

        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::before,
        .deplay-ball-button:not(.\-\-active) .deplay-ball-label::after {
          width: 3rem;
          height: 3rem;
        }

    .deplay-ball-button.\-\-active {
      width: 9.6875rem;
      height: 9.6875rem;
    }

      .deplay-ball-button.\-\-active .deplay-ball-label {
        font-size: 1.25rem;
      }

        .deplay-ball-button.\-\-active .deplay-ball-label::before,
        .deplay-ball-button.\-\-active .deplay-ball-label::after {
          width: 3.375rem;
          height: 3.375rem;
        }
        .deplay-ball-button.\-\-active .deplay-ball-description-area::before {
          width: 0.625rem;
        }

        .deplay-ball-button.\-\-active .deplay-ball-description-area::after {
          height: 5rem;
        }
    .deplay-ball-description::before {
      margin-top: -2.1875rem;
    }

  .deplay-ball-description-area {
    margin-top: -7.1875rem;
    width: 7rem;
  }

    .deplay-ball-description-area::after {
      bottom: 0;
      margin-bottom: -3.25rem;
      height: 0;
      transform-origin: bottom;
    }
    .cross-chart-label.\-\-mix {
      margin-top: -2.5rem;
      margin-left: -6.5625rem;
    }

    .cross-chart-label.\-\-stock {
      margin-top: -0.3125rem;
      margin-left: 6.25rem;
    }

    .cross-chart-label.\-\-bond {
      margin-top: 6.5625rem;
      margin-left: -4.0625rem;
    }
    .cross-chart-figure::before {
      margin-top: -1.5rem;
      margin-left: -1.5rem;
      width: 16.5625rem;
      height: 16.5625rem;
    }
        .trend:nth-child(odd) .trend-list-item:not(:first-child) {
          border-top-color: #fff;
        }
        .trend:nth-child(even) .trend-list-item:not(:first-child) {
          border-top-color: #f5f5f5;
        }
    .trend-content::before {
      font-size: 3.75rem;
    }

  .trend-list-item {
    border-top-width: 1px;
    border-top-style: solid;
  }
    .trend-vision::before {
      bottom: 1.3125rem;
      left: 50%;
      width: 14.75rem;
      height: 14.75rem;
      border-radius: 0.75rem;
      transform: translateX(-50%);
    }
      .trend-figure.\-\-focus::before {
        bottom: 1.25rem;
        left: 50%;
        width: 14.75rem;
        height: 7.375rem;
        border-bottom-right-radius: 0.75rem;
        transform: translateX(-50%);
      }

      .trend-figure.\-\-focus::after {
        bottom: 1.25rem;
        left: 5rem;
        width: 9.375rem;
        height: 3.625rem;
      }
      .trend-figure.\-\-partner::before {
        top: -0.625rem;
        width: 7.625rem;
        height: 13.75rem;
      }
      .trend-figure.\-\-timer::before {
        top: 0.3125rem;
        width: 5.125rem;
        height: 5.75rem;
      }

      .trend-figure.\-\-timer::after {
        bottom: 3.75rem;
        left: 0.3125rem;
        width: 3.25rem;
        height: 3.25rem;
      }
    .discount-date::before {
      bottom: 0;
      left: 50%;
      margin-bottom: -1.875rem;
      width: 61.5625rem;
      height: 61.5625rem;
      transform: translateX(-50%) rotate(-270deg);
    }
    .apply-phone::before {
      margin-top: 22.1875rem;
      width: 9.375rem;
      height: 1.5625rem;
    }
    .apply-phone-container::before {
      top: 0.25rem;
      left: 50%;
      width: 10.625rem;
      height: 22.375rem;
      border-radius: 1.6875rem;
      transform: translateX(-50%);
    }
    .apply-phone-swiper::before {
      margin-top: 0.5625rem;
      width: 3.25rem;
      height: 0.875rem;
    }
  
    .apply-phone-swiper::after {
      margin-top: 0.8125rem;
      margin-left: 1.125rem;
      width: 0.375rem;
      height: 0.375rem;
      border-width: 1px;
    }

  .apply-phone-figure {
    height: 20.625rem;
  }
      .scroll-anim-opacity.tm\:\-\-step-2,
      .scroll-anim-opacity.m\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-opacity.tm\:\-\-step-3,
      .scroll-anim-opacity.m\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-opacity.tm\:\-\-step-4,
      .scroll-anim-opacity.m\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-opacity.tm\:\-\-step-5,
      .scroll-anim-opacity.m\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-opacity.tm\:\-\-step-6,
      .scroll-anim-opacity.m\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-opacity.tm\:\-\-step-7,
      .scroll-anim-opacity.m\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-opacity.tm\:\-\-step-8,
      .scroll-anim-opacity.m\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-opacity.tm\:\-\-step-9,
      .scroll-anim-opacity.m\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-opacity.tm\:\-\-step-10,
      .scroll-anim-opacity.m\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-opacity.tm\:\-\-before-step-2::before, .scroll-anim-before-opacity.m\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-3::before, .scroll-anim-before-opacity.m\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-4::before, .scroll-anim-before-opacity.m\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-5::before, .scroll-anim-before-opacity.m\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-6::before, .scroll-anim-before-opacity.m\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-7::before, .scroll-anim-before-opacity.m\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-8::before, .scroll-anim-before-opacity.m\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-9::before, .scroll-anim-before-opacity.m\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-opacity.tm\:\-\-before-step-10::before, .scroll-anim-before-opacity.m\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-x.tm\:\-\-step-2,
      .scroll-anim-translate-x.m\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-3,
      .scroll-anim-translate-x.m\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-4,
      .scroll-anim-translate-x.m\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-5,
      .scroll-anim-translate-x.m\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-6,
      .scroll-anim-translate-x.m\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-7,
      .scroll-anim-translate-x.m\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-8,
      .scroll-anim-translate-x.m\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-9,
      .scroll-anim-translate-x.m\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-x.tm\:\-\-step-10,
      .scroll-anim-translate-x.m\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-2::before, .scroll-anim-before-translate-x.m\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-3::before, .scroll-anim-before-translate-x.m\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-4::before, .scroll-anim-before-translate-x.m\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-5::before, .scroll-anim-before-translate-x.m\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-6::before, .scroll-anim-before-translate-x.m\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-7::before, .scroll-anim-before-translate-x.m\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-8::before, .scroll-anim-before-translate-x.m\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-9::before, .scroll-anim-before-translate-x.m\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-x.tm\:\-\-before-step-10::before, .scroll-anim-before-translate-x.m\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-2::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-3::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-4::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-5::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-6::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-7::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-8::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-9::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-before-translate-x.tm\:\-\-before-step-10::before, .-scroll-anim-before-translate-x.m\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-2::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-3::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-4::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-5::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-6::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-7::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-8::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-9::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .-scroll-anim-after-translate-x.tm\:\-\-after-step-10::after, .-scroll-anim-after-translate-x.m\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
      .scroll-anim-translate-y.tm\:\-\-step-2,
      .scroll-anim-translate-y.m\:\-\-step-2 {
        --scroll-anim-delay: 0.33333s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-3,
      .scroll-anim-translate-y.m\:\-\-step-3 {
        --scroll-anim-delay: 0.66667s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-4,
      .scroll-anim-translate-y.m\:\-\-step-4 {
        --scroll-anim-delay: 1s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-5,
      .scroll-anim-translate-y.m\:\-\-step-5 {
        --scroll-anim-delay: 1.33333s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-6,
      .scroll-anim-translate-y.m\:\-\-step-6 {
        --scroll-anim-delay: 1.66667s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-7,
      .scroll-anim-translate-y.m\:\-\-step-7 {
        --scroll-anim-delay: 2s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-8,
      .scroll-anim-translate-y.m\:\-\-step-8 {
        --scroll-anim-delay: 2.33333s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-9,
      .scroll-anim-translate-y.m\:\-\-step-9 {
        --scroll-anim-delay: 2.66667s;
      }
      .scroll-anim-translate-y.tm\:\-\-step-10,
      .scroll-anim-translate-y.m\:\-\-step-10 {
        --scroll-anim-delay: 3s;
      }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-2::before, .scroll-anim-before-translate-y.m\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-3::before, .scroll-anim-before-translate-y.m\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-4::before, .scroll-anim-before-translate-y.m\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-5::before, .scroll-anim-before-translate-y.m\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-6::before, .scroll-anim-before-translate-y.m\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-7::before, .scroll-anim-before-translate-y.m\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-8::before, .scroll-anim-before-translate-y.m\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-9::before, .scroll-anim-before-translate-y.m\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-translate-y.tm\:\-\-before-step-10::before, .scroll-anim-before-translate-y.m\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-2::after, .scroll-anim-after-translate-y.m\:\-\-after-step-2::after {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-3::after, .scroll-anim-after-translate-y.m\:\-\-after-step-3::after {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-4::after, .scroll-anim-after-translate-y.m\:\-\-after-step-4::after {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-5::after, .scroll-anim-after-translate-y.m\:\-\-after-step-5::after {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-6::after, .scroll-anim-after-translate-y.m\:\-\-after-step-6::after {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-7::after, .scroll-anim-after-translate-y.m\:\-\-after-step-7::after {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-8::after, .scroll-anim-after-translate-y.m\:\-\-after-step-8::after {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-9::after, .scroll-anim-after-translate-y.m\:\-\-after-step-9::after {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-after-translate-y.tm\:\-\-after-step-10::after, .scroll-anim-after-translate-y.m\:\-\-after-step-10::after {
          --scroll-anim-delay: 3s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-2::before, .scroll-anim-before-rotate.m\:\-\-before-step-2::before {
          --scroll-anim-delay: 0.33333s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-3::before, .scroll-anim-before-rotate.m\:\-\-before-step-3::before {
          --scroll-anim-delay: 0.66667s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-4::before, .scroll-anim-before-rotate.m\:\-\-before-step-4::before {
          --scroll-anim-delay: 1s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-5::before, .scroll-anim-before-rotate.m\:\-\-before-step-5::before {
          --scroll-anim-delay: 1.33333s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-6::before, .scroll-anim-before-rotate.m\:\-\-before-step-6::before {
          --scroll-anim-delay: 1.66667s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-7::before, .scroll-anim-before-rotate.m\:\-\-before-step-7::before {
          --scroll-anim-delay: 2s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-8::before, .scroll-anim-before-rotate.m\:\-\-before-step-8::before {
          --scroll-anim-delay: 2.33333s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-9::before, .scroll-anim-before-rotate.m\:\-\-before-step-9::before {
          --scroll-anim-delay: 2.66667s;
        }
        .scroll-anim-before-rotate.tm\:\-\-before-step-10::before, .scroll-anim-before-rotate.m\:\-\-before-step-10::before {
          --scroll-anim-delay: 3s;
        }
}
@media (max-width: 739px) and (orientation: landscape) and (min-width: 480px), (max-width: 999px) and (max-height: 428px) and (orientation: landscape) and (min-width: 480px){
  html,
  body {
    font-size: 2.51098556vw;
  }
}
@media (max-width: 1024px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5){
        .m-btn.\-\-icon-only.\-\-blue-linear .m-btn-icon {
          background: linear-gradient(315deg, #076ed4 0%, #2f97ff 100%)  no-repeat left center;
        }

    .m-btn .m-btn-icon {
      padding: 0.9375rem;
      width: 2.8125rem;
      height: 2.8125rem;
    }
    .m-footer-container:not(.\-\-active) {
      max-height: 2.375rem;
    }
}
