@charset "UTF-8";
.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

body {
  background: #060A13;
}

.container {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#btn-primary {
  box-shadow: 0px 0px 20px 0px rgba(46, 119, 255, 0.3019607843);
  background: #2E77FF;
  border: none;
  outline: none;
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
#btn-primary:hover {
  box-shadow: 0px 0px 20px 0px rgba(46, 119, 255, 0.3019607843);
  background: #528FFF;
  backdrop-filter: blur(3px);
  cursor: pointer;
}
#btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
#btn-primary:active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
}

.title {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin: 0;
  padding: 0;
}
.title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.title .letter:nth-child(1) {
  transition-delay: 0.02s;
}
.title .letter:nth-child(2) {
  transition-delay: 0.04s;
}
.title .letter:nth-child(3) {
  transition-delay: 0.06s;
}
.title .letter:nth-child(4) {
  transition-delay: 0.08s;
}
.title .letter:nth-child(5) {
  transition-delay: 0.1s;
}
.title .letter:nth-child(6) {
  transition-delay: 0.12s;
}
.title .letter:nth-child(7) {
  transition-delay: 0.14s;
}
.title .letter:nth-child(8) {
  transition-delay: 0.16s;
}
.title .letter:nth-child(9) {
  transition-delay: 0.18s;
}
.title .letter:nth-child(10) {
  transition-delay: 0.2s;
}
.title .letter:nth-child(11) {
  transition-delay: 0.22s;
}
.title .letter:nth-child(12) {
  transition-delay: 0.24s;
}
.title .letter:nth-child(13) {
  transition-delay: 0.26s;
}
.title .letter:nth-child(14) {
  transition-delay: 0.28s;
}
.title .letter:nth-child(15) {
  transition-delay: 0.3s;
}
.title .letter:nth-child(16) {
  transition-delay: 0.32s;
}
.title .letter:nth-child(17) {
  transition-delay: 0.34s;
}
.title .letter:nth-child(18) {
  transition-delay: 0.36s;
}
.title .letter:nth-child(19) {
  transition-delay: 0.38s;
}
.title .letter:nth-child(20) {
  transition-delay: 0.4s;
}
.title .letter:nth-child(21) {
  transition-delay: 0.42s;
}
.title .letter:nth-child(22) {
  transition-delay: 0.44s;
}
.title .letter:nth-child(23) {
  transition-delay: 0.46s;
}
.title .letter:nth-child(24) {
  transition-delay: 0.48s;
}
.title .letter:nth-child(25) {
  transition-delay: 0.5s;
}
.title .letter:nth-child(26) {
  transition-delay: 0.52s;
}
.title .letter:nth-child(27) {
  transition-delay: 0.54s;
}
.title .letter:nth-child(28) {
  transition-delay: 0.56s;
}
.title .letter:nth-child(29) {
  transition-delay: 0.58s;
}
.title .letter:nth-child(30) {
  transition-delay: 0.6s;
}
.title .letter:nth-child(31) {
  transition-delay: 0.62s;
}
.title .letter:nth-child(32) {
  transition-delay: 0.64s;
}
.title .letter:nth-child(33) {
  transition-delay: 0.66s;
}
.title .letter:nth-child(34) {
  transition-delay: 0.68s;
}
.title .letter:nth-child(35) {
  transition-delay: 0.7s;
}
.title .letter:nth-child(36) {
  transition-delay: 0.72s;
}
.title .letter:nth-child(37) {
  transition-delay: 0.74s;
}
.title .letter:nth-child(38) {
  transition-delay: 0.76s;
}
.title .letter:nth-child(39) {
  transition-delay: 0.78s;
}
.title .letter:nth-child(40) {
  transition-delay: 0.8s;
}
.title .letter:nth-child(41) {
  transition-delay: 0.82s;
}
.title .letter:nth-child(42) {
  transition-delay: 0.84s;
}
.title .letter:nth-child(43) {
  transition-delay: 0.86s;
}
.title .letter:nth-child(44) {
  transition-delay: 0.88s;
}
.title .letter:nth-child(45) {
  transition-delay: 0.9s;
}
.title .letter:nth-child(46) {
  transition-delay: 0.92s;
}
.title .letter:nth-child(47) {
  transition-delay: 0.94s;
}
.title .letter:nth-child(48) {
  transition-delay: 0.96s;
}
.title .letter:nth-child(49) {
  transition-delay: 0.98s;
}
.title .letter:nth-child(50) {
  transition-delay: 1s;
}
.is-visible .title .letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (min-width: 768px) {
  .title .word {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .title .line {
    display: block;
    overflow: hidden;
  }
  .title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-12px) translateY(8px);
    filter: blur(8px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .title .letter:nth-child(1) {
    transition-delay: 0.02s;
  }
  .title .letter:nth-child(2) {
    transition-delay: 0.04s;
  }
  .title .letter:nth-child(3) {
    transition-delay: 0.06s;
  }
  .title .letter:nth-child(4) {
    transition-delay: 0.08s;
  }
  .title .letter:nth-child(5) {
    transition-delay: 0.1s;
  }
  .title .letter:nth-child(6) {
    transition-delay: 0.12s;
  }
  .title .letter:nth-child(7) {
    transition-delay: 0.14s;
  }
  .title .letter:nth-child(8) {
    transition-delay: 0.16s;
  }
  .title .letter:nth-child(9) {
    transition-delay: 0.18s;
  }
  .title .letter:nth-child(10) {
    transition-delay: 0.2s;
  }
  .title .letter:nth-child(11) {
    transition-delay: 0.22s;
  }
  .title .letter:nth-child(12) {
    transition-delay: 0.24s;
  }
  .title .letter:nth-child(13) {
    transition-delay: 0.26s;
  }
  .title .letter:nth-child(14) {
    transition-delay: 0.28s;
  }
  .title .letter:nth-child(15) {
    transition-delay: 0.3s;
  }
  .title .letter:nth-child(16) {
    transition-delay: 0.32s;
  }
  .title .letter:nth-child(17) {
    transition-delay: 0.34s;
  }
  .title .letter:nth-child(18) {
    transition-delay: 0.36s;
  }
  .title .letter:nth-child(19) {
    transition-delay: 0.38s;
  }
  .title .letter:nth-child(20) {
    transition-delay: 0.4s;
  }
  .title .letter:nth-child(21) {
    transition-delay: 0.42s;
  }
  .title .letter:nth-child(22) {
    transition-delay: 0.44s;
  }
  .title .letter:nth-child(23) {
    transition-delay: 0.46s;
  }
  .title .letter:nth-child(24) {
    transition-delay: 0.48s;
  }
  .title .letter:nth-child(25) {
    transition-delay: 0.5s;
  }
  .title .letter:nth-child(26) {
    transition-delay: 0.52s;
  }
  .title .letter:nth-child(27) {
    transition-delay: 0.54s;
  }
  .title .letter:nth-child(28) {
    transition-delay: 0.56s;
  }
  .title .letter:nth-child(29) {
    transition-delay: 0.58s;
  }
  .title .letter:nth-child(30) {
    transition-delay: 0.6s;
  }
  .title .letter:nth-child(31) {
    transition-delay: 0.62s;
  }
  .title .letter:nth-child(32) {
    transition-delay: 0.64s;
  }
  .title .letter:nth-child(33) {
    transition-delay: 0.66s;
  }
  .title .letter:nth-child(34) {
    transition-delay: 0.68s;
  }
  .title .letter:nth-child(35) {
    transition-delay: 0.7s;
  }
  .title .letter:nth-child(36) {
    transition-delay: 0.72s;
  }
  .title .letter:nth-child(37) {
    transition-delay: 0.74s;
  }
  .title .letter:nth-child(38) {
    transition-delay: 0.76s;
  }
  .title .letter:nth-child(39) {
    transition-delay: 0.78s;
  }
  .title .letter:nth-child(40) {
    transition-delay: 0.8s;
  }
  .title .letter:nth-child(41) {
    transition-delay: 0.82s;
  }
  .title .letter:nth-child(42) {
    transition-delay: 0.84s;
  }
  .title .letter:nth-child(43) {
    transition-delay: 0.86s;
  }
  .title .letter:nth-child(44) {
    transition-delay: 0.88s;
  }
  .title .letter:nth-child(45) {
    transition-delay: 0.9s;
  }
  .title .letter:nth-child(46) {
    transition-delay: 0.92s;
  }
  .title .letter:nth-child(47) {
    transition-delay: 0.94s;
  }
  .title .letter:nth-child(48) {
    transition-delay: 0.96s;
  }
  .title .letter:nth-child(49) {
    transition-delay: 0.98s;
  }
  .title .letter:nth-child(50) {
    transition-delay: 1s;
  }
  .is-visible .title .letter {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
@media screen and (max-width: 375px) {
  .title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.title-span {
  color: #2E77FF;
  display: inline-block;
}
.title-span .letter {
  transition-delay: calc(0.3s + var(--char-index, 0) * 0.02s);
}

.hero-title .word, .single-platform-title .word, .title .word, .digital-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  white-space: nowrap;
}
.hero-title .word:nth-child(1), .single-platform-title .word:nth-child(1), .title .word:nth-child(1), .digital-title .word:nth-child(1) {
  transition-delay: 0.1s;
}
.hero-title .word:nth-child(2), .single-platform-title .word:nth-child(2), .title .word:nth-child(2), .digital-title .word:nth-child(2) {
  transition-delay: 0.2s;
}
.hero-title .word:nth-child(3), .single-platform-title .word:nth-child(3), .title .word:nth-child(3), .digital-title .word:nth-child(3) {
  transition-delay: 0.3s;
}
.hero-title .word:nth-child(4), .single-platform-title .word:nth-child(4), .title .word:nth-child(4), .digital-title .word:nth-child(4) {
  transition-delay: 0.4s;
}
.hero-title .word:nth-child(5), .single-platform-title .word:nth-child(5), .title .word:nth-child(5), .digital-title .word:nth-child(5) {
  transition-delay: 0.5s;
}
.hero-title .word:nth-child(6), .single-platform-title .word:nth-child(6), .title .word:nth-child(6), .digital-title .word:nth-child(6) {
  transition-delay: 0.6s;
}
.hero-title .word:nth-child(7), .single-platform-title .word:nth-child(7), .title .word:nth-child(7), .digital-title .word:nth-child(7) {
  transition-delay: 0.7s;
}
.hero-title .word:nth-child(8), .single-platform-title .word:nth-child(8), .title .word:nth-child(8), .digital-title .word:nth-child(8) {
  transition-delay: 0.8s;
}
.hero-title .word:nth-child(9), .single-platform-title .word:nth-child(9), .title .word:nth-child(9), .digital-title .word:nth-child(9) {
  transition-delay: 0.9s;
}
.hero-title .word:nth-child(10), .single-platform-title .word:nth-child(10), .title .word:nth-child(10), .digital-title .word:nth-child(10) {
  transition-delay: 1s;
}
.hero-title .word:nth-child(11), .single-platform-title .word:nth-child(11), .title .word:nth-child(11), .digital-title .word:nth-child(11) {
  transition-delay: 1.1s;
}
.hero-title .word:nth-child(12), .single-platform-title .word:nth-child(12), .title .word:nth-child(12), .digital-title .word:nth-child(12) {
  transition-delay: 1.2s;
}
.hero-title .word:nth-child(13), .single-platform-title .word:nth-child(13), .title .word:nth-child(13), .digital-title .word:nth-child(13) {
  transition-delay: 1.3s;
}
.hero-title .word:nth-child(14), .single-platform-title .word:nth-child(14), .title .word:nth-child(14), .digital-title .word:nth-child(14) {
  transition-delay: 1.4s;
}
.hero-title .word:nth-child(15), .single-platform-title .word:nth-child(15), .title .word:nth-child(15), .digital-title .word:nth-child(15) {
  transition-delay: 1.5s;
}
.hero-title .word:nth-child(16), .single-platform-title .word:nth-child(16), .title .word:nth-child(16), .digital-title .word:nth-child(16) {
  transition-delay: 1.6s;
}
.hero-title .word:nth-child(17), .single-platform-title .word:nth-child(17), .title .word:nth-child(17), .digital-title .word:nth-child(17) {
  transition-delay: 1.7s;
}
.hero-title .word:nth-child(18), .single-platform-title .word:nth-child(18), .title .word:nth-child(18), .digital-title .word:nth-child(18) {
  transition-delay: 1.8s;
}
.hero-title .word:nth-child(19), .single-platform-title .word:nth-child(19), .title .word:nth-child(19), .digital-title .word:nth-child(19) {
  transition-delay: 1.9s;
}
.hero-title .word:nth-child(20), .single-platform-title .word:nth-child(20), .title .word:nth-child(20), .digital-title .word:nth-child(20) {
  transition-delay: 2s;
}
.is-visible .hero-title .word, .is-visible .single-platform-title .word, .is-visible .title .word, .is-visible .digital-title .word {
  opacity: 1;
  transform: translateY(0);
}
.hero-title .letter, .single-platform-title .letter, .title .letter, .digital-title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hero-title .letter:nth-child(1), .single-platform-title .letter:nth-child(1), .title .letter:nth-child(1), .digital-title .letter:nth-child(1) {
  transition-delay: 0.03s;
}
.hero-title .letter:nth-child(2), .single-platform-title .letter:nth-child(2), .title .letter:nth-child(2), .digital-title .letter:nth-child(2) {
  transition-delay: 0.06s;
}
.hero-title .letter:nth-child(3), .single-platform-title .letter:nth-child(3), .title .letter:nth-child(3), .digital-title .letter:nth-child(3) {
  transition-delay: 0.09s;
}
.hero-title .letter:nth-child(4), .single-platform-title .letter:nth-child(4), .title .letter:nth-child(4), .digital-title .letter:nth-child(4) {
  transition-delay: 0.12s;
}
.hero-title .letter:nth-child(5), .single-platform-title .letter:nth-child(5), .title .letter:nth-child(5), .digital-title .letter:nth-child(5) {
  transition-delay: 0.15s;
}
.hero-title .letter:nth-child(6), .single-platform-title .letter:nth-child(6), .title .letter:nth-child(6), .digital-title .letter:nth-child(6) {
  transition-delay: 0.18s;
}
.hero-title .letter:nth-child(7), .single-platform-title .letter:nth-child(7), .title .letter:nth-child(7), .digital-title .letter:nth-child(7) {
  transition-delay: 0.21s;
}
.hero-title .letter:nth-child(8), .single-platform-title .letter:nth-child(8), .title .letter:nth-child(8), .digital-title .letter:nth-child(8) {
  transition-delay: 0.24s;
}
.hero-title .letter:nth-child(9), .single-platform-title .letter:nth-child(9), .title .letter:nth-child(9), .digital-title .letter:nth-child(9) {
  transition-delay: 0.27s;
}
.hero-title .letter:nth-child(10), .single-platform-title .letter:nth-child(10), .title .letter:nth-child(10), .digital-title .letter:nth-child(10) {
  transition-delay: 0.3s;
}
.hero-title .letter:nth-child(11), .single-platform-title .letter:nth-child(11), .title .letter:nth-child(11), .digital-title .letter:nth-child(11) {
  transition-delay: 0.33s;
}
.hero-title .letter:nth-child(12), .single-platform-title .letter:nth-child(12), .title .letter:nth-child(12), .digital-title .letter:nth-child(12) {
  transition-delay: 0.36s;
}
.hero-title .letter:nth-child(13), .single-platform-title .letter:nth-child(13), .title .letter:nth-child(13), .digital-title .letter:nth-child(13) {
  transition-delay: 0.39s;
}
.hero-title .letter:nth-child(14), .single-platform-title .letter:nth-child(14), .title .letter:nth-child(14), .digital-title .letter:nth-child(14) {
  transition-delay: 0.42s;
}
.hero-title .letter:nth-child(15), .single-platform-title .letter:nth-child(15), .title .letter:nth-child(15), .digital-title .letter:nth-child(15) {
  transition-delay: 0.45s;
}
.hero-title .letter:nth-child(16), .single-platform-title .letter:nth-child(16), .title .letter:nth-child(16), .digital-title .letter:nth-child(16) {
  transition-delay: 0.48s;
}
.hero-title .letter:nth-child(17), .single-platform-title .letter:nth-child(17), .title .letter:nth-child(17), .digital-title .letter:nth-child(17) {
  transition-delay: 0.51s;
}
.hero-title .letter:nth-child(18), .single-platform-title .letter:nth-child(18), .title .letter:nth-child(18), .digital-title .letter:nth-child(18) {
  transition-delay: 0.54s;
}
.hero-title .letter:nth-child(19), .single-platform-title .letter:nth-child(19), .title .letter:nth-child(19), .digital-title .letter:nth-child(19) {
  transition-delay: 0.57s;
}
.hero-title .letter:nth-child(20), .single-platform-title .letter:nth-child(20), .title .letter:nth-child(20), .digital-title .letter:nth-child(20) {
  transition-delay: 0.6s;
}
.hero-title .letter:nth-child(21), .single-platform-title .letter:nth-child(21), .title .letter:nth-child(21), .digital-title .letter:nth-child(21) {
  transition-delay: 0.63s;
}
.hero-title .letter:nth-child(22), .single-platform-title .letter:nth-child(22), .title .letter:nth-child(22), .digital-title .letter:nth-child(22) {
  transition-delay: 0.66s;
}
.hero-title .letter:nth-child(23), .single-platform-title .letter:nth-child(23), .title .letter:nth-child(23), .digital-title .letter:nth-child(23) {
  transition-delay: 0.69s;
}
.hero-title .letter:nth-child(24), .single-platform-title .letter:nth-child(24), .title .letter:nth-child(24), .digital-title .letter:nth-child(24) {
  transition-delay: 0.72s;
}
.hero-title .letter:nth-child(25), .single-platform-title .letter:nth-child(25), .title .letter:nth-child(25), .digital-title .letter:nth-child(25) {
  transition-delay: 0.75s;
}
.hero-title .letter:nth-child(26), .single-platform-title .letter:nth-child(26), .title .letter:nth-child(26), .digital-title .letter:nth-child(26) {
  transition-delay: 0.78s;
}
.hero-title .letter:nth-child(27), .single-platform-title .letter:nth-child(27), .title .letter:nth-child(27), .digital-title .letter:nth-child(27) {
  transition-delay: 0.81s;
}
.hero-title .letter:nth-child(28), .single-platform-title .letter:nth-child(28), .title .letter:nth-child(28), .digital-title .letter:nth-child(28) {
  transition-delay: 0.84s;
}
.hero-title .letter:nth-child(29), .single-platform-title .letter:nth-child(29), .title .letter:nth-child(29), .digital-title .letter:nth-child(29) {
  transition-delay: 0.87s;
}
.hero-title .letter:nth-child(30), .single-platform-title .letter:nth-child(30), .title .letter:nth-child(30), .digital-title .letter:nth-child(30) {
  transition-delay: 0.9s;
}
.hero-title .letter:nth-child(31), .single-platform-title .letter:nth-child(31), .title .letter:nth-child(31), .digital-title .letter:nth-child(31) {
  transition-delay: 0.93s;
}
.hero-title .letter:nth-child(32), .single-platform-title .letter:nth-child(32), .title .letter:nth-child(32), .digital-title .letter:nth-child(32) {
  transition-delay: 0.96s;
}
.hero-title .letter:nth-child(33), .single-platform-title .letter:nth-child(33), .title .letter:nth-child(33), .digital-title .letter:nth-child(33) {
  transition-delay: 0.99s;
}
.hero-title .letter:nth-child(34), .single-platform-title .letter:nth-child(34), .title .letter:nth-child(34), .digital-title .letter:nth-child(34) {
  transition-delay: 1.02s;
}
.hero-title .letter:nth-child(35), .single-platform-title .letter:nth-child(35), .title .letter:nth-child(35), .digital-title .letter:nth-child(35) {
  transition-delay: 1.05s;
}
.hero-title .letter:nth-child(36), .single-platform-title .letter:nth-child(36), .title .letter:nth-child(36), .digital-title .letter:nth-child(36) {
  transition-delay: 1.08s;
}
.hero-title .letter:nth-child(37), .single-platform-title .letter:nth-child(37), .title .letter:nth-child(37), .digital-title .letter:nth-child(37) {
  transition-delay: 1.11s;
}
.hero-title .letter:nth-child(38), .single-platform-title .letter:nth-child(38), .title .letter:nth-child(38), .digital-title .letter:nth-child(38) {
  transition-delay: 1.14s;
}
.hero-title .letter:nth-child(39), .single-platform-title .letter:nth-child(39), .title .letter:nth-child(39), .digital-title .letter:nth-child(39) {
  transition-delay: 1.17s;
}
.hero-title .letter:nth-child(40), .single-platform-title .letter:nth-child(40), .title .letter:nth-child(40), .digital-title .letter:nth-child(40) {
  transition-delay: 1.2s;
}
.hero-title .letter:nth-child(41), .single-platform-title .letter:nth-child(41), .title .letter:nth-child(41), .digital-title .letter:nth-child(41) {
  transition-delay: 1.23s;
}
.hero-title .letter:nth-child(42), .single-platform-title .letter:nth-child(42), .title .letter:nth-child(42), .digital-title .letter:nth-child(42) {
  transition-delay: 1.26s;
}
.hero-title .letter:nth-child(43), .single-platform-title .letter:nth-child(43), .title .letter:nth-child(43), .digital-title .letter:nth-child(43) {
  transition-delay: 1.29s;
}
.hero-title .letter:nth-child(44), .single-platform-title .letter:nth-child(44), .title .letter:nth-child(44), .digital-title .letter:nth-child(44) {
  transition-delay: 1.32s;
}
.hero-title .letter:nth-child(45), .single-platform-title .letter:nth-child(45), .title .letter:nth-child(45), .digital-title .letter:nth-child(45) {
  transition-delay: 1.35s;
}
.hero-title .letter:nth-child(46), .single-platform-title .letter:nth-child(46), .title .letter:nth-child(46), .digital-title .letter:nth-child(46) {
  transition-delay: 1.38s;
}
.hero-title .letter:nth-child(47), .single-platform-title .letter:nth-child(47), .title .letter:nth-child(47), .digital-title .letter:nth-child(47) {
  transition-delay: 1.41s;
}
.hero-title .letter:nth-child(48), .single-platform-title .letter:nth-child(48), .title .letter:nth-child(48), .digital-title .letter:nth-child(48) {
  transition-delay: 1.44s;
}
.hero-title .letter:nth-child(49), .single-platform-title .letter:nth-child(49), .title .letter:nth-child(49), .digital-title .letter:nth-child(49) {
  transition-delay: 1.47s;
}
.hero-title .letter:nth-child(50), .single-platform-title .letter:nth-child(50), .title .letter:nth-child(50), .digital-title .letter:nth-child(50) {
  transition-delay: 1.5s;
}
.hero-title .letter:nth-child(51), .single-platform-title .letter:nth-child(51), .title .letter:nth-child(51), .digital-title .letter:nth-child(51) {
  transition-delay: 1.53s;
}
.hero-title .letter:nth-child(52), .single-platform-title .letter:nth-child(52), .title .letter:nth-child(52), .digital-title .letter:nth-child(52) {
  transition-delay: 1.56s;
}
.hero-title .letter:nth-child(53), .single-platform-title .letter:nth-child(53), .title .letter:nth-child(53), .digital-title .letter:nth-child(53) {
  transition-delay: 1.59s;
}
.hero-title .letter:nth-child(54), .single-platform-title .letter:nth-child(54), .title .letter:nth-child(54), .digital-title .letter:nth-child(54) {
  transition-delay: 1.62s;
}
.hero-title .letter:nth-child(55), .single-platform-title .letter:nth-child(55), .title .letter:nth-child(55), .digital-title .letter:nth-child(55) {
  transition-delay: 1.65s;
}
.hero-title .letter:nth-child(56), .single-platform-title .letter:nth-child(56), .title .letter:nth-child(56), .digital-title .letter:nth-child(56) {
  transition-delay: 1.68s;
}
.hero-title .letter:nth-child(57), .single-platform-title .letter:nth-child(57), .title .letter:nth-child(57), .digital-title .letter:nth-child(57) {
  transition-delay: 1.71s;
}
.hero-title .letter:nth-child(58), .single-platform-title .letter:nth-child(58), .title .letter:nth-child(58), .digital-title .letter:nth-child(58) {
  transition-delay: 1.74s;
}
.hero-title .letter:nth-child(59), .single-platform-title .letter:nth-child(59), .title .letter:nth-child(59), .digital-title .letter:nth-child(59) {
  transition-delay: 1.77s;
}
.hero-title .letter:nth-child(60), .single-platform-title .letter:nth-child(60), .title .letter:nth-child(60), .digital-title .letter:nth-child(60) {
  transition-delay: 1.8s;
}
.hero-title .letter:nth-child(61), .single-platform-title .letter:nth-child(61), .title .letter:nth-child(61), .digital-title .letter:nth-child(61) {
  transition-delay: 1.83s;
}
.hero-title .letter:nth-child(62), .single-platform-title .letter:nth-child(62), .title .letter:nth-child(62), .digital-title .letter:nth-child(62) {
  transition-delay: 1.86s;
}
.hero-title .letter:nth-child(63), .single-platform-title .letter:nth-child(63), .title .letter:nth-child(63), .digital-title .letter:nth-child(63) {
  transition-delay: 1.89s;
}
.hero-title .letter:nth-child(64), .single-platform-title .letter:nth-child(64), .title .letter:nth-child(64), .digital-title .letter:nth-child(64) {
  transition-delay: 1.92s;
}
.hero-title .letter:nth-child(65), .single-platform-title .letter:nth-child(65), .title .letter:nth-child(65), .digital-title .letter:nth-child(65) {
  transition-delay: 1.95s;
}
.hero-title .letter:nth-child(66), .single-platform-title .letter:nth-child(66), .title .letter:nth-child(66), .digital-title .letter:nth-child(66) {
  transition-delay: 1.98s;
}
.hero-title .letter:nth-child(67), .single-platform-title .letter:nth-child(67), .title .letter:nth-child(67), .digital-title .letter:nth-child(67) {
  transition-delay: 2.01s;
}
.hero-title .letter:nth-child(68), .single-platform-title .letter:nth-child(68), .title .letter:nth-child(68), .digital-title .letter:nth-child(68) {
  transition-delay: 2.04s;
}
.hero-title .letter:nth-child(69), .single-platform-title .letter:nth-child(69), .title .letter:nth-child(69), .digital-title .letter:nth-child(69) {
  transition-delay: 2.07s;
}
.hero-title .letter:nth-child(70), .single-platform-title .letter:nth-child(70), .title .letter:nth-child(70), .digital-title .letter:nth-child(70) {
  transition-delay: 2.1s;
}
.hero-title .letter:nth-child(71), .single-platform-title .letter:nth-child(71), .title .letter:nth-child(71), .digital-title .letter:nth-child(71) {
  transition-delay: 2.13s;
}
.hero-title .letter:nth-child(72), .single-platform-title .letter:nth-child(72), .title .letter:nth-child(72), .digital-title .letter:nth-child(72) {
  transition-delay: 2.16s;
}
.hero-title .letter:nth-child(73), .single-platform-title .letter:nth-child(73), .title .letter:nth-child(73), .digital-title .letter:nth-child(73) {
  transition-delay: 2.19s;
}
.hero-title .letter:nth-child(74), .single-platform-title .letter:nth-child(74), .title .letter:nth-child(74), .digital-title .letter:nth-child(74) {
  transition-delay: 2.22s;
}
.hero-title .letter:nth-child(75), .single-platform-title .letter:nth-child(75), .title .letter:nth-child(75), .digital-title .letter:nth-child(75) {
  transition-delay: 2.25s;
}
.hero-title .letter:nth-child(76), .single-platform-title .letter:nth-child(76), .title .letter:nth-child(76), .digital-title .letter:nth-child(76) {
  transition-delay: 2.28s;
}
.hero-title .letter:nth-child(77), .single-platform-title .letter:nth-child(77), .title .letter:nth-child(77), .digital-title .letter:nth-child(77) {
  transition-delay: 2.31s;
}
.hero-title .letter:nth-child(78), .single-platform-title .letter:nth-child(78), .title .letter:nth-child(78), .digital-title .letter:nth-child(78) {
  transition-delay: 2.34s;
}
.hero-title .letter:nth-child(79), .single-platform-title .letter:nth-child(79), .title .letter:nth-child(79), .digital-title .letter:nth-child(79) {
  transition-delay: 2.37s;
}
.hero-title .letter:nth-child(80), .single-platform-title .letter:nth-child(80), .title .letter:nth-child(80), .digital-title .letter:nth-child(80) {
  transition-delay: 2.4s;
}
.hero-title .letter:nth-child(81), .single-platform-title .letter:nth-child(81), .title .letter:nth-child(81), .digital-title .letter:nth-child(81) {
  transition-delay: 2.43s;
}
.hero-title .letter:nth-child(82), .single-platform-title .letter:nth-child(82), .title .letter:nth-child(82), .digital-title .letter:nth-child(82) {
  transition-delay: 2.46s;
}
.hero-title .letter:nth-child(83), .single-platform-title .letter:nth-child(83), .title .letter:nth-child(83), .digital-title .letter:nth-child(83) {
  transition-delay: 2.49s;
}
.hero-title .letter:nth-child(84), .single-platform-title .letter:nth-child(84), .title .letter:nth-child(84), .digital-title .letter:nth-child(84) {
  transition-delay: 2.52s;
}
.hero-title .letter:nth-child(85), .single-platform-title .letter:nth-child(85), .title .letter:nth-child(85), .digital-title .letter:nth-child(85) {
  transition-delay: 2.55s;
}
.hero-title .letter:nth-child(86), .single-platform-title .letter:nth-child(86), .title .letter:nth-child(86), .digital-title .letter:nth-child(86) {
  transition-delay: 2.58s;
}
.hero-title .letter:nth-child(87), .single-platform-title .letter:nth-child(87), .title .letter:nth-child(87), .digital-title .letter:nth-child(87) {
  transition-delay: 2.61s;
}
.hero-title .letter:nth-child(88), .single-platform-title .letter:nth-child(88), .title .letter:nth-child(88), .digital-title .letter:nth-child(88) {
  transition-delay: 2.64s;
}
.hero-title .letter:nth-child(89), .single-platform-title .letter:nth-child(89), .title .letter:nth-child(89), .digital-title .letter:nth-child(89) {
  transition-delay: 2.67s;
}
.hero-title .letter:nth-child(90), .single-platform-title .letter:nth-child(90), .title .letter:nth-child(90), .digital-title .letter:nth-child(90) {
  transition-delay: 2.7s;
}
.hero-title .letter:nth-child(91), .single-platform-title .letter:nth-child(91), .title .letter:nth-child(91), .digital-title .letter:nth-child(91) {
  transition-delay: 2.73s;
}
.hero-title .letter:nth-child(92), .single-platform-title .letter:nth-child(92), .title .letter:nth-child(92), .digital-title .letter:nth-child(92) {
  transition-delay: 2.76s;
}
.hero-title .letter:nth-child(93), .single-platform-title .letter:nth-child(93), .title .letter:nth-child(93), .digital-title .letter:nth-child(93) {
  transition-delay: 2.79s;
}
.hero-title .letter:nth-child(94), .single-platform-title .letter:nth-child(94), .title .letter:nth-child(94), .digital-title .letter:nth-child(94) {
  transition-delay: 2.82s;
}
.hero-title .letter:nth-child(95), .single-platform-title .letter:nth-child(95), .title .letter:nth-child(95), .digital-title .letter:nth-child(95) {
  transition-delay: 2.85s;
}
.hero-title .letter:nth-child(96), .single-platform-title .letter:nth-child(96), .title .letter:nth-child(96), .digital-title .letter:nth-child(96) {
  transition-delay: 2.88s;
}
.hero-title .letter:nth-child(97), .single-platform-title .letter:nth-child(97), .title .letter:nth-child(97), .digital-title .letter:nth-child(97) {
  transition-delay: 2.91s;
}
.hero-title .letter:nth-child(98), .single-platform-title .letter:nth-child(98), .title .letter:nth-child(98), .digital-title .letter:nth-child(98) {
  transition-delay: 2.94s;
}
.hero-title .letter:nth-child(99), .single-platform-title .letter:nth-child(99), .title .letter:nth-child(99), .digital-title .letter:nth-child(99) {
  transition-delay: 2.97s;
}
.hero-title .letter:nth-child(100), .single-platform-title .letter:nth-child(100), .title .letter:nth-child(100), .digital-title .letter:nth-child(100) {
  transition-delay: 3s;
}
.hero-title .letter:nth-child(101), .single-platform-title .letter:nth-child(101), .title .letter:nth-child(101), .digital-title .letter:nth-child(101) {
  transition-delay: 3.03s;
}
.hero-title .letter:nth-child(102), .single-platform-title .letter:nth-child(102), .title .letter:nth-child(102), .digital-title .letter:nth-child(102) {
  transition-delay: 3.06s;
}
.hero-title .letter:nth-child(103), .single-platform-title .letter:nth-child(103), .title .letter:nth-child(103), .digital-title .letter:nth-child(103) {
  transition-delay: 3.09s;
}
.hero-title .letter:nth-child(104), .single-platform-title .letter:nth-child(104), .title .letter:nth-child(104), .digital-title .letter:nth-child(104) {
  transition-delay: 3.12s;
}
.hero-title .letter:nth-child(105), .single-platform-title .letter:nth-child(105), .title .letter:nth-child(105), .digital-title .letter:nth-child(105) {
  transition-delay: 3.15s;
}
.hero-title .letter:nth-child(106), .single-platform-title .letter:nth-child(106), .title .letter:nth-child(106), .digital-title .letter:nth-child(106) {
  transition-delay: 3.18s;
}
.hero-title .letter:nth-child(107), .single-platform-title .letter:nth-child(107), .title .letter:nth-child(107), .digital-title .letter:nth-child(107) {
  transition-delay: 3.21s;
}
.hero-title .letter:nth-child(108), .single-platform-title .letter:nth-child(108), .title .letter:nth-child(108), .digital-title .letter:nth-child(108) {
  transition-delay: 3.24s;
}
.hero-title .letter:nth-child(109), .single-platform-title .letter:nth-child(109), .title .letter:nth-child(109), .digital-title .letter:nth-child(109) {
  transition-delay: 3.27s;
}
.hero-title .letter:nth-child(110), .single-platform-title .letter:nth-child(110), .title .letter:nth-child(110), .digital-title .letter:nth-child(110) {
  transition-delay: 3.3s;
}
.hero-title .letter:nth-child(111), .single-platform-title .letter:nth-child(111), .title .letter:nth-child(111), .digital-title .letter:nth-child(111) {
  transition-delay: 3.33s;
}
.hero-title .letter:nth-child(112), .single-platform-title .letter:nth-child(112), .title .letter:nth-child(112), .digital-title .letter:nth-child(112) {
  transition-delay: 3.36s;
}
.hero-title .letter:nth-child(113), .single-platform-title .letter:nth-child(113), .title .letter:nth-child(113), .digital-title .letter:nth-child(113) {
  transition-delay: 3.39s;
}
.hero-title .letter:nth-child(114), .single-platform-title .letter:nth-child(114), .title .letter:nth-child(114), .digital-title .letter:nth-child(114) {
  transition-delay: 3.42s;
}
.hero-title .letter:nth-child(115), .single-platform-title .letter:nth-child(115), .title .letter:nth-child(115), .digital-title .letter:nth-child(115) {
  transition-delay: 3.45s;
}
.hero-title .letter:nth-child(116), .single-platform-title .letter:nth-child(116), .title .letter:nth-child(116), .digital-title .letter:nth-child(116) {
  transition-delay: 3.48s;
}
.hero-title .letter:nth-child(117), .single-platform-title .letter:nth-child(117), .title .letter:nth-child(117), .digital-title .letter:nth-child(117) {
  transition-delay: 3.51s;
}
.hero-title .letter:nth-child(118), .single-platform-title .letter:nth-child(118), .title .letter:nth-child(118), .digital-title .letter:nth-child(118) {
  transition-delay: 3.54s;
}
.hero-title .letter:nth-child(119), .single-platform-title .letter:nth-child(119), .title .letter:nth-child(119), .digital-title .letter:nth-child(119) {
  transition-delay: 3.57s;
}
.hero-title .letter:nth-child(120), .single-platform-title .letter:nth-child(120), .title .letter:nth-child(120), .digital-title .letter:nth-child(120) {
  transition-delay: 3.6s;
}
.hero-title .letter:nth-child(121), .single-platform-title .letter:nth-child(121), .title .letter:nth-child(121), .digital-title .letter:nth-child(121) {
  transition-delay: 3.63s;
}
.hero-title .letter:nth-child(122), .single-platform-title .letter:nth-child(122), .title .letter:nth-child(122), .digital-title .letter:nth-child(122) {
  transition-delay: 3.66s;
}
.hero-title .letter:nth-child(123), .single-platform-title .letter:nth-child(123), .title .letter:nth-child(123), .digital-title .letter:nth-child(123) {
  transition-delay: 3.69s;
}
.hero-title .letter:nth-child(124), .single-platform-title .letter:nth-child(124), .title .letter:nth-child(124), .digital-title .letter:nth-child(124) {
  transition-delay: 3.72s;
}
.hero-title .letter:nth-child(125), .single-platform-title .letter:nth-child(125), .title .letter:nth-child(125), .digital-title .letter:nth-child(125) {
  transition-delay: 3.75s;
}
.hero-title .letter:nth-child(126), .single-platform-title .letter:nth-child(126), .title .letter:nth-child(126), .digital-title .letter:nth-child(126) {
  transition-delay: 3.78s;
}
.hero-title .letter:nth-child(127), .single-platform-title .letter:nth-child(127), .title .letter:nth-child(127), .digital-title .letter:nth-child(127) {
  transition-delay: 3.81s;
}
.hero-title .letter:nth-child(128), .single-platform-title .letter:nth-child(128), .title .letter:nth-child(128), .digital-title .letter:nth-child(128) {
  transition-delay: 3.84s;
}
.hero-title .letter:nth-child(129), .single-platform-title .letter:nth-child(129), .title .letter:nth-child(129), .digital-title .letter:nth-child(129) {
  transition-delay: 3.87s;
}
.hero-title .letter:nth-child(130), .single-platform-title .letter:nth-child(130), .title .letter:nth-child(130), .digital-title .letter:nth-child(130) {
  transition-delay: 3.9s;
}
.hero-title .letter:nth-child(131), .single-platform-title .letter:nth-child(131), .title .letter:nth-child(131), .digital-title .letter:nth-child(131) {
  transition-delay: 3.93s;
}
.hero-title .letter:nth-child(132), .single-platform-title .letter:nth-child(132), .title .letter:nth-child(132), .digital-title .letter:nth-child(132) {
  transition-delay: 3.96s;
}
.hero-title .letter:nth-child(133), .single-platform-title .letter:nth-child(133), .title .letter:nth-child(133), .digital-title .letter:nth-child(133) {
  transition-delay: 3.99s;
}
.hero-title .letter:nth-child(134), .single-platform-title .letter:nth-child(134), .title .letter:nth-child(134), .digital-title .letter:nth-child(134) {
  transition-delay: 4.02s;
}
.hero-title .letter:nth-child(135), .single-platform-title .letter:nth-child(135), .title .letter:nth-child(135), .digital-title .letter:nth-child(135) {
  transition-delay: 4.05s;
}
.hero-title .letter:nth-child(136), .single-platform-title .letter:nth-child(136), .title .letter:nth-child(136), .digital-title .letter:nth-child(136) {
  transition-delay: 4.08s;
}
.hero-title .letter:nth-child(137), .single-platform-title .letter:nth-child(137), .title .letter:nth-child(137), .digital-title .letter:nth-child(137) {
  transition-delay: 4.11s;
}
.hero-title .letter:nth-child(138), .single-platform-title .letter:nth-child(138), .title .letter:nth-child(138), .digital-title .letter:nth-child(138) {
  transition-delay: 4.14s;
}
.hero-title .letter:nth-child(139), .single-platform-title .letter:nth-child(139), .title .letter:nth-child(139), .digital-title .letter:nth-child(139) {
  transition-delay: 4.17s;
}
.hero-title .letter:nth-child(140), .single-platform-title .letter:nth-child(140), .title .letter:nth-child(140), .digital-title .letter:nth-child(140) {
  transition-delay: 4.2s;
}
.hero-title .letter:nth-child(141), .single-platform-title .letter:nth-child(141), .title .letter:nth-child(141), .digital-title .letter:nth-child(141) {
  transition-delay: 4.23s;
}
.hero-title .letter:nth-child(142), .single-platform-title .letter:nth-child(142), .title .letter:nth-child(142), .digital-title .letter:nth-child(142) {
  transition-delay: 4.26s;
}
.hero-title .letter:nth-child(143), .single-platform-title .letter:nth-child(143), .title .letter:nth-child(143), .digital-title .letter:nth-child(143) {
  transition-delay: 4.29s;
}
.hero-title .letter:nth-child(144), .single-platform-title .letter:nth-child(144), .title .letter:nth-child(144), .digital-title .letter:nth-child(144) {
  transition-delay: 4.32s;
}
.hero-title .letter:nth-child(145), .single-platform-title .letter:nth-child(145), .title .letter:nth-child(145), .digital-title .letter:nth-child(145) {
  transition-delay: 4.35s;
}
.hero-title .letter:nth-child(146), .single-platform-title .letter:nth-child(146), .title .letter:nth-child(146), .digital-title .letter:nth-child(146) {
  transition-delay: 4.38s;
}
.hero-title .letter:nth-child(147), .single-platform-title .letter:nth-child(147), .title .letter:nth-child(147), .digital-title .letter:nth-child(147) {
  transition-delay: 4.41s;
}
.hero-title .letter:nth-child(148), .single-platform-title .letter:nth-child(148), .title .letter:nth-child(148), .digital-title .letter:nth-child(148) {
  transition-delay: 4.44s;
}
.hero-title .letter:nth-child(149), .single-platform-title .letter:nth-child(149), .title .letter:nth-child(149), .digital-title .letter:nth-child(149) {
  transition-delay: 4.47s;
}
.hero-title .letter:nth-child(150), .single-platform-title .letter:nth-child(150), .title .letter:nth-child(150), .digital-title .letter:nth-child(150) {
  transition-delay: 4.5s;
}
.hero-title .letter:nth-child(151), .single-platform-title .letter:nth-child(151), .title .letter:nth-child(151), .digital-title .letter:nth-child(151) {
  transition-delay: 4.53s;
}
.hero-title .letter:nth-child(152), .single-platform-title .letter:nth-child(152), .title .letter:nth-child(152), .digital-title .letter:nth-child(152) {
  transition-delay: 4.56s;
}
.hero-title .letter:nth-child(153), .single-platform-title .letter:nth-child(153), .title .letter:nth-child(153), .digital-title .letter:nth-child(153) {
  transition-delay: 4.59s;
}
.hero-title .letter:nth-child(154), .single-platform-title .letter:nth-child(154), .title .letter:nth-child(154), .digital-title .letter:nth-child(154) {
  transition-delay: 4.62s;
}
.hero-title .letter:nth-child(155), .single-platform-title .letter:nth-child(155), .title .letter:nth-child(155), .digital-title .letter:nth-child(155) {
  transition-delay: 4.65s;
}
.hero-title .letter:nth-child(156), .single-platform-title .letter:nth-child(156), .title .letter:nth-child(156), .digital-title .letter:nth-child(156) {
  transition-delay: 4.68s;
}
.hero-title .letter:nth-child(157), .single-platform-title .letter:nth-child(157), .title .letter:nth-child(157), .digital-title .letter:nth-child(157) {
  transition-delay: 4.71s;
}
.hero-title .letter:nth-child(158), .single-platform-title .letter:nth-child(158), .title .letter:nth-child(158), .digital-title .letter:nth-child(158) {
  transition-delay: 4.74s;
}
.hero-title .letter:nth-child(159), .single-platform-title .letter:nth-child(159), .title .letter:nth-child(159), .digital-title .letter:nth-child(159) {
  transition-delay: 4.77s;
}
.hero-title .letter:nth-child(160), .single-platform-title .letter:nth-child(160), .title .letter:nth-child(160), .digital-title .letter:nth-child(160) {
  transition-delay: 4.8s;
}
.hero-title .letter:nth-child(161), .single-platform-title .letter:nth-child(161), .title .letter:nth-child(161), .digital-title .letter:nth-child(161) {
  transition-delay: 4.83s;
}
.hero-title .letter:nth-child(162), .single-platform-title .letter:nth-child(162), .title .letter:nth-child(162), .digital-title .letter:nth-child(162) {
  transition-delay: 4.86s;
}
.hero-title .letter:nth-child(163), .single-platform-title .letter:nth-child(163), .title .letter:nth-child(163), .digital-title .letter:nth-child(163) {
  transition-delay: 4.89s;
}
.hero-title .letter:nth-child(164), .single-platform-title .letter:nth-child(164), .title .letter:nth-child(164), .digital-title .letter:nth-child(164) {
  transition-delay: 4.92s;
}
.hero-title .letter:nth-child(165), .single-platform-title .letter:nth-child(165), .title .letter:nth-child(165), .digital-title .letter:nth-child(165) {
  transition-delay: 4.95s;
}
.hero-title .letter:nth-child(166), .single-platform-title .letter:nth-child(166), .title .letter:nth-child(166), .digital-title .letter:nth-child(166) {
  transition-delay: 4.98s;
}
.hero-title .letter:nth-child(167), .single-platform-title .letter:nth-child(167), .title .letter:nth-child(167), .digital-title .letter:nth-child(167) {
  transition-delay: 5.01s;
}
.hero-title .letter:nth-child(168), .single-platform-title .letter:nth-child(168), .title .letter:nth-child(168), .digital-title .letter:nth-child(168) {
  transition-delay: 5.04s;
}
.hero-title .letter:nth-child(169), .single-platform-title .letter:nth-child(169), .title .letter:nth-child(169), .digital-title .letter:nth-child(169) {
  transition-delay: 5.07s;
}
.hero-title .letter:nth-child(170), .single-platform-title .letter:nth-child(170), .title .letter:nth-child(170), .digital-title .letter:nth-child(170) {
  transition-delay: 5.1s;
}
.hero-title .letter:nth-child(171), .single-platform-title .letter:nth-child(171), .title .letter:nth-child(171), .digital-title .letter:nth-child(171) {
  transition-delay: 5.13s;
}
.hero-title .letter:nth-child(172), .single-platform-title .letter:nth-child(172), .title .letter:nth-child(172), .digital-title .letter:nth-child(172) {
  transition-delay: 5.16s;
}
.hero-title .letter:nth-child(173), .single-platform-title .letter:nth-child(173), .title .letter:nth-child(173), .digital-title .letter:nth-child(173) {
  transition-delay: 5.19s;
}
.hero-title .letter:nth-child(174), .single-platform-title .letter:nth-child(174), .title .letter:nth-child(174), .digital-title .letter:nth-child(174) {
  transition-delay: 5.22s;
}
.hero-title .letter:nth-child(175), .single-platform-title .letter:nth-child(175), .title .letter:nth-child(175), .digital-title .letter:nth-child(175) {
  transition-delay: 5.25s;
}
.hero-title .letter:nth-child(176), .single-platform-title .letter:nth-child(176), .title .letter:nth-child(176), .digital-title .letter:nth-child(176) {
  transition-delay: 5.28s;
}
.hero-title .letter:nth-child(177), .single-platform-title .letter:nth-child(177), .title .letter:nth-child(177), .digital-title .letter:nth-child(177) {
  transition-delay: 5.31s;
}
.hero-title .letter:nth-child(178), .single-platform-title .letter:nth-child(178), .title .letter:nth-child(178), .digital-title .letter:nth-child(178) {
  transition-delay: 5.34s;
}
.hero-title .letter:nth-child(179), .single-platform-title .letter:nth-child(179), .title .letter:nth-child(179), .digital-title .letter:nth-child(179) {
  transition-delay: 5.37s;
}
.hero-title .letter:nth-child(180), .single-platform-title .letter:nth-child(180), .title .letter:nth-child(180), .digital-title .letter:nth-child(180) {
  transition-delay: 5.4s;
}
.hero-title .letter:nth-child(181), .single-platform-title .letter:nth-child(181), .title .letter:nth-child(181), .digital-title .letter:nth-child(181) {
  transition-delay: 5.43s;
}
.hero-title .letter:nth-child(182), .single-platform-title .letter:nth-child(182), .title .letter:nth-child(182), .digital-title .letter:nth-child(182) {
  transition-delay: 5.46s;
}
.hero-title .letter:nth-child(183), .single-platform-title .letter:nth-child(183), .title .letter:nth-child(183), .digital-title .letter:nth-child(183) {
  transition-delay: 5.49s;
}
.hero-title .letter:nth-child(184), .single-platform-title .letter:nth-child(184), .title .letter:nth-child(184), .digital-title .letter:nth-child(184) {
  transition-delay: 5.52s;
}
.hero-title .letter:nth-child(185), .single-platform-title .letter:nth-child(185), .title .letter:nth-child(185), .digital-title .letter:nth-child(185) {
  transition-delay: 5.55s;
}
.hero-title .letter:nth-child(186), .single-platform-title .letter:nth-child(186), .title .letter:nth-child(186), .digital-title .letter:nth-child(186) {
  transition-delay: 5.58s;
}
.hero-title .letter:nth-child(187), .single-platform-title .letter:nth-child(187), .title .letter:nth-child(187), .digital-title .letter:nth-child(187) {
  transition-delay: 5.61s;
}
.hero-title .letter:nth-child(188), .single-platform-title .letter:nth-child(188), .title .letter:nth-child(188), .digital-title .letter:nth-child(188) {
  transition-delay: 5.64s;
}
.hero-title .letter:nth-child(189), .single-platform-title .letter:nth-child(189), .title .letter:nth-child(189), .digital-title .letter:nth-child(189) {
  transition-delay: 5.67s;
}
.hero-title .letter:nth-child(190), .single-platform-title .letter:nth-child(190), .title .letter:nth-child(190), .digital-title .letter:nth-child(190) {
  transition-delay: 5.7s;
}
.hero-title .letter:nth-child(191), .single-platform-title .letter:nth-child(191), .title .letter:nth-child(191), .digital-title .letter:nth-child(191) {
  transition-delay: 5.73s;
}
.hero-title .letter:nth-child(192), .single-platform-title .letter:nth-child(192), .title .letter:nth-child(192), .digital-title .letter:nth-child(192) {
  transition-delay: 5.76s;
}
.hero-title .letter:nth-child(193), .single-platform-title .letter:nth-child(193), .title .letter:nth-child(193), .digital-title .letter:nth-child(193) {
  transition-delay: 5.79s;
}
.hero-title .letter:nth-child(194), .single-platform-title .letter:nth-child(194), .title .letter:nth-child(194), .digital-title .letter:nth-child(194) {
  transition-delay: 5.82s;
}
.hero-title .letter:nth-child(195), .single-platform-title .letter:nth-child(195), .title .letter:nth-child(195), .digital-title .letter:nth-child(195) {
  transition-delay: 5.85s;
}
.hero-title .letter:nth-child(196), .single-platform-title .letter:nth-child(196), .title .letter:nth-child(196), .digital-title .letter:nth-child(196) {
  transition-delay: 5.88s;
}
.hero-title .letter:nth-child(197), .single-platform-title .letter:nth-child(197), .title .letter:nth-child(197), .digital-title .letter:nth-child(197) {
  transition-delay: 5.91s;
}
.hero-title .letter:nth-child(198), .single-platform-title .letter:nth-child(198), .title .letter:nth-child(198), .digital-title .letter:nth-child(198) {
  transition-delay: 5.94s;
}
.hero-title .letter:nth-child(199), .single-platform-title .letter:nth-child(199), .title .letter:nth-child(199), .digital-title .letter:nth-child(199) {
  transition-delay: 5.97s;
}
.hero-title .letter:nth-child(200), .single-platform-title .letter:nth-child(200), .title .letter:nth-child(200), .digital-title .letter:nth-child(200) {
  transition-delay: 6s;
}
.is-visible .hero-title .letter, .is-visible .single-platform-title .letter, .is-visible .title .letter, .is-visible .digital-title .letter {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .hero-title .letter, .single-platform-title .letter, .title .letter, .digital-title .letter {
    display: none;
  }
  .hero-title .word, .single-platform-title .word, .title .word, .digital-title .word {
    display: inline-block;
  }
  .hero-title .word:after, .single-platform-title .word:after, .title .word:after, .digital-title .word:after {
    content: " ";
    white-space: pre;
  }
  .hero-title .word:last-child:after, .single-platform-title .word:last-child:after, .title .word:last-child:after, .digital-title .word:last-child:after {
    content: "";
  }
}
@media screen and (min-width: 769px) {
  .hero-title .word, .single-platform-title .word, .title .word, .digital-title .word {
    display: none;
  }
  .hero-title .letter, .single-platform-title .letter, .title .letter, .digital-title .letter {
    display: inline-block;
  }
}

section {
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2E77FF;
}

.is-visible .letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.header {
  padding: 18px 0;
  border-bottom: 1px solid rgba(32, 40, 60, 0.4);
}
.header-container {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: flex;
  gap: 32px;
}
.header-menu a {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header-menu a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .header-menu {
    display: none;
  }
}
.header-right {
  display: flex;
  gap: 28px;
  align-items: center;
}
.header-btn-contact {
  box-shadow: 0px 0px 20px 0px rgba(46, 119, 255, 0.3019607843);
  background: #2E77FF;
  border: none;
  outline: none;
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans";
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  border: none;
  cursor: pointer;
}
.header .burger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .header .burger-menu {
    display: flex;
  }
}
.header .burger-menu div {
  width: 20px;
  height: 2px;
  background: rgb(159, 185, 223);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header .burger-menu.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .burger-menu.active div:nth-child(2) {
  opacity: 0;
}
.header .burger-menu.active div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background: #0B0F1A;
  z-index: 1002;
  transition: right 0.3s ease-in-out;
  padding: 100px 30px 30px;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .header-menu {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .header-menu a {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-menu .header-menu a:hover {
  color: rgb(216.375, 226.8359375, 242.125);
}
.mobile-menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 40px;
  color: #9FB9DF;
  cursor: pointer;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.mobile-menu-close:hover {
  opacity: 0.7;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  backdrop-filter: blur(3px);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.hero {
  padding: 186px 0 278px;
  background: linear-gradient(180deg, rgba(6, 10, 19, 0.6) 0%, rgba(6, 10, 19, 0.4) 50%, #060A13 100%), url(../assets/Infrastructure.png) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 107px 0 196px;
  }
}
.hero-title {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.8px;
  vertical-align: middle;
  color: #F1F5F9;
  text-align: center;
}
.hero-title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-title .letter:nth-child(1) {
  transition-delay: 0.02s;
}
.hero-title .letter:nth-child(2) {
  transition-delay: 0.04s;
}
.hero-title .letter:nth-child(3) {
  transition-delay: 0.06s;
}
.hero-title .letter:nth-child(4) {
  transition-delay: 0.08s;
}
.hero-title .letter:nth-child(5) {
  transition-delay: 0.1s;
}
.hero-title .letter:nth-child(6) {
  transition-delay: 0.12s;
}
.hero-title .letter:nth-child(7) {
  transition-delay: 0.14s;
}
.hero-title .letter:nth-child(8) {
  transition-delay: 0.16s;
}
.hero-title .letter:nth-child(9) {
  transition-delay: 0.18s;
}
.hero-title .letter:nth-child(10) {
  transition-delay: 0.2s;
}
.hero-title .letter:nth-child(11) {
  transition-delay: 0.22s;
}
.hero-title .letter:nth-child(12) {
  transition-delay: 0.24s;
}
.hero-title .letter:nth-child(13) {
  transition-delay: 0.26s;
}
.hero-title .letter:nth-child(14) {
  transition-delay: 0.28s;
}
.hero-title .letter:nth-child(15) {
  transition-delay: 0.3s;
}
.hero-title .letter:nth-child(16) {
  transition-delay: 0.32s;
}
.hero-title .letter:nth-child(17) {
  transition-delay: 0.34s;
}
.hero-title .letter:nth-child(18) {
  transition-delay: 0.36s;
}
.hero-title .letter:nth-child(19) {
  transition-delay: 0.38s;
}
.hero-title .letter:nth-child(20) {
  transition-delay: 0.4s;
}
.hero-title .letter:nth-child(21) {
  transition-delay: 0.42s;
}
.hero-title .letter:nth-child(22) {
  transition-delay: 0.44s;
}
.hero-title .letter:nth-child(23) {
  transition-delay: 0.46s;
}
.hero-title .letter:nth-child(24) {
  transition-delay: 0.48s;
}
.hero-title .letter:nth-child(25) {
  transition-delay: 0.5s;
}
.hero-title .letter:nth-child(26) {
  transition-delay: 0.52s;
}
.hero-title .letter:nth-child(27) {
  transition-delay: 0.54s;
}
.hero-title .letter:nth-child(28) {
  transition-delay: 0.56s;
}
.hero-title .letter:nth-child(29) {
  transition-delay: 0.58s;
}
.hero-title .letter:nth-child(30) {
  transition-delay: 0.6s;
}
.hero-title .letter:nth-child(31) {
  transition-delay: 0.62s;
}
.hero-title .letter:nth-child(32) {
  transition-delay: 0.64s;
}
.hero-title .letter:nth-child(33) {
  transition-delay: 0.66s;
}
.hero-title .letter:nth-child(34) {
  transition-delay: 0.68s;
}
.hero-title .letter:nth-child(35) {
  transition-delay: 0.7s;
}
.hero-title .letter:nth-child(36) {
  transition-delay: 0.72s;
}
.hero-title .letter:nth-child(37) {
  transition-delay: 0.74s;
}
.hero-title .letter:nth-child(38) {
  transition-delay: 0.76s;
}
.hero-title .letter:nth-child(39) {
  transition-delay: 0.78s;
}
.hero-title .letter:nth-child(40) {
  transition-delay: 0.8s;
}
.hero-title .letter:nth-child(41) {
  transition-delay: 0.82s;
}
.hero-title .letter:nth-child(42) {
  transition-delay: 0.84s;
}
.hero-title .letter:nth-child(43) {
  transition-delay: 0.86s;
}
.hero-title .letter:nth-child(44) {
  transition-delay: 0.88s;
}
.hero-title .letter:nth-child(45) {
  transition-delay: 0.9s;
}
.hero-title .letter:nth-child(46) {
  transition-delay: 0.92s;
}
.hero-title .letter:nth-child(47) {
  transition-delay: 0.94s;
}
.hero-title .letter:nth-child(48) {
  transition-delay: 0.96s;
}
.hero-title .letter:nth-child(49) {
  transition-delay: 0.98s;
}
.hero-title .letter:nth-child(50) {
  transition-delay: 1s;
}
.is-visible .hero-title .letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (min-width: 768px) {
  .hero-title .word {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .hero-title .line {
    display: block;
    overflow: hidden;
  }
  .hero-title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-12px) translateY(8px);
    filter: blur(8px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero-title .letter:nth-child(1) {
    transition-delay: 0.02s;
  }
  .hero-title .letter:nth-child(2) {
    transition-delay: 0.04s;
  }
  .hero-title .letter:nth-child(3) {
    transition-delay: 0.06s;
  }
  .hero-title .letter:nth-child(4) {
    transition-delay: 0.08s;
  }
  .hero-title .letter:nth-child(5) {
    transition-delay: 0.1s;
  }
  .hero-title .letter:nth-child(6) {
    transition-delay: 0.12s;
  }
  .hero-title .letter:nth-child(7) {
    transition-delay: 0.14s;
  }
  .hero-title .letter:nth-child(8) {
    transition-delay: 0.16s;
  }
  .hero-title .letter:nth-child(9) {
    transition-delay: 0.18s;
  }
  .hero-title .letter:nth-child(10) {
    transition-delay: 0.2s;
  }
  .hero-title .letter:nth-child(11) {
    transition-delay: 0.22s;
  }
  .hero-title .letter:nth-child(12) {
    transition-delay: 0.24s;
  }
  .hero-title .letter:nth-child(13) {
    transition-delay: 0.26s;
  }
  .hero-title .letter:nth-child(14) {
    transition-delay: 0.28s;
  }
  .hero-title .letter:nth-child(15) {
    transition-delay: 0.3s;
  }
  .hero-title .letter:nth-child(16) {
    transition-delay: 0.32s;
  }
  .hero-title .letter:nth-child(17) {
    transition-delay: 0.34s;
  }
  .hero-title .letter:nth-child(18) {
    transition-delay: 0.36s;
  }
  .hero-title .letter:nth-child(19) {
    transition-delay: 0.38s;
  }
  .hero-title .letter:nth-child(20) {
    transition-delay: 0.4s;
  }
  .hero-title .letter:nth-child(21) {
    transition-delay: 0.42s;
  }
  .hero-title .letter:nth-child(22) {
    transition-delay: 0.44s;
  }
  .hero-title .letter:nth-child(23) {
    transition-delay: 0.46s;
  }
  .hero-title .letter:nth-child(24) {
    transition-delay: 0.48s;
  }
  .hero-title .letter:nth-child(25) {
    transition-delay: 0.5s;
  }
  .hero-title .letter:nth-child(26) {
    transition-delay: 0.52s;
  }
  .hero-title .letter:nth-child(27) {
    transition-delay: 0.54s;
  }
  .hero-title .letter:nth-child(28) {
    transition-delay: 0.56s;
  }
  .hero-title .letter:nth-child(29) {
    transition-delay: 0.58s;
  }
  .hero-title .letter:nth-child(30) {
    transition-delay: 0.6s;
  }
  .hero-title .letter:nth-child(31) {
    transition-delay: 0.62s;
  }
  .hero-title .letter:nth-child(32) {
    transition-delay: 0.64s;
  }
  .hero-title .letter:nth-child(33) {
    transition-delay: 0.66s;
  }
  .hero-title .letter:nth-child(34) {
    transition-delay: 0.68s;
  }
  .hero-title .letter:nth-child(35) {
    transition-delay: 0.7s;
  }
  .hero-title .letter:nth-child(36) {
    transition-delay: 0.72s;
  }
  .hero-title .letter:nth-child(37) {
    transition-delay: 0.74s;
  }
  .hero-title .letter:nth-child(38) {
    transition-delay: 0.76s;
  }
  .hero-title .letter:nth-child(39) {
    transition-delay: 0.78s;
  }
  .hero-title .letter:nth-child(40) {
    transition-delay: 0.8s;
  }
  .hero-title .letter:nth-child(41) {
    transition-delay: 0.82s;
  }
  .hero-title .letter:nth-child(42) {
    transition-delay: 0.84s;
  }
  .hero-title .letter:nth-child(43) {
    transition-delay: 0.86s;
  }
  .hero-title .letter:nth-child(44) {
    transition-delay: 0.88s;
  }
  .hero-title .letter:nth-child(45) {
    transition-delay: 0.9s;
  }
  .hero-title .letter:nth-child(46) {
    transition-delay: 0.92s;
  }
  .hero-title .letter:nth-child(47) {
    transition-delay: 0.94s;
  }
  .hero-title .letter:nth-child(48) {
    transition-delay: 0.96s;
  }
  .hero-title .letter:nth-child(49) {
    transition-delay: 0.98s;
  }
  .hero-title .letter:nth-child(50) {
    transition-delay: 1s;
  }
  .is-visible .hero-title .letter {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  .hero-title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -0.7px;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.hero-title-span {
  color: #2E77FF;
}
.hero-subtitle {
  margin-top: 32px;
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 4%;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-visible .hero-subtitle {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .hero-subtitle {
    margin-top: 24px;
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    vertical-align: middle;
    color: rgb(241, 245, 249);
  }
}
.hero-items {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .hero-items {
    margin-top: 24px;
    flex-direction: column;
    align-items: start;
  }
  .hero-items .order1 {
    order: 1;
  }
}
.hero-items > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.hero-items > *:nth-child(1) {
  transition-delay: 0s;
}
.hero-items > *:nth-child(2) {
  transition-delay: 0.08s;
}
.hero-items > *:nth-child(3) {
  transition-delay: 0.16s;
}
.hero-items > *:nth-child(4) {
  transition-delay: 0.24s;
}
.hero-items > *:nth-child(5) {
  transition-delay: 0.32s;
}
.hero-items > *:nth-child(6) {
  transition-delay: 0.4s;
}
.hero-items > *:nth-child(7) {
  transition-delay: 0.48s;
}
.hero-items > *:nth-child(8) {
  transition-delay: 0.56s;
}
.hero-items > *:nth-child(9) {
  transition-delay: 0.64s;
}
.hero-items > *:nth-child(10) {
  transition-delay: 0.72s;
}
.hero-items > *:nth-child(11) {
  transition-delay: 0.8s;
}
.hero-items > *:nth-child(12) {
  transition-delay: 0.88s;
}
.hero-items > *:nth-child(13) {
  transition-delay: 0.96s;
}
.hero-items > *:nth-child(14) {
  transition-delay: 1.04s;
}
.hero-items > *:nth-child(15) {
  transition-delay: 1.12s;
}
.hero-items > *:nth-child(16) {
  transition-delay: 1.2s;
}
.hero-items > *:nth-child(17) {
  transition-delay: 1.28s;
}
.hero-items > *:nth-child(18) {
  transition-delay: 1.36s;
}
.hero-items > *:nth-child(19) {
  transition-delay: 1.44s;
}
.hero-items > *:nth-child(20) {
  transition-delay: 1.52s;
}
.is-visible .hero-items > * {
  opacity: 1;
  transform: translateY(0);
}
.hero-items > div {
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(0deg, #060A13, #060A13), linear-gradient(0deg, rgba(46, 119, 255, 0.1), rgba(46, 119, 255, 0.1));
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-items > div > div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2E77FF;
}
.hero-items > div p {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  text-align: right;
}
.hero-btns {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .hero-btns {
    margin-top: 36px;
    flex-direction: column;
  }
}
.hero-btn-request {
  padding: 14px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.2s ease;
}
.hero-btn-request:hover {
  transform: scale(1.015);
}
.is-visible .hero-btn-request {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .hero-btn-request {
    padding: 14px 28px;
    width: 100%;
    justify-content: space-between;
  }
}
.hero-btn-contact {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 50px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  background: rgba(10, 15, 26, 0.5019607843);
  border: 1px solid #20283C;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s, transform 0.2s ease;
}
.hero-btn-contact:hover {
  transform: scale(1.015);
}
.is-visible .hero-btn-contact {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .hero-btn-contact {
    padding: 14px 28px;
    width: 100%;
    justify-content: space-between;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(6, 10, 19, 0.8) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-visible .hero::after {
  opacity: 0.3;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.single-platform {
  background: linear-gradient(180deg, rgba(6, 10, 19, 0.6) 0%, rgba(6, 10, 19, 0.4) 50%, #060A13 100%), url(../assets/BgChainShape.png) right/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .single-platform {
    background: transparent;
  }
}
.single-platform-title {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.single-platform-title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-platform-title .letter:nth-child(1) {
  transition-delay: 0.02s;
}
.single-platform-title .letter:nth-child(2) {
  transition-delay: 0.04s;
}
.single-platform-title .letter:nth-child(3) {
  transition-delay: 0.06s;
}
.single-platform-title .letter:nth-child(4) {
  transition-delay: 0.08s;
}
.single-platform-title .letter:nth-child(5) {
  transition-delay: 0.1s;
}
.single-platform-title .letter:nth-child(6) {
  transition-delay: 0.12s;
}
.single-platform-title .letter:nth-child(7) {
  transition-delay: 0.14s;
}
.single-platform-title .letter:nth-child(8) {
  transition-delay: 0.16s;
}
.single-platform-title .letter:nth-child(9) {
  transition-delay: 0.18s;
}
.single-platform-title .letter:nth-child(10) {
  transition-delay: 0.2s;
}
.single-platform-title .letter:nth-child(11) {
  transition-delay: 0.22s;
}
.single-platform-title .letter:nth-child(12) {
  transition-delay: 0.24s;
}
.single-platform-title .letter:nth-child(13) {
  transition-delay: 0.26s;
}
.single-platform-title .letter:nth-child(14) {
  transition-delay: 0.28s;
}
.single-platform-title .letter:nth-child(15) {
  transition-delay: 0.3s;
}
.single-platform-title .letter:nth-child(16) {
  transition-delay: 0.32s;
}
.single-platform-title .letter:nth-child(17) {
  transition-delay: 0.34s;
}
.single-platform-title .letter:nth-child(18) {
  transition-delay: 0.36s;
}
.single-platform-title .letter:nth-child(19) {
  transition-delay: 0.38s;
}
.single-platform-title .letter:nth-child(20) {
  transition-delay: 0.4s;
}
.single-platform-title .letter:nth-child(21) {
  transition-delay: 0.42s;
}
.single-platform-title .letter:nth-child(22) {
  transition-delay: 0.44s;
}
.single-platform-title .letter:nth-child(23) {
  transition-delay: 0.46s;
}
.single-platform-title .letter:nth-child(24) {
  transition-delay: 0.48s;
}
.single-platform-title .letter:nth-child(25) {
  transition-delay: 0.5s;
}
.single-platform-title .letter:nth-child(26) {
  transition-delay: 0.52s;
}
.single-platform-title .letter:nth-child(27) {
  transition-delay: 0.54s;
}
.single-platform-title .letter:nth-child(28) {
  transition-delay: 0.56s;
}
.single-platform-title .letter:nth-child(29) {
  transition-delay: 0.58s;
}
.single-platform-title .letter:nth-child(30) {
  transition-delay: 0.6s;
}
.single-platform-title .letter:nth-child(31) {
  transition-delay: 0.62s;
}
.single-platform-title .letter:nth-child(32) {
  transition-delay: 0.64s;
}
.single-platform-title .letter:nth-child(33) {
  transition-delay: 0.66s;
}
.single-platform-title .letter:nth-child(34) {
  transition-delay: 0.68s;
}
.single-platform-title .letter:nth-child(35) {
  transition-delay: 0.7s;
}
.single-platform-title .letter:nth-child(36) {
  transition-delay: 0.72s;
}
.single-platform-title .letter:nth-child(37) {
  transition-delay: 0.74s;
}
.single-platform-title .letter:nth-child(38) {
  transition-delay: 0.76s;
}
.single-platform-title .letter:nth-child(39) {
  transition-delay: 0.78s;
}
.single-platform-title .letter:nth-child(40) {
  transition-delay: 0.8s;
}
.single-platform-title .letter:nth-child(41) {
  transition-delay: 0.82s;
}
.single-platform-title .letter:nth-child(42) {
  transition-delay: 0.84s;
}
.single-platform-title .letter:nth-child(43) {
  transition-delay: 0.86s;
}
.single-platform-title .letter:nth-child(44) {
  transition-delay: 0.88s;
}
.single-platform-title .letter:nth-child(45) {
  transition-delay: 0.9s;
}
.single-platform-title .letter:nth-child(46) {
  transition-delay: 0.92s;
}
.single-platform-title .letter:nth-child(47) {
  transition-delay: 0.94s;
}
.single-platform-title .letter:nth-child(48) {
  transition-delay: 0.96s;
}
.single-platform-title .letter:nth-child(49) {
  transition-delay: 0.98s;
}
.single-platform-title .letter:nth-child(50) {
  transition-delay: 1s;
}
.is-visible .single-platform-title .letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (min-width: 768px) {
  .single-platform-title .word {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .single-platform-title .line {
    display: block;
    overflow: hidden;
  }
  .single-platform-title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-12px) translateY(8px);
    filter: blur(8px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .single-platform-title .letter:nth-child(1) {
    transition-delay: 0.02s;
  }
  .single-platform-title .letter:nth-child(2) {
    transition-delay: 0.04s;
  }
  .single-platform-title .letter:nth-child(3) {
    transition-delay: 0.06s;
  }
  .single-platform-title .letter:nth-child(4) {
    transition-delay: 0.08s;
  }
  .single-platform-title .letter:nth-child(5) {
    transition-delay: 0.1s;
  }
  .single-platform-title .letter:nth-child(6) {
    transition-delay: 0.12s;
  }
  .single-platform-title .letter:nth-child(7) {
    transition-delay: 0.14s;
  }
  .single-platform-title .letter:nth-child(8) {
    transition-delay: 0.16s;
  }
  .single-platform-title .letter:nth-child(9) {
    transition-delay: 0.18s;
  }
  .single-platform-title .letter:nth-child(10) {
    transition-delay: 0.2s;
  }
  .single-platform-title .letter:nth-child(11) {
    transition-delay: 0.22s;
  }
  .single-platform-title .letter:nth-child(12) {
    transition-delay: 0.24s;
  }
  .single-platform-title .letter:nth-child(13) {
    transition-delay: 0.26s;
  }
  .single-platform-title .letter:nth-child(14) {
    transition-delay: 0.28s;
  }
  .single-platform-title .letter:nth-child(15) {
    transition-delay: 0.3s;
  }
  .single-platform-title .letter:nth-child(16) {
    transition-delay: 0.32s;
  }
  .single-platform-title .letter:nth-child(17) {
    transition-delay: 0.34s;
  }
  .single-platform-title .letter:nth-child(18) {
    transition-delay: 0.36s;
  }
  .single-platform-title .letter:nth-child(19) {
    transition-delay: 0.38s;
  }
  .single-platform-title .letter:nth-child(20) {
    transition-delay: 0.4s;
  }
  .single-platform-title .letter:nth-child(21) {
    transition-delay: 0.42s;
  }
  .single-platform-title .letter:nth-child(22) {
    transition-delay: 0.44s;
  }
  .single-platform-title .letter:nth-child(23) {
    transition-delay: 0.46s;
  }
  .single-platform-title .letter:nth-child(24) {
    transition-delay: 0.48s;
  }
  .single-platform-title .letter:nth-child(25) {
    transition-delay: 0.5s;
  }
  .single-platform-title .letter:nth-child(26) {
    transition-delay: 0.52s;
  }
  .single-platform-title .letter:nth-child(27) {
    transition-delay: 0.54s;
  }
  .single-platform-title .letter:nth-child(28) {
    transition-delay: 0.56s;
  }
  .single-platform-title .letter:nth-child(29) {
    transition-delay: 0.58s;
  }
  .single-platform-title .letter:nth-child(30) {
    transition-delay: 0.6s;
  }
  .single-platform-title .letter:nth-child(31) {
    transition-delay: 0.62s;
  }
  .single-platform-title .letter:nth-child(32) {
    transition-delay: 0.64s;
  }
  .single-platform-title .letter:nth-child(33) {
    transition-delay: 0.66s;
  }
  .single-platform-title .letter:nth-child(34) {
    transition-delay: 0.68s;
  }
  .single-platform-title .letter:nth-child(35) {
    transition-delay: 0.7s;
  }
  .single-platform-title .letter:nth-child(36) {
    transition-delay: 0.72s;
  }
  .single-platform-title .letter:nth-child(37) {
    transition-delay: 0.74s;
  }
  .single-platform-title .letter:nth-child(38) {
    transition-delay: 0.76s;
  }
  .single-platform-title .letter:nth-child(39) {
    transition-delay: 0.78s;
  }
  .single-platform-title .letter:nth-child(40) {
    transition-delay: 0.8s;
  }
  .single-platform-title .letter:nth-child(41) {
    transition-delay: 0.82s;
  }
  .single-platform-title .letter:nth-child(42) {
    transition-delay: 0.84s;
  }
  .single-platform-title .letter:nth-child(43) {
    transition-delay: 0.86s;
  }
  .single-platform-title .letter:nth-child(44) {
    transition-delay: 0.88s;
  }
  .single-platform-title .letter:nth-child(45) {
    transition-delay: 0.9s;
  }
  .single-platform-title .letter:nth-child(46) {
    transition-delay: 0.92s;
  }
  .single-platform-title .letter:nth-child(47) {
    transition-delay: 0.94s;
  }
  .single-platform-title .letter:nth-child(48) {
    transition-delay: 0.96s;
  }
  .single-platform-title .letter:nth-child(49) {
    transition-delay: 0.98s;
  }
  .single-platform-title .letter:nth-child(50) {
    transition-delay: 1s;
  }
  .is-visible .single-platform-title .letter {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  .single-platform-title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.single-platform-title-span {
  color: #2E77FF;
}
.single-platform-title-span .letter {
  transition-delay: calc(0.3s + var(--char-index, 0) * 0.02s);
}
.single-platform-content {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .single-platform-content {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}
.single-platform-content > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .single-platform-content > div {
    width: 100%;
  }
}
.single-platform-content-left__text {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
@media screen and (max-width: 768px) {
  .single-platform-content-left__text {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #9FB9DF;
  }
}
.is-visible .single-platform-content-left__text {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-left__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.single-platform-content-left__list > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.single-platform-content-left__list > *:nth-child(1) {
  transition-delay: 0.1s;
}
.single-platform-content-left__list > *:nth-child(2) {
  transition-delay: 0.17s;
}
.single-platform-content-left__list > *:nth-child(3) {
  transition-delay: 0.24s;
}
.single-platform-content-left__list > *:nth-child(4) {
  transition-delay: 0.31s;
}
.single-platform-content-left__list > *:nth-child(5) {
  transition-delay: 0.38s;
}
.single-platform-content-left__list > *:nth-child(6) {
  transition-delay: 0.45s;
}
.single-platform-content-left__list > *:nth-child(7) {
  transition-delay: 0.52s;
}
.single-platform-content-left__list > *:nth-child(8) {
  transition-delay: 0.59s;
}
.single-platform-content-left__list > *:nth-child(9) {
  transition-delay: 0.66s;
}
.single-platform-content-left__list > *:nth-child(10) {
  transition-delay: 0.73s;
}
.single-platform-content-left__list > *:nth-child(11) {
  transition-delay: 0.8s;
}
.single-platform-content-left__list > *:nth-child(12) {
  transition-delay: 0.87s;
}
.single-platform-content-left__list > *:nth-child(13) {
  transition-delay: 0.94s;
}
.single-platform-content-left__list > *:nth-child(14) {
  transition-delay: 1.01s;
}
.single-platform-content-left__list > *:nth-child(15) {
  transition-delay: 1.08s;
}
.single-platform-content-left__list > *:nth-child(16) {
  transition-delay: 1.15s;
}
.single-platform-content-left__list > *:nth-child(17) {
  transition-delay: 1.22s;
}
.single-platform-content-left__list > *:nth-child(18) {
  transition-delay: 1.29s;
}
.single-platform-content-left__list > *:nth-child(19) {
  transition-delay: 1.36s;
}
.single-platform-content-left__list > *:nth-child(20) {
  transition-delay: 1.43s;
}
.is-visible .single-platform-content-left__list > * {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-left__list > * {
  transform: translateY(12px);
}
.single-platform-content-left__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.single-platform-content-left__item:not(:last-child) {
  border-bottom: 1px solid #20283C;
}
.single-platform-content-left__item p {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.single-platform-content-left__item > div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2E77FF;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.single-platform-content-left__item.is-visible .single-platform-content-left__item {
  opacity: 1;
  transform: scale(1);
}
.single-platform-content-left__item.is-visible > div {
  opacity: 1;
  transform: scale(1);
}
.single-platform-content-right__block {
  width: 100%;
  background: linear-gradient(0deg, #0B111E, #0B111E), linear-gradient(135deg, rgba(46, 119, 255, 0.1) 0%, #0B111E 100%);
  background: rgba(46, 119, 255, 0.2509803922);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .single-platform-content-right__block {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-right__over-title {
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2E77FF;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-visible .single-platform-content-right__over-title {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-right__title {
  margin: 16px 0;
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
@media screen and (max-width: 768px) {
  .single-platform-content-right__title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.is-visible .single-platform-content-right__title {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-right__text {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-visible .single-platform-content-right__text {
  opacity: 1;
  transform: translateY(0);
}
.single-platform-content-right__list {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-platform-content-right__list {
    flex-wrap: wrap;
  }
}
.single-platform-content-right__list > * {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.single-platform-content-right__list > *:nth-child(1) {
  transition-delay: 0.35s;
}
.single-platform-content-right__list > *:nth-child(2) {
  transition-delay: 0.41s;
}
.single-platform-content-right__list > *:nth-child(3) {
  transition-delay: 0.47s;
}
.single-platform-content-right__list > *:nth-child(4) {
  transition-delay: 0.53s;
}
.single-platform-content-right__list > *:nth-child(5) {
  transition-delay: 0.59s;
}
.single-platform-content-right__list > *:nth-child(6) {
  transition-delay: 0.65s;
}
.single-platform-content-right__list > *:nth-child(7) {
  transition-delay: 0.71s;
}
.single-platform-content-right__list > *:nth-child(8) {
  transition-delay: 0.77s;
}
.single-platform-content-right__list > *:nth-child(9) {
  transition-delay: 0.83s;
}
.single-platform-content-right__list > *:nth-child(10) {
  transition-delay: 0.89s;
}
.is-visible .single-platform-content-right__list > * {
  opacity: 1;
  transform: scale(1);
}
.single-platform-content-right__item {
  width: 33.3%;
  border: 1px solid #20283C;
  background: #0B111E;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .single-platform-content-right__item:nth-child(1), .single-platform-content-right__item:nth-child(2) {
    width: calc(50% - 6px);
  }
  .single-platform-content-right__item:last-child {
    width: 100%;
  }
}
.single-platform-content-right__item h2 {
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2E77FF;
}
@media screen and (max-width: 768px) {
  .single-platform-content-right__item h2 {
    font-family: "JetBrains Mono", monospace;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #2E77FF;
  }
}
.single-platform-content-right__item p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
}

.single-platform-title .letter {
  transition-delay: calc(var(--char-index, 0) * 0.02s);
}
.single-platform-title span .letter {
  transition-delay: calc(0.3s + var(--char-index, 0) * 0.02s);
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .security-title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.security-subtitle {
  margin-top: 16px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .security-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.security-content {
  margin-top: 64px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .security-content {
    flex-wrap: wrap;
    gap: 44px;
  }
}
.security-content > div {
  width: 50%;
  border-radius: 16px;
  padding: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .security-content > div {
    width: 100%;
  }
}
.is-visible .security-content > div {
  opacity: 1;
  transform: translateY(0);
}
.security-content__left {
  border: 1px solid #20283C;
  transition-delay: 0.2s;
}
.security-content__left-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.security-content__left-title h4 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.is-visible .security-content__left-title {
  opacity: 1;
  transform: translateY(0);
}
.security-content__left-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.security-content__left-list > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.security-content__left-list > *:nth-child(1) {
  transition-delay: 0.3s;
}
.security-content__left-list > *:nth-child(2) {
  transition-delay: 0.36s;
}
.security-content__left-list > *:nth-child(3) {
  transition-delay: 0.42s;
}
.security-content__left-list > *:nth-child(4) {
  transition-delay: 0.48s;
}
.security-content__left-list > *:nth-child(5) {
  transition-delay: 0.54s;
}
.security-content__left-list > *:nth-child(6) {
  transition-delay: 0.6s;
}
.security-content__left-list > *:nth-child(7) {
  transition-delay: 0.66s;
}
.security-content__left-list > *:nth-child(8) {
  transition-delay: 0.72s;
}
.security-content__left-list > *:nth-child(9) {
  transition-delay: 0.78s;
}
.security-content__left-list > *:nth-child(10) {
  transition-delay: 0.84s;
}
.is-visible .security-content__left-list > * {
  opacity: 1;
  transform: translateY(0);
}
.security-content__left-item {
  background: rgba(239, 67, 67, 0.0509803922);
  border: 1px solid rgba(239, 67, 67, 0.1019607843);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.security-content__left-item > div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #EF4343;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.is-visible .security-content__left-item > div {
  opacity: 1;
  transform: scale(1);
}
.security-content__left-item p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.security-content__right {
  background: #0B111E;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  position: relative;
  transition-delay: 0.3s;
}
.security-content__right-mark {
  position: absolute;
  right: -80px;
  top: -80px;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media screen and (max-width: 1310px) {
  .security-content__right-mark {
    right: 35%;
    top: -90px;
    transform: translateX(-50%) scale(0.98);
  }
}
@media screen and (max-width: 768px) {
  .security-content__right-mark {
    top: -50px;
    width: 100px;
    height: 100px;
    right: 36%;
    transform: translateX(-50%) scale(0.98);
  }
}
.is-visible .security-content__right-mark {
  opacity: 1;
  transform: scale(1.015);
}
.security-content__right-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.35s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.35s;
}
.security-content__right-title h4 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.is-visible .security-content__right-title {
  opacity: 1;
  transform: translateY(0);
}
.security-content__right-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.security-content__right-list > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.security-content__right-list > *:nth-child(1) {
  transition-delay: 0.4s;
}
.security-content__right-list > *:nth-child(2) {
  transition-delay: 0.46s;
}
.security-content__right-list > *:nth-child(3) {
  transition-delay: 0.52s;
}
.security-content__right-list > *:nth-child(4) {
  transition-delay: 0.58s;
}
.security-content__right-list > *:nth-child(5) {
  transition-delay: 0.64s;
}
.security-content__right-list > *:nth-child(6) {
  transition-delay: 0.7s;
}
.security-content__right-list > *:nth-child(7) {
  transition-delay: 0.76s;
}
.security-content__right-list > *:nth-child(8) {
  transition-delay: 0.82s;
}
.security-content__right-list > *:nth-child(9) {
  transition-delay: 0.88s;
}
.security-content__right-list > *:nth-child(10) {
  transition-delay: 0.94s;
}
.is-visible .security-content__right-list > * {
  opacity: 1;
  transform: translateY(0);
}
.security-content__right-item {
  background: rgba(46, 119, 255, 0.0509803922);
  border: 1px solid rgba(46, 119, 255, 0.1490196078);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.security-content__right-item img {
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.is-visible .security-content__right-item img {
  opacity: 1;
  transform: scale(1);
}
.security-content__right-item p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}

.security-content__right::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 16px;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.is-visible .security-content__right::before {
  opacity: 1;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.solutions {
  padding: 80px 0;
}
.solutions-subtitle {
  margin-top: 32px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
@media screen and (max-width: 768px) {
  .solutions-subtitle {
    margin-top: 16px;
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #9FB9DF;
  }
}
.is-visible .solutions-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.solutions-boxes {
  margin-top: 64px;
  display: flex;
  row-gap: 26px;
  column-gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .solutions-boxes {
    margin-top: 40px;
    row-gap: 16px;
    column-gap: 16px;
  }
}
.solutions-boxes > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.solutions-boxes > *:nth-child(1) {
  transition-delay: 0.2s;
}
.solutions-boxes > *:nth-child(2) {
  transition-delay: 0.3s;
}
.solutions-boxes > *:nth-child(3) {
  transition-delay: 0.4s;
}
.solutions-boxes > *:nth-child(4) {
  transition-delay: 0.5s;
}
.solutions-boxes > *:nth-child(5) {
  transition-delay: 0.6s;
}
.solutions-boxes > *:nth-child(6) {
  transition-delay: 0.7s;
}
.solutions-boxes > *:nth-child(7) {
  transition-delay: 0.8s;
}
.solutions-boxes > *:nth-child(8) {
  transition-delay: 0.9s;
}
.solutions-boxes > *:nth-child(9) {
  transition-delay: 1s;
}
.solutions-boxes > *:nth-child(10) {
  transition-delay: 1.1s;
}
.is-visible .solutions-boxes > * {
  opacity: 1;
  transform: translateY(0);
}
.solutions-box {
  width: calc(50% - 12px);
  background: #0B111E;
  border: 1px solid #20283C;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 23.99px;
}
@media screen and (max-width: 768px) {
  .solutions-box {
    width: 100%;
    padding: 16px;
    gap: 23px;
  }
}
.solutions-box-icon {
  box-shadow: 0px 0px 40px 0px rgba(46, 119, 255, 0.2);
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  background: rgba(46, 119, 255, 0.1490196078);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
.is-visible .solutions-box-icon {
  opacity: 1;
  transform: scale(1);
}
.solutions-box-icon img {
  width: 24px;
  height: 24px;
}
.solutions-box h4 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
@media screen and (max-width: 768px) {
  .solutions-box h4 {
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.is-visible .solutions-box h4 {
  opacity: 1;
  transform: translateY(0);
}
.solutions-box-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .solutions-box-items {
    flex-direction: column;
    align-items: start;
  }
}
.solutions-box-items > * {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.solutions-box-items > *:nth-child(1) {
  transition-delay: 0.1s;
}
.solutions-box-items > *:nth-child(2) {
  transition-delay: 0.16s;
}
.solutions-box-items > *:nth-child(3) {
  transition-delay: 0.22s;
}
.solutions-box-items > *:nth-child(4) {
  transition-delay: 0.28s;
}
.solutions-box-items > *:nth-child(5) {
  transition-delay: 0.34s;
}
.solutions-box-items > *:nth-child(6) {
  transition-delay: 0.4s;
}
.solutions-box-items > *:nth-child(7) {
  transition-delay: 0.46s;
}
.solutions-box-items > *:nth-child(8) {
  transition-delay: 0.52s;
}
.solutions-box-items > *:nth-child(9) {
  transition-delay: 0.58s;
}
.solutions-box-items > *:nth-child(10) {
  transition-delay: 0.64s;
}
.is-visible .solutions-box-items > * {
  opacity: 1;
  transform: translateY(0);
}
.solutions-box-item {
  padding: 6px 16px;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  border-radius: 9999px;
  background: linear-gradient(0deg, #0B111E, #0B111E), linear-gradient(0deg, rgba(46, 119, 255, 0.1), rgba(46, 119, 255, 0.1));
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.solutions-box-item p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
@media screen and (max-width: 768px) {
  .solutions-box-item p {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.solutions-box-item:hover {
  border-color: #2E77FF;
  box-shadow: 0 0 15px rgba(46, 119, 255, 0.3);
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.workflows {
  background-image: url("../assets/workflows.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .workflows {
    background: none;
  }
}
.workflows-boxes {
  margin-top: 49px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .workflows-boxes {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.workflows-boxes > * {
  opacity: 0;
}
.workflows-boxes > *:nth-child(1) {
  transition-delay: 0.2s;
}
.workflows-boxes > *:nth-child(2) {
  transition-delay: 0.32s;
}
.workflows-boxes > *:nth-child(3) {
  transition-delay: 0.44s;
}
.workflows-boxes > *:nth-child(4) {
  transition-delay: 0.56s;
}
.workflows-boxes > *:nth-child(5) {
  transition-delay: 0.68s;
}
.workflows-boxes > *:nth-child(6) {
  transition-delay: 0.8s;
}
.workflows-boxes > *:nth-child(7) {
  transition-delay: 0.92s;
}
.workflows-boxes > *:nth-child(8) {
  transition-delay: 1.04s;
}
.workflows-boxes > *:nth-child(9) {
  transition-delay: 1.16s;
}
.workflows-boxes > *:nth-child(10) {
  transition-delay: 1.28s;
}
.is-visible .workflows-boxes > * {
  opacity: 1;
}
.workflows-box {
  background: #0B111E;
  padding: 32px;
  border: 1px solid #20283C;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .workflows-box {
    width: 100%;
    padding: 24px;
  }
}
.workflows-box:hover {
  border-color: #2E77FF;
  box-shadow: 0 0 20px rgba(46, 119, 255, 0.15);
  z-index: 1;
}
.workflows-box:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .workflows-box:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
}
.workflows-box:first-child:hover {
  border-right: 1px solid #2E77FF;
}
.workflows-box:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: none;
}
.workflows-box:last-child:hover {
  border-left: 1px solid #2E77FF;
}
@media screen and (max-width: 768px) {
  .workflows-box:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 0px;
  }
}
.workflows-box span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  display: inline-block;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .workflows-box span {
    font-family: "JetBrains Mono", monospace;
    font-weight: 800;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(46, 119, 255, 0.5019607843);
  }
}
.is-visible .workflows-box span {
  opacity: 1;
  transform: scale(1);
}
.workflows-box h3 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-top: 20px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .workflows-box h3 {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
.is-visible .workflows-box h3 {
  opacity: 1;
  transform: translateX(0);
}
.workflows-box p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-visible .workflows-box p {
  opacity: 1;
  transform: translateY(0);
}

.workflows-box span {
  transition-delay: 0s;
}
.workflows-box h3 {
  transition-delay: 0.1s;
}
.workflows-box p {
  transition-delay: 0.2s;
}
.workflows-box:nth-child(1) span {
  transition-delay: 0.2s;
}
.workflows-box:nth-child(1) h3 {
  transition-delay: 0.3s;
}
.workflows-box:nth-child(1) p {
  transition-delay: 0.4s;
}
.workflows-box:nth-child(2) span {
  transition-delay: 0.32s;
}
.workflows-box:nth-child(2) h3 {
  transition-delay: 0.42s;
}
.workflows-box:nth-child(2) p {
  transition-delay: 0.52s;
}
.workflows-box:nth-child(3) span {
  transition-delay: 0.44s;
}
.workflows-box:nth-child(3) h3 {
  transition-delay: 0.54s;
}
.workflows-box:nth-child(3) p {
  transition-delay: 0.64s;
}
.workflows-box:nth-child(4) span {
  transition-delay: 0.56s;
}
.workflows-box:nth-child(4) h3 {
  transition-delay: 0.66s;
}
.workflows-box:nth-child(4) p {
  transition-delay: 0.76s;
}
.workflows-box:nth-child(5) span {
  transition-delay: 0.68s;
}
.workflows-box:nth-child(5) h3 {
  transition-delay: 0.78s;
}
.workflows-box:nth-child(5) p {
  transition-delay: 0.88s;
}
.workflows-box:nth-child(6) span {
  transition-delay: 0.8s;
}
.workflows-box:nth-child(6) h3 {
  transition-delay: 0.9s;
}
.workflows-box:nth-child(6) p {
  transition-delay: 1s;
}
.workflows-box:nth-child(7) span {
  transition-delay: 0.92s;
}
.workflows-box:nth-child(7) h3 {
  transition-delay: 1.02s;
}
.workflows-box:nth-child(7) p {
  transition-delay: 1.12s;
}
.workflows-box:nth-child(8) span {
  transition-delay: 1.04s;
}
.workflows-box:nth-child(8) h3 {
  transition-delay: 1.14s;
}
.workflows-box:nth-child(8) p {
  transition-delay: 1.24s;
}
.workflows-box:nth-child(9) span {
  transition-delay: 1.16s;
}
.workflows-box:nth-child(9) h3 {
  transition-delay: 1.26s;
}
.workflows-box:nth-child(9) p {
  transition-delay: 1.36s;
}
.workflows-box:nth-child(10) span {
  transition-delay: 1.28s;
}
.workflows-box:nth-child(10) h3 {
  transition-delay: 1.38s;
}
.workflows-box:nth-child(10) p {
  transition-delay: 1.48s;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.dual-storage-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 64px;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
@media screen and (max-width: 768px) {
  .dual-storage-content {
    flex-wrap: wrap;
  }
}
.is-visible .dual-storage-content {
  opacity: 1;
}
.dual-storage-content > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dual-storage-content > div {
    width: 100%;
  }
}
.dual-storage-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dual-storage-left-subtitle {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-visible .dual-storage-left-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-left-boxes {
  display: flex;
  flex-direction: column;
}
.dual-storage-left-boxes > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.dual-storage-left-boxes > *:nth-child(1) {
  transition-delay: 0.35s;
}
.dual-storage-left-boxes > *:nth-child(2) {
  transition-delay: 0.41s;
}
.dual-storage-left-boxes > *:nth-child(3) {
  transition-delay: 0.47s;
}
.dual-storage-left-boxes > *:nth-child(4) {
  transition-delay: 0.53s;
}
.dual-storage-left-boxes > *:nth-child(5) {
  transition-delay: 0.59s;
}
.dual-storage-left-boxes > *:nth-child(6) {
  transition-delay: 0.65s;
}
.dual-storage-left-boxes > *:nth-child(7) {
  transition-delay: 0.71s;
}
.dual-storage-left-boxes > *:nth-child(8) {
  transition-delay: 0.77s;
}
.dual-storage-left-boxes > *:nth-child(9) {
  transition-delay: 0.83s;
}
.dual-storage-left-boxes > *:nth-child(10) {
  transition-delay: 0.89s;
}
.is-visible .dual-storage-left-boxes > * {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-left-box {
  padding: 20px 0;
  border-bottom: 1px solid #20283C;
}
.dual-storage-left-box:last-child {
  border-bottom: none;
}
.dual-storage-left-box h4 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-visible .dual-storage-left-box h4 {
  opacity: 1;
  transform: translateX(0);
}
.dual-storage-left-box p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
.is-visible .dual-storage-left-box p {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .dual-storage-right {
    gap: 12px;
  }
}
.dual-storage-right__title {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.dual-storage-right__text {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
}
.dual-storage-right-top {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dual-storage-right-top {
    gap: 12px;
  }
}
.dual-storage-right-top__box {
  width: 50%;
  background: #0B111E;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .dual-storage-right-top__box {
    padding: 24px;
  }
}
.dual-storage-right-top__box:nth-child(1) {
  transition-delay: 0.15s;
}
.dual-storage-right-top__box:nth-child(2) {
  transition-delay: 0.25s;
}
.dual-storage-right-top__box:nth-child(3) {
  transition-delay: 0.35s;
}
.dual-storage-right-top__box:nth-child(4) {
  transition-delay: 0.45s;
}
.dual-storage-right-top__box:nth-child(5) {
  transition-delay: 0.55s;
}
.dual-storage-right-top__box:nth-child(6) {
  transition-delay: 0.65s;
}
.dual-storage-right-top__box:nth-child(7) {
  transition-delay: 0.75s;
}
.dual-storage-right-top__box:nth-child(8) {
  transition-delay: 0.85s;
}
.dual-storage-right-top__box:nth-child(9) {
  transition-delay: 0.95s;
}
.dual-storage-right-top__box:nth-child(10) {
  transition-delay: 1.05s;
}
.is-visible .dual-storage-right-top__box {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right img[alt=down] {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-visible .dual-storage-right img[alt=down] {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .dual-storage-right img[alt=down] {
    height: 40px;
  }
}
.dual-storage-right-main {
  width: 100%;
  padding: 32px;
  border: 1px solid rgba(46, 119, 255, 0.4);
  box-shadow: 0px 0px 40px 0px rgba(46, 119, 255, 0.1215686275);
  background: rgba(46, 119, 255, 0.1019607843);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media screen and (max-width: 768px) {
  .dual-storage-right-main {
    padding: 24px;
  }
}
.is-visible .dual-storage-right-main {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right-main__title {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dual-storage-right-main__title img {
  opacity: 0;
  transform: rotate(-10deg) scale(0.9);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.is-visible .dual-storage-right-main__title img {
  opacity: 1;
  transform: rotate(0) scale(1);
}
.dual-storage-right-bottom {
  background: rgba(11, 17, 30, 0.6);
  border: 1px solid #20283C;
  padding: 32px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
@media screen and (max-width: 768px) {
  .dual-storage-right-bottom {
    padding: 24px;
    gap: 4px;
  }
}
.is-visible .dual-storage-right-bottom {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right-bottom h4 {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2E77FF;
}

.dual-storage-right-top__box .dual-storage-right__title {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-visible .dual-storage-right-top__box .dual-storage-right__title {
  opacity: 1;
  transform: translateX(0);
}
.dual-storage-right-top__box .dual-storage-right__text {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.is-visible .dual-storage-right-top__box .dual-storage-right__text {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right-main .dual-storage-right__title {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.45s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.45s;
}
.is-visible .dual-storage-right-main .dual-storage-right__title {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right-main .dual-storage-right__text {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.is-visible .dual-storage-right-main .dual-storage-right__text {
  opacity: 1;
  transform: translateY(0);
}
.dual-storage-right-bottom .dual-storage-right__text {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.55s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.55s;
}
.is-visible .dual-storage-right-bottom .dual-storage-right__text {
  opacity: 1;
  transform: translateY(0);
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.grade-security-top {
  margin-top: 32px;
  display: flex;
  gap: 48px;
  background: rgba(11, 17, 30, 0.5019607843);
  border: 1px solid #20283C;
  padding: 29px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
@media screen and (max-width: 768px) {
  .grade-security-top {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }
}
.is-visible .grade-security-top {
  opacity: 1;
  transform: translateY(0);
}
.grade-security-top__left {
  width: 30%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .grade-security-top__left {
    width: 100%;
  }
}
.grade-security-top__left p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.is-visible .grade-security-top__left p {
  opacity: 1;
  transform: translateX(0);
}
.grade-security-top__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 48px;
  width: 70%;
  border-left: 1px solid rgba(32, 40, 60, 0.5019607843);
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
@media screen and (max-width: 768px) {
  .grade-security-top__right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.is-visible .grade-security-top__right {
  opacity: 1;
  transform: translateX(0);
}
.grade-security-top__right__top {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(32, 40, 60, 0.5019607843);
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .grade-security-top__right__top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.grade-security-top__right__top__usel {
  padding: 13px 25px;
  background: #0F1524;
  border-radius: 8px;
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .grade-security-top__right__top__usel {
    width: calc(33% - 8px);
    text-align: center;
  }
}
.grade-security-top__right__top__usel:nth-of-type(1) {
  transition-delay: 0.25s;
}
.grade-security-top__right__top__usel:nth-of-type(2) {
  transition-delay: 0.35s;
}
.grade-security-top__right__top__usel:nth-of-type(3) {
  transition-delay: 0.45s;
}
.is-visible .grade-security-top__right__top__usel {
  opacity: 1;
  transform: scale(1);
}
.grade-security-top__right__top__usel p {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.grade-security-top__right__top span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .grade-security-top__right__top span {
    width: 100%;
    text-align: center;
    transform: rotate(90deg);
  }
}
.grade-security-top__right__top span::after {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  color: #2E77FF;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}
.is-visible .grade-security-top__right__top span::after {
  width: 100%;
}
.grade-security-top__right__top__signature {
  box-shadow: 0px 0px 20px 0px rgba(46, 119, 255, 0.1490196078);
  background: rgba(46, 119, 255, 0.1019607843);
  border: 1px solid rgba(46, 119, 255, 0.4);
  border-radius: 8px;
  padding: 13px 0;
  width: 100%;
  max-width: 317px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateX(15px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
@media screen and (max-width: 768px) {
  .grade-security-top__right__top__signature {
    width: 100%;
    max-width: 100%;
  }
}
.is-visible .grade-security-top__right__top__signature {
  opacity: 1;
  transform: translateX(0);
}
.grade-security-top__right__top__signature p {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2E77FF;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
}
.is-visible .grade-security-top__right__top__signature p {
  opacity: 1;
  transform: scale(1);
}
.grade-security-top__right__bottom p {
  text-transform: uppercase;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s;
}
.is-visible .grade-security-top__right__bottom p {
  opacity: 1;
  transform: translateY(0);
}
.grade-security-boxes {
  margin-top: 32px;
  display: flex;
  column-gap: 64px;
  flex-wrap: wrap;
}
.grade-security-boxes > * {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.grade-security-boxes > *:nth-child(1) {
  transition-delay: 0.8s;
}
.grade-security-boxes > *:nth-child(2) {
  transition-delay: 0.87s;
}
.grade-security-boxes > *:nth-child(3) {
  transition-delay: 0.94s;
}
.grade-security-boxes > *:nth-child(4) {
  transition-delay: 1.01s;
}
.grade-security-boxes > *:nth-child(5) {
  transition-delay: 1.08s;
}
.grade-security-boxes > *:nth-child(6) {
  transition-delay: 1.15s;
}
.grade-security-boxes > *:nth-child(7) {
  transition-delay: 1.22s;
}
.grade-security-boxes > *:nth-child(8) {
  transition-delay: 1.29s;
}
.grade-security-boxes > *:nth-child(9) {
  transition-delay: 1.36s;
}
.grade-security-boxes > *:nth-child(10) {
  transition-delay: 1.43s;
}
.is-visible .grade-security-boxes > * {
  opacity: 1;
  transform: translateY(0);
}
.grade-security-box {
  width: calc(50% - 32px);
  border-bottom: 1px solid #20283C;
  padding: 24px 0;
  display: flex;
  gap: 20px;
  align-items: start;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .grade-security-box {
    width: 100%;
  }
}
.grade-security-box:hover {
  border-bottom-color: #2E77FF;
  background: linear-gradient(90deg, rgba(46, 119, 255, 0.05) 0%, transparent 100%);
}
.grade-security-box__left span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  display: inline-block;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-visible .grade-security-box__left span {
  opacity: 1;
  transform: scale(1);
}
.grade-security-box__right h4 {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
.is-visible .grade-security-box__right h4 {
  opacity: 1;
  transform: translateX(0);
}
.grade-security-box__right p {
  margin-top: 3.38px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-visible .grade-security-box__right p {
  opacity: 1;
  transform: translateY(0);
}

.grade-security-top__right__top__usel {
  position: relative;
  overflow: hidden;
}
.grade-security-top__right__top__usel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(46, 119, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.grade-security-top__right__top__usel:hover::before {
  left: 100%;
}

.grade-security-top__right__top {
  position: relative;
}
.grade-security-top__right__top::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2E77FF;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.is-visible .grade-security-top__right__top::after {
  width: 100%;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.asset-environment-boxes {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .asset-environment-boxes {
    margin-top: 48px;
  }
}
.asset-environment-boxes > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.asset-environment-boxes > *:nth-child(1) {
  transition-delay: 0.2s;
}
.asset-environment-boxes > *:nth-child(2) {
  transition-delay: 0.28s;
}
.asset-environment-boxes > *:nth-child(3) {
  transition-delay: 0.36s;
}
.asset-environment-boxes > *:nth-child(4) {
  transition-delay: 0.44s;
}
.asset-environment-boxes > *:nth-child(5) {
  transition-delay: 0.52s;
}
.asset-environment-boxes > *:nth-child(6) {
  transition-delay: 0.6s;
}
.asset-environment-boxes > *:nth-child(7) {
  transition-delay: 0.68s;
}
.asset-environment-boxes > *:nth-child(8) {
  transition-delay: 0.76s;
}
.asset-environment-boxes > *:nth-child(9) {
  transition-delay: 0.84s;
}
.asset-environment-boxes > *:nth-child(10) {
  transition-delay: 0.92s;
}
.is-visible .asset-environment-boxes > * {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-box {
  width: 50%;
  padding: 32px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .asset-environment-box {
    width: 100%;
    padding: 20px;
  }
}
.asset-environment-box:nth-child(1) {
  border-right: 1px solid #20283C;
  border-bottom: 1px solid #20283C;
}
@media screen and (max-width: 768px) {
  .asset-environment-box:nth-child(1) {
    border-right: none;
  }
}
.asset-environment-box:nth-child(2) {
  border-bottom: 1px solid #20283C;
}
.asset-environment-box:nth-child(3) {
  border-right: 1px solid #20283C;
}
@media screen and (max-width: 768px) {
  .asset-environment-box:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #20283C;
  }
}
.asset-environment-box span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  display: inline-block;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .asset-environment-box span {
    font-family: "JetBrains Mono", monospace;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(46, 119, 255, 0.5019607843);
  }
}
.is-visible .asset-environment-box span {
  opacity: 1;
  transform: scale(1);
}
.asset-environment-box h4 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-bottom: 12px;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .asset-environment-box h4 {
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 19.2px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
    margin-bottom: 6px;
    margin-top: 12px;
  }
}
.is-visible .asset-environment-box h4 {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-box p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-visible .asset-environment-box p {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-box:nth-child(1) span {
  transition-delay: 0.2s;
}
.asset-environment-box:nth-child(1) h4 {
  transition-delay: 0.25s;
}
.asset-environment-box:nth-child(1) p {
  transition-delay: 0.3s;
}
.asset-environment-box:nth-child(2) span {
  transition-delay: 0.28s;
}
.asset-environment-box:nth-child(2) h4 {
  transition-delay: 0.33s;
}
.asset-environment-box:nth-child(2) p {
  transition-delay: 0.38s;
}
.asset-environment-box:nth-child(3) span {
  transition-delay: 0.36s;
}
.asset-environment-box:nth-child(3) h4 {
  transition-delay: 0.41s;
}
.asset-environment-box:nth-child(3) p {
  transition-delay: 0.46s;
}
.asset-environment-box:nth-child(4) span {
  transition-delay: 0.44s;
}
.asset-environment-box:nth-child(4) h4 {
  transition-delay: 0.49s;
}
.asset-environment-box:nth-child(4) p {
  transition-delay: 0.54s;
}
.asset-environment-box:nth-child(5) span {
  transition-delay: 0.52s;
}
.asset-environment-box:nth-child(5) h4 {
  transition-delay: 0.57s;
}
.asset-environment-box:nth-child(5) p {
  transition-delay: 0.62s;
}
.asset-environment-box:nth-child(6) span {
  transition-delay: 0.6s;
}
.asset-environment-box:nth-child(6) h4 {
  transition-delay: 0.65s;
}
.asset-environment-box:nth-child(6) p {
  transition-delay: 0.7s;
}
.asset-environment-box:nth-child(7) span {
  transition-delay: 0.68s;
}
.asset-environment-box:nth-child(7) h4 {
  transition-delay: 0.73s;
}
.asset-environment-box:nth-child(7) p {
  transition-delay: 0.78s;
}
.asset-environment-box:nth-child(8) span {
  transition-delay: 0.76s;
}
.asset-environment-box:nth-child(8) h4 {
  transition-delay: 0.81s;
}
.asset-environment-box:nth-child(8) p {
  transition-delay: 0.86s;
}
.asset-environment-box:nth-child(9) span {
  transition-delay: 0.84s;
}
.asset-environment-box:nth-child(9) h4 {
  transition-delay: 0.89s;
}
.asset-environment-box:nth-child(9) p {
  transition-delay: 0.94s;
}
.asset-environment-box:nth-child(10) span {
  transition-delay: 0.92s;
}
.asset-environment-box:nth-child(10) h4 {
  transition-delay: 0.97s;
}
.asset-environment-box:nth-child(10) p {
  transition-delay: 1.02s;
}
.asset-environment-box:hover {
  background: linear-gradient(135deg, rgba(46, 119, 255, 0.05) 0%, transparent 100%);
  border-color: #2E77FF;
}
.asset-environment-box:hover span {
  color: #2E77FF;
}
.asset-environment-bottom {
  margin-top: 64px;
  border: 1px solid rgba(46, 119, 255, 0.1490196078);
  border-radius: 16px;
  padding: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
@media screen and (max-width: 768px) {
  .asset-environment-bottom {
    margin-top: 48px;
    padding: 16px;
  }
}
.is-visible .asset-environment-bottom {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-bottom > p {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.65s;
}
.is-visible .asset-environment-bottom > p {
  opacity: 1;
  transform: translateX(0);
}
.asset-environment-bottom-boxes {
  margin-top: 32px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .asset-environment-bottom-boxes {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.asset-environment-bottom-boxes > * {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.asset-environment-bottom-boxes > *:nth-child(1) {
  transition-delay: 0.7s;
}
.asset-environment-bottom-boxes > *:nth-child(2) {
  transition-delay: 0.77s;
}
.asset-environment-bottom-boxes > *:nth-child(3) {
  transition-delay: 0.84s;
}
.asset-environment-bottom-boxes > *:nth-child(4) {
  transition-delay: 0.91s;
}
.asset-environment-bottom-boxes > *:nth-child(5) {
  transition-delay: 0.98s;
}
.asset-environment-bottom-boxes > *:nth-child(6) {
  transition-delay: 1.05s;
}
.asset-environment-bottom-boxes > *:nth-child(7) {
  transition-delay: 1.12s;
}
.asset-environment-bottom-boxes > *:nth-child(8) {
  transition-delay: 1.19s;
}
.asset-environment-bottom-boxes > *:nth-child(9) {
  transition-delay: 1.26s;
}
.asset-environment-bottom-boxes > *:nth-child(10) {
  transition-delay: 1.33s;
}
.is-visible .asset-environment-bottom-boxes > * {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-bottom-box {
  display: flex;
  background: rgba(46, 119, 255, 0.1490196078);
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  border-radius: 8px;
  padding: 12px 0;
  width: 25%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .asset-environment-bottom-box {
    width: calc(50% - 4px);
    justify-content: start;
    padding: 12px;
  }
}
.asset-environment-bottom-box:hover {
  background: rgba(46, 119, 255, 0.15);
  border-color: #2E77FF;
  transform: translateY(-2px);
}
.asset-environment-bottom-box span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2E77FF;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-visible .asset-environment-bottom-box span {
  opacity: 1;
  transform: scale(1);
}
.asset-environment-bottom-box p {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
.is-visible .asset-environment-bottom-box p {
  opacity: 1;
  transform: translateY(0);
}
.asset-environment-bottom-box:nth-child(1) span {
  transition-delay: 0.7s;
}
.asset-environment-bottom-box:nth-child(1) p {
  transition-delay: 0.74s;
}
.asset-environment-bottom-box:nth-child(2) span {
  transition-delay: 0.77s;
}
.asset-environment-bottom-box:nth-child(2) p {
  transition-delay: 0.81s;
}
.asset-environment-bottom-box:nth-child(3) span {
  transition-delay: 0.84s;
}
.asset-environment-bottom-box:nth-child(3) p {
  transition-delay: 0.88s;
}
.asset-environment-bottom-box:nth-child(4) span {
  transition-delay: 0.91s;
}
.asset-environment-bottom-box:nth-child(4) p {
  transition-delay: 0.95s;
}
.asset-environment-bottom-box:nth-child(5) span {
  transition-delay: 0.98s;
}
.asset-environment-bottom-box:nth-child(5) p {
  transition-delay: 1.02s;
}
.asset-environment-bottom-box:nth-child(6) span {
  transition-delay: 1.05s;
}
.asset-environment-bottom-box:nth-child(6) p {
  transition-delay: 1.09s;
}
.asset-environment-bottom-box:nth-child(7) span {
  transition-delay: 1.12s;
}
.asset-environment-bottom-box:nth-child(7) p {
  transition-delay: 1.16s;
}
.asset-environment-bottom-box:nth-child(8) span {
  transition-delay: 1.19s;
}
.asset-environment-bottom-box:nth-child(8) p {
  transition-delay: 1.23s;
}
.asset-environment-bottom-box:nth-child(9) span {
  transition-delay: 1.26s;
}
.asset-environment-bottom-box:nth-child(9) p {
  transition-delay: 1.3s;
}
.asset-environment-bottom-box:nth-child(10) span {
  transition-delay: 1.33s;
}
.asset-environment-bottom-box:nth-child(10) p {
  transition-delay: 1.37s;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.patent-protected-content {
  display: flex;
  gap: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .patent-protected-content {
    flex-direction: column;
    gap: 40px;
  }
}
.patent-protected-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .patent-protected-left {
    width: 100%;
  }
}
.patent-protected-left__text {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .patent-protected-left__text {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-left-boxes {
  display: flex;
}
@media screen and (max-width: 452px) {
  .patent-protected-left-boxes {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.patent-protected-left-boxes .patent-protected-left-box {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-visible .patent-protected-left-boxes .patent-protected-left-box {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-left-boxes .patent-protected-left-box:nth-child(1) {
  transition-delay: 0.2s;
}
.patent-protected-left-boxes .patent-protected-left-box:nth-child(2) {
  transition-delay: 0.28s;
}
.patent-protected-left-box {
  padding: 16px 0;
}
@media screen and (max-width: 452px) {
  .patent-protected-left-box {
    width: 100%;
  }
}
.patent-protected-left-box span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: inherit;
}
.is-visible .patent-protected-left-box span {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-left-box p {
  margin-top: 4px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.05s);
}
.is-visible .patent-protected-left-box p {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-left-box:nth-child(1) {
  border-right: 1px solid #20283C;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .patent-protected-left-box:nth-child(1) {
    padding-right: 132px;
  }
}
@media screen and (max-width: 452px) {
  .patent-protected-left-box:nth-child(1) {
    border-right: none;
  }
}
.patent-protected-left-box:nth-child(2) {
  padding-left: 32px;
}
@media screen and (max-width: 452px) {
  .patent-protected-left-box:nth-child(2) {
    padding: 0px;
  }
}
.patent-protected-left-bottom {
  background: rgba(46, 119, 255, 0.1019607843);
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s;
}
.is-visible .patent-protected-left-bottom {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-left-bottom .circle {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
}
.is-visible .patent-protected-left-bottom .circle {
  opacity: 1;
  transform: scale(1);
}
.patent-protected-left-bottom h3 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.42s;
}
.is-visible .patent-protected-left-bottom h3 {
  opacity: 1;
  transform: translateX(0);
}
.patent-protected-left-bottom p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.44s;
}
.is-visible .patent-protected-left-bottom p {
  opacity: 1;
  transform: translateX(0);
}
.patent-protected-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .patent-protected-right {
    width: 100%;
  }
}
.patent-protected-right-boxes {
  display: flex;
  flex-direction: column;
}
.patent-protected-right-boxes .patent-protected-right-box {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.patent-protected-right-boxes .patent-protected-right-box:nth-child(1) {
  transition-delay: 0.2s;
}
.patent-protected-right-boxes .patent-protected-right-box:nth-child(2) {
  transition-delay: 0.3s;
}
.patent-protected-right-boxes .patent-protected-right-box:nth-child(3) {
  transition-delay: 0.4s;
}
.patent-protected-right-boxes .patent-protected-right-box:nth-child(4) {
  transition-delay: 0.5s;
}
.is-visible .patent-protected-right-boxes .patent-protected-right-box {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-right-box {
  display: flex;
  gap: 20px;
  align-items: start;
  border-bottom: 1px solid #20283C;
  padding: 20px 0;
}
.patent-protected-right-box:last-child {
  border-bottom: none;
}
.patent-protected-right-box__left span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  display: inline-block;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: inherit;
}
.is-visible .patent-protected-right-box__left span {
  opacity: 1;
  transform: scale(1);
}
.patent-protected-right-box-right h4 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.03s);
}
.is-visible .patent-protected-right-box-right h4 {
  opacity: 1;
  transform: translateY(0);
}
.patent-protected-right-box-right p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.06s);
}
.is-visible .patent-protected-right-box-right p {
  opacity: 1;
  transform: translateY(0);
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.multi-chain-content {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .multi-chain-content {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.multi-chain-left {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .multi-chain-left {
    width: 100%;
  }
}
.multi-chain-left-text {
  margin-top: 16px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .multi-chain-left-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .multi-chain-left-text {
    margin-top: 24px;
  }
}
.multi-chain-left__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.multi-chain-left__list .multi-chain-left__item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.is-visible .multi-chain-left__list .multi-chain-left__item {
  opacity: 1;
  transform: translateY(0);
}
.multi-chain-left__list .multi-chain-left__item:nth-child(1) {
  transition-delay: 0.25s;
}
.multi-chain-left__list .multi-chain-left__item:nth-child(2) {
  transition-delay: 0.33s;
}
.multi-chain-left__list .multi-chain-left__item:nth-child(3) {
  transition-delay: 0.41s;
}
.multi-chain-left__item {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #20283C;
}
@media screen and (max-width: 768px) {
  .multi-chain-left__item {
    padding: 16px;
  }
}
.multi-chain-left__item:last-child {
  border-bottom: none;
}
.multi-chain-left__item .circle {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: inherit;
}
.is-visible .multi-chain-left__item .circle {
  opacity: 1;
  transform: scale(1);
}
.multi-chain-left__item p {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.05s);
}
.is-visible .multi-chain-left__item p {
  opacity: 1;
  transform: translateX(0);
}
.multi-chain-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .multi-chain-right {
    width: 100%;
  }
}
.multi-chain-right__boxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.multi-chain-right__boxes .multi-chain-right-box {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.multi-chain-right__boxes .multi-chain-right-box:nth-child(1) {
  transition-delay: 0.15s;
}
.multi-chain-right__boxes .multi-chain-right-box:nth-child(2) {
  transition-delay: 0.21s;
}
.multi-chain-right__boxes .multi-chain-right-box:nth-child(3) {
  transition-delay: 0.27s;
}
.multi-chain-right__boxes .multi-chain-right-box:nth-child(4) {
  transition-delay: 0.33s;
}
.multi-chain-right__boxes .multi-chain-right-box:nth-child(5) {
  transition-delay: 0.39s;
}
.is-visible .multi-chain-right__boxes .multi-chain-right-box {
  opacity: 1;
  transform: translateX(0);
}
.multi-chain-right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0B111E;
  border: 1px solid #20283C;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
}
.multi-chain-right-box:last-child {
  border: 1px dotted #20283C;
  background: transparent;
}
.multi-chain-right-box-left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.multi-chain-right-box-left__icon {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: inherit;
}
.is-visible .multi-chain-right-box-left__icon {
  opacity: 1;
  transform: scale(1);
}
.multi-chain-right-box-left__content h3 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.02s);
}
.is-visible .multi-chain-right-box-left__content h3 {
  opacity: 1;
  transform: translateY(0);
}
.multi-chain-right-box-left__content span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.04s);
}
.is-visible .multi-chain-right-box-left__content span {
  opacity: 1;
  transform: translateY(0);
}
.multi-chain-right-box-left__content .orange {
  color: #FB923C;
}
.multi-chain-right-box-left__content .blue {
  color: #60A5FA;
}
.multi-chain-right-box-left__content .blue-light {
  color: #38BDF8;
}
.multi-chain-right-box-left__content .red {
  color: #F87171;
}
.multi-chain-right-box-left__content .other-network {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
}
.multi-chain-right-box-left__content .other-network__text {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(117, 136, 163, 0.5019607843);
}
.multi-chain-right-box-right p {
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.1s);
}
.is-visible .multi-chain-right-box-right p {
  opacity: 1;
  transform: translateX(0);
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.integration {
  background: rgba(11, 17, 30, 0.3019607843);
}
.integration-content {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .integration-content {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.integration-left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .integration-left {
    width: 100%;
  }
}
.integration-left__text {
  margin-top: 24px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-visible .integration-left__text {
  opacity: 1;
  transform: translateY(0);
}
.integration-left__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .integration-left__list {
    margin-top: 24px;
  }
}
.integration-left__item {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #20283C;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.integration-left__item:last-child {
  border-bottom: none;
}
.integration-left__item:nth-child(1) {
  transition-delay: 0s;
}
.integration-left__item:nth-child(2) {
  transition-delay: 0.08s;
}
.integration-left__item:nth-child(3) {
  transition-delay: 0.16s;
}
.is-visible .integration-left__item {
  opacity: 1;
  transform: translateY(0);
}
.integration-left__item > .circle {
  margin-top: 8px;
}
.integration-left__item > div:last-child h3 {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: inherit;
}
.is-visible .integration-left__item > div:last-child h3 {
  opacity: 1;
  transform: translateY(0);
}
.integration-left__item > div:last-child p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.05s);
}
.integration-left__item:nth-child(1) .integration-left__item > div:last-child p {
  transition-delay: 0.05s;
}
.integration-left__item:nth-child(2) .integration-left__item > div:last-child p {
  transition-delay: 0.13s;
}
.integration-left__item:nth-child(3) .integration-left__item > div:last-child p {
  transition-delay: 0.21s;
}
.is-visible .integration-left__item > div:last-child p {
  opacity: 1;
  transform: translateY(0);
}
.integration-right {
  width: 55%;
  background: #0B111E;
  border-radius: 16px;
  padding: 32px;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
@media screen and (max-width: 768px) {
  .integration-right {
    width: 100%;
    background: transparent;
    padding: 0;
  }
}
.is-visible .integration-right {
  opacity: 1;
  filter: blur(0);
}
.integration-right h3 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-bottom: 48px;
}
.integration-right h3 span {
  color: #2E77FF;
}
@media screen and (max-width: 768px) {
  .integration-right h3 {
    margin-bottom: 40px;
  }
}
.integration-right > p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .integration-right > p {
    margin-bottom: 40px;
  }
}
.integration-right-boxes {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .integration-right-boxes {
    flex-wrap: wrap;
  }
}
.integration-right-box {
  width: 33.3%;
  background: linear-gradient(0deg, #0B111E, #0B111E), linear-gradient(0deg, rgba(46, 119, 255, 0.1), rgba(46, 119, 255, 0.1));
  background: rgba(46, 119, 255, 0.1019607843);
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.integration-right-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .integration-right-box {
    padding: 16px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.integration-right-box h4 {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.integration-right-box p {
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
}

.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq-title {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.faq-title > div {
  width: 274px;
  background: rgba(46, 119, 255, 0.1019607843);
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  padding: 12px 20px;
  border-radius: 12px;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .faq-title > div {
  opacity: 1;
  transform: translateX(0);
}
.faq-title > div p {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.faq-questions {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq-questions {
    margin-top: 40px;
  }
}
.faq-questions .faq-question {
  display: flex;
  justify-content: space-between;
  padding: 20px 8px;
  border-bottom: 1px solid rgba(46, 119, 255, 0.2);
  transition: background-color 0.3s ease;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.3s ease;
}
.faq-questions .faq-question:last-child {
  border-bottom: none;
}
.faq-questions .faq-question:nth-child(1) {
  transition-delay: 0.07s;
}
.faq-questions .faq-question:nth-child(2) {
  transition-delay: 0.14s;
}
.faq-questions .faq-question:nth-child(3) {
  transition-delay: 0.21s;
}
.faq-questions .faq-question:nth-child(4) {
  transition-delay: 0.28s;
}
.faq-questions .faq-question:nth-child(5) {
  transition-delay: 0.35s;
}
.faq-questions .faq-question:nth-child(6) {
  transition-delay: 0.42s;
}
.faq-questions .faq-question:nth-child(7) {
  transition-delay: 0.49s;
}
.faq-questions .faq-question:nth-child(8) {
  transition-delay: 0.56s;
}
.faq-questions .faq-question:nth-child(9) {
  transition-delay: 0.63s;
}
.faq-questions .faq-question:nth-child(10) {
  transition-delay: 0.7s;
}
.is-visible .faq-questions .faq-question {
  opacity: 1;
  transform: translateY(0);
}
.faq-questions .faq-question.active .faq-questions-left__text {
  display: block;
  animation: slideDown 0.3s ease forwards;
}
.faq-questions-left {
  display: flex;
  gap: 24px;
  align-items: start;
}
.faq-questions-left span {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(46, 119, 255, 0.5019607843);
  display: inline-block;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: inherit;
}
@media screen and (max-width: 768px) {
  .faq-questions-left span {
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(46, 119, 255, 0.5019607843);
  }
}
.is-visible .faq-questions-left span {
  opacity: 1;
  transform: scale(1);
}
.faq-questions-left > div h4 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .faq-questions-left > div h4 {
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.faq-question:nth-child(1) .faq-questions-left > div h4 {
  transition-delay: 0.1s;
}
.faq-question:nth-child(2) .faq-questions-left > div h4 {
  transition-delay: 0.17s;
}
.faq-question:nth-child(3) .faq-questions-left > div h4 {
  transition-delay: 0.24s;
}
.faq-question:nth-child(4) .faq-questions-left > div h4 {
  transition-delay: 0.31s;
}
.faq-question:nth-child(5) .faq-questions-left > div h4 {
  transition-delay: 0.38s;
}
.faq-question:nth-child(6) .faq-questions-left > div h4 {
  transition-delay: 0.45s;
}
.faq-question:nth-child(7) .faq-questions-left > div h4 {
  transition-delay: 0.52s;
}
.faq-question:nth-child(8) .faq-questions-left > div h4 {
  transition-delay: 0.59s;
}
.faq-question:nth-child(9) .faq-questions-left > div h4 {
  transition-delay: 0.66s;
}
.faq-question:nth-child(10) .faq-questions-left > div h4 {
  transition-delay: 0.73s;
}
.is-visible .faq-questions-left > div h4 {
  opacity: 1;
  transform: translateY(0);
}
.faq-questions-left > div p {
  display: none;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
}
.faq-questions-right {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.faq-questions-right img {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  opacity: 0;
  transform: rotate(0deg) scale(0.8);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.3s ease;
}
.faq-question:nth-child(1) .faq-questions-right img {
  transition-delay: 0.13s;
}
.faq-question:nth-child(2) .faq-questions-right img {
  transition-delay: 0.2s;
}
.faq-question:nth-child(3) .faq-questions-right img {
  transition-delay: 0.27s;
}
.faq-question:nth-child(4) .faq-questions-right img {
  transition-delay: 0.34s;
}
.faq-question:nth-child(5) .faq-questions-right img {
  transition-delay: 0.41s;
}
.faq-question:nth-child(6) .faq-questions-right img {
  transition-delay: 0.48s;
}
.faq-question:nth-child(7) .faq-questions-right img {
  transition-delay: 0.55s;
}
.faq-question:nth-child(8) .faq-questions-right img {
  transition-delay: 0.62s;
}
.faq-question:nth-child(9) .faq-questions-right img {
  transition-delay: 0.69s;
}
.faq-question:nth-child(10) .faq-questions-right img {
  transition-delay: 0.76s;
}
.is-visible .faq-questions-right img {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.faq-questions-right img.active {
  transform: rotate(180deg) scale(1);
}

.faq-question.active .faq-questions-left__text {
  display: block;
  animation: slideDown 0.3s ease forwards;
}
.faq-question.active .faq-questions-right img {
  transform: rotate(180deg) scale(1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.digital {
  position: relative;
  isolation: isolate;
  background: transparent;
}
.digital::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: linear-gradient(to bottom, transparent 0%, rgba(15, 44, 112, 0.03) 50%, rgba(15, 44, 112, 0.4) 100%);
  box-shadow: 0 -30px 60px rgba(15, 44, 112, 0.03), 0 -60px 120px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(340px);
  -webkit-backdrop-filter: blur(340px);
  z-index: 1;
  pointer-events: none;
}
.digital-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .digital-content {
    gap: 24px;
  }
}
.digital-logo {
  display: flex;
  justify-content: center;
}
.digital-logo img {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.05s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.05s;
}
.is-visible .digital-logo img {
  opacity: 1;
  transform: translateY(0);
}
.digital-title {
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
}
.digital-title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.digital-title .letter:nth-child(1) {
  transition-delay: 0.02s;
}
.digital-title .letter:nth-child(2) {
  transition-delay: 0.04s;
}
.digital-title .letter:nth-child(3) {
  transition-delay: 0.06s;
}
.digital-title .letter:nth-child(4) {
  transition-delay: 0.08s;
}
.digital-title .letter:nth-child(5) {
  transition-delay: 0.1s;
}
.digital-title .letter:nth-child(6) {
  transition-delay: 0.12s;
}
.digital-title .letter:nth-child(7) {
  transition-delay: 0.14s;
}
.digital-title .letter:nth-child(8) {
  transition-delay: 0.16s;
}
.digital-title .letter:nth-child(9) {
  transition-delay: 0.18s;
}
.digital-title .letter:nth-child(10) {
  transition-delay: 0.2s;
}
.digital-title .letter:nth-child(11) {
  transition-delay: 0.22s;
}
.digital-title .letter:nth-child(12) {
  transition-delay: 0.24s;
}
.digital-title .letter:nth-child(13) {
  transition-delay: 0.26s;
}
.digital-title .letter:nth-child(14) {
  transition-delay: 0.28s;
}
.digital-title .letter:nth-child(15) {
  transition-delay: 0.3s;
}
.digital-title .letter:nth-child(16) {
  transition-delay: 0.32s;
}
.digital-title .letter:nth-child(17) {
  transition-delay: 0.34s;
}
.digital-title .letter:nth-child(18) {
  transition-delay: 0.36s;
}
.digital-title .letter:nth-child(19) {
  transition-delay: 0.38s;
}
.digital-title .letter:nth-child(20) {
  transition-delay: 0.4s;
}
.digital-title .letter:nth-child(21) {
  transition-delay: 0.42s;
}
.digital-title .letter:nth-child(22) {
  transition-delay: 0.44s;
}
.digital-title .letter:nth-child(23) {
  transition-delay: 0.46s;
}
.digital-title .letter:nth-child(24) {
  transition-delay: 0.48s;
}
.digital-title .letter:nth-child(25) {
  transition-delay: 0.5s;
}
.digital-title .letter:nth-child(26) {
  transition-delay: 0.52s;
}
.digital-title .letter:nth-child(27) {
  transition-delay: 0.54s;
}
.digital-title .letter:nth-child(28) {
  transition-delay: 0.56s;
}
.digital-title .letter:nth-child(29) {
  transition-delay: 0.58s;
}
.digital-title .letter:nth-child(30) {
  transition-delay: 0.6s;
}
.digital-title .letter:nth-child(31) {
  transition-delay: 0.62s;
}
.digital-title .letter:nth-child(32) {
  transition-delay: 0.64s;
}
.digital-title .letter:nth-child(33) {
  transition-delay: 0.66s;
}
.digital-title .letter:nth-child(34) {
  transition-delay: 0.68s;
}
.digital-title .letter:nth-child(35) {
  transition-delay: 0.7s;
}
.digital-title .letter:nth-child(36) {
  transition-delay: 0.72s;
}
.digital-title .letter:nth-child(37) {
  transition-delay: 0.74s;
}
.digital-title .letter:nth-child(38) {
  transition-delay: 0.76s;
}
.digital-title .letter:nth-child(39) {
  transition-delay: 0.78s;
}
.digital-title .letter:nth-child(40) {
  transition-delay: 0.8s;
}
.digital-title .letter:nth-child(41) {
  transition-delay: 0.82s;
}
.digital-title .letter:nth-child(42) {
  transition-delay: 0.84s;
}
.digital-title .letter:nth-child(43) {
  transition-delay: 0.86s;
}
.digital-title .letter:nth-child(44) {
  transition-delay: 0.88s;
}
.digital-title .letter:nth-child(45) {
  transition-delay: 0.9s;
}
.digital-title .letter:nth-child(46) {
  transition-delay: 0.92s;
}
.digital-title .letter:nth-child(47) {
  transition-delay: 0.94s;
}
.digital-title .letter:nth-child(48) {
  transition-delay: 0.96s;
}
.digital-title .letter:nth-child(49) {
  transition-delay: 0.98s;
}
.digital-title .letter:nth-child(50) {
  transition-delay: 1s;
}
.is-visible .digital-title .letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (min-width: 768px) {
  .digital-title .word {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .digital-title .line {
    display: block;
    overflow: hidden;
  }
  .digital-title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-12px) translateY(8px);
    filter: blur(8px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .digital-title .letter:nth-child(1) {
    transition-delay: 0.02s;
  }
  .digital-title .letter:nth-child(2) {
    transition-delay: 0.04s;
  }
  .digital-title .letter:nth-child(3) {
    transition-delay: 0.06s;
  }
  .digital-title .letter:nth-child(4) {
    transition-delay: 0.08s;
  }
  .digital-title .letter:nth-child(5) {
    transition-delay: 0.1s;
  }
  .digital-title .letter:nth-child(6) {
    transition-delay: 0.12s;
  }
  .digital-title .letter:nth-child(7) {
    transition-delay: 0.14s;
  }
  .digital-title .letter:nth-child(8) {
    transition-delay: 0.16s;
  }
  .digital-title .letter:nth-child(9) {
    transition-delay: 0.18s;
  }
  .digital-title .letter:nth-child(10) {
    transition-delay: 0.2s;
  }
  .digital-title .letter:nth-child(11) {
    transition-delay: 0.22s;
  }
  .digital-title .letter:nth-child(12) {
    transition-delay: 0.24s;
  }
  .digital-title .letter:nth-child(13) {
    transition-delay: 0.26s;
  }
  .digital-title .letter:nth-child(14) {
    transition-delay: 0.28s;
  }
  .digital-title .letter:nth-child(15) {
    transition-delay: 0.3s;
  }
  .digital-title .letter:nth-child(16) {
    transition-delay: 0.32s;
  }
  .digital-title .letter:nth-child(17) {
    transition-delay: 0.34s;
  }
  .digital-title .letter:nth-child(18) {
    transition-delay: 0.36s;
  }
  .digital-title .letter:nth-child(19) {
    transition-delay: 0.38s;
  }
  .digital-title .letter:nth-child(20) {
    transition-delay: 0.4s;
  }
  .digital-title .letter:nth-child(21) {
    transition-delay: 0.42s;
  }
  .digital-title .letter:nth-child(22) {
    transition-delay: 0.44s;
  }
  .digital-title .letter:nth-child(23) {
    transition-delay: 0.46s;
  }
  .digital-title .letter:nth-child(24) {
    transition-delay: 0.48s;
  }
  .digital-title .letter:nth-child(25) {
    transition-delay: 0.5s;
  }
  .digital-title .letter:nth-child(26) {
    transition-delay: 0.52s;
  }
  .digital-title .letter:nth-child(27) {
    transition-delay: 0.54s;
  }
  .digital-title .letter:nth-child(28) {
    transition-delay: 0.56s;
  }
  .digital-title .letter:nth-child(29) {
    transition-delay: 0.58s;
  }
  .digital-title .letter:nth-child(30) {
    transition-delay: 0.6s;
  }
  .digital-title .letter:nth-child(31) {
    transition-delay: 0.62s;
  }
  .digital-title .letter:nth-child(32) {
    transition-delay: 0.64s;
  }
  .digital-title .letter:nth-child(33) {
    transition-delay: 0.66s;
  }
  .digital-title .letter:nth-child(34) {
    transition-delay: 0.68s;
  }
  .digital-title .letter:nth-child(35) {
    transition-delay: 0.7s;
  }
  .digital-title .letter:nth-child(36) {
    transition-delay: 0.72s;
  }
  .digital-title .letter:nth-child(37) {
    transition-delay: 0.74s;
  }
  .digital-title .letter:nth-child(38) {
    transition-delay: 0.76s;
  }
  .digital-title .letter:nth-child(39) {
    transition-delay: 0.78s;
  }
  .digital-title .letter:nth-child(40) {
    transition-delay: 0.8s;
  }
  .digital-title .letter:nth-child(41) {
    transition-delay: 0.82s;
  }
  .digital-title .letter:nth-child(42) {
    transition-delay: 0.84s;
  }
  .digital-title .letter:nth-child(43) {
    transition-delay: 0.86s;
  }
  .digital-title .letter:nth-child(44) {
    transition-delay: 0.88s;
  }
  .digital-title .letter:nth-child(45) {
    transition-delay: 0.9s;
  }
  .digital-title .letter:nth-child(46) {
    transition-delay: 0.92s;
  }
  .digital-title .letter:nth-child(47) {
    transition-delay: 0.94s;
  }
  .digital-title .letter:nth-child(48) {
    transition-delay: 0.96s;
  }
  .digital-title .letter:nth-child(49) {
    transition-delay: 0.98s;
  }
  .digital-title .letter:nth-child(50) {
    transition-delay: 1s;
  }
  .is-visible .digital-title .letter {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  .digital-title {
    font-family: "Noto Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #F1F5F9;
  }
}
.digital-title-span {
  display: inline-block;
  color: #2E77FF;
}
.digital-title-span .letter {
  transition-delay: calc(0.1s + var(--char-index, 0) * 0.02s);
}
.digital-title .line {
  display: block;
  overflow: hidden;
}
.digital-title .line-1 {
  transform: translateY(0);
  animation: slideLine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  transform: translateY(30px);
}
.is-visible .digital-title .line-1 {
  opacity: 1;
  transform: translateY(0);
}
.digital-title .line-2 {
  transform: translateY(0);
  animation: slideLine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
  opacity: 0;
  transform: translateY(30px);
}
.is-visible .digital-title .line-2 {
  opacity: 1;
  transform: translateY(0);
}
.digital-text {
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-visible .digital-text {
  opacity: 1;
  transform: translateY(0);
}
.digital-block {
  background: linear-gradient(0deg, rgba(11, 17, 30, 0.5), rgba(11, 17, 30, 0.5)), linear-gradient(0deg, rgba(46, 119, 255, 0.1), rgba(46, 119, 255, 0.1));
  border: 1px solid rgba(46, 119, 255, 0.5019607843);
  padding: 32px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
@media screen and (max-width: 768px) {
  .digital-block {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 24px;
    width: 100%;
  }
}
.is-visible .digital-block {
  opacity: 1;
  transform: translateY(0);
}
.digital-block h3 {
  margin-bottom: 4px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F1F5F9;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-visible .digital-block h3 {
  opacity: 1;
  transform: translateY(0);
}
.digital-block p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.35s;
}
.is-visible .digital-block p {
  opacity: 1;
  transform: translateY(0);
}
.digital-block button {
  padding: 13px 28px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, box-shadow 0.3s ease;
  box-shadow: 0 0 20px rgba(46, 119, 255, 0);
}
@media screen and (max-width: 768px) {
  .digital-block button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 100%;
  }
}
.is-visible .digital-block button {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 30px rgba(46, 119, 255, 0.3);
  animation: glowPulse 2s ease-in-out infinite;
}
.digital-block button:hover {
  box-shadow: 0 0 40px rgba(46, 119, 255, 0.5);
  transform: translateY(-2px);
}
.digital-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .digital-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
  }
}
.digital-list > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.digital-list > *:nth-child(1) {
  transition-delay: 0.5s;
}
.digital-list > *:nth-child(2) {
  transition-delay: 0.58s;
}
.digital-list > *:nth-child(3) {
  transition-delay: 0.66s;
}
.digital-list > *:nth-child(4) {
  transition-delay: 0.74s;
}
.digital-list > *:nth-child(5) {
  transition-delay: 0.82s;
}
.digital-list > *:nth-child(6) {
  transition-delay: 0.9s;
}
.digital-list > *:nth-child(7) {
  transition-delay: 0.98s;
}
.digital-list > *:nth-child(8) {
  transition-delay: 1.06s;
}
.digital-list > *:nth-child(9) {
  transition-delay: 1.14s;
}
.digital-list > *:nth-child(10) {
  transition-delay: 1.22s;
}
.digital-list > *:nth-child(11) {
  transition-delay: 1.3s;
}
.digital-list > *:nth-child(12) {
  transition-delay: 1.38s;
}
.digital-list > *:nth-child(13) {
  transition-delay: 1.46s;
}
.digital-list > *:nth-child(14) {
  transition-delay: 1.54s;
}
.digital-list > *:nth-child(15) {
  transition-delay: 1.62s;
}
.digital-list > *:nth-child(16) {
  transition-delay: 1.7s;
}
.digital-list > *:nth-child(17) {
  transition-delay: 1.78s;
}
.digital-list > *:nth-child(18) {
  transition-delay: 1.86s;
}
.digital-list > *:nth-child(19) {
  transition-delay: 1.94s;
}
.digital-list > *:nth-child(20) {
  transition-delay: 2.02s;
}
.is-visible .digital-list > * {
  opacity: 1;
  transform: translateY(0);
}
.digital-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .digital-item {
    width: calc(50% - 30px);
    margin-bottom: 8px;
  }
  .digital-item:nth-child(2) {
    justify-content: end;
  }
  .digital-item:nth-child(4) {
    justify-content: end;
  }
}
.digital-item .circle {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: inherit;
}
.is-visible .digital-item .circle {
  opacity: 1;
  transform: scale(1);
}
.digital-item p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: calc(inherit + 0.03s);
}
@media screen and (max-width: 452px) {
  .digital-item p {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #9FB9DF;
  }
}
.is-visible .digital-item p {
  opacity: 1;
  transform: translateX(0);
}

@keyframes slideLine {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 30px rgba(46, 119, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 50px rgba(46, 119, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 30px rgba(46, 119, 255, 0.3);
  }
}
.animate-section {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.animate-section.is-visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.is-visible .fade-left {
  opacity: 1;
  transform: translateX(0);
}

.soft-blur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.is-visible .soft-blur {
  opacity: 1;
  filter: blur(0);
}

.stagger-bottom > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-bottom > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-bottom > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-bottom > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-bottom > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-bottom > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-bottom > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-bottom > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-bottom > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-bottom > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-bottom > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-bottom > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-bottom > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-bottom > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-bottom > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-bottom > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-bottom > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-bottom > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-bottom > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-bottom > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-bottom > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-bottom > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger-left > * {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-left > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-left > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-left > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-left > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-left > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-left > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-left > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-left > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-left > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-left > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-left > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-left > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-left > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-left > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-left > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-left > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-left > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-left > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-left > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-left > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-right > * {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-right > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-right > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-right > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-right > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-right > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-right > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-right > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-right > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-right > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-right > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-right > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-right > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-right > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-right > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-right > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-right > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-right > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-right > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-right > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-right > * {
  opacity: 1;
  transform: translateX(0);
}

.stagger-fade > * {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-fade > *:nth-child(2) {
  transition-delay: 0.06s;
}
.stagger-fade > *:nth-child(3) {
  transition-delay: 0.12s;
}
.stagger-fade > *:nth-child(4) {
  transition-delay: 0.18s;
}
.stagger-fade > *:nth-child(5) {
  transition-delay: 0.24s;
}
.stagger-fade > *:nth-child(6) {
  transition-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  transition-delay: 0.36s;
}
.stagger-fade > *:nth-child(8) {
  transition-delay: 0.42s;
}
.stagger-fade > *:nth-child(9) {
  transition-delay: 0.48s;
}
.stagger-fade > *:nth-child(10) {
  transition-delay: 0.54s;
}
.stagger-fade > *:nth-child(11) {
  transition-delay: 0.6s;
}
.stagger-fade > *:nth-child(12) {
  transition-delay: 0.66s;
}
.stagger-fade > *:nth-child(13) {
  transition-delay: 0.72s;
}
.stagger-fade > *:nth-child(14) {
  transition-delay: 0.78s;
}
.stagger-fade > *:nth-child(15) {
  transition-delay: 0.84s;
}
.stagger-fade > *:nth-child(16) {
  transition-delay: 0.9s;
}
.stagger-fade > *:nth-child(17) {
  transition-delay: 0.96s;
}
.stagger-fade > *:nth-child(18) {
  transition-delay: 1.02s;
}
.stagger-fade > *:nth-child(19) {
  transition-delay: 1.08s;
}
.stagger-fade > *:nth-child(20) {
  transition-delay: 1.14s;
}
.is-visible .stagger-fade > * {
  opacity: 1;
}

.footer {
  border: 1px solid #20283C;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 2px;
    justify-content: space-between;
  }
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 32px;
  }
}
.footer-content-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-content p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9FB9DF;
}

/*# sourceMappingURL=style.css.map */
