html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Bitter', Georgia, serif
}

.hd-root {
  position: relative;
  background: linear-gradient(160deg, #5143C4 0%, #6b5fd4 38%, #B6B2E0 80%, #FAFAFB 100%);
  overflow: hidden
}

.hd-root::before {
  content: '';
  position: absolute;
  top: -64px;
  right: -64px;
  width: 420px;
  height: 420px;
  border-radius: 48px;
  background: #5143c42e;
  transform: rotate(22deg);
  pointer-events: none
}

.hd-root::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 10%;
  width: 260px;
  height: 260px;
  border-radius: 48px;
  background: #b6b2e026;
  transform: rotate(-14deg);
  pointer-events: none
}

.hd-top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 32px 0;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 16px
}

.brand-pod {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.brand-img-cell {
  width: 62px;
  height: 62px;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 5px 22px -1px #5143c41a 0 0 0 3px #5143c42e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.brand-img-cell img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block
}

.brand-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff
}

.hd-contact-strip {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.hd-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #ffffff47;
  background: #ffffff14;
  min-height: 44px;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.hd-contact-link:hover,
.hd-contact-link:focus {
  background: #ffffff2e;
  border-color: #ffffff8c;
  outline: none
}

.hd-contact-link:focus {
  transform: scale(1.02)
}

.hd-contact-link i {
  font-size: 16px;
  flex-shrink: 0
}

.hd-nav-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap
}

.hd-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffffe0;
  text-decoration: none;
  padding: 16px;
  border-radius: 6px;
  min-height: 44px;
  position: relative;
  transition: color .1s ease-in, background .14s cubic-bezier(0.4, 0, 1, 1)
}

.hd-nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1)
}

.hd-nav-link:hover,
.hd-nav-link:focus {
  color: #fff;
  background: #ffffff1a;
  outline: none
}

.hd-nav-link:hover::after,
.hd-nav-link:focus::after {
  transform: scaleX(1)
}

.hd-nav-link:focus {
  transform: scale(1.02)
}

.hd-nav-link--active {
  color: #fff;
  font-weight: 700
}

.hd-nav-link--active::after {
  transform: scaleX(1)
}

.ft-root {
  background: linear-gradient(175deg, #2a2060 0%, #3b2fa0 40%, #5143C4 100%);
  padding: 64px 0 0
}

.ft-deck {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.ft-col-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #B6B2E0;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b6b2e038;
  border-left: 3px solid #B6B2E0;
  padding-left: 8px;
  border-radius: 6px 0 0 6px
}

.ft-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ft-logo-pod {
  width: 62px;
  height: 62px;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 3px 5px -1px #5143c414 0 0 0 3px #b6b2e04d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.ft-logo-pod img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block
}

.ft-brand-label {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.03em
}

.ft-addr {
  font-size: 16px;
  line-height: 1.65;
  color: #ffffffb8;
  font-style: normal
}

.ft-addr-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px
}

.ft-addr-line i {
  color: #B6B2E0;
  flex-shrink: 0;
  margin-top: 3px
}

.ft-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-contact-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #ffffffc7;
  text-decoration: none;
  padding: 8px;
  border-radius: 6px;
  min-height: 44px;
  transition: color .1s ease-in, background .13s cubic-bezier(0.4, 0, 1, 1)
}

.ft-contact-list li a:hover,
.ft-contact-list li a:focus {
  color: #fff;
  background: #ffffff14;
  outline: none
}

.ft-contact-list li a:focus {
  transform: scale(1.02)
}

.ft-contact-list li a i {
  color: #B6B2E0;
  font-size: 16px;
  flex-shrink: 0
}

.ft-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-nav-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #ffffffc7;
  text-decoration: none;
  padding: 8px;
  border-radius: 6px;
  min-height: 44px;
  transition: color .1s ease-in, background .13s cubic-bezier(0.4, 0, 1, 1)
}

.ft-nav-list li a:hover,
.ft-nav-list li a:focus {
  color: #fff;
  background: #ffffff14;
  outline: none
}

.ft-nav-list li a:focus {
  transform: scale(1.02)
}

.ft-nav-list li a i {
  color: #B6B2E0;
  font-size: 16px;
  flex-shrink: 0
}

.ft-bottom {
  margin-top: 64px;
  border-top: 1px solid #b6b2e026;
  padding: 16px 32px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.ft-copy {
  font-size: 16px;
  line-height: 1.45;
  color: #ffffff73
}

.ft-legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft-legal-links a {
  font-size: 16px;
  line-height: 1.45;
  color: #ffffff80;
  text-decoration: none;
  transition: color .1s ease-in
}

.ft-legal-links a:hover,
.ft-legal-links a:focus {
  color: #B6B2E0;
  outline: none
}

.ft-legal-links a:focus {
  transform: scale(1.02)
}

.ft-bottom-wrap {
  padding: 0 0 32px
}

.ck-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: #1e1660;
  border-top: 2px solid #b6b2e04d;
  box-shadow: 0 -5px 22px -1px #5143c41c;
  display: none
}

.ck-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px
}

.ck-headline {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -.02em
}

.ck-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #ffffffb8;
  margin: 0 0 16px
}

.ck-uses {
  font-size: 16px;
  line-height: 1.65;
  color: #ffffffb8;
  margin: 0 0 16px;
  padding-left: 16px
}

.ck-uses li {
  margin-bottom: 8px
}

.ck-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px
}

.ck-cat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #fffc
}

.ck-cat-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #5143C4;
  cursor: pointer
}

.ck-cat-item input[type="checkbox"]:disabled {
  opacity: .6;
  cursor: not-allowed
}

.ck-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ck-btn-accept {
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #5143C4;
  background: transparent;
  border: 2px solid #B6B2E0;
  border-radius: 6px;
  padding: 8px 32px;
  min-height: 44px;
  cursor: pointer;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.ck-btn-accept::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  background: #B6B2E0;
  transition: bottom .14s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.ck-btn-accept:hover::before,
.ck-btn-accept:focus::before {
  bottom: 0
}

.ck-btn-accept:hover,
.ck-btn-accept:focus {
  color: #2a2060;
  border-color: #B6B2E0;
  outline: none
}

.ck-btn-accept:focus {
  transform: scale(1.02)
}

.ck-btn-accept span {
  position: relative;
  z-index: 1
}

.ck-btn-reject {
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff9;
  background: transparent;
  border: 2px solid #ffffff40;
  border-radius: 6px;
  padding: 8px 32px;
  min-height: 44px;
  cursor: pointer;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ck-btn-reject:hover,
.ck-btn-reject:focus {
  color: #fff;
  border-color: #ffffff8c;
  outline: none
}

.ck-btn-reject:focus {
  transform: scale(1.02)
}

@media (max-width: 960px) {
  .hd-top {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px
  }

  .hd-contact-strip {
    margin-left: 0;
    flex-wrap: wrap
  }

  .hd-nav-row {
    padding: 0 16px
  }

  .ft-deck {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px
  }

  .ft-bottom {
    padding: 16px
  }

  .ck-bar-inner {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .hd-contact-strip {
    width: 100%
  }

  .hd-contact-link {
    flex: 1;
    justify-content: center
  }

  .ft-deck {
    grid-template-columns: 1fr
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .ck-btns {
    flex-direction: column;
    align-items: stretch
  }

  .ck-btn-accept,
  .ck-btn-reject {
    width: 100%;
    text-align: center
  }
}

.legal-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px
}

.legal-area p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2d2d;
  margin-bottom: 16px
}

.legal-area strong,
.legal-area b {
  font-weight: 700;
  color: #1a1230
}

.legal-area a {
  color: #5143C4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.legal-area a:hover {
  color: #3830a0;
  text-decoration-color: #B6B2E0
}

.legal-area hr {
  border: none;
  border-top: 1px solid #B6B2E0;
  margin: 32px 0;
  opacity: .6
}

.legal-area div {
  margin-bottom: 32px;
  padding: 32px;
  background: #FAFAFB;
  border-radius: 6px;
  box-shadow: 0 3px 5px -1px #5143c414 0 5px 22px -1px #5143c41a
}

@media (max-width: 960px) {
  .legal-area {
    padding: 32px 16px
  }

  .legal-area div {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .legal-area {
    padding: 32px 8px
  }

  .legal-area p {
    font-size: 16px
  }
}

.svc {
  background: #fff;
  overflow-x: clip
}

.svc .svc__schema {
  display: none
}

.svc .grain-bg {
  position: relative;
  padding: 64px 32px;
  background: #FAFAFB
}

.svc .grain-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 0
}

.svc .grain-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at top left, #5143c414, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.svc .grain-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.svc .grain-frame {
  position: absolute;
  inset: 24px;
  border: 1px solid #5143c426;
  pointer-events: none;
  z-index: 0
}

.svc .grain-text {
  position: relative;
  z-index: 1
}

.svc .grain-text .lbl {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.svc .grain-text .h1-main {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1a1230;
  font-style: italic;
  margin: 0 0 32px
}

.svc .grain-text .h1-main span {
  color: #5143C4
}

.svc .grain-text .desc {
  font-size: 19px;
  line-height: 1.65;
  color: #2d2a3e;
  max-width: 440px;
  margin: 0
}

.svc .grain-img {
  position: relative;
  z-index: 1
}

.svc .grain-img .img-wrap {
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px -1px #5143c41c
}

.svc .grain-img .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.18) contrast(1.08) brightness(0.96) saturate(0.88);
  opacity: .88;
  display: block
}

.svc .grain-img .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #5143c41f, transparent 60%);
  pointer-events: none
}

.svc .divider {
  max-width: 1100px;
  margin: 0 auto;
  height: 1px;
  background: #5143c41a
}

.svc .cards-sec {
  padding: 64px 32px;
  background: #fff;
  position: relative
}

.svc .cards-sec .diag-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  overflow: hidden
}

.svc .cards-sec .diag-deco svg {
  position: absolute;
  top: 0;
  right: 0
}

.svc .cards-wrap {
  max-width: 1100px;
  margin: 0 auto
}

.svc .cards-wrap .sec-head {
  margin-bottom: 64px
}

.svc .cards-wrap .sec-head h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1230;
  font-style: italic;
  margin: 0 0 16px
}

.svc .cards-wrap .sec-head p {
  font-size: 19px;
  line-height: 1.65;
  color: #2d2a3e;
  max-width: 520px;
  margin: 0
}

.svc .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.svc .svc-card {
  background: #FAFAFB;
  border-radius: 6px;
  padding: 32px;
  position: relative;
  box-shadow: 0 3px 5px -1px #5143c414;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .15s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden
}

.svc .svc-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(180deg, #5143c40f, #5143c41f);
  transition: height .18s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none
}

.svc .svc-card:hover::before {
  height: 100%
}

.svc .svc-card:hover {
  box-shadow: 0 5px 22px -1px #5143c41a;
  transform: translateY(-2px)
}

.svc .svc-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #5143c41a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 1
}

.svc .svc-card .card-icon i {
  font-size: 22px;
  color: #5143C4
}

.svc .svc-card h3 {
  font-size: 19px;
  line-height: 1.45;
  color: #1a1230;
  margin: 0 0 16px;
  position: relative;
  z-index: 1
}

.svc .svc-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2a3e;
  margin: 0;
  position: relative;
  z-index: 1
}

.svc .icon-cycle .card-icon i {
  animation: icon-seq 6s ease-in infinite
}

.svc .svc-card:nth-child(1) .card-icon i {
  animation-delay: 0s
}

.svc .svc-card:nth-child(2) .card-icon i {
  animation-delay: 2s
}

.svc .svc-card:nth-child(3) .card-icon i {
  animation-delay: 4s
}

@keyframes icon-seq {

  0%,
  25% {
    color: #5143C4;
    background: transparent
  }

  30%,
  55% {
    color: #fff;
    filter: drop-shadow(0 0 6px #5143c480)
  }

  60%,
  100% {
    color: #5143C4;
    filter: none
  }
}

.svc .img-sec {
  position: relative;
  padding: 64px 32px;
  overflow: hidden
}

.svc .img-sec .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0
}

.svc .img-sec .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.svc .img-sec .bg-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #fafafbe0
}

.svc .img-sec .img-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.svc .img-sec h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1230;
  font-style: italic;
  margin: 0 0 32px
}

.svc .img-sec .feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px
}

.svc .img-sec .feat-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: start;
  font-size: 16px;
  line-height: 1.65;
  color: #2d2a3e
}

.svc .img-sec .feat-list li .fi {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #5143c41a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.svc .img-sec .feat-list li .fi i {
  font-size: 16px;
  color: #5143C4
}

.svc .img-sec .right-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.svc .img-sec .stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.svc .stat-box {
  background: #fffc;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 3px 5px -1px #5143c414;
  text-align: center
}

.svc .stat-box .num {
  font-size: 58px;
  line-height: 1.2;
  color: #5143C4;
  letter-spacing: -.03em;
  display: block
}

.svc .stat-box .stat-lbl {
  font-size: 16px;
  line-height: 1.45;
  color: #2d2a3e
}

.svc .team-sec {
  padding: 64px 32px;
  background: #FAFAFB
}

.svc .team-inner {
  max-width: 1100px;
  margin: 0 auto
}

.svc .team-inner .t-head {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end
}

.svc .team-inner .t-head h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1230;
  font-style: italic;
  margin: 0
}

.svc .team-inner .t-head p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2a3e;
  margin: 0
}

.svc .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.svc .t-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: start;
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 3px 5px -1px #5143c414;
  transition: box-shadow .12s ease-in
}

.svc .t-card:hover {
  box-shadow: 0 5px 22px -1px #5143c41a
}

.svc .t-card .port {
  width: 120px;
  height: 150px;
  border-radius: 48px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 5px 22px -1px #5143c41a
}

.svc .t-card .port img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.svc .t-card .t-info h4 {
  font-size: 19px;
  line-height: 1.45;
  color: #1a1230;
  margin: 0 0 8px
}

.svc .t-card .t-info .role {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  margin: 0 0 16px;
  display: block
}

.svc .t-card .t-info p {
  font-size: 16px;
  line-height: 1.65;
  color: #2d2a3e;
  margin: 0
}

.svc .conn-box {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 3px 5px -1px #5143c414
}

.svc .conn-box h4 {
  font-size: 19px;
  line-height: 1.45;
  color: #1a1230;
  margin: 0 0 32px
}

.svc .conn-diagram {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.svc .conn-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1
}

.svc .conn-node .nd {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #5143c41a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1)
}

.svc .conn-node .nd i {
  font-size: 20px;
  color: #5143C4
}

.svc .conn-node:hover .nd {
  background: #5143C4
}

.svc .conn-node:hover .nd i {
  color: #fff
}

.svc .conn-node .nd-lbl {
  font-size: 16px;
  line-height: 1.45;
  color: #2d2a3e;
  text-align: center
}

.svc .conn-line {
  flex: 0 0 32px;
  height: 1px;
  background: #5143c440;
  position: relative;
  margin-bottom: 24px
}

.svc .conn-line::after {
  content: '';
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #5143c466;
  border-right: 1px solid #5143c466;
  transform: rotate(45deg)
}

@media (max-width: 960px) {
  .svc .grain-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .svc .card-grid {
    grid-template-columns: 1fr 1fr
  }

  .svc .img-sec .img-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .svc .team-grid {
    grid-template-columns: 1fr
  }

  .svc .team-inner .t-head {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .svc .grain-text .h1-main {
    font-size: 58px
  }

  .svc .img-sec h2 {
    font-size: 58px
  }
}

@media (max-width: 480px) {
  .svc .grain-bg {
    padding: 64px 16px
  }

  .svc .grain-frame {
    inset: 12px
  }

  .svc .grain-text .h1-main {
    font-size: 58px
  }

  .svc .cards-sec {
    padding: 64px 16px
  }

  .svc .card-grid {
    grid-template-columns: 1fr
  }

  .svc .img-sec {
    padding: 64px 16px
  }

  .svc .img-sec h2 {
    font-size: 58px
  }

  .svc .team-sec {
    padding: 64px 16px
  }

  .svc .t-card {
    grid-template-columns: 1fr
  }

  .svc .stat-row {
    grid-template-columns: 1fr
  }

  .svc .conn-diagram {
    flex-direction: column;
    gap: 16px
  }

  .svc .conn-line {
    width: 1px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 24px
  }

  .svc .conn-line::after {
    right: -3px;
    bottom: -4px;
    top: auto;
    transform: rotate(135deg)
  }

  .svc .cards-wrap .sec-head h2 {
    font-size: 58px
  }

  .svc .team-inner .t-head h2 {
    font-size: 58px
  }
}

.ct-us {
  max-width: 100%;
  overflow-x: hidden
}

.ct-us .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.ct-us .scan-bg {
  position: relative;
  overflow: hidden
}

.ct-us .scan-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0px, transparent 6px, #5143c408 6px, #5143c408 7px);
  animation: scanDrift 18s linear infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes scanDrift {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(56px)
  }
}

.ct-us .geo-pulse {
  position: absolute;
  border: 1.5px solid #5143c417;
  border-radius: 6px;
  pointer-events: none;
  animation: geoPulse 6s ease-in-out infinite
}

@keyframes geoPulse {

  0%,
  100% {
    opacity: .5;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.025)
  }
}

.ct-us hr.dot-div {
  border: none;
  border-top: 2px dotted #5143c42e;
  margin: 0
}

.ct-us .top-blk {
  padding: 96px 0 64px;
  position: relative;
  background: #FAFAFB
}

.ct-us .top-blk .pg-wrap {
  position: relative;
  z-index: 1
}

.ct-us .top-blk .frm-lines {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  border: 1px solid #5143c41a;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0
}

.ct-us .top-blk .frm-lines::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #b6b2e026;
  border-radius: 6px
}

.ct-us .top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ct-us .top-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ct-us .lbl-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5143C4;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ct-us .lbl-tag .bi {
  font-size: 16px
}

.ct-us .pg-head {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #5143C4;
  font-style: italic;
  position: relative;
  padding-left: 16px
}

.ct-us .pg-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #5143C4;
  border-radius: 48px
}

.ct-us .top-desc {
  font-size: 19px;
  line-height: 1.65;
  color: #2a2540;
  max-width: 420px
}

.ct-us .top-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ct-us .info-strip {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .info-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 5px -1px #5143c414;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .info-item:hover {
  box-shadow: 0 5px 22px -1px #5143c41a
}

.ct-us .info-item .ic-wrap {
  width: 40px;
  height: 40px;
  background: #5143c414;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5143C4;
  font-size: 19px;
  flex-shrink: 0
}

.ct-us .info-item .ic-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .info-item .ic-lbl {
  font-size: 16px;
  color: #6e6a8a;
  letter-spacing: .04em;
  text-transform: uppercase
}

.ct-us .info-item .ic-val {
  font-size: 16px;
  line-height: 1.45;
  color: #1e1a3a
}

.ct-us .info-item .ic-val a {
  color: #5143C4;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .info-item .ic-val a:hover {
  color: #3a2ea0
}

.ct-us .msg-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.ct-us .msg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #5143C4;
  background: #5143c412;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .msg-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #5143C4;
  transition: height .14s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.ct-us .msg-btn:hover::after {
  height: 100%
}

.ct-us .msg-btn:hover {
  color: #fff
}

.ct-us .msg-btn .bi,
.ct-us .msg-btn span {
  position: relative;
  z-index: 1
}

.ct-us .form-blk {
  padding: 64px 0;
  position: relative;
  background: #fff
}

.ct-us .form-blk .pg-wrap {
  position: relative;
  z-index: 1
}

.ct-us .form-blk .geo-pulse {
  width: 280px;
  height: 280px;
  top: -64px;
  right: -64px
}

.ct-us .form-blk .geo-pulse--sm {
  width: 120px;
  height: 120px;
  bottom: 32px;
  left: -32px;
  animation-delay: 3s
}

.ct-us .form-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start
}

.ct-us .form-aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.ct-us .aside-head {
  font-size: 19px;
  line-height: 1.45;
  color: #5143C4;
  font-style: italic
}

.ct-us .aside-para {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2540
}

.ct-us .aside-hrs {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .aside-hrs .hr-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-radius: 6px;
  background: #FAFAFB;
  font-size: 16px;
  color: #2a2540
}

.ct-us .aside-hrs .hr-row .day {
  color: #6e6a8a
}

.ct-us .frm {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ct-us .frm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ct-us .fld-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .fld-grp label {
  font-size: 16px;
  color: #2a2540;
  letter-spacing: .02em
}

.ct-us .fld-grp input,
.ct-us .fld-grp select,
.ct-us .fld-grp textarea {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #5143c433;
  border-radius: 6px;
  font-size: 16px;
  color: #1e1a3a;
  background: #FAFAFB;
  box-shadow: inset 0 2px 6px #5143c40d;
  transition: border-color .13s cubic-bezier(0.4, 0, 1, 1), box-shadow .13s cubic-bezier(0.4, 0, 1, 1);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.ct-us .fld-grp input::placeholder,
.ct-us .fld-grp textarea::placeholder {
  color: #9e9bbf
}

.ct-us .fld-grp input:focus,
.ct-us .fld-grp select:focus,
.ct-us .fld-grp textarea:focus {
  outline: none;
  border-color: #5143C4;
  box-shadow: inset 0 2px 6px #5143c414 0 0 0 3px #5143c41a
}

.ct-us .fld-grp select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%235143C4' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer
}

.ct-us .fld-grp textarea {
  resize: vertical;
  min-height: 120px
}

.ct-us .slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.ct-us .slot-opt {
  position: relative
}

.ct-us .slot-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.ct-us .slot-opt label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  border: 1.5px solid #5143c42e;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  color: #2a2540;
  background: #FAFAFB;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
  text-align: center;
  line-height: 1.45
}

.ct-us .slot-opt label .sl-time {
  font-size: 19px;
  color: #5143C4;
  font-style: italic
}

.ct-us .slot-opt input[type="radio"]:checked+label {
  border-color: #5143C4;
  background: #5143c414;
  color: #1e1a3a
}

.ct-us .slot-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #5143C4;
  outline-offset: 2px
}

.ct-us .slot-opt label:hover {
  border-color: #5143C4;
  background: #5143c40d
}

.ct-us .priv-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.ct-us .priv-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #5143C4;
  cursor: pointer;
  margin-top: 2px
}

.ct-us .priv-row .priv-txt {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2540
}

.ct-us .priv-row .priv-txt a {
  color: #5143C4;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .priv-row .priv-txt a:hover {
  color: #3a2ea0
}

.ct-us .sub-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 6px;
  border: none;
  font-size: 19px;
  color: #fff;
  background: #5143C4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .sub-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #3a2ea0;
  transition: height .14s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.ct-us .sub-btn:hover::after {
  height: 100%
}

.ct-us .sub-btn .bi,
.ct-us .sub-btn span {
  position: relative;
  z-index: 1
}

.ct-us .sub-btn:focus-visible {
  outline: 3px solid #5143C4;
  outline-offset: 3px
}

.ct-us .sub-btn:active {
  transform: translateY(1px)
}

.ct-us .ch-blk {
  padding: 64px 0;
  position: relative;
  background: linear-gradient(circle at top left, #5143c41f 0%, #b6b2e00f 55%, transparent 100%)
}

.ct-us .ch-blk .geo-pulse {
  width: 200px;
  height: 200px;
  top: 32px;
  right: 32px;
  animation-delay: 1.5s
}

.ct-us .ch-blk .pg-wrap {
  position: relative;
  z-index: 1
}

.ct-us .ch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.ct-us .ch-head {
  font-size: 19px;
  line-height: 1.45;
  color: #5143C4;
  font-style: italic;
  margin-bottom: 32px;
  position: relative;
  padding-left: 16px
}

.ct-us .ch-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #5143C4;
  border-radius: 48px
}

.ct-us .ch-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 5px -1px #5143c414;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .15s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .ch-card:hover {
  box-shadow: 0 10px 44px -1px #5143c41c;
  transform: translateY(-2px)
}

.ct-us .ch-card .ch-ic {
  width: 48px;
  height: 48px;
  background: #5143c414;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5143C4;
  font-size: 19px
}

.ct-us .ch-card .ch-ttl {
  font-size: 16px;
  line-height: 1.45;
  color: #1e1a3a;
  font-style: italic
}

.ct-us .ch-card .ch-para {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2540
}

@media (max-width: 960px) {
  .ct-us .top-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ct-us .top-blk {
    padding: 64px 0 32px
  }

  .ct-us .pg-head {
    font-size: 58px
  }

  .ct-us .form-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ct-us .ch-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ct-us .frm-row {
    grid-template-columns: 1fr
  }

  .ct-us .slot-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 480px) {
  .ct-us .pg-wrap {
    padding: 0 16px
  }

  .ct-us .pg-head {
    font-size: 58px
  }

  .ct-us .top-blk {
    padding: 32px 0
  }

  .ct-us .top-blk .frm-lines {
    display: none
  }

  .ct-us .ch-grid {
    grid-template-columns: 1fr
  }

  .ct-us .slot-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ct-us .form-blk,
  .ct-us .ch-blk {
    padding: 32px 0
  }

  .ct-us .sub-btn {
    width: 100%;
    justify-content: center
  }
}

.entr {
  display: block;
  width: 100%;
  overflow-x: clip
}

.entr .ttl {
  position: relative;
  padding: 64px 32px;
  background: linear-gradient(to bottom, #5143C4 0%, #5143c42e 70%, transparent 100%)
}

.entr .ttl__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.entr .ttl__circ {
  position: absolute;
  border-radius: 50%;
  opacity: .08;
  background: #B6B2E0
}

.entr .ttl__circ--a {
  width: 320px;
  height: 320px;
  top: -80px;
  left: -80px
}

.entr .ttl__circ--b {
  width: 180px;
  height: 180px;
  top: 40px;
  left: 60px;
  opacity: .05
}

.entr .ttl__circ--c {
  width: 240px;
  height: 240px;
  top: -40px;
  left: 120px;
  opacity: .06
}

.entr .ttl__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.entr .ttl__copy {
  flex: 1 1 0
}

.entr .ttl__kicker {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: #FAFAFB;
  letter-spacing: .06em;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid #b6b2e066;
  border-radius: 6px
}

.entr .ttl__h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #FAFAFB;
  font-style: italic;
  margin: 0 0 32px
}

.entr .ttl__h1 span {
  color: #B6B2E0
}

.entr .ttl__lead {
  font-size: 19px;
  line-height: 1.65;
  color: #fafafbe0;
  max-width: 480px;
  margin: 0 0 32px
}

.entr .ttl__acts {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.entr .ttl__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  padding: 16px 32px;
  border-radius: 48px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.entr .ttl__btn--pri {
  background: #FAFAFB;
  color: #5143C4
}

.entr .ttl__btn--pri::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #B6B2E0;
  transform: translateY(100%);
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 48px
}

.entr .ttl__btn--pri:hover::after {
  transform: translateY(0)
}

.entr .ttl__btn--pri:hover {
  color: #2a1f8a
}

.entr .ttl__btn span {
  position: relative;
  z-index: 1
}

.entr .ttl__btn--sec {
  background: transparent;
  color: #FAFAFB;
  border: 1.5px solid #fafafb80;
  border-radius: 48px
}

.entr .ttl__btn--sec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #fafafb1f;
  transform: translateY(100%);
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 48px
}

.entr .ttl__btn--sec:hover::after {
  transform: translateY(0)
}

.entr .ttl__img-col {
  flex: 0 0 340px
}

.entr .ttl__img-fr {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 10px 44px -1px #5143c41c
}

.entr .ttl__img-fr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5143c459 0%, transparent 60%);
  z-index: 1;
  pointer-events: none
}

.entr .ttl__img-fr::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid #b6b2e04d;
  border-radius: 6px;
  z-index: 2;
  pointer-events: none
}

.entr .ttl__img-fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.22) contrast(1.08) brightness(0.94) saturate(0.85)
}

.entr .ttl__deco-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 32px
}

.entr .ttl__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B6B2E0;
  flex-shrink: 0
}

.entr .ttl__line {
  flex: 1;
  height: 1px;
  background: #b6b2e059
}

.entr .team {
  padding: 64px 32px;
  background: #FAFAFB
}

.entr .team__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.entr .team__aside {
  position: relative
}

.entr .team__aside-label {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  letter-spacing: .05em;
  margin-bottom: 16px
}

.entr .team__h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #2d2560;
  font-style: italic;
  margin: 0 0 32px
}

.entr .team__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px
}

.entr .team__divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5143C4;
  flex-shrink: 0
}

.entr .team__divider-line {
  width: 48px;
  height: 1px;
  background: #5143C4
}

.entr .team__divider-dot2 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B6B2E0;
  flex-shrink: 0
}

.entr .team__aside-img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 5px 22px -1px #5143c41a
}

.entr .team__aside-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.entr .team__grid {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.entr .team__card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 5px -1px #5143c414;
  border-top: 2px solid #5143C4
}

.entr .team__card:nth-child(2) {
  border-top-color: #B6B2E0
}

.entr .team__portrait {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px -1px #5143c414
}

.entr .team__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.entr .team__bio {
  flex: 1
}

.entr .team__name {
  font-size: 19px;
  line-height: 1.45;
  color: #2d2560;
  font-weight: 700;
  margin: 0 0 8px
}

.entr .team__role {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  margin: 0 0 16px
}

.entr .team__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c3a;
  margin: 0
}

.entr .team__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.entr .team__tag {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  background: #5143c412;
  padding: 8px 16px;
  border-radius: 48px
}

.entr .invest {
  padding: 64px 32px;
  background: radial-gradient(circle at 0% 0%, #5143c424 0%, #b6b2e00f 55%, transparent 100%), #2d2560
}

.entr .invest__inner {
  max-width: 1100px;
  margin: 0 auto
}

.entr .invest__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px
}

.entr .invest__h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #FAFAFB;
  font-style: italic;
  margin: 0;
  max-width: 520px
}

.entr .invest__h2 span {
  color: #B6B2E0
}

.entr .invest__sub {
  font-size: 16px;
  line-height: 1.65;
  color: #b6b2e0cc;
  max-width: 280px
}

.entr .invest__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.entr .invest__item {
  padding: 32px;
  border-radius: 6px;
  background: #fafafb0d;
  border: 1px solid #b6b2e02e;
  position: relative;
  overflow: hidden;
  transition: background .16s cubic-bezier(0.4, 0, 1, 1)
}

.entr .invest__item:hover {
  background: #fafafb17
}

.entr .invest__item-icon {
  font-size: 19px;
  color: #B6B2E0;
  margin-bottom: 16px
}

.entr .invest__item-h {
  font-size: 19px;
  line-height: 1.45;
  color: #FAFAFB;
  font-weight: 700;
  margin: 0 0 16px
}

.entr .invest__item-p {
  font-size: 16px;
  line-height: 1.65;
  color: #b6b2e0d9;
  margin: 0
}

.entr .invest__img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px
}

.entr .invest__img-fr {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 5px 22px -1px #5143c41c
}

.entr .invest__img-fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.1) brightness(0.9)
}

.entr .gap-sec {
  padding: 64px 32px;
  background: #fff
}

.entr .gap-sec__inner {
  max-width: 1100px;
  margin: 0 auto
}

.entr .gap-sec__top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.entr .gap-sec__h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #2d2560;
  font-style: italic;
  margin: 0 0 32px
}

.entr .gap-sec__lead {
  font-size: 19px;
  line-height: 1.65;
  color: #2c2c3a;
  margin: 0;
  max-width: 480px
}

.entr .gap-sec__stat-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px
}

.entr .gap-sec__stat {
  text-align: center;
  padding: 32px 16px;
  border-radius: 6px;
  background: radial-gradient(circle at 0% 0%, #5143c41a 0%, transparent 70%), #FAFAFB;
  box-shadow: 0 3px 5px -1px #5143c414
}

.entr .gap-sec__stat-num {
  font-size: 58px;
  line-height: 1.2;
  color: #5143C4;
  font-weight: 800;
  letter-spacing: -.04em;
  display: block
}

.entr .gap-sec__stat-lbl {
  font-size: 16px;
  line-height: 1.45;
  color: #2c2c3a
}

.entr .gap-sec__pairs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.entr .gap-sec__pair {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.entr .gap-sec__pair-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #5143c417;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5143C4;
  font-size: 19px
}

.entr .gap-sec__pair-body {
  flex: 1
}

.entr .gap-sec__pair-h {
  font-size: 16px;
  line-height: 1.45;
  color: #2d2560;
  font-weight: 700;
  margin: 0 0 8px
}

.entr .gap-sec__pair-p {
  font-size: 16px;
  line-height: 1.65;
  color: #2c2c3a;
  margin: 0
}

.entr .gap-sec__img-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 64px
}

.entr .gap-sec__img-fr {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 5px 22px -1px #5143c41a
}

.entr .gap-sec__img-fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.entr .gap-sec__img-fr--wide {
  grid-column: span 2
}

.entr .gap-sec__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 32px;
  border-radius: 6px;
  background: radial-gradient(circle at 0% 0%, #5143c41a 0%, transparent 70%), #FAFAFB;
  box-shadow: 0 3px 5px -1px #5143c414
}

.entr .gap-sec__stars {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: #5143C4;
  font-size: 19px
}

.entr .gap-sec__rating-txt {
  font-size: 16px;
  line-height: 1.45;
  color: #2c2c3a
}

.entr .gap-sec__rating-num {
  font-size: 19px;
  font-weight: 700;
  color: #2d2560
}

@media (max-width: 960px) {
  .entr .ttl__inner {
    flex-direction: column;
    gap: 32px
  }

  .entr .ttl__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .entr .ttl__h1 {
    font-size: 58px
  }

  .entr .team__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .entr .team__h2 {
    font-size: 58px
  }

  .entr .invest__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .entr .invest__cards {
    grid-template-columns: 1fr 1fr
  }

  .entr .invest__img-row {
    grid-template-columns: 1fr
  }

  .entr .gap-sec__top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .entr .gap-sec__pairs {
    grid-template-columns: 1fr
  }

  .entr .gap-sec__img-strip {
    grid-template-columns: 1fr 1fr
  }

  .entr .gap-sec__img-fr--wide {
    grid-column: span 2
  }
}

@media (max-width: 480px) {
  .entr .ttl {
    padding: 64px 16px
  }

  .entr .ttl__h1 {
    font-size: 58px
  }

  .entr .team {
    padding: 64px 16px
  }

  .entr .team__h2 {
    font-size: 58px
  }

  .entr .team__card {
    flex-direction: column;
    gap: 16px
  }

  .entr .invest {
    padding: 64px 16px
  }

  .entr .invest__h2 {
    font-size: 58px
  }

  .entr .invest__cards {
    grid-template-columns: 1fr
  }

  .entr .gap-sec {
    padding: 64px 16px
  }

  .entr .gap-sec__h2 {
    font-size: 58px
  }

  .entr .gap-sec__img-strip {
    grid-template-columns: 1fr
  }

  .entr .gap-sec__img-fr--wide {
    grid-column: span 1
  }

  .entr .gap-sec__rating {
    flex-direction: column;
    align-items: flex-start
  }
}

.lp {
  display: block;
  width: 100%;
  overflow-x: clip;
  background: #fff
}

.lp__schema {
  display: none
}

.lp__band1 {
  position: relative;
  padding: 64px 32px;
  background: radial-gradient(circle at 0% 0%, #5143c421 0%, transparent 68%);
  overflow: hidden
}

.lp__band1-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 64px;
  align-items: center
}

.lp__band1-left {
  position: relative
}

.lp__band1-bignr {
  position: absolute;
  top: -32px;
  left: -16px;
  font-size: 200px;
  font-weight: 900;
  color: #5143c40f;
  line-height: 1.2;
  letter-spacing: -8px;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.lp__band1-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 1
}

.lp__band1-h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1a1530;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 32px;
  position: relative;
  z-index: 1
}

.lp__band1-h1 em {
  color: #5143C4;
  font-style: italic
}

.lp__band1-desc {
  font-size: 19px;
  line-height: 1.65;
  color: #2a2540;
  margin: 0 0 32px;
  position: relative;
  z-index: 1
}

.lp__band1-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

.lp__btn--pri {
  display: inline-block;
  padding: 16px 32px;
  background: #5143C4;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 22px -1px #5143c41a;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.lp__btn--pri::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #2d22a0;
  transition: height .13s cubic-bezier(0.4, 0, 1, 1);
  z-index: -1
}

.lp__btn--pri:hover::after {
  height: 100%
}

.lp__btn--pri:hover {
  box-shadow: 0 10px 44px -1px #5143c41c
}

.lp__btn--sec {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #5143C4 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #5143C4;
  cursor: pointer;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1)
}

.lp__btn--sec:hover {
  background: #5143c412
}

.lp__band1-right {
  position: relative
}

.lp__img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 10px 44px -1px #5143c41c
}

.lp__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.1);
  display: block
}

.lp__img-tri {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent #5143C4 transparent transparent;
  pointer-events: none
}

.lp__img-tri2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #B6B2E0;
  pointer-events: none
}

.lp__stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
  position: relative;
  z-index: 1
}

.lp__stat {
  background: #FAFAFB;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 3px 5px -1px #5143c414;
  text-align: center
}

.lp__stat-nr {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  color: #5143C4;
  letter-spacing: -.04em;
  display: block
}

.lp__stat-nr sup {
  font-size: 19px;
  font-weight: 700;
  vertical-align: super;
  color: #B6B2E0
}

.lp__stat-lbl {
  font-size: 16px;
  line-height: 1.45;
  color: #2a2540;
  display: block;
  margin-top: 8px
}

.lp__divider {
  max-width: 1100px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #B6B2E0 30%, #5143C4 50%, #B6B2E0 70%, transparent 100%);
  opacity: .4
}

.lp__band2 {
  padding: 64px 32px;
  background: #FAFAFB;
  position: relative
}

.lp__band2-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 33%;
  gap: 64px;
  align-items: start
}

.lp__band2-h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1a1530;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 32px
}

.lp__band2-h2 em {
  color: #5143C4;
  font-style: italic
}

.lp__numlist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lp__numlist-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  transition: opacity .12s ease-in
}

.lp__numlist-item:hover {
  opacity: 1
}

.lp__numlist:hover .lp__numlist-item {
  opacity: .45
}

.lp__numlist:hover .lp__numlist-item:hover {
  opacity: 1;
  filter: none
}

.lp__numlist-nr {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  color: #5143c42e;
  letter-spacing: -.04em;
  text-align: right;
  transition: color .12s ease-in
}

.lp__numlist-item:hover .lp__numlist-nr {
  color: #5143C4
}

.lp__numlist-h {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  color: #1a1530;
  margin: 0 0 8px
}

.lp__numlist-p {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2540;
  margin: 0
}

.lp__sidebar {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 22px -1px #5143c41a;
  padding: 32px;
  position: sticky;
  top: 32px
}

.lp__sidebar-h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  color: #1a1530;
  margin: 0 0 16px
}

.lp__portrait-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px
}

.lp__portrait-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.lp__portrait-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 3px 5px -1px #5143c414
}

.lp__portrait-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1530;
  display: block
}

.lp__portrait-role {
  font-size: 16px;
  color: #5143C4;
  display: block
}

.lp__rating-block {
  background: radial-gradient(circle at 0% 0%, #5143c417 0%, transparent 70%);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 32px;
  text-align: center
}

.lp__rating-nr {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  color: #5143C4;
  letter-spacing: -.04em;
  display: block
}

.lp__rating-stars {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin: 8px 0
}

.lp__star {
  width: 18px;
  height: 18px;
  display: inline-block
}

.lp__star svg {
  width: 18px;
  height: 18px
}

.lp__rating-sub {
  font-size: 16px;
  color: #2a2540;
  line-height: 1.45
}

.lp__iconlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lp__iconlist-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.45;
  color: #2a2540
}

.lp__iconlist-item i {
  color: #5143C4;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  animation: icon-sway 2.8s ease-in-out infinite
}

.lp__iconlist-item:nth-child(2) i {
  animation-delay: .4s
}

.lp__iconlist-item:nth-child(3) i {
  animation-delay: .9s
}

.lp__iconlist-item:nth-child(4) i {
  animation-delay: 1.4s
}

.lp__iconlist-item:nth-child(5) i {
  animation-delay: 1.9s
}

@keyframes icon-sway {

  0%,
  100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-3px)
  }

  70% {
    transform: translateY(1px)
  }
}

.lp__sidebar-price {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #5143c41f
}

.lp__price-from {
  font-size: 16px;
  color: #2a2540;
  display: block;
  margin-bottom: 8px
}

.lp__price-val {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.2;
  color: #5143C4;
  letter-spacing: -.04em;
  display: block
}

.lp__price-val sup {
  font-size: 19px;
  font-weight: 700;
  vertical-align: super;
  color: #B6B2E0
}

.lp__price-note {
  font-size: 16px;
  color: #2a2540;
  line-height: 1.45;
  margin-bottom: 16px;
  display: block
}

.lp__img2-wrap {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-top: 32px;
  box-shadow: 0 5px 22px -1px #5143c41a;
  position: relative
}

.lp__img2-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lp__img2-tri {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #5143C4 transparent transparent;
  pointer-events: none
}

@media (max-width: 960px) {
  .lp__band1-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lp__band1-h1 {
    font-size: 58px
  }

  .lp__band2-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lp__sidebar {
    position: static
  }

  .lp__stats-row {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 480px) {
  .lp__band1 {
    padding: 32px 16px
  }

  .lp__band2 {
    padding: 32px 16px
  }

  .lp__band1-h1 {
    font-size: 58px
  }

  .lp__stats-row {
    grid-template-columns: 1fr
  }

  .lp__band1-inner {
    gap: 32px
  }

  .lp__numlist-item {
    grid-template-columns: 48px 1fr
  }

  .lp__numlist-nr {
    font-size: 58px
  }
}

.abt-pg {
  background: #fff;
  overflow-x: clip
}

.abt-pg a {
  color: #5143C4;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt-pg a:hover {
  color: #3a2fa0
}

.abt-pg ::selection {
  background: #5143C4;
  color: #fff
}

.abt-pg .dbl-div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 32px
}

.abt-pg .dbl-div span {
  display: block;
  height: 1px;
  background: #5143C4;
  opacity: .35;
  width: 64px
}

.abt-pg .dbl-div span:last-child {
  opacity: .15
}

.abt-pg .pg-lim {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.abt-pg .corner-lines {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none
}

.abt-pg .corner-lines span {
  display: block;
  height: 1px;
  background: #B6B2E0;
  opacity: .5
}

.abt-pg .corner-lines span:nth-child(1) {
  width: 48px
}

.abt-pg .corner-lines span:nth-child(2) {
  width: 36px
}

.abt-pg .corner-lines span:nth-child(3) {
  width: 56px
}

.abt-pg .corner-lines span:nth-child(4) {
  width: 28px
}

.abt-pg .top-strip {
  position: relative;
  padding-top: 64px;
  padding-bottom: 32px
}

.abt-pg .top-strip__inner {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 64px;
  align-items: start
}

.abt-pg .top-strip__blob {
  position: absolute;
  top: -32px;
  left: -64px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at top left, #5143c41a, transparent 70%);
  border-radius: 48px;
  filter: blur(32px);
  pointer-events: none;
  z-index: 0
}

.abt-pg .top-strip__blob--b {
  top: 32px;
  left: 120px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top left, #b6b2e021, transparent 70%);
  filter: blur(24px)
}

.abt-pg .top-strip__text {
  position: relative;
  z-index: 1
}

.abt-pg .top-strip__eyebrow {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt-pg .top-strip__h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #5143C4;
  font-style: italic;
  margin-bottom: 16px
}

.abt-pg .top-strip__tag {
  font-size: 19px;
  line-height: 1.65;
  color: #2a2540;
  max-width: 480px;
  margin-bottom: 32px
}

.abt-pg .top-strip__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.abt-pg .lnk-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  padding: 8px 32px;
  border-radius: 6px;
  border: 1.5px solid #5143C4;
  color: #5143C4;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-pg .lnk-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #5143C4;
  transition: height .15s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0
}

.abt-pg .lnk-btn:hover {
  color: #fff
}

.abt-pg .lnk-btn:hover::after {
  height: 100%
}

.abt-pg .lnk-btn span {
  position: relative;
  z-index: 1
}

.abt-pg .lnk-btn--fill {
  background: #5143C4;
  color: #fff
}

.abt-pg .lnk-btn--fill::after {
  background: #3a2fa0
}

.abt-pg .lnk-btn--fill:hover {
  color: #fff
}

.abt-pg .top-strip__img-col {
  position: relative;
  z-index: 1
}

.abt-pg .top-strip__imgwrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 22px -1px #5143c41a;
  animation: imgfadein .7s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes imgfadein {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes traceout {
  from {
    stroke-dashoffset: 900
  }

  to {
    stroke-dashoffset: 0
  }
}

.abt-pg .top-strip__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .trace-svg {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  pointer-events: none;
  border-radius: 6px
}

.abt-pg .trace-svg rect {
  fill: none;
  stroke: #5143C4;
  stroke-width: 1.5;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: traceout 1.1s .3s cubic-bezier(0.4, 0, 1, 1) forwards;
  rx: 6
}

.abt-pg .story-sec {
  background: #FAFAFB;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.abt-pg .story-sec__corner {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none
}

.abt-pg .story-sec__corner span {
  display: block;
  height: 1px;
  background: #B6B2E0;
  opacity: .5
}

.abt-pg .story-sec__corner span:nth-child(1) {
  width: 40px
}

.abt-pg .story-sec__corner span:nth-child(2) {
  width: 60px
}

.abt-pg .story-sec__corner span:nth-child(3) {
  width: 32px
}

.abt-pg .story-sec__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start
}

.abt-pg .story-sec__fixed {
  position: sticky;
  top: 32px
}

.abt-pg .story-sec__label {
  font-size: 16px;
  line-height: 1.45;
  color: #5143C4;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt-pg .story-sec__h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #5143C4;
  font-style: italic;
  margin-bottom: 32px
}

.abt-pg .story-sec__imgwrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 5px -1px #5143c414
}

.abt-pg .story-sec__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-pg .story-sec__body {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-pg .story-sec__para {
  font-size: 19px;
  line-height: 1.65;
  color: #2a2540
}

.abt-pg .story-sec__para--narrow {
  max-width: 420px
}

.abt-pg .steps-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px
}

.abt-pg .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 180px;
  min-width: 160px
}

.abt-pg .step-item__num {
  font-size: 58px;
  line-height: 1.2;
  color: #B6B2E0;
  font-style: italic;
  letter-spacing: -.04em;
  flex-shrink: 0;
  line-height: 1
}

.abt-pg .step-item__body {
  padding-top: 8px
}

.abt-pg .step-item__h {
  font-size: 16px;
  line-height: 1.45;
  color: #2a2540;
  font-weight: 700;
  margin-bottom: 8px
}

.abt-pg .step-item__p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4560
}

.abt-pg .team-sec {
  background: #5143C4;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.abt-pg .team-sec__blob {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at top left, #b6b2e02e, transparent 70%);
  filter: blur(32px);
  pointer-events: none
}

.abt-pg .team-sec__h2 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #FAFAFB;
  font-style: italic;
  margin-bottom: 16px
}

.abt-pg .team-sec__sub {
  font-size: 19px;
  line-height: 1.65;
  color: #B6B2E0;
  max-width: 520px;
  margin-bottom: 64px
}

.abt-pg .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.abt-pg .team-card {
  background: #ffffff12;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 5px 22px -1px #5143c41a;
  position: relative;
  overflow: hidden;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-pg .team-card:hover {
  background: #ffffff21
}

.abt-pg .team-card__reveal {
  position: absolute;
  inset: 0;
  background: #b6b2e014;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 6px;
  pointer-events: none
}

.abt-pg .team-card:hover .team-card__reveal {
  transform: scaleX(1)
}

.abt-pg .team-card__portrait {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 3px 5px -1px #5143c414
}

.abt-pg .team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .team-card__noimg {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  background: #b6b2e02e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.abt-pg .team-card__noimg i {
  font-size: 32px;
  color: #B6B2E0
}

.abt-pg .team-card__name {
  font-size: 19px;
  line-height: 1.45;
  color: #FAFAFB;
  font-weight: 700;
  margin-bottom: 8px
}

.abt-pg .team-card__role {
  font-size: 16px;
  line-height: 1.45;
  color: #B6B2E0;
  margin-bottom: 16px
}

.abt-pg .team-card__bio {
  font-size: 16px;
  line-height: 1.65;
  color: #fafafbc7
}

.abt-pg .team-sec__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 64px
}

.abt-pg .team-sec__imgwrap {
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 44px -1px #5143c41c
}

.abt-pg .team-sec__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

@media (max-width: 960px) {
  .abt-pg .top-strip__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-pg .top-strip__img-col {
    max-width: 260px
  }

  .abt-pg .story-sec__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-pg .story-sec__fixed {
    position: static
  }

  .abt-pg .team-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt-pg .team-sec__imgs {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt-pg .top-strip__h1 {
    font-size: 58px
  }

  .abt-pg .story-sec__h2 {
    font-size: 58px
  }

  .abt-pg .team-sec__h2 {
    font-size: 58px
  }
}

@media (max-width: 480px) {
  .abt-pg .pg-lim {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-pg .top-strip {
    padding-top: 32px
  }

  .abt-pg .top-strip__h1 {
    font-size: 58px
  }

  .abt-pg .story-sec__h2 {
    font-size: 58px
  }

  .abt-pg .team-sec__h2 {
    font-size: 58px
  }

  .abt-pg .team-grid {
    grid-template-columns: 1fr
  }

  .abt-pg .team-sec__imgs {
    grid-template-columns: 1fr
  }

  .abt-pg .steps-row {
    flex-direction: column
  }

  .abt-pg .top-strip__links {
    flex-direction: column
  }

  .abt-pg .step-item {
    flex: 1 1 100%
  }
}

.succ-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  background: #FAFAFB
}

.succ-page .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 64px 32px;
  box-shadow: 0 10px 44px -1px #5143c41c;
  text-align: center
}

.succ-page .card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  border-radius: 48px;
  background: linear-gradient(135deg, #5143C4 0%, #B6B2E0 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.succ-page .card__icon svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.succ-page .card__heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #5143C4;
  font-style: italic;
  margin: 0 0 16px
}

.succ-page .card__sub {
  font-size: 19px;
  line-height: 1.45;
  color: #2a2640;
  margin: 0 0 32px
}

.succ-page .card__note {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4660;
  margin: 0 0 32px;
  padding: 16px;
  background: #FAFAFB;
  border-radius: 6px;
  box-shadow: inset 0 3px 6px #5143c414
}

.succ-page .card__link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #5143C4;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 5px 22px -1px #5143c41a
}

.succ-page .card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #B6B2E0;
  transform: translateY(100%);
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.succ-page .card__link:hover::before {
  transform: translateY(0)
}

.succ-page .card__link:hover {
  color: #2a2640
}

.succ-page .card__link span {
  position: relative;
  z-index: 1
}

@media (max-width: 480px) {
  .succ-page {
    padding: 32px 16px
  }

  .succ-page .card {
    padding: 32px 16px
  }

  .succ-page .card__heading {
    font-size: 19px
  }
}