.PageIndex-content h1,
.PageIndex-content h2,
.PageIndex-content h3,
.PageIndex-content h4,
.PageIndex-content h5,
.PageIndex-content h6 {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}



.IndexHeroCard {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  top: 0;
  left: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard {
    width: 100%;
  }
}

@media (max-width: 367px) {
  .IndexHeroCard {
    margin: 0 auto;
    width: 100%;
  }
}

.IndexHeroCard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .IndexHeroCard-wrapper {
    width: 1080px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHeroCard-wrapper {
    width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHeroCard-wrapper {
    width: 83.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard-wrapper {
    margin: 0 40px;
    width: 100%;
  }
}

@media (max-width: 367px) {
  .IndexHeroCard-wrapper {
    margin: 0 auto;
    width: 288px;
  }
}

@media (min-width: 1440px) {
  .IndexHeroCard-fakeTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHeroCard-fakeTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5vw;
    flex: 0 0 37.5vw;
    max-width: 37.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHeroCard-fakeTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667vw;
    flex: 0 0 41.66666667vw;
    max-width: 41.66666667vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard-fakeTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.2173913vw;
    flex: 0 0 65.2173913vw;
    max-width: 65.2173913vw;
  }
}

@media (max-width: 367px) {
  .IndexHeroCard-fakeTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard-fakeTitle {
    display: none;
  }
}

.IndexHeroCard-canvasWrapper {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 1440px) {
  .IndexHeroCard-canvasWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHeroCard-canvasWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHeroCard-canvasWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard-canvasWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104.34782609vw;
    flex: 0 0 104.34782609vw;
    max-width: 104.34782609vw;
  }
}

@media (max-width: 367px) {
  .IndexHeroCard-canvasWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    max-width: 384px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHeroCard-canvasWrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.IndexHeroCard-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.IndexHeroCard-canvas.isHide {
  opacity: 0;
}

.IndexHeroCard-canvas canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.TextButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.TextButton:hover .TextButton-logo svg {
  fill: #00e4a1;
}

.TextButton:hover .TextButton-text {
  color: #00e4a1;
}

.TextButton:active .TextButton-logo svg {
  fill: #008a61;
}

.TextButton:active .TextButton-text {
  color: #008a61;
}

.TextButton-logo {
  width: 36px;
  height: 36px;
  display: block;
}

.TextButton-logo svg {
  width: 100%;
  height: 100%;
  fill: #1cc283;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}

.TextButton-text {
  color: #1cc283;

  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-left: 8px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  padding-bottom: 5px;
}

.IndexHero {
  position: relative;
  overflow: hidden;
}

.IndexHero-wrapper {
  margin: 0 auto;
  padding-top: 130px;
}

@media (min-width: 1440px) {
  .IndexHero-wrapper {
    width: 1080px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-wrapper {
    width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-wrapper {
    width: 83.33333333vw;
    padding-top: 100px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-wrapper {
    margin: 0;
    padding-top: 80px;
  }
}

@media (max-width: 367px) {
  .IndexHero-wrapper {
    margin: 0 auto;
    padding-top: 80px;
  }
}

.IndexHero-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-head {
    margin: 0 40px;
  }
}

@media (max-width: 367px) {
  .IndexHero-head {
    margin: 0 auto;
    width: 288px;
  }
}

.IndexHero-sequenceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 11;
}

@media (min-width: 1440px) {
  .IndexHero-sequenceWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-sequenceWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-sequenceWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-sequenceWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104.34782609vw;
    flex: 0 0 104.34782609vw;
    max-width: 104.34782609vw;
  }
}

@media (max-width: 367px) {
  .IndexHero-sequenceWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    max-width: 384px;
  }
}

.IndexHero-sequenceWrapper.isHide {
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-sequenceWrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.IndexHero-sequenceInner {
  width: 431px;
  height: 495px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-sequenceInner {
    width: 38.0859375vw;
    height: 43.9453125vw;
    max-width: 431px;
    max-height: 495px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-sequenceInner {
    width: 38.41145833vw;
    height: 44.140625vw;
    max-width: 390px;
    max-height: 450px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-sequenceInner {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-sequenceInner {
    width: 58.42391304vw;
    height: 67.11956522vw;
    max-width: 280px;
    max-height: 322px;
  }
}

@media (max-width: 367px) {
  .IndexHero-sequenceInner {
    width: 215px;
    height: 247px;
  }
}

.IndexHero-sequence {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.IndexHero-sequence.isShow {
  opacity: 1;
}

.IndexHero-sequenceImage {
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 1440px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5vw;
    flex: 0 0 37.5vw;
    max-width: 37.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667vw;
    flex: 0 0 41.66666667vw;
    max-width: 41.66666667vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.2173913vw;
    flex: 0 0 65.2173913vw;
    max-width: 65.2173913vw;
  }
}

@media (max-width: 367px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-titleWrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

.IndexHero-title {
  font-size: 50px;

  color: #2a206a;
  letter-spacing: -0.62px;
  font-weight: 500;
  line-height: 61px;
}

.IndexHero-title.isHide span {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.IndexHero-title span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexHero-title span:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.IndexHero-title span:nth-child(3) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms;
}

.IndexHero-title span:nth-child(2) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.IndexHero-title span:first-child {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-title span {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1440px) {
  .IndexHero-title {
    margin-top: 21px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-title {
    font-size: 39px;
    letter-spacing: -0.5px;
    line-height: 51px;
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-title {
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 40px;
    margin-top: 17px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-title {
    margin-top: 44px;
    font-size: 28px;
    text-align: center;
    line-height: 36px;
  }
}

.IndexHero-subtitle {
  margin-top: 14px;

  font-size: 18px;
  color: #4d4476;
  letter-spacing: 0;
  line-height: 30px;
  width: 356px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.33333333s 0.18s, -webkit-transform 0.33333333s 0.18s;
  transition: opacity 0.33333333s 0.18s, -webkit-transform 0.33333333s 0.18s;
  transition: opacity 0.33333333s 0.18s, transform 0.33333333s 0.18s;
  transition: opacity 0.33333333s 0.18s, transform 0.33333333s 0.18s, -webkit-transform 0.33333333s 0.18s;
}

@media (min-width: 1200px) {
  .IndexHero-subtitle {
    width: 500px;
  }
}

.IndexHero-subtitle.isHide {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-subtitle {
    margin-top: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    width: 320px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-subtitle {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    width: 100%;
  }
}

.IndexHero-textButton {
  margin-top: 39px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.33333333s 0.21s, -webkit-transform 0.33333333s 0.21s;
  transition: opacity 0.33333333s 0.21s, -webkit-transform 0.33333333s 0.21s;
  transition: opacity 0.33333333s 0.21s, transform 0.33333333s 0.21s;
  transition: opacity 0.33333333s 0.21s, transform 0.33333333s 0.21s, -webkit-transform 0.33333333s 0.21s;
}

.IndexHero-textButton.isHide {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-textButton {
    margin-top: 24px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-textButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 23px;
  }

  .IndexHero-textButton .TextButton {
    margin: 0 auto;
  }
}

.IndexHero-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 107px;
  height: 26px;
}

@media (min-width: 1440px) {
  .IndexHero-logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.75vw;
    flex: 0 0 68.75vw;
    max-width: 68.75vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333vw;
    flex: 0 0 83.33333333vw;
    max-width: 83.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.26086957vw;
    flex: 0 0 78.26086957vw;
    max-width: 78.26086957vw;
  }
}

@media (max-width: 367px) {
  .IndexHero-logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
  }
}

@media (min-width: 1920px) {
  .IndexHero-logos {
    padding-bottom: 8.33333333vw;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexHero-logos {
    padding-bottom: 160px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-logos {
    padding-left: 6.25vw;
    margin-top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-logos {
    margin-top: 129px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 100px;
    max-width: unset;
    background-color: #fff;
    height: auto;
  }
}

@media (max-width: 367px) {
  .IndexHero-logos {
    padding: 20px calc(50vw - 144px) 0;
    margin-top: 98px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexHero-logos {
    padding: 0 40px;
    margin-top: 118px;
  }
}

.IndexHero-logo {
  -webkit-transition: opacity 0.33333333s;
  transition: opacity 0.33333333s;
  opacity: 1;
  z-index: 1;
}

.IndexHero-logo.isInitialState {
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .IndexHero-logo:first-child img {
    width: 45px;
  }

  .IndexHero-logo:nth-child(2) img {
    width: 67px;
  }

  .IndexHero-logo:nth-child(3) img {
    width: 86px;
  }

  .IndexHero-logo:nth-child(4) {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .IndexHero-logo:nth-child(4) img {
    width: 53px;
  }

  .IndexHero-logo:nth-child(5) {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .IndexHero-logo:nth-child(5) img {
    width: 105px;
  }
}

.IndexHero-logo:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.IndexHero-logo:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.IndexHero-logo:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.IndexHero-logo:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.IndexHero-logo:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.IndexHero-logo:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.IndexHero-logo:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.IndexHero-logo:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.IndexHero-logo:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.IndexHero-logo:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.IndexHero-logo:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.IndexHero-logo:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.IndexHero-logo:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.IndexHero-logo:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.IndexHero-logo:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.IndexHero-logo:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.IndexHero-logo:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.IndexHero-logo:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.IndexHero-logo:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.IndexHero-logo:first-child {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.IndexHero-whiteBackground {
  position: relative;
  position: absolute;
  width: 147.22222222vw;
  left: -22.22222222vw;
  margin-top: -52px;
  min-width: 320px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.IndexHero-whiteBackground:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 16.69811321%;
}

.IndexHero-whiteBackgroundInner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexHero-whiteBackground.isSectionShown .IndexHero-whiteBackgroundInner {
  -webkit-transition: none;
  transition: none;
}

.IndexHero-whiteBackground.isHide .IndexHero-whiteBackgroundInner {
  -webkit-transform: translate3d(-35px, 70px, 0);
  transform: translate3d(-35px, 70px, 0);
  opacity: 0;
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexHero-whiteBackgroundInner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .IndexHero-whiteBackground.isHide .IndexHero-whiteBackgroundInner {
    -webkit-transform: translate3d(-5%, 70px, 0);
    transform: translate3d(-5%, 70px, 0);
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexHero-whiteBackground {
    width: 2120px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1920px) {
  .IndexHero-whiteBackground {
    left: -5.20833333vw;
    width: 110.41666667vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexHero-whiteBackground {
    margin-top: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexHero-whiteBackground {
    margin-top: 12px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexHero-whiteBackground {
    margin-top: 37px;
  }
}

.IndexHero-whiteBackground svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.IndexFeatures-Base {
  pointer-events: none;
}

.IndexFeatures-Base.show {
  pointer-events: all;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base {
    height: 100%;
    pointer-events: all;
  }
}

.IndexFeatures-Base.IndexFeatures-Base .IndexFeatures-Base-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

.IndexFeatures-Base.shown .IndexFeatures-Base-content-fallback {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.IndexFeatures-Base-content {
  position: relative;
  pointer-events: none;
}

.IndexFeatures-Base-content-fallback,
.IndexFeatures-Base-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}

.IndexFeatures-Base-content-fallback {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.IndexFeatures-Base-link {
  position: absolute;
  width: 142px;
  text-align: center;
  margin-left: -71px;
  pointer-events: all;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.IndexFeatures-Base-link:hover .IndexFeatures-Base-link-icon-bg {
  background: #00e4a1;
}

.IndexFeatures-Base-link:active .IndexFeatures-Base-link-icon-bg {
  background: #008a61;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-link {
    position: relative;
    margin: 0 auto;
    left: auto !important;
    top: auto !important;
    width: 200px;
  }
}

.IndexFeatures-Base-link a {
  text-decoration: none;
  color: #2a206a;
}

.IndexFeatures-Base-link-title {

  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.363636px;
  padding: 4px 0 12px;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-link-title {
    opacity: 1;
  }
}

.IndexFeatures-Base-link-icon {
  position: relative;
  width: 118px;
  height: 29px;
  display: inline-block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1),
    -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-link-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.IndexFeatures-Base-link-icon-bg {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 29px;
  height: 29px;
  background: #1cc283;
  border-radius: 99px;
  -webkit-transition: left 0.35s cubic-bezier(0.5, 1, 0.89, 1), margin-left 0.35s cubic-bezier(0.5, 1, 0.89, 1),
    width 0.35s cubic-bezier(0.5, 1, 0.89, 1), background 0.15s;
  transition: left 0.35s cubic-bezier(0.5, 1, 0.89, 1), margin-left 0.35s cubic-bezier(0.5, 1, 0.89, 1),
    width 0.35s cubic-bezier(0.5, 1, 0.89, 1), background 0.15s;
}

.IndexFeatures-Base-link-icon-title {
  position: relative;
  display: inline-block;

  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  padding: 0 16px;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.IndexFeatures-Base-link-icon-title:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.725 1.49L4.57 4.68c.207.172.208.39.004.564L1.734 8.49' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  margin-left: 5px;
  vertical-align: -1px;
  right: 6px;
  top: 10px;
}

.IndexFeatures-Base-link-icon-plus {
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -7px;
  width: 13px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1v10M1.5 6h10' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexFeatures-Base.shown .IndexFeatures-Base-link-title {
  opacity: 1;
}

.IndexFeatures-Base.shown .IndexFeatures-Base-link-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.IndexFeatures-Base.hovered .IndexFeatures-Base-link-icon-bg {
  left: 0;
  margin-left: 0;
  width: 100%;
}

.IndexFeatures-Base.hovered .IndexFeatures-Base-link-icon-title {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1.0001);
  transform: translateZ(0) scale(1.0001);
}

.IndexFeatures-Base.hovered .IndexFeatures-Base-link-icon-plus {
  opacity: 0;
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-link-icon-bg {
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .IndexFeatures-Base-link-icon-title {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1.0001);
    transform: translateZ(0) scale(1.0001);
  }

  .IndexFeatures-Base-link-icon-plus {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
  }
}

.IndexFeatures-Base-hoverArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-hoverArea {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.IndexFeatures-Base-hoverArea svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Base-hoverArea svg {
    display: none;
  }
}

.IndexFeatures-Base-hoverArea svg path {
  fill: none;
  pointer-events: visibleFill;
}

.IndexFeatures-Funding {
  position: absolute;
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Funding {
    position: relative;
  }
}

.IndexFeatures-Funding-content {
  height: 0;
  padding-top: 81.47058824%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 51.56862745% 100%, 0 63.94230769%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 51.56862745% 100%, 0 63.94230769%);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Funding-content {
    -webkit-clip-path: none;
    clip-path: none;
    top: 22.97297297%;
    left: -1.875%;
    width: 108%;
    padding-top: 87.98823529%;
  }
}

.IndexFeatures-Funding-link {
  left: 40.7079646%;
  bottom: 51.40997831%;
}

.IndexFeatures-Cards {
  position: absolute;
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Cards {
    position: relative;
  }
}

.IndexFeatures-Cards-content {
  height: 0;
  padding-top: 64.75%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50.89974293%, 44.58333333% 100%, 37.08333333% 100%, 0 77.12082262%);
  clip-path: polygon(0 0, 100% 0, 100% 50.89974293%, 44.58333333% 100%, 37.08333333% 100%, 0 77.12082262%);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Cards-content {
    -webkit-clip-path: none;
    clip-path: none;
    top: 19.14414414%;
    left: 3.4375%;
    width: 95%;
    padding-top: 61.5125%;
  }
}

.IndexFeatures-Cards-link {
  left: 32.66533066%;
  bottom: 63.15789474%;
}

.IndexFeatures-Widgets {
  position: absolute;
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Widgets {
    position: relative;
  }
}

.IndexFeatures-Widgets-content {
  height: 0;
  padding-top: 53.47091932%;
  -webkit-clip-path: polygon(2.34521576% 55.26315789%,
      1.96998124% 48.07017544%,
      44.18386492% 0.52631579%,
      57.50469043% 0.35087719%,
      97.56097561% 45.96491228%,
      97.74859287% 54.9122807%,
      57.50469043% 99.29824561%,
      42.87054409% 99.47368421%);
  clip-path: polygon(2.34521576% 55.26315789%,
      1.96998124% 48.07017544%,
      44.18386492% 0.52631579%,
      57.50469043% 0.35087719%,
      97.56097561% 45.96491228%,
      97.74859287% 54.9122807%,
      57.50469043% 99.29824561%,
      42.87054409% 99.47368421%);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Widgets-content {
    -webkit-clip-path: none;
    clip-path: none;
    top: 24.32432432%;
    left: 0;
    width: 105%;
    padding-top: 56.14446529%;
  }
}

.IndexFeatures-Widgets-link {
  left: 50.5033557%;
  top: 89.02821317%;
}

.IndexFeatures-Widgets-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Widgets-link a {
    display: inline;
  }
}

.IndexFeatures-Controls {
  position: absolute;
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Controls {
    position: relative;
  }
}

.IndexFeatures-Controls-content {
  height: 0;
  padding-top: 79.65686275%;
  -webkit-clip-path: polygon(0 0, 38.48039216% 0, 100% 45.53846154%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 38.48039216% 0, 100% 45.53846154%, 100% 100%, 0 100%);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Controls-content {
    -webkit-clip-path: none;
    clip-path: none;
    top: 15.09009009%;
    left: 6.25%;
    width: 87%;
    padding-top: 69.30147059%;
  }
}

.IndexFeatures-Controls-link {
  left: 33.99558499%;
  top: 75.6232687%;
}

.IndexFeatures-Controls-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-Controls-link a {
    display: inline;
  }
}

.IndexFeatures {
  background: #f7f7f8;
  overflow: hidden;
  padding-bottom: 80px;
  -webkit-transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.33333333s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.33333333s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexFeatures.isHide {
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures {
    padding-bottom: 0;
  }
}

.IndexFeatures-bg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f8));
  background: linear-gradient(180deg, #fff, #f7f7f8);
}

.IndexFeatures-about-wrapper {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .IndexFeatures-about-wrapper {
    width: 900px;
    padding-top: 109px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexFeatures-about-wrapper {
    width: 900px;
    padding-top: 82px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-about-wrapper {
    width: 75vw;
    padding-top: 188px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-about-wrapper {
    width: 83.33333333vw;
    padding-top: 120px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-about-wrapper {
    margin: 0 40px;
    padding-top: 110px;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-about-wrapper {
    margin: 0 auto;
    width: 288px;
    padding-top: 110px;
  }
}

@media (min-width: 1440px) {
  .IndexFeatures-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    max-width: 630px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333vw;
    flex: 0 0 58.33333333vw;
    max-width: 58.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.26086957vw;
    flex: 0 0 78.26086957vw;
    max-width: 78.26086957vw;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-about {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

.IndexFeatures-about p {

  font-weight: 500;
  color: #2a206a;
}

.IndexFeatures-about p.isInitialState {
  opacity: 0;
}

@media (min-width: 1440px) {
  .IndexFeatures-about p {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -0.28125px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-about p {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: -0.24375px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-about p {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -0.20625px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-about p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.16875px;
  }
}

@media (min-width: 1440px) {
  .IndexFeatures-about p+p {
    margin-top: 96px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-about p+p {
    margin-top: 88px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-about p+p {
    margin-top: 64px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-about p+p {
    margin-top: 72px;
  }
}

.IndexFeatures-list-wrapper {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 1920px) {
  .IndexFeatures-list-wrapper {
    width: 1080px;
    margin-top: 320px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexFeatures-list-wrapper {
    width: 1080px;
    margin-top: 268px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-list-wrapper {
    width: 87.5vw;
    margin-top: 203px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-list-wrapper {
    width: 83.33333333vw;
    margin-top: 117px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-wrapper {
    margin: 115px 40px 0;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-list-wrapper {
    width: 288px;
    margin: 122px auto 0;
  }
}

.IndexFeatures-list-title {

  color: #2a206a;
  font-weight: 400;
}

@media (min-width: 1440px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    max-width: 630px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75vw;
    flex: 0 0 43.75vw;
    max-width: 43.75vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667vw;
    flex: 0 0 41.66666667vw;
    max-width: 41.66666667vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.26086957vw;
    flex: 0 0 78.26086957vw;
    max-width: 78.26086957vw;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
  }
}

.IndexFeatures-list-title.isInitialState {
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-title {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1440px) {
  .IndexFeatures-list-title {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.7px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-list-title {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.7px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-list-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.525px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-title {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.472727px;
  }
}

.IndexFeatures-list-description {

  color: #4d4476;
}

@media (min-width: 1440px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75vw;
    flex: 0 0 43.75vw;
    max-width: 43.75vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.26086957vw;
    flex: 0 0 78.26086957vw;
    max-width: 78.26086957vw;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
  }
}

.IndexFeatures-list-description.isInitialState {
  opacity: 0;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-description {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1440px) {
  .IndexFeatures-list-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 17px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-list-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-list-description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 13px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-list-description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}

.IndexFeatures-sequences-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1260px;
    flex: 0 0 1260px;
    max-width: 1260px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5vw;
    flex: 0 0 87.5vw;
    max-width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333vw;
    flex: 0 0 83.33333333vw;
    max-width: 83.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.26086957vw;
    flex: 0 0 78.26086957vw;
    max-width: 78.26086957vw;
  }
}

@media (max-width: 367px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
  }
}

@media (min-width: 1920px) {
  .IndexFeatures-sequences-wrapper {
    margin-top: -105px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexFeatures-sequences-wrapper {
    margin-top: -72px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-sequences-wrapper {
    margin-top: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-sequences-wrapper {
    margin-top: -34px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-sequences-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: none;
  }
}

.IndexFeatures-sequences-wrapper-inner {
  margin: 0 1.11111111% 0 4.20634921%;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexFeatures-sequences-wrapper-inner {
    margin: 0 -3.96825397% 0 4.76190476%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexFeatures-sequences-wrapper-inner {
    margin: 0 -15.23809524% 0 0.79365079%;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-sequences-wrapper-inner {
    margin: 0;
  }
}

.IndexFeatures-sequences-aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.97401509%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-sequences-aspect {
    height: auto;
    padding-top: 0;
  }
}

.IndexFeatures-sequence[data-tp='funding'] {
  position: absolute;
  width: 47.35959765%;
  left: 52.64040235%;
  top: 0;
}

.IndexFeatures-sequence[data-tp='cards'] {
  position: absolute;
  width: 41.82732607%;
  left: 10.3101425%;
  top: 22.27784731%;
}

.IndexFeatures-sequence[data-tp='controls'] {
  position: absolute;
  width: 37.97150042%;
  left: 0;
  top: 54.69336671%;
}

.IndexFeatures-sequence[data-tp='widgets'] {
  position: absolute;
  width: 49.95808885%;
  left: 30.8466052%;
  top: 46.55819775%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures-sequence[data-tp] {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin: 0 auto;
    height: 138.75vw;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .IndexFeatures-sequence[data-tp] {
    width: 400px;
    height: 555px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexFeatures .owl-dots {
    position: relative;
    width: 100%;
    padding: 40px 0 72px;
    font-size: 0;
    text-align: center;
  }

  .IndexFeatures .owl-carousel button.owl-dot {
    position: relative;
    width: 20px;
    height: 2px;
    background: #d5cce6;
    border-radius: 4.5px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
  }

  .IndexFeatures .owl-carousel button.owl-dot.active {
    background: #1cc283;
  }
}

section.IndexTailoredGreenSvg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

@-webkit-keyframes pathAnimation-ltr {
  0% {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }
}

@keyframes pathAnimation-ltr {
  0% {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }
}

@-webkit-keyframes pathAnimation-rtl {
  0% {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }
}

@keyframes pathAnimation-rtl {
  0% {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }
}

@-webkit-keyframes pathAnimation-btt {
  0% {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }
}

@keyframes pathAnimation-btt {
  0% {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }
}

@-webkit-keyframes pathAnimation-ttb {
  0% {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }
}

@keyframes pathAnimation-ttb {
  0% {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }
}

.IndexTailoredGreenSvg.isShow svg {
  opacity: 1;
}

.IndexTailoredGreenSvg svg {
  position: absolute;
  width: 497px;
  left: 126px;
  top: 28px;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
}

.IndexTailoredGreenSvg svg path {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexTailoredGreenSvg svg {
    width: 65%;
    left: 16%;
    top: 2%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexTailoredGreenSvg svg {
    width: 64%;
    left: 17%;
    top: 2%;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailoredGreenSvg svg {
    width: 64%;
    left: 17%;
    top: 2%;
  }
}

.isShow .IndexTailoredGreenSvg-path-1 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.isShow .IndexTailoredGreenSvg-path-2 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.isShow .IndexTailoredGreenSvg-path-3 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.isShow .IndexTailoredGreenSvg-path-4 {
  -webkit-animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.isShow .IndexTailoredGreenSvg-path-5 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}

.isShow .IndexTailoredGreenSvg-path-6 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.isShow .IndexTailoredGreenSvg-path-7 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.isShow .IndexTailoredGreenSvg-path-8 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.isShow .IndexTailoredGreenSvg-path-9 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
  -webkit-transform: translate(-5px, -3px);
  -ms-transform: translate(-5px, -3px);
  transform: translate(-5px, -3px);
}

.isShow .IndexTailoredGreenSvg-path-10 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.isShow .IndexTailoredGreenSvg-path-11 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.isShow .IndexTailoredGreenSvg-path-12 {
  -webkit-animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}

.isShow .IndexTailoredGreenSvg-path-13 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.isShow .IndexTailoredGreenSvg-path-14 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-transform: translate(-18px, -3px);
  -ms-transform: translate(-18px, -3px);
  transform: translate(-18px, -3px);
}

.isShow .IndexTailoredGreenSvg-path-15 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isShow .IndexTailoredGreenSvg-path[data-above] {
    display: none;
  }
}

@-webkit-keyframes circleAnimation {
  0% {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }

  66% {
    stroke: #3cb982;
    stroke-width: 5;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 5;
  }
}

@keyframes circleAnimation {
  0% {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }

  66% {
    stroke: #3cb982;
    stroke-width: 5;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 5;
  }
}

@-webkit-keyframes circleFillAnimation {
  0% {
    stroke: #3cb982;
    stroke-width: 0;
    fill: #3cb982;
  }

  50% {
    stroke: #3cb982;
    fill: #3cb982;
    stroke-width: 3;
  }

  66% {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 3;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }
}

@keyframes circleFillAnimation {
  0% {
    stroke: #3cb982;
    stroke-width: 0;
    fill: #3cb982;
  }

  50% {
    stroke: #3cb982;
    fill: #3cb982;
    stroke-width: 3;
  }

  66% {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 3;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }
}

.IndexTailoredGreenSvg-circleStroke {
  -webkit-animation: circleFillAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  animation: circleFillAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailoredGreenSvg-circleStroke[data-above] {
    display: none;
  }
}

.IndexTailoredGreenSvg-circleFill {
  -webkit-animation: circleAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  animation: circleAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailoredGreenSvg-circleFill[data-above] {
    display: none;
  }
}

.IndexTailoredGreenSvg-circleWrapper {
  opacity: 0;
}

.isShow .IndexTailoredGreenSvg-circleWrapper {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.IndexTailoredGreenSvg .setPosition-1 {
  -webkit-transform: translate(-18px, -3px);
  -ms-transform: translate(-18px, -3px);
  transform: translate(-18px, -3px);
}

.IndexTailoredGreenSvg .setPosition-2 {
  -webkit-transform: translate(-5px, -3px);
  -ms-transform: translate(-5px, -3px);
  transform: translate(-5px, -3px);
}

.IndexTailored {
  background-color: #2a206a;
  position: relative;
  pointer-events: none;
  z-index: 12;
}

.isEdge .IndexTailored {
  z-index: auto;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #2a206a), to(#332878));
    background-image: linear-gradient(180deg, #2a206a 82%, #332878);
  }
}

.IndexTailored.isHide {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored.isHide {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #2a206a), to(#332878));
    background-image: linear-gradient(180deg, #2a206a 82%, #332878);
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored {
    margin-top: 60px;
  }
}

.IndexTailored-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550vh;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-wrapper {
    display: block;
    height: auto;
    padding-top: 186px;
    width: 100%;
  }
}

.IndexTailored-textWrapper {
  margin-left: auto;
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  padding-top: 200px;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1440px) {
  .IndexTailored-textWrapper {
    width: 540px;
    margin-right: 90px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-textWrapper {
    width: 37.5vw;
    margin-right: 6.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexTailored-textWrapper {
    width: 37.5vw;
    margin-right: 8.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexTailored-textWrapper {
    margin: 0 40px;
  }
}

@media (max-width: 367px) {
  .IndexTailored-textWrapper {
    margin: 0 auto;
    width: 288px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-textWrapper {
    position: relative;
    padding-top: 0;
    height: auto;
    min-height: inherit;
    margin-top: -620px;
    padding-bottom: 60px;
  }
}

.IndexTailored-title {

  color: #fff;
  font-size: 40px;
  letter-spacing: -0.7px;
  line-height: 54px;
  font-weight: 400;
}

@media (min-width: 1440px) {
  .IndexTailored-title {
    width: calc(100% - 90px);
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-title {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexTailored-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-title {
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 34px;
    text-align: center;
  }
}

.IndexTailored-items {
  width: 100%;
}

@media (min-width: 1440px) {
  .IndexTailored-items {
    margin-top: 73px;
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-items {
    margin-top: 60px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-items {
    margin-top: 50px;
  }
}

.IndexTailored-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;

  font-size: 18px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 30px 0 31px;
}

.IndexTailored-item:first-child {
  padding: 0 0 31px;
  border-top: none;
}

.IndexTailored-item.isActive .IndexTailored-itemTitle {
  color: #1cc283;
}

.IndexTailored-item.isPendingToHide {
  border-top: none;
}

.IndexTailored-item.isHide {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-item {
    display: block;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-item {
    margin-top: 384px;
    border-top: none;
  }
}

.IndexTailored-itemTitle {
  letter-spacing: -0.41px;
  line-height: 30px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-itemTitle {
    color: #1cc283;
  }
}

.IndexTailored-itemDescription {
  letter-spacing: 0;
  line-height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-itemDescription {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

.IndexTailored-mobileTriangle {
  position: absolute;
  top: -140px;
  width: 100%;
  left: 0;
  display: none;
}

.IndexTailored-mobileTriangle svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-mobileTriangle {
    display: block;
  }
}

.IndexTailored-sequenceWrapper {
  position: sticky;
  width: 770px;
  height: 750px;
  top: 0;
  min-height: 100vh;
  opacity: 1;
  padding-top: calc(41.91vh + -311px);
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
}

@media (min-height: 1100px) {
  .IndexTailored-sequenceWrapper {
    padding-top: 150px;
  }
}

@media (max-height: 790px) {
  .IndexTailored-sequenceWrapper {
    padding-top: 20px;
  }
}

@media (max-width: 1024px) and (max-height: 980px) {
  .IndexTailored-sequenceWrapper {
    padding-top: 100px;
  }
}

.IndexTailored-sequenceWrapper.isHide {
  opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexTailored-sequenceWrapper {
    width: 600px;
    height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexTailored-sequenceWrapper {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-sequenceWrapper {
    position: sticky;
    width: 100%;
    height: 360px;
    top: 50vh;
    min-height: inherit;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
    margin-top: 80px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexTailored-sequenceWrapper-inner {
    position: absolute;
    width: 360px;
    left: 50%;
    margin-left: -173px;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(13%, #2a206a),
        color-stop(70%, #2a206a),
        to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(13%, #2a206a),
        color-stop(70%, #2a206a),
        to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
  }
}

.IndexTailored-sequenceWrapper img,
.IndexTailored-sequenceWrapper video {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
}

.IndexTailored-sequenceWrapper img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.IndexResults {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#2a206a),
      color-stop(38%, #2a206a),
      color-stop(70%, #443794),
      to(#443794));
  background: linear-gradient(180deg, #2a206a, #2a206a 38%, #443794 70%, #443794);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults {
    background-image: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#332878),
        color-stop(20%, #443794),
        to(#443794));
    background-image: linear-gradient(180deg, #332878, #443794 20%, #443794);
    padding-top: 60px;
  }
}

.IndexResults-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

@media (min-width: 1440px) {
  .IndexResults-flex {
    width: 1280px;
    margin: 0 auto;
  }
}

.IndexResults-wrapper {
  max-width: 1440px;
  margin-top: 173px;
  width: 630px;
  margin-left: auto;
  margin-right: 180px;
}

@media (min-width: 1440px) {
  .IndexResults-wrapper {
    margin-right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-wrapper {
    width: 43.75vw;
    margin-right: 12.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-wrapper {
    width: 58.33333333vw;
    margin-right: 8.33333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-wrapper {
    width: 100%;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexResults-wrapper {
    margin: 0 40px;
  }
}

@media (max-width: 367px) {
  .IndexResults-wrapper {
    margin: 0 auto;
    width: 288px;
  }
}

.IndexResults-titleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.IndexResults-title {
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.7px;
  text-align: right;
  line-height: 54px;
  font-weight: 400;
  width: 450px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-title {
    width: 31.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-title {
    width: 50vw;
    font-size: 30px;
    letter-spacing: -0.52px;
    line-height: 40px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 34px;
  }
}

.IndexResults-subtitle {
  color: #a9a5c3;
  font-size: 18px;
  letter-spacing: 0;
  text-align: right;
  line-height: 30px;
  width: 360px;
  margin-top: 17px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-subtitle {
    width: 25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-subtitle {
    width: 50vw;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    width: 100%;
  }
}

.IndexResults-cards {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-cards {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-cards {
    margin-top: 50px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-cards {
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.IndexResults-cardsCount {
  color: #1cc283;
  font-size: 72px;
  letter-spacing: -3.48px;
  line-height: 80px;
  font-weight: 300;
  position: relative;
}

.IndexResults-cardsCount::before {
  content: '$';
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-cardsCount {
    font-size: 80px;
    letter-spacing: -2.78px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-cardsCount {
    font-size: 50px;
    letter-spacing: -2.23px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-cardsCount {
    font-size: 38.57px;
    color: #1cc283;
    letter-spacing: -1.65px;
    line-height: 38.85px;
  }
}

@media (max-width: 400px) {
  .IndexResults-cardsCount {
    font-size: 32.57px;
  }
}

.IndexResults-cardsCount.isInitialState span:last-child,
.IndexResults-cardsCount.isInitialState span:nth-child(2),
.IndexResults-cardsCount.isInitialState span:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.IndexResults-cardsCount.isSectionShown span {
  -webkit-transition: none;
  transition: none;
}

.IndexResults-cardsCount span {
  display: inline-block;
}

.IndexResults-cardsCount span:last-child {
  position: absolute;
  left: 100%;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-cardsCount span:last-child {
    position: relative;
    left: auto;
  }
}

.IndexResults-cardsCount span:nth-child(2),
.IndexResults-cardsCount span:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexResults-cardsCount span:nth-child(3) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms;
}

.IndexResults-cardsText {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  line-height: 26px;
  margin-top: 13px;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-cardsText {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-cardsText {
    margin-top: 0;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-cardsText {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
}

.IndexResults-cardsText.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.IndexResults-cardsText.isSectionShown {
  -webkit-transition: none;
  transition: none;
}

.IndexResults-facts {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-facts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-facts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 31px;
  }
}

.IndexResults-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-fact:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.85714286%;
    flex: 0 0 42.85714286%;
  }

  .IndexResults-fact:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.14285714%;
    flex: 0 0 57.14285714%;
  }

  .IndexResults-fact:last-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 32px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {
  .IndexResults-fact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .IndexResults-fact:last-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 32px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-fact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .IndexResults-fact:last-child {
    margin-top: 25px;
  }
}

.IndexResults-fact:nth-child(2) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms;
}

.IndexResults-fact:nth-child(3) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.isInitialState .IndexResults-fact {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.isSectionShown .IndexResults-fact {
  -webkit-transition: none;
  transition: none;
}

.IndexResults-factTitle {
  color: #1cc283;
  font-size: 40px;
  letter-spacing: -1.39px;
  text-align: right;
  line-height: 60px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-factTitle {
    font-size: 40px;
    letter-spacing: -1.04px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-factTitle {
    font-size: 30px;
    letter-spacing: -1.04px;
    line-height: 40px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-factTitle {
    font-size: 26px;
    letter-spacing: -0.9px;
    text-align: center;
    line-height: 30px;
  }
}

.IndexResults-factDescription {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-factDescription {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-factDescription {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-factDescription {
    text-align: center;
    font-size: 14px;
  }
}

.IndexResults-bestPlace {
  margin-top: 83px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-bestPlace {
    margin-top: 50px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {
  .IndexResults-bestPlace {
    margin-top: 32px;
  }
}

.IndexResults-bestPlaceTitle {
  color: #1cc283;
  font-size: 40px;
  letter-spacing: -1.39px;
  text-align: right;
  line-height: 60px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-bestPlaceTitle {
    font-size: 40px;
    letter-spacing: -1.04px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-bestPlaceTitle {
    font-size: 30px;
    letter-spacing: -1.04px;
    line-height: 40px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-bestPlaceTitle {
    font-size: 26px;
    letter-spacing: -0.9px;
    line-height: 30px;
    text-align: center;
  }
}

.IndexResults-bestPlaceDescription {
  font-size: 18px;
  color: hsla(0, 0%, 100%, 0.9);
  letter-spacing: 0;
  text-align: right;
  line-height: 26px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexResults-bestPlaceDescription.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.IndexResults-bestPlaceDescription.isSectionShown {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-bestPlaceDescription {
    font-size: 16px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-bestPlaceDescription {
    font-size: 14px;
    text-align: center;
  }
}

.IndexResults-canvas {
  position: relative;
  width: 100%;
  font-size: 0;
  pointer-events: none;
  z-index: 15;
}

.isIE .IndexResults-canvas {
  height: 0;
  padding-top: 135%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isIE .IndexResults-canvas {
    padding-top: 153.89294404%;
  }
}

.isIE .IndexResults-canvas:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/results/fallback.png);
  background-size: 100% 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isIE .IndexResults-canvas:after {
    background-image: url(./img/results/fallback-mob.png);
  }
}

.IndexResults-canvas canvas {
  width: 100%;
}

.isIE .IndexResults-canvas canvas {
  display: none;
}

@media (min-width: 1920px) {
  .IndexResults-canvas {
    margin-top: -863px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .IndexResults-canvas {
    margin-top: -768px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-canvas {
    margin-top: -560px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-canvas {
    margin-top: -419px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-canvas {
    margin-top: 66.5625vw;
  }
}

.IndexResults-card {
  position: absolute;
  height: 0;
  top: 0;
  left: -2.96875%;
  padding-top: 32.8125%;
  width: 21.19791667%;
  will-change: transform;
}

.IndexResults-card-inner {
  position: absolute;
  left: 2.45700246%;
  right: 2.45700246%;
  top: 1.58730159%;
  bottom: 1.58730159%;
}

.IndexResults-card-inner-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.IndexResults-card-inner-container-block {
  top: 0;
  position: sticky;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-card {
    display: none;
  }
}

.IndexResults-card[data-tp='placeholder'] {
  left: 18.22916667%;
  padding-top: 45%;
}

.IndexResults-card[data-tp='uber'] {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.IndexResults-card[data-tp='square'] {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.IndexResults-card[data-tp='instacart'] {
  -webkit-transform: translate(100%, 137.14285714%);
  -ms-transform: translate(100%, 137.14285714%);
  transform: translate(100%, 137.14285714%);
}

.IndexResults-card[data-tp='brex'] {
  -webkit-transform: translate(200%, 174.28571429%);
  -ms-transform: translate(200%, 174.28571429%);
  transform: translate(200%, 174.28571429%);
}

.IndexResults-card[data-tp='doordash'] {
  -webkit-transform: translate(300%, 211.42857143%);
  -ms-transform: translate(300%, 211.42857143%);
  transform: translate(300%, 211.42857143%);
}

.IndexResults-card[data-tp='uber'] .IndexResults-card-logo {
  background-image: url(./img/results/uber.svg);
  height: 4.74683544%;
}

.IndexResults-card[data-tp='square'] .IndexResults-card-logo {
  background-image: url(./img/results/square.svg);
  height: 5.37974684%;
}

.IndexResults-card[data-tp='instacart'] .IndexResults-card-logo {
  background-image: url(./img/results/instacart.svg);
  height: 5.37974684%;
}

.IndexResults-card[data-tp='brex'] .IndexResults-card-logo {
  background-image: url(./img/results/brex.svg);
  height: 5.85443038%;
}

.IndexResults-card[data-tp='doordash'] .IndexResults-card-logo {
  background-image: url(./img/results/doordash.svg);
  height: 3.63924051%;
}

.IndexResults-card-logo {
  position: absolute;
  top: 13.44936709%;
  left: 0;
  width: 100%;
  background-size: 100% 100%;
}

.IndexResults-mobile-card {
  display: none;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-mobile-card {
    display: block;
    position: absolute;
    height: 0;
    top: 0;
    left: -20%;
    padding-top: 72.07463145%;
    width: 46.5625%;
    will-change: transform;
    -webkit-transform: translate(100%, -62.85714286%);
    -ms-transform: translate(100%, -62.85714286%);
    transform: translate(100%, -62.85714286%);
  }
}

.IndexResults-mobile-card-inner {
  position: absolute;
  left: 2.45700246%;
  right: 2.45700246%;
  top: 1.58730159%;
  bottom: 1.58730159%;
  background-image: url(./img/results/card-mobile.png);
  background-size: 100% 100%;
}

.IndexResultsCard {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.IndexResultsCard,
.IndexResultsCard canvas {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.IndexResultsCard canvas {
  left: 0;
}

.IndexPurpleCard {
  background-color: #f7f7f8;
  position: relative;
  z-index: 11;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPurpleCard {
    display: none;
  }
}

.IndexPurpleCard-card {
  width: 14vw;
  height: 36vw;
  max-width: 202px;
  max-height: 520px;
  position: absolute;
  left: 50%;
  top: -150px;
  -webkit-transform: rotate(59deg) skew(0deg, -26deg) translateZ(0);
  transform: rotate(59deg) skew(0deg, -26deg) translateZ(0);
  z-index: 11;
  will-change: transform, background-color;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPurpleCard-card {
    left: 56%;
    top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPurpleCard-card {
    top: calc(-17vw + 90px);
  }
}

.IndexPurpleCard-card.isHide {
  display: none;
}

.IndexPurpleCard-cardItem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 13px;
}

.IndexPurpleCard-cardItem_1 {
  opacity: 1;
  background-color: #5f53c3;
}

.IndexPurpleCard-cardItem_2 {
  opacity: 0;
  will-change: opacity;
  background-color: #2a206a;
  z-index: 10;
}

.IndexPurpleCard-trigger {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPurpleCard-trigger {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPurpleCard-trigger {
    top: 0;
  }
}

.PlatformHeroVideoPopup {
  background: rgba(23, 18, 59, 0.5);
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1210;
}

@media (min-width: 768px) {
  .PlatformHeroVideoPopup {
    padding: 60px;
  }
}

.PlatformHeroVideoPopup.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.PlatformHeroVideoPopup-contentWrapper {
  position: relative;
  background: #000;
  margin: auto;
  max-width: 1260px;
  width: 100%;
}

.PlatformHeroVideoPopup-contentWrapper:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.26984127%;
}

.PlatformHeroVideoPopup-closeBtn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  background: url(./img/platform/icon-close.svg) no-repeat 50% 50%;
  opacity: 1;
  position: absolute;
  top: -40px;
  right: 0;
  height: 24px;
  width: 24px;
  z-index: 6;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.PlatformHeroVideoPopup-closeBtn:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .PlatformHeroVideoPopup-closeBtn {
    top: 0;
    right: -40px;
  }
}

.PlatformHeroVideoPopup-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.PlatformHeroVideoPopup-content iframe {
  height: 100%;
  width: 100%;
}

.IndexPartners {
  position: relative;
  background: #fff;
  width: 100%;
  padding-bottom: 200px;
  padding-top: 110px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners {
    padding-bottom: 110px;
    padding-top: 80px;
  }
}

.IndexPartners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-wrapper {
    width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-wrapper {
    width: 83.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexPartners-wrapper {
    width: 100%;
  }
}

@media (max-width: 367px) {
  .IndexPartners-wrapper {
    width: 100%;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-slide {
    opacity: 0;
    z-index: 1;
  }
}

.IndexPartners-slide.isActive {
  opacity: 1;
  z-index: 2;
}

.IndexPartners-partnersWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 450px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-partnersWrapper {
    width: 37.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersWrapper {
    width: 37.5vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersWrapper {
    margin: 0 auto;
    width: 100%;
  }
}

.IndexPartners-partnersSlider {
  display: none;
  margin-top: 52px;
  width: 100%;
  position: relative;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.IndexPartners-partnersSliderItem {
  position: relative;
}

.IndexPartners-partnersSliderItemImg {
  position: relative;
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersSliderItemImg {
    max-width: 320px;
    margin: 0 auto;
  }
}

.IndexPartners-partnersSliderItemExtra {
  position: absolute;
  top: 44%;
  left: 4%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-3.5deg);
  transform: translate3d(0, -50%, 0) rotate(-3.5deg);
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersSliderItemExtra {
    width: 30.625%;
  }
}

@media (max-width: 367px) {
  .IndexPartners-partnersSliderItemExtra {
    width: 30.625%;
  }
}

.IndexPartners-partnersSliderItemExtraInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.IndexPartners-partnersSliderItemExtraInner:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.IndexPartners-partnersSliderItemExtraInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.IndexPartners-partnersSliderItemExtraIcon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 56%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.IndexPartners-partnersSliderItemExtraIcon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  fill: #fff;
}

.IndexPartners-partnersSliderItemExtraIcon span {
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  font-size: 12px;
  margin-top: -5px;
}

.IndexPartners-partnersBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 350px;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-partnersBlocks {
    margin-top: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlocks {
    margin-top: 250px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlocks {
    margin-top: 24px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}

.IndexPartners-partnersBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 350px;
}

.IndexPartners-partnersBlock:nth-child(2) {
  margin-top: 0;
}

.IndexPartners-partnersBlock:last-child {
  margin-bottom: 150px;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlock:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-partnersBlock {
    margin-top: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlock {
    margin-top: 250px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlock {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.IndexPartners-partnersBlockHead {
  width: 360px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-partnersBlockHead {
    width: 31.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHead {
    width: 100%;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHead {
    width: 288px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.IndexPartners-partnersBlockHeadTitle {
  width: 315px;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.7px;

  font-weight: 400;
  color: #2a206a;
}

.IndexPartners-partnersBlockHead.isInitialState .IndexPartners-partnersBlockHeadTitle {
  opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-partnersBlockHeadTitle {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHeadTitle {
    width: 33.33333333vw;
    font-size: 30px;
    line-height: 1.33333333;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadTitle {
    width: 100%;
    font-size: 26px;
    line-height: 1.38461538;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 367px) {
  .IndexPartners-partnersBlockHeadTitle {
    width: 100%;
    font-size: 26px;
    line-height: 1.38461538;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.IndexPartners-partnersBlockHeadDescr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0;

  color: #4d4476;
  will-change: opacity, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.IndexPartners-partnersBlockHead.isInitialState .IndexPartners-partnersBlockHeadDescr {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHeadDescr {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.625;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadDescr {
    margin-top: 10px;
    text-align: center;
  }
}

.IndexPartners-partnersBlockHeadTestimonials {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHeadTestimonials {
    margin-top: 19px;
    width: 33.33333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadTestimonials {
    display: none;
  }
}

.IndexPartners-partnersBlockHeadTestimonials--mobile {
  display: none;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadTestimonials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.IndexPartners-partnersBlockHeadTestimonialsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 34px;
  will-change: opacity, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.IndexPartners-partnersBlockHead.isInitialState .IndexPartners-partnersBlockHeadTestimonialsItem {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHeadTestimonialsItem {
    margin-top: 18px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadTestimonialsItem {
    margin-top: 24px;
  }
}

.IndexPartners-partnersBlockHeadTestimonialsItem:first-child {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(5) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(6) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(7) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(8) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(9) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:nth-child(10) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.IndexPartners-partnersBlockHeadTestimonialsItem:first-child {
  margin-top: 0;
}

.IndexPartners-partnersBlockHeadTestimonialsItemIcon {
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.IndexPartners-partnersBlockHeadTestimonialsItemIcon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.IndexPartners-partnersBlockHeadTestimonialsItemText {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.44444444;
  letter-spacing: -0.41px;

  color: #2a206a;
  font-weight: 500;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockHeadTestimonialsItemText {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.36px;
    margin-left: 12px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockHeadTestimonialsItemText {
    margin-left: 12px;
  }
}

.IndexPartners-partnersBlockLogo {
  width: 100%;
  will-change: opacity, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 40px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockLogo {
    width: 100%;
    height: 20px;
  }
}

@media (max-width: 367px) {
  .IndexPartners-partnersBlockLogo {
    width: 100%;
    height: 20px;
  }
}

.IndexPartners-partnersBlock.isInitialState .IndexPartners-partnersBlockLogo {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.IndexPartners-partnersBlockLogo img {
  max-width: unset;
  height: 100%;
}

.IndexPartners-partnersBlockDescr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.81818182;
  letter-spacing: 0;

  color: #2a206a;
  will-change: opacity, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
}

.IndexPartners-partnersBlock.isInitialState .IndexPartners-partnersBlockDescr {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockDescr {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.66666667;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockDescr {
    margin-top: 12px;
  }
}

.IndexPartners-partnersBlockTestimonials {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: opacity, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}

.IndexPartners-partnersBlock.isInitialState .IndexPartners-partnersBlockTestimonials {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockTestimonials {
    margin-top: 42px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-partnersBlockTestimonials {
    margin-top: 20px;
  }
}

.IndexPartners-partnersBlockTestimonialsIcon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.IndexPartners-partnersBlockTestimonialsIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.IndexPartners-partnersBlockTestimonialsText {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-partnersBlockTestimonialsText {
    margin-left: 12px;
  }
}

.IndexPartners-partnersBlockTestimonialsTextName,
.IndexPartners-partnersBlockTestimonialsTextPosition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;

  color: #68657f;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px),
(min-width: 768px) and (max-width: 1023px) {

  .IndexPartners-partnersBlockTestimonialsTextName,
  .IndexPartners-partnersBlockTestimonialsTextPosition {
    font-size: 14px;
    line-height: 1.42857143;
  }
}

.IndexPartners-cards {
  width: 100%;
}

.IndexPartners-cards,
.IndexPartners-cardsWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.IndexPartners-cardsWrapper {
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  width: 630px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-cardsWrapper {
    width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-cardsWrapper {
    width: 45.83333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-cardsWrapper {
    display: none;
  }
}

.IndexPartners-cardsWrapper.isHide {
  opacity: 0;
}

.IndexPartners-cardsExtra {
  position: sticky;
  top: 30vh;
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners-cardsExtra {
    display: none;
  }
}

.IndexPartners-cardsExtraBlock {
  position: absolute;
  top: 55%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-3.5deg);
  transform: translate3d(0, -50%, 0) rotate(-3.5deg);
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexPartners-cardsExtraBlock[data-id='0'] {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-cardsExtraBlock {
    top: 53%;
    border-radius: 10px;
  }
}

.IndexPartners-cardsExtraBlock.isActive {
  pointer-events: all;
  cursor: pointer;
}

.IndexPartners-cardsExtraBlockInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
}

.IndexPartners-cardsExtraBlockInner:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-cardsExtraBlockInner {
    width: 14.84375vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-cardsExtraBlockInner {
    width: 12.76041667vw;
  }
}

.IndexPartners-cardsExtraBlockInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.IndexPartners-cardsExtraBlockIcon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-cardsExtraBlockIcon {
    top: 56%;
  }
}

.IndexPartners-cardsExtraBlockIcon svg {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-cardsExtraBlockIcon svg {
    width: 33px;
    height: 33px;
  }
}

.IndexPartners-cardsExtraBlockIcon span {
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  font-size: 16px;
  margin-top: 6px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexPartners-cardsExtraBlockIcon span {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexPartners-cardsExtraBlockIcon span {
    margin-top: -5px;
    font-size: 12px;
  }
}

.IndexPartners-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.IndexPartners-canvas canvas {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexPartners .owl-dots {
    position: relative;
    width: 100%;
    font-size: 0;
    text-align: center;
  }

  .IndexPartners .owl-carousel button.owl-dot {
    position: relative;
    width: 20px;
    height: 2px;
    background: #d5cce6;
    border-radius: 4.5px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
  }

  .IndexPartners .owl-carousel button.owl-dot.active {
    background: #1cc283;
  }
}

.IndexInnovating {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.IndexInnovating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 180px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexInnovating-wrapper {
    padding-left: 6.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-wrapper {
    padding-left: 8.33333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-wrapper {
    margin: 0 40px;
    padding: 37px 0 40px;
  }
}

@media (max-width: 367px) {
  .IndexInnovating-wrapper {
    margin: 0 auto;
    padding: 37px 0 40px;
    width: 288px;
  }
}

.IndexInnovating-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.IndexInnovating-background svg {
  width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-background {
    top: 37px;
  }
}

.IndexInnovating-titleWrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  padding-top: 228px;
  z-index: 1;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexInnovating-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75vw;
    flex: 0 0 43.75vw;
    padding-top: 132px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-titleWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667vw;
    flex: 0 0 41.66666667vw;
    padding-top: 105px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-titleWrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-top: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.IndexInnovating-title {
  color: #fff;

  font-size: 50px;
  line-height: 60.88px;
  letter-spacing: -0.63px;
  font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexInnovating-title {
    font-size: 40px;
    line-height: 54.88px;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-title {
    font-size: 28px;
    line-height: 1.28571429;
    letter-spacing: -0.35px;
    text-align: center;
  }
}

.IndexInnovating-description {

  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 19px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexInnovating-description {
    font-size: 18px;
    line-height: 1.66666667;
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-description {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 8px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-description {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 16px;
    text-align: center;
  }
}

.IndexInnovating-description.isSectionShown {
  -webkit-transition: none;
  transition: none;
}

.IndexInnovating-description.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.IndexInnovating-button {

  background: #1cc283;
  border-radius: 18px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 9px 43px 15px;
  font-weight: 500;
  margin-top: 31px;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  text-decoration: none;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.IndexInnovating-button:hover {
  background: #00e4a1;
}

.IndexInnovating-button:active {
  background: #008a61;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-button {
    padding: 7px 38px 11px;
    margin-top: 21px;
    font-size: 16px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-button {
    padding: 7px 38px 11px;
    margin-top: 21px;
    font-size: 16px;
  }
}

.IndexInnovating-button.isSectionShown {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.IndexInnovating-button.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.IndexInnovating-phone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.IndexInnovating-phoneWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 486px;
  flex: 0 0 486px;
  height: 672px;
  margin-right: 17px;
  margin-top: 18px;
  z-index: 1;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexInnovating-phoneWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.5vw;
    flex: 0 0 33.5vw;
    height: 46.33vw;
    margin-right: 23px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexInnovating-phoneWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333vw;
    flex: 0 0 33.33333333vw;
    height: 46.33vw;
    margin-right: -2px;
    margin-top: 20px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-phoneWrapper {
    width: 100%;
    margin-top: -37px;
    margin-right: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 288px;
    height: auto;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-phoneWrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-phone {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 275px;
    display: block;
  }
}

@media (max-width: 367px) {
  .IndexInnovating-phone {
    width: 82%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    margin-left: 106px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-phone {
    width: 66.66666667vw;
    max-width: 237px;
    margin-left: auto;
    margin-right: -64px;
  }
}

.IndexInnovating-phone.isSectionShown {
  -webkit-transition: none;
  transition: none;
}

.IndexInnovating-phone.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0) rotate(-10deg);
  transform: translate3d(0, 30px, 0) rotate(-10deg);
}

.IndexInnovating-card {
  display: none;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexInnovating-card {
    display: block;
    position: absolute;
    left: -31px;
    top: 18px;
    width: 188px;
  }
}

.PageIndex-wrapper {
  position: relative;
}

.PageIndex-overflowWrapper {
  background: #f7f7f8;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PageIndex-overflowWrapper {
    background: rgba(0, 0, 0, 0);
  }
}

.PageIndex-caption {
  position: relative;
  width: 100%;
  background: #2a206a;
}

.PageIndex-captionWrapper {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PageIndex-captionWrapper {
    width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PageIndex-captionWrapper {
    padding: 14px 0;
    width: 83.33333333vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PageIndex-captionWrapper {
    margin: 0 40px;
    width: auto;
  }
}

@media (max-width: 367px) {
  .PageIndex-captionWrapper {
    width: 288px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PageIndex-captionWrapper {
    padding: 17px 0;
  }
}

.PageIndex-captionText {
  width: 100%;
  font-size: 14px;
  line-height: 1.64285714;
  letter-spacing: 0.3px;
  color: hsla(0, 0%, 100%, 0.7);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PageIndex-captionText {
    font-size: 12px;
    line-height: 1.66666667;
    letter-spacing: 0.26px;
  }
}

.PagePlatform-container {
  padding: 0 16px;
  min-width: 320px;
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
}

@media (min-width: 768px) {
  .PagePlatform-container {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PagePlatform-container {
    max-width: 83.33333333vw;
    max-width: 640px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PagePlatform-container {
    max-width: 87.5vw;
    max-width: 896px;
  }
}

@media (min-width: 1440px) {
  .PagePlatform-container {
    max-width: 1080px;
  }
}

.PagePlatform .Page-wrapper {
  background: #fff;
}

.PagePlatform .Debug {
  display: none;
}

.PlatformHero {
  font-size: 16px;
  color: #4d4476;
  padding-top: 99px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero {
    padding-top: 124px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero {
    padding-top: 129px;
  }
}

@media (min-width: 1440px) {
  .PlatformHero {
    padding-top: 137px;
  }
}

.PlatformHero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1080px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .PlatformHero-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-container {
    width: 87.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-container {
    width: 100%;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PlatformHero-container {
    padding: 0 40px;
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 367px) {
  .PlatformHero-container {
    width: 288px;
  }
}

.PlatformHero-content {
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .PlatformHero-content {
    margin-top: 5px;
    width: 495px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-content {
    margin-top: 5px;
    width: 40.625vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-content {
    width: 41.66666667vw;
    margin-left: 8.33333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformHero-content {
    text-align: center;
    width: 100%;
  }
}

.PlatformHero-subtitle {
  color: rgba(42, 32, 106, 0.4);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.PlatformHero-subtitle.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.PlatformHero-title {
  color: #2a206a;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 1.22222222;
  margin: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.PlatformHero-title.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-title {
    font-size: 48px;
    letter-spacing: -0.6px;
    line-height: 1.20833333;
    width: 25vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-title {
    font-size: 60px;
    letter-spacing: -0.75px;
    line-height: 1.16666667;
    width: 25vw;
  }
}

@media (min-width: 1440px) {
  .PlatformHero-title {
    font-size: 75px;
    letter-spacing: -0.94px;
    line-height: 1.21333333;
    margin-top: -5px;
    width: 360px;
  }
}

.PlatformHero-text {
  color: #4d4476;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 16px 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.PlatformHero-text.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.PlatformHero-text p {
  margin: 0 0 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-text {
    margin-bottom: 24px;
    width: 33.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 34.375vw;
  }
}

@media (min-width: 1440px) {
  .PlatformHero-text {
    margin-top: 16px;
    margin-bottom: 32px;
    width: 315px;
  }
}

.PlatformHero-textButton {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.PlatformHero-textButton.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.PlatformHero-textButton .TextButton {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .PlatformHero-textButton .TextButton {
    margin: 0;
  }
}

.PlatformHero-figure {
  position: relative;
  margin: 0 auto 25px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.PlatformHero-figure:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75.03782148%;
}

.PlatformHero-figure.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (min-width: 768px) {
  .PlatformHero-figure {
    margin: 40px 0 0;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformHero-figure {
    width: 288px;
    max-width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-figure {
    width: 45.83333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-figure {
    margin-top: 38px;
    width: 43.75vw;
  }
}

@media (min-width: 1440px) {
  .PlatformHero-figure {
    width: 585px;
  }
}

.PlatformHero-figureVideo {
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.PlatformHero-figureVideo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 67.85714286%;
}

.PlatformHero-figureVideo--small {
  position: relative;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 26.85185185%;
  left: 2.08333333%;
  width: 30.20833333%;
  z-index: 2;
}

.PlatformHero-figureVideo--small:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 81.39534884%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-figureVideo--small {
    bottom: 26.79127726%;
    left: 1.86915888%;
    width: 30.8411215%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-figureVideo--small {
    bottom: 26.46310433%;
    left: 1.52671756%;
    width: 31.29770992%;
  }
}

@media (min-width: 1440px) {
  .PlatformHero-figureVideo--small {
    bottom: 26.64092664%;
    left: 1.73913043%;
    width: 31.01449275%;
  }
}

.PlatformHero-figureVideo video {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
}

.PlatformHero-playVideo {
  background: url(./img/platform/icon-play.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px;
  width: 32px;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  border: 0;
  cursor: pointer;
}

.PlatformHero-playVideo:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformHero-playVideo {
    height: 41px;
    width: 41px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformHero-playVideo {
    height: 49px;
    width: 49px;
  }
}

@media (min-width: 1440px) {
  .PlatformHero-playVideo {
    height: 66px;
    width: 66px;
  }
}

.PlatformProduct {
  color: #fff;
  font-size: 14px;
  margin: 32px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProduct {
    margin-top: 68px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProduct {
    margin-top: 72px;
  }
}

@media (min-width: 1440px) {
  .PlatformProduct {
    margin-top: 10px;
  }
}

.PlatformProduct:after,
.PlatformProduct:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
}

.PlatformProduct:before {
  background-image: url(./img/platform/product/bg-product-top.svg);
  background-position: 50% 100%;
  margin-bottom: -1px;
  padding-top: 8.81944444%;
  pointer-events: none;
}

.PlatformProduct:after {
  background-image: url(./img/platform/product/bg-product-bottom.svg);
  background-position: 50% 0;
  margin-top: -1px;
  padding-top: 9.375%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}

.PlatformProduct-contentWrapper {
  position: relative;
  width: 100%;
  background: #2a206a;
  padding-top: 114px;
}

@media (min-width: 1440px) {
  .PlatformProduct-contentWrapper {
    padding-top: 149px;
  }
}

.PlatformProduct-container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .PlatformProduct-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 367px) {
  .PlatformProduct-container {
    width: 288px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PlatformProduct-container {
    padding: 0 40px;
    width: 100%;
    max-width: 480px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProduct-container {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProduct-container {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .PlatformProduct-container {
    width: 1440px;
  }
}

.PlatformProduct-videos {
  display: none;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
  pointer-events: none;
  position: sticky;
  top: 50%;
}

.PlatformProduct-videos:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 76.93588676%;
}

@media (min-width: 768px) {
  .PlatformProduct-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProduct-videos {
    width: 50vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProduct-videos {
    width: 43.75vw;
  }
}

@media (min-width: 1440px) {
  .PlatformProduct-videos {
    width: 630px;
  }
}

.PlatformProduct-videos img,
.PlatformProduct-videos video {
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
  max-width: 100%;
}

.PlatformProduct-videoCard {
  opacity: 0;
  padding-bottom: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.PlatformProduct-videoCard:first-child {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.PlatformProduct-videoCard.disableTransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.PlatformProduct-videoCard.isHide {
  opacity: 0;
}

.PlatformProduct-videoCardTitle {
  color: #fff;
  font-size: 16px;

  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.875;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1440px) {
  .PlatformProduct-videoCardTitle {
    margin-top: 34px;
  }
}

.PlatformProductSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .PlatformProductSection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 90px;
    padding-top: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductSection {
    width: 43.75vw;
    margin-right: 6.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProductSection {
    width: 37.5vw;
    margin-right: 8.33333333vw;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformProductSection {
    margin-bottom: 80px;
  }
}

.PlatformProductSection:first-child {
  padding-top: 0;
}

.PlatformProductSection:last-child {
  margin-bottom: 240px;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformProductSection:last-child {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}

.PlatformProductSection-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  opacity: 1;
  text-align: center;
  margin: 0 0 24px;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(13%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #2a206a 13%, #2a206a 70%, rgba(0, 0, 0, 0));
}

.isInitialState .PlatformProductSection-figure {
  opacity: 0;
}

@media (min-width: 768px) {
  .PlatformProductSection-figure {
    display: none;
  }
}

.PlatformProductSection-figure img,
.PlatformProductSection-figure video {
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(30%, #2a206a),
      color-stop(70%, #2a206a),
      to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #2a206a 30%, #2a206a 70%, rgba(0, 0, 0, 0));
  width: 100%;
}

.PlatformProductSection-figure video {
  width: calc(100% + 72px);
  margin-left: -36px;
}

.PlatformProductSection-figureTitle {
  color: #fff;
  font-size: 16px;

  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.875;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .PlatformProductSection-figureTitle {
    margin-top: 34px;
  }
}

.PlatformProductSection-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1440px) {
  .PlatformProductSection-content {
    width: 540px;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformProductSection-content {
    width: 100%;
  }
}

.PlatformProductCard {
  background: #fff;
  border-radius: 8px;
  color: #17123b;
  display: block;
  font-size: 14px;
  margin: 0 0 8px;
  padding: 18px 22px;
  position: relative;
  text-decoration: none;
  will-change: opacity, transform;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.PlatformProductCard.isHide {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.PlatformProductCard:hover .PlatformProductCard-counter {
  color: #1cc283;
  opacity: 1;
}

.PlatformProductCard:hover .PlatformProductCard-textButtonIcon {
  background: #1cc283;
}

.PlatformProductCard:hover .PlatformProductCard-textButtonIcon svg {
  stroke: #fff;
}

.PlatformProductCard:hover .PlatformProductCard-textButtonText {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProductCard {
    padding: 26px 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformProductCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 220px;
    padding: 28px 24px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard {
    min-height: 230px;
    padding: 38px 24px;
  }
}

.PlatformProductCard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductCard-header {
    width: 170px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-header {
    width: 206px;
  }
}

.PlatformProductCard-counter {
  color: #2e0083;
  font-family: Roboto Mono, Helvetiva, sans-serif;
  font-size: 16px;
  opacity: 0.3;
  letter-spacing: 0;
  line-height: 1.625;
  margin-top: 1px;
  margin-right: 6px;
  -webkit-transition: color 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductCard-counter {
    margin-top: 2px;
    margin-right: 8px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-counter {
    margin-top: 3px;
    margin-right: 14px;
  }
}

.PlatformProductCard-title {
  color: #1cc283;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 1.625;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductCard-title {
    color: #17123b;
    font-size: 18px;
    letter-spacing: -0.41px;
    line-height: 1.44444444;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-title {
    color: #17123b;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.45;
  }
}

.PlatformProductCard-title .svg {
  stroke: #1cc283;
  stroke-width: 2px;
  margin-left: 4px;
  height: 11px;
  width: 6px;
}

@media (min-width: 768px) {
  .PlatformProductCard-title .svg {
    display: none;
  }
}

.PlatformProductCard-featuresList {
  list-style: none;
  padding: 0;
  color: rgba(23, 18, 59, 0.65);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.57142857;
  margin: 5px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProductCard-featuresList {
    line-height: 1.85714286;
    margin-top: 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductCard-featuresList {
    width: 206px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-featuresList {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 2px;
    width: 226px;
  }
}

.PlatformProductCard-featuresListItem {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.PlatformProductCard-featuresListItem:before {
  background: url(./img/platform/icon-feature-checkbox.svg) no-repeat 50% 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProductCard-featuresListItem {
    margin-bottom: 6px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformProductCard-featuresListItem {
    margin-bottom: 10px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-featuresListItem {
    margin-bottom: 14px;
  }
}

.PlatformProductCard-textButton {
  display: none;
}

@media (min-width: 768px) {
  .PlatformProductCard-textButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformProductCard-textButton {
    margin-top: 68px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformProductCard-textButton {
    position: absolute;
    bottom: 32px;
    left: 26px;
  }
}

@media (min-width: 1440px) {
  .PlatformProductCard-textButton {
    bottom: 37px;
    left: 56px;
  }
}

.PlatformProductCard-textButtonIcon {
  background: #fff;
  border: 1px solid #1cc283;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  height: 36px;
  width: 36px;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformProductCard-textButtonIcon {
    height: 40px;
    width: 40px;
  }
}

.PlatformProductCard-textButtonIcon svg {
  stroke: #1cc283;
  stroke-width: 2px;
  margin: auto;
  height: 11px;
  width: 6px;
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
}

.PlatformProductCard-textButtonText {
  color: #1cc283;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 1440px) {
  .PlatformProductCard-textButtonText {
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.PlatformCardExperience {
  padding-bottom: 124px;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience {
    margin: 64px 0;
    overflow: hidden;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience {
    height: calc(700vh + 124px);
  }
}

.PlatformCardExperience-container {
  margin: 0 auto;
  min-width: 320px;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience-container {
    padding: 0 16px;
    max-width: 100vw;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 124px 0 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    min-height: 870px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-container {
    width: 100%;
    min-height: 1024px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-container {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-container {
    width: 1440px;
  }
}

.PlatformCardExperience-containerWrapper {
  width: 100%;
  display: block;
}

.PlatformCardExperience-title {
  color: #2a206a;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.47px;
  line-height: 1.38461538;
  opacity: 1;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  z-index: 5;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-title {
    font-size: 30px;
    letter-spacing: -0.53px;
    line-height: 1.33333333;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperience-title {
    font-size: 40px;
    letter-spacing: -0.7px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience-title {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-title {
    margin-left: 8.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-title {
    margin-left: 6.25vw;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-title {
    margin-left: 180px;
  }
}

.isSuccess .PlatformCardExperience-title {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.PlatformCardExperience-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .PlatformCardExperience-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 77vh;
    max-height: 77vh;
    min-height: 870px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-content {
    min-height: 1024px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-stepsWrapper {
    margin-left: 8.33333333vw;
    width: 33.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-stepsWrapper {
    margin-left: 6.25vw;
    width: 31.25vw;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-stepsWrapper {
    margin-left: 180px;
    width: 360px;
  }
}

.PlatformCardExperience-stepsWrapper .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.PlatformCardExperience-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .PlatformCardExperience-steps {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 54px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-steps {
    width: 25vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-steps {
    margin-top: 58px;
    width: 31.25vw;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-steps {
    width: 360px;
  }
}

.PlatformCardExperience-step {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
  max-width: calc(100vw - 32px);
  width: 100%;
  will-change: opacity;
  z-index: 2;
}

@media (max-width: 367px) {
  .PlatformCardExperience-step {
    min-width: 84vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience-step {
    min-width: 81vw;
    max-width: 400px;
  }

  .PlatformCardExperience-step.isLast {
    min-width: 100vw;
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience-step {
    min-height: 0;
    max-width: none;
  }

  .PlatformCardExperience-step.isLast .PlatformCardExperience-stepsProgressBar {
    display: none;
  }

  .PlatformCardExperience-step:not([data-id='final']) {
    -webkit-transition: opacity 0s linear 1.25s;
    transition: opacity 0s linear 1.25s;
  }
}

.PlatformCardExperience-step.isActive,
.PlatformCardExperience-step.isLast.isPlayed,
.PlatformCardExperience-step.isPlaying {
  z-index: 1;
}

.PlatformCardExperience-step.isPlayed {
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isSuccess .PlatformCardExperience-step.isActive:not([data-id='final']),
.isSuccess .PlatformCardExperience-step.isLast,
.isSuccess .PlatformCardExperience-step.isPlayed {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.PlatformCardExperience-stepsItem {
  color: rgba(42, 32, 106, 0.3);
  font-size: 16px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: -0.36px;
  line-height: 1.5;
  will-change: height, max-height;
  z-index: 5;
}

.owl-item.active .PlatformCardExperience-stepsItem {
  color: #2a206a;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience-stepsItem {
    margin: 0 6px;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 320px;
    position: relative;
  }

  .isActive .PlatformCardExperience-stepsItem {
    color: #2a206a;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperience-stepsItem {
    font-size: 18px;
    line-height: 1.55555556;
    max-width: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.PlatformCardExperience-stepsProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  will-change: opacity;
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsProgress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    max-width: 20px;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-stepsProgress {
    margin-right: 34px;
  }
}

.PlatformCardExperience-stepsProgressIcon {
  border: 2px solid #f4f4f4;
  border-radius: 100%;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 22px;
  width: 22px;
  will-change: opacity;
}

.owl-item.active.center .PlatformCardExperience-stepsProgressIcon,
.owl-item.center .isActive .PlatformCardExperience-stepsProgressIcon {
  background: #1cc283;
  border-color: #1cc283;
}

.owl-item.active .PlatformCardExperience-stepsProgressIcon {
  border-color: #2a206a;
}

.PlatformCardExperience-stepsProgressIcon svg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  width: 9px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsProgressIcon {
    -webkit-transition: opacity 0s linear 1.25s;
    transition: opacity 0s linear 1.25s;
  }

  .isSuccess .PlatformCardExperience-stepsProgressIcon {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
  }

  .isShown .PlatformCardExperience-stepsProgressIcon {
    background: #1cc283;
    border-color: #1cc283;
  }

  .isActive .PlatformCardExperience-stepsProgressIcon {
    border-color: #1cc283;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperience-stepsProgressIcon {
    height: 24px;
    width: 24px;
  }

  .PlatformCardExperience-stepsProgressIcon svg {
    height: 8px;
    width: 12px;
  }
}

.PlatformCardExperience-stepsProgressIconCircle {
  width: 50%;
  height: 50%;
  background: #1cc283;
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.isActive .PlatformCardExperience-stepsProgressIconCircle {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience-stepsProgressIconCircle {
    opacity: 0;
  }
}

.PlatformCardExperience-stepsProgressBar {
  background: #f4f4f4;
  border-radius: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  overflow: hidden;
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsProgressBar {
    margin: 12px auto;
    height: 100%;
    width: 2px;
    -webkit-transition: opacity 0.3s linear 1.25s;
    transition: opacity 0.3s linear 1.25s;
  }

  .isSuccess .PlatformCardExperience-stepsProgressBar {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

.isShown .PlatformCardExperience-stepsProgressBar {
  background: #1cc283;
}

.PlatformCardExperience-stepsProgressBarValue {
  background: #1cc283;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

.isActive .PlatformCardExperience-stepsProgressBarValue {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsProgressBarValue {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 0;
    width: 100%;
  }
}

.PlatformCardExperience-stepsItemTitle {
  margin: 14px 0 0;
  max-width: 240px;
}

@media (min-width: 768px) {
  .PlatformCardExperience-stepsItemTitle {
    margin-top: -4px;
    max-width: 100%;
    padding: 0 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
    line-height: 1.55555556;
    letter-spacing: -0.1px;
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-stepsItemTitle {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -0.36px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-stepsItemTitle {
    letter-spacing: -0.1px;
    padding: 0 0 52px;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-stepsItemTitle {
    letter-spacing: -0.1px;
    padding-bottom: 44px;
  }
}

.PlatformCardExperience-figureStep {
  position: relative;
  display: block;
  min-height: 355px;
}

.PlatformCardExperience-figureStep:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.PlatformCardExperience-figureStep img,
.PlatformCardExperience-figureStep video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformCardExperience-figureStep {
    opacity: 0;
    margin: auto;
    min-height: 62.5vh;
    max-height: 400px;
    max-width: 400px;
    width: 100%;
    -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity;
  }

  .isActive .PlatformCardExperience-figureStep {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperience-figureStep {
    opacity: 0;
    position: absolute;
    top: 36%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 2;
    will-change: opacity;
  }

  .isLast.isPlayed .PlatformCardExperience-figureStep,
  .isPlaying .PlatformCardExperience-figureStep {
    opacity: 1;
  }

  .PlatformCardExperience-figureStep .isBackwards .isLast.isPlayed {
    -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  }

  .PlatformCardExperience-figureStep.authorization,
  .PlatformCardExperience-figureStep.verification {
    -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperience-figureStep {
    width: 75vw;
    margin-top: 20px;
    right: -70px;
  }

  .PlatformCardExperience-figureStep.authorization,
  .PlatformCardExperience-figureStep.verification {
    margin-top: 0;
    right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperience-figureStep {
    width: 62.5vw;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperience-figureStep {
    width: 810px;
  }
}

@media (max-width: 767px) {
  .PlatformCardExperience-figureStepVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 559px;
    max-width: 559px;
    height: 130vw;
    width: 130vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.PlatformCardExperienceIconWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(139deg, rgba(242, 240, 255, 0.41), rgba(225, 220, 255, 0.41) 98%);
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  border-radius: 100%;
  padding: 16px;
  height: 112px;
  width: 112px;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceIconWrapper {
    height: 168px;
    width: 168px;
  }
}

.PlatformCardExperienceIconWrapper-iconImage {
  position: relative;
  margin: auto;
  height: 40px;
  width: 40px;
}

.PlatformCardExperienceIconWrapper-iconImage svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceIconWrapper-iconImage {
    height: 56px;
    width: 56px;
  }
}

.PlatformCardExperienceIconWrapper-iconImageCheck {
  background: #1cc283;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  bottom: -4px;
  height: 20px;
  width: 20px;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  will-change: opacity, transform;
}

.PlatformCardExperienceIconWrapper-iconImageCheck svg {
  fill: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  width: 9px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.PlatformCardExperienceIconWrapper-iconTitle {
  color: #17123b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.06px;
  line-height: 1.2;
  margin: auto;
  max-width: 55px;
  text-align: center;
}

@media (min-width: 768px) {
  .PlatformCardExperienceIconWrapper-iconTitle {
    font-size: 14px;
    line-height: 1.21428571;
    letter-spacing: -0.08px;
    max-width: 77px;
  }
}

.PlatformCardExperienceAuthorizationStep {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: opacity;
}

@media (max-width: 767px) {
  .PlatformCardExperienceAuthorizationStep {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 559px;
    max-width: 559px;
    height: 130vw;
    width: 130vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .PlatformCardExperienceAuthorizationStep {
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperienceAuthorizationStep {
    left: 64px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperienceAuthorizationStep-content {
    height: 100%;
    position: relative;
    right: -8vw;
  }
}

.isPlaying .PlatformCardExperienceAuthorizationStep {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceAuthorizationStep {
    opacity: 1;
    -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.isPlayed .PlatformCardExperienceAuthorizationStep {
  opacity: 1;
  -webkit-transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 2s;
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}

.PlatformCardExperienceAuthorizationStep-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  will-change: transform;
  -webkit-animation-name: move-position;
  animation-name: move-position;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperienceAuthorizationStep-bg {
    left: 65%;
  }
}

.PlatformCardExperienceAuthorizationStep-bg img {
  width: 100%;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.isPlayed .PlatformCardExperienceAuthorizationStep-bg img {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

@-webkit-keyframes move-position {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, -80%, 0);
    transform: translate3d(-50%, -80%, 0);
  }

  to {
    -webkit-transform: translate3d(-50%, -80%, 0);
    transform: translate3d(-50%, -80%, 0);
  }
}

@keyframes move-position {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, -80%, 0);
    transform: translate3d(-50%, -80%, 0);
  }

  to {
    -webkit-transform: translate3d(-50%, -80%, 0);
    transform: translate3d(-50%, -80%, 0);
  }
}

.isPlaying .PlatformCardExperienceAuthorizationStep-bg {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceAuthorizationStep-bg {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
}

.isPlayed .PlatformCardExperienceAuthorizationStep-bg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.PlatformCardExperienceAuthorizationStep-icons {
  position: relative;
  height: 100%;
  margin: auto;
  max-width: 400px;
  width: calc(100vw - 32px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperienceAuthorizationStep-icons {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceAuthorizationStep-icons {
    margin: auto 0;
    max-width: 720px;
    width: 100%;
  }
}

.PlatformCardExperienceAuthorizationStep-device {
  background: url(./img/platform/your-card-experience/authorization-step/device.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42vw 0 0 -44vw;
  height: 74vw;
  width: 74vw;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translate3d(60px, 40px, 0);
  transform: translate3d(60px, 40px, 0);
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

@media (min-width: 368px) and (max-width: 535px) {
  .PlatformCardExperienceAuthorizationStep-device {
    margin: -49vw 0 0 -47vw;
    height: 84vw;
    width: 84vw;
  }
}

@media (min-width: 536px) {
  .PlatformCardExperienceAuthorizationStep-device {
    margin: -200px 0 0 -200px;
    height: 400px;
    width: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceAuthorizationStep-device {
    margin: 0;
    top: 132px;
    left: 107px;
    height: 427px;
    width: 416px;
  }
}

.isPlayed .PlatformCardExperienceAuthorizationStep-device,
.isPlaying .PlatformCardExperienceAuthorizationStep-device {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceAuthorizationStep-device {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.PlatformCardExperienceAuthorizationStep-iconWrapper {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  z-index: 5;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.PlatformCardExperienceAuthorizationStep-iconWrapper--facial-recognition {
  left: 0;
  top: 132px;
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceAuthorizationStep-iconWrapper--facial-recognition {
    top: 272px;
    left: 147px;
  }
}

.PlatformCardExperienceAuthorizationStep-iconWrapper--3d-secure {
  top: 62px;
  right: 10px;
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceAuthorizationStep-iconWrapper--3d-secure {
    top: 87px;
    right: 154px;
  }
}

.PlatformCardExperienceAuthorizationStep-iconWrapper--password {
  top: 234px;
  right: -24px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceAuthorizationStep-iconWrapper--password {
    top: 352px;
    right: 45px;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperienceAuthorizationStep-iconWrapper--password {
    right: 10px;
  }
}

.PlatformCardExperienceAuthorizationStep-iconWrapper svg path {
  will-change: stroke-dashoffset;
  -webkit-transition: stroke-dashoffset 1s ease-out 1s;
  transition: stroke-dashoffset 1s ease-out 1s;
}

.isPlayed .PlatformCardExperienceAuthorizationStep-iconWrapper,
.isPlaying .PlatformCardExperienceAuthorizationStep-iconWrapper {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.isPlayed .PlatformCardExperienceAuthorizationStep-iconWrapper svg path,
.isPlaying .PlatformCardExperienceAuthorizationStep-iconWrapper svg path {
  stroke-dashoffset: 0 !important;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceAuthorizationStep-iconWrapper {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .isActive .PlatformCardExperienceAuthorizationStep-iconWrapper svg path {
    stroke-dashoffset: 0 !important;
  }
}

.PlatformCardExperienceVerificationStep {
  background: url(./img/platform/your-card-experience/verification-step/bg-shadow@2x.png) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 32px;
  will-change: opacity;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
  .PlatformCardExperienceVerificationStep {
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.isPlaying .PlatformCardExperienceVerificationStep {
  opacity: 1;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceVerificationStep {
    opacity: 1;
  }
}

.PlatformCardExperienceVerificationStep-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 321px;
  width: 308px;
}

.isPlaying .PlatformCardExperienceVerificationStep-content {
  opacity: 1;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceVerificationStep-content {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .PlatformCardExperienceVerificationStep-content {
    height: 473px;
    width: 694px;
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperienceVerificationStep-content {
    left: 16vw;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperienceVerificationStep-content {
    left: 0;
  }
}

.PlatformCardExperienceVerificationStep-contentIcons {
  position: relative;
  z-index: 3;
}

.PlatformCardExperienceVerificationStep-codeWrapper {
  background: url(./img/platform/your-card-experience/verification-step/bg@2x.png) no-repeat 0 0;
  background-size: cover;
  margin: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 32px;
  right: -10vw;
  width: 100%;
}

@media (min-width: 768px) {
  .PlatformCardExperienceVerificationStep-codeWrapper {
    left: 64px;
    height: 100%;
    max-height: 448px;
    margin: 0;
    width: calc(100% - 64px);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.PlatformCardExperienceVerificationStep-code {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.PlatformCardExperienceVerificationStep-codeImg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: calc(35% + 64px);
  width: 60%;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.PlatformCardExperienceVerificationStep-codeImg img {
  width: 100%;
  will-change: transform;
  position: relative;
}

.PlatformCardExperienceVerificationStep-iconWrapper {
  margin-bottom: 8px;
  height: 96px;
  width: 96px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

@media (min-width: 768px) {
  .PlatformCardExperienceVerificationStep-iconWrapper.isActive {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.PlatformCardExperienceVerificationStep-iconWrapper.isActive svg path {
  stroke-dashoffset: 0 !important;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceVerificationStep-iconWrapper {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .isActive .PlatformCardExperienceVerificationStep-iconWrapper svg path {
    stroke-dashoffset: 0 !important;
  }
}

.PlatformCardExperienceVerificationStep-iconWrapper svg path {
  will-change: stroke-dashoffset;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
}

@media (min-width: 768px) {
  .PlatformCardExperienceVerificationStep-iconWrapper {
    margin-bottom: 20px;
    height: 128px;
    width: 128px;
  }
}

.PlatformCardExperienceFinal {
  position: relative;
  pointer-events: none;
  width: 100vw;
}

@media (min-width: 768px) {
  .PlatformCardExperienceFinal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }

  .isSuccess .PlatformCardExperienceFinal {
    background-color: #fff;
    height: auto;
  }

  .PlatformCardExperienceFinal.DEBUG,
  .PlatformCardExperienceFinal.DEBUG .Clock-icon,
  .PlatformCardExperienceFinal.DEBUG .Clock-iconWrapper {
    opacity: 1;
  }
}

.PlatformCardExperienceFinal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
}

@media (min-width: 768px) {
  .PlatformCardExperienceFinal-container {
    padding-top: 54px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperienceFinal-container {
    padding-top: 58px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformCardExperienceFinal-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 54px;
    margin: 0 auto;
    width: 100%;
  }
}

.PlatformCardExperienceFinal-title {
  font-size: 26px;
  font-weight: 500;
  color: #2a206a;
  letter-spacing: -0.47px;
  text-align: center;
  line-height: 1.41666667;
  margin: 28px auto;
  max-width: 400px;
  opacity: 0;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isAnimation .PlatformCardExperienceFinal-title {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

@media (min-width: 768px) {
  .PlatformCardExperienceFinal-title {
    font-size: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: -0.75px;
    line-height: 1.16666667;
    margin: 8vw auto auto;
    max-width: 450px;
    width: 450px;
  }

  .PlatformCardExperienceFinal-title .u-onlyMobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformCardExperienceFinal-title {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformCardExperienceFinal-title {
    text-align: left;
    margin-top: auto;
    margin-right: auto;
    max-width: 400px;
    width: 400px;
  }
}

@media (min-width: 1440px) {
  .PlatformCardExperienceFinal-title {
    font-size: 60px;
    text-align: left;
    margin-top: auto;
    margin-right: 0;
    max-width: 450px;
    width: 450px;
  }
}

.PlatformCardExperienceFinal-titleTimer {
  display: inline-block;
  min-width: 55px;
}

.PlatformCardExperienceFinal-titleAccent {
  color: #1cc283;
  font-style: normal;
}

.Clock {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.Clock:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .Clock {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .Clock {
    margin: auto;
    height: 520px;
    width: 520px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Clock {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .Clock {
    margin-left: 6.25vw;
  }
}

@media (min-width: 1440px) {
  .Clock {
    margin: 0 0 0 180px;
  }
}

.Clock:after {
  background: url(./img/platform/your-card-experience/timer-mobile.png) no-repeat 50% 50%;
  background-size: contain;
  content: '';
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 540px;
  width: 540px;
  z-index: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
  .Clock:after {
    background: url(./img/platform/your-card-experience/timer@2x.png) no-repeat 50% 50%;
    background-size: contain;
    margin-left: -17px;
    height: 800px;
    width: 800px;
    -webkit-mask-image: -webkit-gradient(linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(0, #fff),
        color-stop(80%, #fff),
        to(rgba(0, 0, 0, 0))),
      -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(0, #fff), color-stop(80%, #fff), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #fff 0, #fff 80%, rgba(0, 0, 0, 0)),
      linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #fff 0, #fff 80%, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(0, #fff),
        color-stop(80%, #fff),
        to(rgba(0, 0, 0, 0))),
      -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(0, #fff), color-stop(80%, #fff), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #fff 0, #fff 80%, rgba(0, 0, 0, 0)),
      linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #fff 0, #fff 80%, rgba(0, 0, 0, 0));
    -webkit-mask-size: 110% 110%;
    mask-size: 110% 110%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  }
}

.isAnimation .Clock:after {
  opacity: 1;
}

.Clock-timerWrapper {
  color: #1cc283;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.62px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 220px;
  width: 220px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: opacity;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isAnimation .Clock-timerWrapper,
.isSuccess .Clock-timerWrapper {
  opacity: 1;
}

@media (min-width: 768px) {
  .Clock-timerWrapper {
    font-size: 50px;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

.Clock-timerDot {
  background: #1cc283;
  border-radius: 100%;
  display: none;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 3px;
  left: 50%;
  height: 6px;
  width: 6px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  will-change: opacity;
}

.Clock-timerDot--min00 {
  margin-left: -3px;
  -webkit-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}

.Clock-timerDot--min01 {
  margin-left: 21px;
  top: 4px;
  -webkit-transition: opacity 0.15s linear 0.33s;
  transition: opacity 0.15s linear 0.33s;
}

.Clock-timerDot--min02 {
  margin-left: 45px;
  top: 8px;
  -webkit-transition: opacity 0.15s linear 0.66s;
  transition: opacity 0.15s linear 0.66s;
}

.isAnimation .Clock-timerDot {
  opacity: 1;
}

@media (min-width: 768px) {
  .Clock-timerDot {
    display: block;
  }
}

.Clock-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  padding-top: 55px;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isAnimation .Clock-timer {
  opacity: 1;
}

@media (min-width: 1440px) {
  .Clock-timer {
    padding-top: 144px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .Clock-timerValue--time {
    min-width: 138px;
  }
}

.Clock-arrows {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 220px;
  width: 220px;
  z-index: 2;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isAnimation .Clock-arrows {
  opacity: 1;
}

@media (min-width: 768px) {
  .Clock-arrows {
    height: calc(100% - 46px);
    width: calc(100% - 46px);
  }
}

.Clock-sArrow {
  background: #1cc283;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50%;
  -webkit-transform: rotate(0) scale(0.3) translate3d(0, 7px, 0);
  transform: rotate(0) scale(0.3) translate3d(0, 7px, 0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.isPlaying .Clock-sArrow {
  -webkit-transform: rotate(0) scale(1) translate3d(0, 7px, 0);
  transform: rotate(0) scale(1) translate3d(0, 7px, 0);
}

.isAnimation .Clock-sArrow {
  -webkit-transition: -webkit-transform 1s linear 0s;
  transition: -webkit-transform 1s linear 0s;
  transition: transform 1s linear 0s;
  transition: transform 1s linear 0s, -webkit-transform 1s linear 0s;
  -webkit-transform: rotate(15deg) scale(1) translate3d(0, 7px, 0);
  transform: rotate(15deg) scale(1) translate3d(0, 7px, 0);
}

@media (min-width: 768px) {
  .Clock-sArrow {
    width: 2px;
  }
}

.Clock-sArrowFill {
  background-image: linear-gradient(147deg, #2fd898, #1cc283);
  border-radius: 100%;
  -webkit-clip-path: polygon(50% 50%, 50% 0, 50% 0);
  clip-path: polygon(50% 50%, 50% 0, 50% 0);
  opacity: 0.5;
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
}

.isAnimation .Clock-sArrowFill {
  -webkit-clip-path: polygon(50% 50%, 50% 0, 64% 0);
  clip-path: polygon(50% 50%, 50% 0, 64% 0);
  -webkit-transition: -webkit-clip-path 1s linear 0s;
  transition: -webkit-clip-path 1s linear 0s;
  transition: clip-path 1s linear 0s;
  transition: clip-path 1s linear 0s, -webkit-clip-path 1s linear 0s;
}

@media (min-width: 768px) {
  .Clock-sArrowFill {
    top: 26px;
    left: 26px;
    right: 26px;
    bottom: 26px;
    width: calc(100% - 52px);
    height: calc(100% - 52px);
  }
}

.Clock-msArrow {
  background: #2e0083;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 50%;
  width: 1px;
  -webkit-transform: rotate(0) scale(0.3) translate3d(0, 7px, 0);
  transform: rotate(0) scale(0.3) translate3d(0, 7px, 0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.isPlaying .Clock-msArrow {
  -webkit-transform: rotate(0) scale(1) translate3d(0, 7px, 0);
  transform: rotate(0) scale(1) translate3d(0, 7px, 0);
}

.isAnimation .Clock-msArrow {
  -webkit-transition: -webkit-transform 1s linear 0s;
  transition: -webkit-transform 1s linear 0s;
  transition: transform 1s linear 0s;
  transition: transform 1s linear 0s, -webkit-transform 1s linear 0s;
  -webkit-transform: rotate(894deg) scale(1) translate3d(0, 7px, 0);
  transform: rotate(894deg) scale(1) translate3d(0, 7px, 0);
}

@media (min-width: 768px) {
  .Clock-msArrow {
    width: 2px;
  }
}

.Clock-icons {
  display: none;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media (min-width: 768px) {
  .Clock-icons {
    display: block;
  }
}

.Clock-iconWrapper {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform, opacity;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0s linear 1.25s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: opacity 0s linear 1.25s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear 1.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear 1.25s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

.isSuccess .Clock-iconWrapper {
  opacity: 1;
  -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

.isSuccess .Clock-iconWrapper:first-child {
  -webkit-transform: translate3d(0, 19%, 0) rotate(0deg);
  transform: translate3d(0, 19%, 0) rotate(0deg);
}

.isSuccess .Clock-iconWrapper:first-child .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) !important;
  transform: translateZ(0) scale(1.41666667) !important;
}

.isSuccess .Clock-iconWrapper:nth-child(2) {
  -webkit-transform: translate3d(0, -13%, 0) rotate(-90deg);
  transform: translate3d(0, -13%, 0) rotate(-90deg);
}

.isSuccess .Clock-iconWrapper:nth-child(2) .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) rotate(90deg) !important;
  transform: translateZ(0) scale(1.41666667) rotate(90deg) !important;
}

.isSuccess .Clock-iconWrapper:nth-child(3) {
  -webkit-transform: translate3d(0, -10%, 0) rotate(-135deg);
  transform: translate3d(0, -10%, 0) rotate(-135deg);
}

.isSuccess .Clock-iconWrapper:nth-child(3) .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) rotate(135deg) !important;
  transform: translateZ(0) scale(1.41666667) rotate(135deg) !important;
}

.isSuccess .Clock-iconWrapper:nth-child(4) {
  -webkit-transform: translate3d(0, -14%, 0) rotate(-180deg);
  transform: translate3d(0, -14%, 0) rotate(-180deg);
}

.isSuccess .Clock-iconWrapper:nth-child(4) .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) rotate(180deg) !important;
  transform: translateZ(0) scale(1.41666667) rotate(180deg) !important;
}

.isSuccess .Clock-iconWrapper:nth-child(5) {
  -webkit-transform: translate3d(0, 19%, 0) rotate(-270deg);
  transform: translate3d(0, 19%, 0) rotate(-270deg);
}

.isSuccess .Clock-iconWrapper:nth-child(5) .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) rotate(270deg) !important;
  transform: translateZ(0) scale(1.41666667) rotate(270deg) !important;
}

.isSuccess .Clock-iconWrapper:nth-child(6) {
  -webkit-transform: translate3d(0, 13%, 0) rotate(-315deg);
  transform: translate3d(0, 13%, 0) rotate(-315deg);
}

.isSuccess .Clock-iconWrapper:nth-child(6) .Clock-icon {
  -webkit-transform: translateZ(0) scale(1.41666667) rotate(315deg) !important;
  transform: translateZ(0) scale(1.41666667) rotate(315deg) !important;
}

.Clock-icon {
  background: #1cc283;
  border: 2px solid #1cc283;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  height: 24px;
  width: 24px;
  z-index: 10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transition: opacity 0s linear 1.25s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: opacity 0s linear 1.25s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear 1.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear 1.25s,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Clock-icon {
    height: 22px;
    width: 22px;
  }
}

.isSuccess .Clock-icon {
  opacity: 1;
  -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 0s linear,
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

.Clock-icon svg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  width: 9px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .Clock-icon svg {
    height: 8px;
    width: 12px;
  }
}

.PlatformWhatMakesDifferent {
  padding: 0 0 79px;
}

.PlatformWhatMakesDifferent-container {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 367px) {
  .PlatformWhatMakesDifferent-container {
    width: 288px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PlatformWhatMakesDifferent-container {
    padding: 0 16px;
    max-width: 480px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-container {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-container {
    width: 87.5vw;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-container {
    width: 1080px;
  }
}

.PlatformWhatMakesDifferent-title {
  color: #2a206a;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.47px;
  line-height: 1.38461538;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-title {
    font-size: 30px;
    letter-spacing: -0.53px;
    line-height: 1.33333333;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformWhatMakesDifferent-title {
    font-size: 40px;
    letter-spacing: -0.7px;
    line-height: 1.35;
  }
}

.PlatformWhatMakesDifferent-title.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.PlatformWhatMakesDifferent-text {
  color: #4d4476;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 20px auto;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-text {
    font-size: 18px;
    line-height: 1.66666667;
  }
}

.PlatformWhatMakesDifferent-text.isInitialState {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformWhatMakesDifferent-text {
    width: 100%;
    margin: 20px auto 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-text {
    margin-top: 14px;
    width: 66.66666667vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-text {
    width: 62.5vw;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-text {
    width: 540px;
  }
}

.PlatformWhatMakesDifferent-content {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
  .PlatformWhatMakesDifferent-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-content {
    position: relative;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-content {
    margin-top: 48px;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-content {
    margin-top: 57px;
  }
}

.PlatformWhatMakesDifferent-content.isInitialState {
  opacity: 0;
}

.PlatformWhatMakesDifferent-figure {
  position: relative;
  width: 100%;
}

.PlatformWhatMakesDifferent-figure:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 108.62068966%;
}

@media (min-width: 768px) {
  .PlatformWhatMakesDifferent-figure {
    text-align: left;
  }
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformWhatMakesDifferent-figure {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -144px;
    width: 58.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-figure {
    width: 37.5vw;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-figure {
    width: 540px;
  }
}

.PlatformWhatMakesDifferent-figureCard {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.PlatformWhatMakesDifferent-figureCard:first-child {
  z-index: 5;
}

.isInitialState .PlatformWhatMakesDifferent-figureCard:first-child {
  -webkit-transform: translate3d(-50%, 45%, 0);
  transform: translate3d(-50%, 45%, 0);
  opacity: 0;
}

.PlatformWhatMakesDifferent-figureCard:nth-child(2) {
  top: 23%;
  z-index: 4;
}

.isInitialState .PlatformWhatMakesDifferent-figureCard:nth-child(2) {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}

.PlatformWhatMakesDifferent-figureCard:nth-child(3) {
  top: 50%;
  z-index: 3;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-figureCard:nth-child(3) {
    top: 52%;
  }
}

.isInitialState .PlatformWhatMakesDifferent-figureCard:nth-child(3) {
  -webkit-transform: translate3d(-50%, -45%, 0);
  transform: translate3d(-50%, -45%, 0);
  opacity: 0;
}

.PlatformWhatMakesDifferent-featuresList {
  list-style: none;
  padding: 0;
  color: #4d4476;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 20px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .PlatformWhatMakesDifferent-featuresList {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-featuresList {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 12%;
    width: 37.5vw;
    margin-right: 8.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresList {
    padding-top: 7%;
    margin-right: 6.25vw;
    width: 28.125vw;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresList {
    padding-left: 8px;
    padding-top: 10%;
    width: 360px;
  }
}

.PlatformWhatMakesDifferent-featuresListItem {
  position: relative;
  margin-bottom: 32px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-featuresListItem {
    margin-bottom: 34px;
    min-height: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresListItem {
    margin-bottom: 34px;
    min-height: 98px;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresListItem {
    margin-bottom: 47px;
    min-height: 98px;
  }
}

.PlatformWhatMakesDifferent-featuresListItem:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.PlatformWhatMakesDifferent-featuresListItem:nth-child(2) {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

.PlatformWhatMakesDifferent-featuresListItem:nth-child(3) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.isInitialState .PlatformWhatMakesDifferent-featuresListItem {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.PlatformWhatMakesDifferent-featuresListItemDecor {
  background: rgba(28, 194, 131, 0.1);
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 32px;
  height: 32px;
  width: 32px;
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresListItem:first-child .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 42px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresListItem:first-child .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 31px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresListItem:nth-child(2) .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-featuresListItem:nth-child(2) .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 5px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresListItem:nth-child(3) .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-featuresListItem:nth-child(3) .PlatformWhatMakesDifferent-featuresListItemDecor {
    top: 5px;
  }
}

.PlatformWhatMakesDifferent-featuresListItemDecor:before {
  background: #1cc283;
  border-radius: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.isInitialState .PlatformWhatMakesDifferent-featuresListItemDecor:before {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.PlatformWhatMakesDifferent-featuresListItemDecor:after {
  background: #1cc283;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  right: -43px;
  width: 44px;
  z-index: 2;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.isInitialState .PlatformWhatMakesDifferent-featuresListItemDecor:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformWhatMakesDifferent-featuresListItemDecor {
    display: block;
    left: -96px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformWhatMakesDifferent-featuresListItemDecor {
    display: block;
    left: -96px;
  }
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresListItemDecor {
    display: block;
    left: -148px;
  }

  .PlatformWhatMakesDifferent-featuresListItemDecor:after {
    right: -98px;
    width: 89px;
  }
}

.PlatformWhatMakesDifferent-featuresListTitle {
  color: #2a206a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.17px;
  line-height: 1.44444444;
  margin: 0;
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresListTitle {
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 1.5;
  }
}

.PlatformWhatMakesDifferent-featuresListText {
  margin: 2px 0 0;
}

@media (min-width: 1440px) {
  .PlatformWhatMakesDifferent-featuresListText {
    margin-top: 4px;
  }
}

.PlatformLaunchWrapper:before {
  background: url(./img/platform/launch/bg-launch.svg) no-repeat 50% 100%;
  background-size: cover;
  display: block;
  content: '';
  margin-bottom: -1px;
  padding-top: 8.89655172%;
  width: 100%;
}

.PlatformLaunch {
  background: #2a206a;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 76px;
}

@media (max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .PlatformLaunch {
    padding-top: 40px;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch {
    padding-bottom: 20px;
  }
}

.PlatformLaunch-container {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .PlatformLaunch-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 367px) {
  .PlatformLaunch-container {
    width: 288px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .PlatformLaunch-container {
    padding: 0 40px;
    width: 100%;
    max-width: 480px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformLaunch-container {
    width: 83.33333333vw;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-container {
    width: 87.5vw;
    padding-right: 6.25vw;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: -56px;
    width: 1080px;
  }
}

.PlatformLaunch-titleCol {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformLaunch-titleCol {
    max-width: 41.66666667vw;
    max-width: 320px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-titleCol {
    max-width: 50vw;
    max-width: 512px;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-titleCol {
    max-width: 540px;
  }
}

.PlatformLaunch-titleCol.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.PlatformLaunch-title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.35px;
  line-height: 1.28571429;
  margin: 0 0 16px;
  position: relative;
  padding-top: 121px;
}

.PlatformLaunch-title:before {
  background: url(./img/platform/launch/title-icon.svg) no-repeat 50% 50%;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 101px;
  width: 91px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) {
  .PlatformLaunch-title:before {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-title:before {
    width: 64px;
    height: 72px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-title:before {
    top: 14px;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-title:before {
    top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformLaunch-title {
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    padding-top: 88px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformLaunch-title {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1.35;
    padding-left: 96px;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-title {
    letter-spacing: -0.7px;
    padding-left: 114px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .PlatformLaunch-textCol {
    margin-top: 88px;
    max-width: 33.33333333vw;
    max-width: 256px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-textCol {
    margin-top: 16px;
    margin-right: 64px;
    max-width: 25vw;
    max-width: 256px;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-textCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 450px;
  }
}

.PlatformLaunch-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 0 0 24px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .PlatformLaunch-text {
    font-size: 18px;
    line-height: 1.66666667;
  }
}

@media (min-width: 1440px) {
  .PlatformLaunch-text {
    margin: 0 54px 0 0;
    width: 218px;
  }
}

.PlatformLaunch-text.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.PlatformLaunch-button {
  background: #1cc283;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  height: 48px;
  min-width: 159px;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.PlatformLaunch-button:hover {
  background: #00e4a1;
}

.PlatformLaunch-button:active {
  background: #008a61;
}

@media (min-width: 1024px) and (max-width: 1439px),
(min-width: 1440px) {
  .PlatformLaunch-button {
    border-radius: 18px;
    font-size: 18px;
    line-height: 52px;
    height: 54px;
    width: 179px;
  }
}

.PlatformLaunch-button.isSectionShown {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.PlatformLaunch-button.isInitialState {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

/*
.TopNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: min-height 0.15s, background-color 0.5s;
  transition: min-height 0.15s, background-color 0.5s;
  height: 0;
  top: 0;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 1200;
}

@media (min-width: 1440px) {
  .TopNav {
    min-height: 84px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav {
    min-height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav {
    min-height: 60px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .TopNav {
    min-height: 60px;
  }
}

@media (max-width: 367px) {
  .TopNav {
    min-height: 60px;
  }
}

.TopNav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .TopNav-wrapper {
    padding: 0 90px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav-wrapper {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-wrapper {
    padding: 0;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .TopNav-wrapper {
    margin: 0 40px;
  }
}

@media (max-width: 367px) {
  .TopNav-wrapper {
    width: 288px;
    margin: 0 auto;
  }
}

.TopNav.isScrolled {
  background-color: #fff;
  border-bottom: 1px solid #e9e8f0;
}

@media (min-width: 1440px) {
  .TopNav.isScrolled {
    min-height: 74px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav.isScrolled {
    min-height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav.isScrolled {
    min-height: 50px;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .TopNav.isScrolled {
    min-height: 50px;
  }
}

@media (max-width: 367px) {
  .TopNav.isScrolled {
    min-height: 50px;
  }
}

.TopNav.isDark {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #2a206a;
}

@media (min-width: 1440px) {
  .TopNav-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75vw;
    flex: 0 0 18.75vw;
    max-width: 18.75vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
}

@media (min-width: 368px) and (max-width: 767px) {
  .TopNav-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.13043478vw;
    flex: 0 0 39.13043478vw;
    max-width: 39.13043478vw;
  }
}

@media (max-width: 367px) {
  .TopNav-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    max-width: 144px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav-logo {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-logo {
    padding-left: 24px;
  }
}

.TopNav-logoImg {
  width: 32px;
  height: 20px;
}

.TopNav-logoImgColorPath {
  fill: #1c0976;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.isDark .TopNav-logoImgColorPath {
  fill: #fff;
}

.TopNav-logoLetters {
  margin-left: 7px;
}

.TopNav-logoLetter {
  fill: #1cc283;
  opacity: 0;
}

.TopNav-logoLetter.isShow {
  fill: #1c0976;
  opacity: 1;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.isDark .TopNav-logoLetter {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  fill: #fff;
}

.TopNav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1440px) {
  .TopNav-items {
    padding-left: 60px;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-items {
    display: none;
  }
}

.TopNav-item {
  
  font-size: 15px;
  letter-spacing: 0.1px;
  margin-right: 30px;
  opacity: 0;
}

.TopNav-item.isShow {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.isDark .TopNav-item {
  color: #fff;
}

.TopNav-item:last-child {
  margin-right: 0;
}

.TopNav-item:nth-child(6) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.TopNav-item:nth-child(5) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.TopNav-item:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.TopNav-item:nth-child(3) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms;
}

.TopNav-item:nth-child(2) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.TopNav-item:first-child {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-item {
    display: none;
  }

  .TopNav-item:first-child,
  .TopNav-item:nth-child(2),
  .TopNav-item:nth-child(3) {
    display: block;
  }
}

.TopNav-flexSpacer {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.TopNav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .TopNav-buttons {
    padding-right: 30px;
  }
}

.TopNav-buttonsSignIn {
  
  font-size: 15px;
  letter-spacing: 0.1px;
  opacity: 0;
}

.TopNav-buttonsSignIn.isShow {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-buttonsSignIn.isShow {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
}

.isDark .TopNav-buttonsSignIn {
  color: #fff;
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-buttonsSignIn {
    display: none;
  }
}

.TopNav-buttonsContactUs {
  background-color: #1cc283;
  border-radius: 12px;
  
  font-size: 15px;
  letter-spacing: 0.1px;
  color: #fff;
  padding: 10px 14px 11px;
  line-height: 1;
  font-weight: 500;
  margin-left: 22px;
  opacity: 0;
}

.TopNav-buttonsContactUs.isShow {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-buttonsContactUs.isShow {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-buttonsContactUs.isShow {
    -webkit-transition-delay: 30ms;
    transition-delay: 30ms;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-buttonsContactUs {
    margin-left: 0;
    padding: 10px 12px 11px;
    border-radius: 8px;
    font-size: 14px;
  }
}

.TopNav-hamburger {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.TopNav-hamburger.isShow {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-hamburger.isShow {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-hamburger.isShow {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
  .TopNav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .TopNav-hamburger {
    margin-right: 22px;
    margin-left: 18px;
  }
}

@media (max-width: 367px), (min-width: 368px) and (max-width: 767px) {
  .TopNav-hamburger {
    margin-left: 14px;
  }
}

.TopNav-hamburgerItem {
  width: 20px;
  height: 2px;
  background: #1c0976;
  border-radius: 2px;
  position: absolute;
}

.isDark .TopNav-hamburgerItem {
  background-color: #fff;
}

.TopNav-hamburgerItem--1 {
  top: 5px;
}

.TopNav-hamburgerItem--2 {
  top: 11px;
}

.TopNav-hamburgerItem--3 {
  bottom: 5px;
} */

#menu-locale .MuiMenuItem-root>svg[class*='Media-root'] {
  margin-right: 12px;
}

.visible-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.visible-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

.homepage-hyperlink {
  color: #2a206a;
  text-decoration: underline;
}


/*CTA*/
.IndexHero-textButton {
  display: flex;
  gap: 24px;
  justify-content: stretch;
  flex-direction: column;
  align-items: stretch;

  @media (min-width: 1100px) {
    gap: 32px;
    flex-direction: row;
  }
}

.IndexHero-textButton {
  * {
    text-align: center;
  }

  .MuiButton-outlined {
    border-color: rgb(42, 32, 106);
    color: rgb(42, 32, 106);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Graphik, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02857em;
    min-width: 64px;
    border-radius: 10px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
      box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
      color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 2px solid rgb(42, 32, 106);
    color: rgb(42, 32, 106);
    box-shadow: none;
    text-transform: none;
    padding: 9px 17px;
    line-height: 1.5rem;
    width: 100%;
  }
}

/*PROMO BANNER*/

.with-promo-banner {
  padding-top: 130px;
}

@media (min-width: 905px) {
  .with-promo-banner {
    margin-top: 90px;
  }
}

.PageIndex #main-header,
.PagePlatform #main-header {
  top: 0 !important;
}

.PageIndex #page-container,
.PagePlatform #page-container {
  padding-top: 80px !important;
}

#page-container,
.IndexHero {
  background: #f5f5f7;
}

.IndexHero-logo:nth-child(4) img {
  width: 115px;
  height: 22px;
  margin-top: 4px;
}

img {
  max-width: 100%;
}

.IndexResults-bestPlace img.mobile {
  display: none;
}

@media (max-width: 767px) {
  .IndexResults-bestPlace img.mobile {
    display: block;
    margin: auto;
  }

  .IndexResults-bestPlace img.desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(max-width: 367px),
(min-width: 368px) and (max-width: 767px) {
  .IndexResults-bestPlace {
    text-align: right;
  }

  .IndexResults-bestPlace img {
    width: 85%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .IndexResults-cardsCount {
    font-size: 62px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1270px) {
  .IndexResults-cardsCount {
    font-size: 52px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .IndexResults-facts {
    margin-left: 30px;
  }
}