html {
  box-sizing: border-box;
  font-size: 100%
}

*,
::before,
::after {
  box-sizing: inherit
}

html,
body {
  margin: 0
}

body {
  font-family: 'Red Hat Display', sans-serif;
  background-color: #fff;
  color: #1a1a2e
}

.top-bar {
  background: linear-gradient(90deg, #730276 0%, #4a0150 100%);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.top-bar__contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.top-bar__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFEE8;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .5s ease-in-out
}

.top-bar__contact-item:hover,
.top-bar__contact-item:focus {
  color: #0CFFE5;
  outline: none;
  transform: scale(1.02)
}

.top-bar__contact-item svg {
  flex-shrink: 0
}

.top-bar__badge {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFEE8;
  letter-spacing: .02em;
  border: 1.5px solid #0cffe566;
  padding: 4px 20px;
  border-radius: 0
}

.site-header {
  background: #FFFEE8;
  border-bottom: 2.5px solid #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.hd-main-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 40px
}

.hd-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.hd-brand__img-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #0CFFE5;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 1px 4px 0 #0cffe514
}

.hd-brand__img-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.hd-brand__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d0030;
  letter-spacing: .01em
}

.hd-brand__name span {
  color: #730276
}

.hd-nav {
  flex: 1;
  min-width: 0
}

.hd-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: center;
  justify-content: flex-end
}

.hd-nav__item {
  flex-shrink: 0
}

.hd-nav__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .015em;
  color: #2d0030;
  text-decoration: none;
  padding: 8px 12px;
  border: 1.5px solid transparent;
  border-radius: 0;
  transition: border-color .5s ease-in-out, color .45s ease-in-out
}

.hd-nav__link:hover,
.hd-nav__link:focus {
  color: #730276;
  border-color: #730276;
  outline: none;
  transform: scale(1.02)
}

.hd-nav__link.active {
  color: #730276;
  border-color: #0CFFE5;
  font-weight: 700
}

.hd-proof-strip {
  background: linear-gradient(90deg, #0CFFE5 0%, #0cffe526 100%);
  border-top: 1px solid #73027626
}

.hd-proof-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap
}

.hd-proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #2d0030;
  letter-spacing: .01em;
  font-weight: 700
}

.hd-proof-item svg {
  flex-shrink: 0
}

.hd-proof-sep {
  width: 1px;
  height: 20px;
  background: #73027640;
  flex-shrink: 0
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .top-bar__badge {
    align-self: flex-start
  }

  .hd-main-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px
  }

  .hd-nav__list {
    justify-content: flex-start
  }

  .hd-proof-strip__inner {
    gap: 20px
  }

  .hd-proof-sep {
    display: none
  }
}

@media (max-width: 375px) {
  .hd-nav__link {
    padding: 8px;
    font-size: 16px
  }

  .top-bar__contact-row {
    gap: 8px
  }

  .hd-proof-strip__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

.site-footer {
  background: #2d0030;
  border-top: 3px solid #0CFFE5;
  margin-top: 80px
}

.ft-upper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #0cffe533
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto
}

.ft-brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}

.ft-brand-link__img-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #0CFFE5;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 1px 4px 0 #0cffe514
}

.ft-brand-link__img-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.ft-brand-link__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFEE8;
  letter-spacing: .01em
}

.ft-brand-link__name span {
  color: #0CFFE5
}

.ft-addr {
  font-size: 16px;
  line-height: 1.7;
  color: #fffee8bf;
  letter-spacing: .01em;
  max-width: 260px
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto
}

.ft-contact-col__label {
  font-size: 16px;
  font-weight: 700;
  color: #0CFFE5;
  letter-spacing: .02em;
  margin-bottom: 4px;
  text-transform: uppercase
}

.ft-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFEE8;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .5s ease-in-out
}

.ft-contact-link:hover,
.ft-contact-link:focus {
  color: #0CFFE5;
  outline: none;
  transform: scale(1.02)
}

.ft-contact-link svg {
  flex-shrink: 0
}

.ft-lower {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px
}

.ft-copy {
  font-size: 16px;
  line-height: 1.5;
  color: #fffee899;
  letter-spacing: .01em
}

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

.ft-legal-nav__link {
  font-size: 16px;
  line-height: 1.5;
  color: #fffee8b3;
  text-decoration: none;
  letter-spacing: .01em;
  border-bottom: 1px solid transparent;
  transition: color .48s ease-in-out, border-color .48s ease-in-out
}

.ft-legal-nav__link:hover,
.ft-legal-nav__link:focus {
  color: #0CFFE5;
  border-color: #0CFFE5;
  outline: none;
  transform: scale(1.02)
}

@media (max-width: 768px) {
  .ft-upper {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px
  }

  .ft-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (max-width: 375px) {
  .ft-legal-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

.ck-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 760px;
  background: #2d0030;
  border: 2px solid #0CFFE5;
  border-radius: 12px;
  box-shadow: 0 8px 52px 0 #0cffe524;
  z-index: 8000;
  padding: 20px;
  display: none
}

.ck-bar.ck-bar--visible {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ck-bar__head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFEE8;
  letter-spacing: .01em
}

.ck-bar__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #fffee8cc;
  letter-spacing: .01em
}

.ck-bar__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

.ck-btn {
  flex: 1 1 140px;
  min-height: 44px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 8px 20px
}

.ck-btn:focus {
  outline: none;
  transform: scale(1.02)
}

.ck-btn--accept {
  background: transparent;
  color: #0CFFE5;
  border: 2.5px solid #0CFFE5
}

.ck-btn--accept:hover {
  border-color: #FFFEE8;
  color: #FFFEE8
}

.ck-btn--decline {
  background: transparent;
  color: #fffee8b3;
  border: 2.5px solid #fffee859
}

.ck-btn--decline:hover {
  border-color: #0CFFE5;
  color: #0CFFE5
}

@media (max-width: 375px) {
  .ck-bar__actions {
    flex-direction: column
  }

  .ck-btn {
    flex: none;
    width: 100%
  }
}

.legal-c-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #1b1b2e
}

.legal-c-content h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b2e;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #0CFFE5
}

.legal-c-content h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b2e;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #730276;
  border-bottom: 1px solid #0cffe540;
  padding-bottom: 8px
}

.legal-c-content h3 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #1b1b2e;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #0CFFE5
}

.legal-c-content h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #1b1b2e;
  margin-top: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.legal-c-content h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #2a2a3d;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 700
}

.legal-c-content h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #2a2a3d;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  opacity: .8
}

.legal-c-content p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a3d;
  margin-top: 0;
  margin-bottom: 20px
}

.legal-c-content em,
.legal-c-content i {
  font-style: italic;
  color: #3a1a3d
}

.legal-c-content a {
  color: #730276;
  text-decoration: underline;
  text-decoration-color: #73027659;
  text-underline-offset: 3px;
  transition: color .5s ease-in-out, text-decoration-color .55s ease-in-out
}

.legal-c-content a:hover {
  color: #0CFFE5;
  text-decoration-color: #0cffe599
}

.legal-c-content a:visited {
  color: #5a0260
}

.legal-c-content hr {
  border: none;
  border-top: 1px solid #0cffe54d;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0;
  background: none
}

.legal-c-content div {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em
}

.legal-c-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  border-radius: 12px;
  overflow: hidden
}

.legal-c-content thead {
  background-color: #FFFEE8
}

.legal-c-content thead tr {
  border-bottom: 2px solid #0CFFE5
}

.legal-c-content tbody tr {
  border-bottom: 1px solid #0cffe52e;
  transition: background-color .45s ease-in-out
}

.legal-c-content tbody tr:last-child {
  border-bottom: none
}

.legal-c-content tbody tr:hover {
  background-color: #fffee899
}

.legal-c-content th {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1b1b2e;
  text-transform: uppercase;
  background-color: #FFFEE8;
  border-right: 1px solid #7302761a
}

.legal-c-content th:last-child {
  border-right: none
}

.legal-c-content td {
  padding: 20px;
  color: #2a2a3d;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
  border-right: 1px solid #0cffe51f
}

.legal-c-content td:last-child {
  border-right: none
}

@media (max-width: 768px) {
  .legal-c-content {
    padding: 40px 20px
  }

  .legal-c-content h1 {
    font-size: 40px
  }

  .legal-c-content h2 {
    font-size: 22px;
    margin-top: 40px
  }

  .legal-c-content h3 {
    font-size: 18px
  }

  .legal-c-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
  }

  .legal-c-content th,
  .legal-c-content td {
    padding: 20px 8px;
    min-width: 140px
  }
}

@media (max-width: 375px) {
  .legal-c-content {
    padding: 40px 8px
  }

  .legal-c-content h1 {
    font-size: 22px;
    padding-bottom: 8px
  }

  .legal-c-content h2 {
    font-size: 18px;
    padding-left: 8px
  }

  .legal-c-content h3 {
    font-size: 16px;
    padding-left: 8px
  }

  .legal-c-content p,
  .legal-c-content div {
    font-size: 16px
  }

  .legal-c-content th,
  .legal-c-content td {
    padding: 8px 4px;
    font-size: 16px;
    min-width: 120px
  }
}

.spnsr-pg {
  max-width: 100%;
  overflow-x: hidden
}

.spnsr-pg .ctr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

.spnsr-pg ::selection {
  background: #730276;
  color: #FFFEE8
}

.spnsr-pg .tb-wrap {
  background: #FFFEE8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.spnsr-pg .tb-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 60% at 18% 40%, #0cffe521 0%, transparent 70%);
  pointer-events: none
}

.spnsr-pg .tb-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.spnsr-pg .tb-img-col {
  position: relative
}

.spnsr-pg .tb-img-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #0cffe566;
  box-shadow: 0 8px 52px 0 #0cffe524
}

.spnsr-pg .tb-img-frame img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spnsr-pg .tb-img-frame:hover img {
  transform: scale(1.03)
}

.spnsr-pg .tb-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, #73027673 0%, transparent 100%);
  pointer-events: none
}

.spnsr-pg .tb-deco {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 2px solid #0cffe540;
  pointer-events: none;
  z-index: 0
}

.spnsr-pg .tb-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.spnsr-pg .tb-overline {
  display: block;
  width: 48px;
  height: 2px;
  background: #0CFFE5;
  margin-bottom: 4px
}

.spnsr-pg .tb-label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #730276;
  text-transform: uppercase;
  font-weight: 600
}

.spnsr-pg .tb-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0
}

.spnsr-pg .tb-h1 .acc {
  color: #730276
}

.spnsr-pg .tb-quote {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #2d1a2e;
  border-top: 1px solid #73027633;
  padding-top: 20px;
  font-style: italic;
  margin: 0
}

.spnsr-pg .tb-body {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2d1a2e;
  margin: 0
}

.spnsr-pg .tb-body.narrow {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.5;
  color: #3d2040
}

.spnsr-pg .tb-stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-top: 20px;
  border-top: 1px solid #0cffe54d
}

.spnsr-pg .tb-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.spnsr-pg .tb-stat-num {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #730276;
  font-weight: 700
}

.spnsr-pg .tb-stat-lbl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3d2040
}

.spnsr-pg .fmts-wrap {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.spnsr-pg .fmts-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 1px;
  background: linear-gradient(to right, #0CFFE5, transparent);
  pointer-events: none
}

.spnsr-pg .fmts-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px
}

.spnsr-pg .fmts-top-left {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.spnsr-pg .fmts-overline {
  display: block;
  width: 48px;
  height: 2px;
  background: #0CFFE5;
  margin-bottom: 4px
}

.spnsr-pg .fmts-label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #730276;
  text-transform: uppercase;
  font-weight: 600
}

.spnsr-pg .fmts-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0
}

.spnsr-pg .fmts-h2 .acc {
  color: #0CFFE5;
  -webkit-text-stroke: 1px #730276
}

.spnsr-pg .fmts-top-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px
}

.spnsr-pg .fmts-intro {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2d1a2e;
  margin: 0
}

.spnsr-pg .fmts-intro.narrow {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.5;
  color: #3d2040
}

.spnsr-pg .fmts-tbl-wrap {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #0cffe54d;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  margin-bottom: 80px
}

.spnsr-pg .fmts-tbl {
  width: 100%;
  border-collapse: collapse
}

.spnsr-pg .fmts-tbl thead tr {
  background: #730276
}

.spnsr-pg .fmts-tbl thead th {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #FFFEE8;
  padding: 20px;
  text-align: left;
  font-weight: 600
}

.spnsr-pg .fmts-tbl thead th:first-child {
  border-radius: 0
}

.spnsr-pg .fmts-tbl tbody tr {
  border-bottom: 1px solid #0cffe526;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spnsr-pg .fmts-tbl tbody tr:last-child {
  border-bottom: none
}

.spnsr-pg .fmts-tbl tbody tr:hover {
  background: #0cffe50f
}

.spnsr-pg .fmts-tbl tbody td {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #2d1a2e;
  padding: 20px;
  vertical-align: top
}

.spnsr-pg .fmts-tbl tbody td:first-child {
  font-weight: 700;
  color: #730276
}

.spnsr-pg .fmts-tbl tbody tr:nth-child(odd) {
  background: #fffee880
}

.spnsr-pg .fmts-tbl tbody tr:nth-child(odd):hover {
  background: #0cffe50f
}

.spnsr-pg .tier-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em
}

.spnsr-pg .tier-badge.bronze {
  background: #cd7f321f;
  color: #7a4f1e;
  border: 1px solid #cd7f3259
}

.spnsr-pg .tier-badge.silver {
  background: #c0c0c026;
  color: #3d3d3d;
  border: 1px solid #96969659
}

.spnsr-pg .tier-badge.gold {
  background: #daa5201f;
  color: #6b4f00;
  border: 1px solid #daa52059
}

.spnsr-pg .tier-badge.platinum {
  background: #7302761a;
  color: #730276;
  border: 1px solid #73027659
}

.spnsr-pg .terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px
}

.spnsr-pg .term-card {
  border-radius: 12px;
  border: 2px solid #73027626;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FFFEE8
}

.spnsr-pg .term-card:hover {
  border-color: #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.spnsr-pg .term-icon-ring {
  width: 52px;
  height: 52px;
  border-radius: 0;
  border: 2px solid #0cffe580;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0cffe51a;
  flex-shrink: 0;
  transition: background .55s ease-in-out
}

.spnsr-pg .term-card:hover .term-icon-ring {
  background: #0cffe538
}

.spnsr-pg .term-icon-ring svg {
  width: 24px;
  height: 24px;
  stroke: #730276;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.spnsr-pg .term-h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0;
  font-weight: 700
}

.spnsr-pg .term-body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3d2040;
  margin: 0
}

.spnsr-pg .cta-strip {
  background: #730276;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  box-shadow: 0 8px 52px 0 #73027624
}

.spnsr-pg .cta-strip-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.spnsr-pg .cta-strip-h3 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #FFFEE8;
  margin: 0;
  font-weight: 700
}

.spnsr-pg .cta-strip-sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fffee8cc;
  margin: 0
}

.spnsr-pg .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  border-radius: 0;
  border: 3px solid #0CFFE5;
  background: transparent;
  color: #0CFFE5;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .5s ease-in-out, color .5s ease-in-out;
  white-space: nowrap;
  flex-shrink: 0
}

.spnsr-pg .cta-btn:hover {
  border-color: #FFFEE8;
  color: #FFFEE8
}

.spnsr-pg .cta-btn:focus {
  outline: 2px solid #FFFEE8;
  outline-offset: 4px
}

.spnsr-pg .fmts-cards {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px
}

.spnsr-pg .fmt-card {
  border-radius: 12px;
  border: 2px solid #73027633;
  overflow: hidden
}

.spnsr-pg .fmt-card-head {
  background: #730276;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.spnsr-pg .fmt-card-head-name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #FFFEE8;
  font-weight: 700
}

.spnsr-pg .fmt-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #FFFEE8
}

.spnsr-pg .fmt-card-row {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.spnsr-pg .fmt-card-key {
  font-size: 16px;
  line-height: 1.5;
  color: #730276;
  font-weight: 600;
  flex: 0 0 120px
}

.spnsr-pg .fmt-card-val {
  font-size: 16px;
  line-height: 1.5;
  color: #2d1a2e
}

@keyframes spnsr-reveal {
  from {
    opacity: 0;
    transform: translateY(16px) rotate(-1deg)
  }

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

.spnsr-pg .tb-text-col {
  animation: spnsr-reveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.spnsr-pg .tb-img-col {
  animation: spnsr-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.spnsr-pg .fmts-tbl-wrap {
  animation: spnsr-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .05s both
}

@media (max-width: 1366px) {
  .spnsr-pg .tb-grid {
    grid-template-columns: 320px 1fr;
    gap: 40px
  }

  .spnsr-pg .tb-h1 {
    font-size: 40px
  }

  .spnsr-pg .fmts-top {
    gap: 40px
  }

  .spnsr-pg .fmts-top-left {
    flex: 0 0 280px
  }
}

@media (max-width: 768px) {
  .spnsr-pg .ctr {
    padding-left: 20px;
    padding-right: 20px
  }

  .spnsr-pg .tb-wrap {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .spnsr-pg .tb-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spnsr-pg .tb-img-frame img {
    height: 280px
  }

  .spnsr-pg .tb-h1 {
    font-size: 40px
  }

  .spnsr-pg .tb-stat-row {
    gap: 20px
  }

  .spnsr-pg .tb-stat-num {
    font-size: 22px
  }

  .spnsr-pg .fmts-wrap {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .spnsr-pg .fmts-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
  }

  .spnsr-pg .fmts-top-left {
    flex: none
  }

  .spnsr-pg .fmts-h2 {
    font-size: 40px
  }

  .spnsr-pg .fmts-tbl-wrap {
    display: none
  }

  .spnsr-pg .fmts-cards {
    display: flex
  }

  .spnsr-pg .terms-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px
  }

  .spnsr-pg .cta-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px
  }

  .spnsr-pg .cta-btn {
    padding: 20px;
    width: 100%;
    justify-content: center
  }
}

@media (max-width: 375px) {
  .spnsr-pg .ctr {
    padding-left: 20px;
    padding-right: 20px
  }

  .spnsr-pg .tb-h1 {
    font-size: 40px
  }

  .spnsr-pg .fmts-h2 {
    font-size: 40px
  }

  .spnsr-pg .tb-stat-row {
    flex-direction: column;
    gap: 20px
  }

  .spnsr-pg .term-card {
    padding: 20px
  }
}

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

.strt .pg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.strt ::selection {
  background: #730276;
  color: #FFFEE8
}

.strt :focus-visible {
  outline: 2px solid #730276;
  outline-offset: 2px
}

.strt .t-blk {
  background: #FFFEE8;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative
}

.strt .t-blk-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.strt .t-blk-spot {
  position: absolute;
  width: 520px;
  height: 320px;
  background: radial-gradient(ellipse 60% 50% at 20% 60%, #0cffe521 0%, transparent 70%);
  top: 10%;
  left: -80px;
  animation: spot-drift 9s ease-in-out infinite alternate
}

@keyframes spot-drift {
  0% {
    transform: translateX(0) translateY(0)
  }

  100% {
    transform: translateX(40px) translateY(20px)
  }
}

.strt .t-blk-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px
}

.strt .t-img-col {
  flex: 0 0 340px;
  position: relative
}

.strt .t-img-shp {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #0cffe559;
  border-radius: 0;
  top: -20px;
  left: -20px;
  pointer-events: none
}

.strt .t-img-shp2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #7302761f;
  border-radius: 12px;
  bottom: 40px;
  right: -12px;
  pointer-events: none
}

.strt .t-img-frame {
  width: 100%;
  border-radius: 0;
  border: 1px solid #7302762e;
  overflow: hidden;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.strt .t-img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.95)
}

.strt .t-txt-col {
  flex: 1;
  padding-top: 20px
}

.strt .t-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #0CFFE5;
  margin-bottom: 20px
}

.strt .t-tag {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #730276;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .t-dot {
  width: 8px;
  height: 8px;
  background: #0CFFE5;
  border-radius: 0;
  flex-shrink: 0
}

.strt .t-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin-bottom: 20px;
  font-weight: 700
}

.strt .t-h1 .acc {
  color: #730276
}

.strt .t-lead {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e;
  margin-bottom: 20px;
  max-width: 520px
}

.strt .t-sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e;
  max-width: 460px
}

.strt .t-btn-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap
}

.strt .btn-pri {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 3px solid #730276;
  border-radius: 0;
  background: transparent;
  color: #730276;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .btn-pri:hover {
  border-color: #0CFFE5;
  color: #0a6b62
}

.strt .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid #0cffe599;
  border-radius: 0;
  background: transparent;
  color: #2a1a2e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .55s ease-in-out
}

.strt .btn-sec:hover {
  border-color: #730276
}

.strt .div-band {
  height: 4px;
  background: linear-gradient(90deg, #0CFFE5 0%, #730276 60%, transparent 100%)
}

.strt .diff-sec {
  background: #fff;
  padding: 80px 0
}

.strt .diff-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.strt .diff-left {
  flex: 0 0 55%
}

.strt .diff-right {
  flex: 1;
  padding-top: 8px
}

.strt .sec-overline {
  width: 32px;
  height: 2px;
  background: #0CFFE5;
  margin-bottom: 8px
}

.strt .sec-label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #730276;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .sec-dot {
  width: 7px;
  height: 7px;
  background: #0CFFE5;
  border-radius: 0;
  flex-shrink: 0
}

.strt .diff-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin-bottom: 20px;
  font-weight: 700
}

.strt .diff-h2 .acc {
  color: #730276
}

.strt .diff-p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e;
  margin-bottom: 20px
}

.strt .diff-p-narrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e;
  max-width: 380px
}

.strt .diff-card {
  border: 2px solid #0cffe566;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: box-shadow .5s ease-in-out, border-color .5s ease-in-out
}

.strt .diff-card:hover {
  box-shadow: 0 6px 22px 0 #0cffe51c;
  border-color: #73027666
}

.strt .diff-card-lbl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #730276;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .diff-card-lbl svg {
  flex-shrink: 0
}

.strt .diff-card-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #2a1a2e
}

.strt .div-gap {
  height: 1px;
  background: #0cffe540;
  max-width: 1200px;
  margin: 0 auto
}

.strt .exmp-sec {
  background: #0cffe50a;
  padding: 80px 0
}

.strt .exmp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.strt .exmp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px
}

.strt .exmp-img-wrap {
  border-radius: 0;
  border: 1px solid #73027626;
  overflow: hidden;
  box-shadow: 0 6px 22px 0 #7302761c
}

.strt .exmp-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .exmp-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

.strt .exmp-h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  font-weight: 700
}

.strt .exmp-h3 .acc {
  color: #730276
}

.strt .exmp-body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e
}

.strt .exmp-body-narrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e;
  max-width: 400px
}

.strt .exmp-metrics {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap
}

.strt .exmp-metric {
  flex: 1;
  min-width: 120px;
  border: 2px solid #0cffe580;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 4px 0 #0cffe514
}

.strt .exmp-metric-val {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #730276;
  letter-spacing: .01em
}

.strt .exmp-metric-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2a3e;
  margin-top: 4px
}

.strt .div-thick {
  height: 6px;
  background: #730276;
  max-width: 120px;
  margin: 0 auto;
  border-radius: 0
}

.strt .prob-sec {
  background: #1a0a1a;
  padding: 80px 0;
  position: relative
}

.strt .prob-bg-acc {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.strt .prob-bg-spot {
  position: absolute;
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse 55% 45% at 15% 55%, #0cffe512 0%, transparent 70%);
  top: 20%;
  left: -100px;
  animation: spot-drift 12s ease-in-out infinite alternate
}

.strt .prob-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 80px;
  align-items: start
}

.strt .prob-lbl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #0CFFE5;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .prob-dot {
  width: 7px;
  height: 7px;
  background: #730276;
  border-radius: 0;
  flex-shrink: 0
}

.strt .prob-overline {
  width: 32px;
  height: 2px;
  background: #730276;
  margin-bottom: 8px
}

.strt .prob-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFFEE8;
  font-weight: 700;
  margin-bottom: 20px
}

.strt .prob-h2 .acc {
  color: #0CFFE5
}

.strt .prob-p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #fffee8d9;
  margin-bottom: 20px
}

.strt .prob-p-narrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fffee8b3;
  max-width: 360px
}

.strt .prob-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px
}

.strt .prob-item {
  border: 1px solid #0cffe533;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  transition: border-color .6s ease-in-out, background .6s ease-in-out
}

.strt .prob-item:hover {
  border-color: #0cffe580;
  background: #0cffe50a
}

.strt .prob-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #0cffe559;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.strt .prob-ico svg {
  color: #0CFFE5
}

.strt .prob-item-h {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #FFFEE8;
  margin-bottom: 4px
}

.strt .prob-item-p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fffee8b3
}

.strt .div-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #73027666, transparent)
}

.strt .assoc-sec {
  background: #fff;
  padding: 80px 0
}

.strt .assoc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.strt .assoc-top {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 40px
}

.strt .assoc-txt {
  flex: 0 0 50%
}

.strt .assoc-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  font-weight: 700;
  margin-bottom: 20px
}

.strt .assoc-h2 .acc {
  color: #730276
}

.strt .assoc-p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e;
  margin-bottom: 20px
}

.strt .assoc-p-narrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e;
  max-width: 380px
}

.strt .assoc-portrait-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start
}

.strt .assoc-portrait-frame {
  width: 180px;
  border: 1px solid #73027633;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 22px 0 #7302761c
}

.strt .assoc-portrait-frame img {
  width: 180px;
  height: 225px;
  object-fit: cover;
  object-position: top;
  display: block
}

.strt .assoc-person-info {
  padding: 8px 0
}

.strt .assoc-person-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1a0a1a
}

.strt .assoc-person-role {
  font-size: 16px;
  line-height: 1.5;
  color: #730276
}

.strt .assoc-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.strt .assoc-badge {
  border: 2px solid #0cffe566;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .assoc-badge:hover {
  box-shadow: 0 8px 52px 0 #0cffe524;
  border-color: #73027666
}

.strt .assoc-badge-ico {
  width: 36px;
  height: 36px;
  background: #0cffe51f;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

.strt .assoc-badge-ico svg {
  color: #730276
}

.strt .assoc-badge-h {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1a0a1a;
  margin-bottom: 4px
}

.strt .assoc-badge-p {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2a3e
}

.strt .div-accent {
  height: 3px;
  background: #0cffe54d;
  max-width: 1200px;
  margin: 0 auto
}

.strt .after-sec {
  background: #0cffe50a;
  padding: 80px 0
}

.strt .after-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.strt .after-hd {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-end;
  margin-bottom: 40px
}

.strt .after-hd-left {
  flex: 0 0 55%
}

.strt .after-hd-right {
  flex: 1
}

.strt .after-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  font-weight: 700;
  margin-bottom: 20px
}

.strt .after-h2 .acc {
  color: #730276
}

.strt .after-p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e
}

.strt .after-side-p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e
}

.strt .after-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px
}

.strt .after-img-wrap {
  border: 1px solid #0cffe540;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.strt .after-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block
}

.strt .after-outcomes {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap
}

.strt .after-outcome {
  flex: 1;
  min-width: 200px;
  border: 2px solid #73027640;
  border-radius: 12px;
  padding: 20px;
  transition: border-color .6s ease-in-out
}

.strt .after-outcome:hover {
  border-color: #0cffe599
}

.strt .after-outcome-h {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #730276;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .after-outcome-h svg {
  flex-shrink: 0
}

.strt .after-outcome-p {
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a2e
}

.strt .div-duo {
  display: flex;
  flex-direction: row;
  height: 4px
}

.strt .div-duo-a {
  flex: 3;
  background: #0CFFE5
}

.strt .div-duo-b {
  flex: 1;
  background: #730276
}

.strt .ready-sec {
  background: #fff;
  padding: 80px 0
}

.strt .ready-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 40px;
  align-items: start
}

.strt .ready-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.strt .ready-overline {
  width: 32px;
  height: 2px;
  background: #0CFFE5
}

.strt .ready-lbl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #730276;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.strt .ready-dot {
  width: 7px;
  height: 7px;
  background: #0CFFE5;
  border-radius: 0;
  flex-shrink: 0
}

.strt .ready-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  font-weight: 700
}

.strt .ready-h2 .acc {
  color: #730276
}

.strt .ready-p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a2e
}

.strt .ready-p-narrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a2a3e;
  max-width: 480px
}

.strt .ready-checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.strt .ready-check {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #0cffe533
}

.strt .ready-check-ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0CFFE5;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.strt .ready-check-ico svg {
  color: #730276
}

.strt .ready-check-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a2e
}

.strt .ready-right {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.strt .ready-note {
  border: 2px solid #0cffe566;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 4px 0 #0cffe514
}

.strt .ready-note-h {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #730276;
  margin-bottom: 8px
}

.strt .ready-note-p {
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a2e
}

.strt .ready-flicker {
  border: 3px solid #0CFFE5;
  border-radius: 12px;
  padding: 20px;
  animation: outline-flicker 4s ease-in-out infinite
}

@keyframes outline-flicker {

  0%,
  100% {
    border-color: #0cffe5ff
  }

  48% {
    border-color: #0cffe599
  }

  50% {
    border-color: #0cffe580
  }

  52% {
    border-color: #0cffe599
  }
}

.strt .ready-flicker-h {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1a0a1a;
  margin-bottom: 8px
}

.strt .ready-flicker-p {
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a2e;
  margin-bottom: 20px
}

@media (max-width: 1366px) {
  .strt .t-img-col {
    flex: 0 0 280px
  }

  .strt .t-h1 {
    font-size: 40px
  }

  .strt .diff-inner {
    gap: 40px
  }

  .strt .prob-inner {
    gap: 40px
  }

  .strt .assoc-top {
    gap: 40px
  }

  .strt .after-hd {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .strt .t-blk-inner {
    flex-direction: column
  }

  .strt .t-img-col {
    flex: none;
    width: 100%
  }

  .strt .t-img-frame img {
    height: 280px
  }

  .strt .t-h1 {
    font-size: 40px
  }

  .strt .diff-inner {
    flex-direction: column;
    gap: 20px
  }

  .strt .diff-left {
    flex: none
  }

  .strt .exmp-grid {
    grid-template-columns: 1fr
  }

  .strt .prob-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .strt .assoc-top {
    flex-direction: column;
    gap: 20px
  }

  .strt .assoc-txt {
    flex: none
  }

  .strt .assoc-badges {
    grid-template-columns: 1fr 1fr
  }

  .strt .after-hd {
    flex-direction: column;
    gap: 20px
  }

  .strt .after-hd-left {
    flex: none
  }

  .strt .after-img-row {
    grid-template-columns: 1fr
  }

  .strt .ready-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .strt .diff-h2 {
    font-size: 22px
  }

  .strt .prob-h2 {
    font-size: 22px
  }

  .strt .assoc-h2 {
    font-size: 22px
  }

  .strt .after-h2 {
    font-size: 22px
  }

  .strt .ready-h2 {
    font-size: 22px
  }

  .strt .exmp-metrics {
    flex-direction: column
  }
}

@media (max-width: 375px) {
  .strt .t-blk {
    padding-top: 20px;
    padding-bottom: 40px
  }

  .strt .t-h1 {
    font-size: 22px
  }

  .strt .t-lead {
    font-size: 16px
  }

  .strt .t-btn-row {
    flex-direction: column
  }

  .strt .diff-sec {
    padding: 40px 0
  }

  .strt .exmp-sec {
    padding: 40px 0
  }

  .strt .prob-sec {
    padding: 40px 0
  }

  .strt .assoc-sec {
    padding: 40px 0
  }

  .strt .after-sec {
    padding: 40px 0
  }

  .strt .ready-sec {
    padding: 40px 0
  }

  .strt .assoc-badges {
    grid-template-columns: 1fr
  }

  .strt .after-outcomes {
    flex-direction: column
  }
}

.cont-pg {
  max-width: 100%;
  overflow-x: hidden
}

.cont-pg .pg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.cont-pg .sect-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  width: 100%
}

.cont-pg .sect-divider span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #0CFFE5;
  flex-shrink: 0
}

.cont-pg .sect-divider span:nth-child(even) {
  border-color: #730276;
  transform: rotate(45deg)
}

.cont-pg .sect-divider span:nth-child(3n) {
  width: 4px;
  height: 4px;
  border-color: #730276
}

.cont-pg .overline-label {
  display: block;
  font-size: 16px;
  letter-spacing: .02em;
  color: #730276;
  margin-bottom: 8px;
  font-weight: 600;
  border-top: 2px solid #0CFFE5;
  padding-top: 8px;
  width: fit-content
}

.cont-pg ::selection {
  background: #730276;
  color: #FFFEE8
}

.cont-pg input::placeholder,
.cont-pg textarea::placeholder {
  font-style: italic;
  opacity: .55
}

.cont-pg .reach-blk {
  padding: 80px 0;
  background: #FFFEE8;
  position: relative
}

.cont-pg .reach-blk::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #0CFFE5 0%, #730276 100%)
}

.cont-pg .reach-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.cont-pg .reach-text h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0 0 20px;
  color: #2a0a2a
}

.cont-pg .reach-text h1 em {
  font-style: normal;
  color: #730276
}

.cont-pg .reach-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #2a1a2a;
  margin: 0 0 20px
}

.cont-pg .reach-text p.narrow {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2a3a;
  max-width: 340px
}

.cont-pg .reach-img-strip {
  position: relative;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #0CFFE5;
  box-shadow: 0 8px 52px 0 #0cffe524
}

.cont-pg .reach-img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.85);
  transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cont-pg .reach-img-strip:hover img {
  filter: saturate(1) brightness(0.95);
  transform: scale(1.04)
}

.cont-pg .reach-img-strip .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #73027659 0%, #0cffe51f 100%);
  pointer-events: none
}

.cont-pg .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #730276 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: .08;
  pointer-events: none;
  z-index: 0
}

.cont-pg .reach-text {
  position: relative;
  z-index: 1
}

.cont-pg .info-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px
}

.cont-pg .inf-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e8e0f0;
  box-shadow: 0 1px 4px 0 #73027614;
  transition: border-color .5s ease-in-out, box-shadow .55s ease-in-out
}

.cont-pg .inf-item:hover {
  border-color: #730276;
  box-shadow: 0 6px 22px 0 #7302761c
}

.cont-pg .inf-icon {
  width: 44px;
  height: 44px;
  border: 2px solid #730276;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .5s ease-in-out
}

.cont-pg .inf-item:hover .inf-icon {
  background: #730276
}

.cont-pg .inf-icon svg {
  width: 20px;
  height: 20px;
  stroke: #730276;
  transition: stroke .5s ease-in-out
}

.cont-pg .inf-item:hover .inf-icon svg {
  stroke: #FFFEE8
}

.cont-pg .inf-detail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-pg .inf-label {
  font-size: 16px;
  color: #730276;
  font-weight: 600;
  letter-spacing: .02em
}

.cont-pg .inf-val {
  font-size: 18px;
  color: #2a0a2a;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.cont-pg .inf-val:hover {
  color: #730276
}

.cont-pg .form-sect {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.cont-pg .form-sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, #0CFFE5 0px, #0CFFE5 12px, transparent 12px, transparent 24px)
}

.cont-pg .form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.cont-pg .form-meta h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #2a0a2a;
  margin: 0 0 20px
}

.cont-pg .form-meta h2 strong {
  color: #0CFFE5;
  -webkit-text-stroke: 1px #0a9e8e
}

.cont-pg .form-meta p {
  font-size: 18px;
  line-height: 1.7;
  color: #3a2a3a;
  margin: 0 0 20px
}

.cont-pg .form-meta p.narrow {
  font-size: 16px;
  line-height: 1.5;
  color: #4a3a4a;
  max-width: 300px
}

.cont-pg .cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px
}

.cont-pg .cat-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 2px solid #e8e0f0;
  border-radius: 12px;
  font-size: 16px;
  color: #3a2a3a;
  background: #FFFEE8;
  transition: border-color .5s ease-in-out, background .55s ease-in-out
}

.cont-pg .cat-chip svg {
  width: 16px;
  height: 16px;
  stroke: #730276;
  flex-shrink: 0
}

.cont-pg .cat-chip:hover {
  border-color: #0CFFE5;
  background: #fff
}

.cont-pg .frm {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cont-pg .frm-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont-pg .frm-lbl {
  font-size: 16px;
  color: #2a0a2a;
  font-weight: 600;
  letter-spacing: .01em
}

.cont-pg .frm-lbl span {
  color: #730276
}

.cont-pg .frm-inp {
  padding: 20px;
  border: 2px solid #d0c0d8;
  border-radius: 12px;
  font-size: 18px;
  color: #2a0a2a;
  background: #FFFEE8;
  outline: none;
  box-shadow: inset 0 1px 4px 0 #7302760f;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease-in-out;
  width: 100%;
  box-sizing: border-box
}

.cont-pg .frm-inp:focus {
  border-color: #730276;
  box-shadow: inset 0 1px 4px 0 #7302761f 0 0 0 3px #0cffe533
}

.cont-pg .frm-sel {
  padding: 20px;
  border: 2px solid #d0c0d8;
  border-radius: 12px;
  font-size: 18px;
  color: #2a0a2a;
  background: #FFFEE8;
  outline: none;
  box-shadow: inset 0 1px 4px 0 #7302760f;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23730276' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 48px
}

.cont-pg .frm-sel:focus {
  border-color: #730276;
  box-shadow: inset 0 1px 4px 0 #7302761f 0 0 0 3px #0cffe533
}

.cont-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  background: #FFFEE8;
  border-radius: 12px;
  border: 2px solid #e8e0f0
}

.cont-pg .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: #730276;
  cursor: pointer;
  margin-top: 2px
}

.cont-pg .privacy-row p {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2a3a;
  margin: 0
}

.cont-pg .privacy-row a {
  color: #730276;
  text-decoration: underline;
  transition: color .5s ease-in-out
}

.cont-pg .privacy-row a:hover {
  color: #0CFFE5
}

.cont-pg .sbmt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 40px;
  background: transparent;
  border: 3px solid #730276;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #730276;
  cursor: pointer;
  letter-spacing: .02em;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease-in-out;
  align-self: flex-start
}

.cont-pg .sbmt-btn:hover {
  border-color: #0CFFE5;
  color: #0a7a6e
}

.cont-pg .sbmt-btn:focus {
  outline: 3px solid #0CFFE5;
  outline-offset: 4px
}

.cont-pg .sbmt-btn:active {
  background: #0cffe526 !important
}

.cont-pg .sbmt-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  transition: stroke .5s ease-in-out
}

.cont-pg .stats-sect {
  padding: 80px 0;
  background: #2a0a2a;
  position: relative;
  overflow: hidden
}

.cont-pg .stats-sect::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 18px, #0cffe50a 18px, #0cffe50a 20px);
  pointer-events: none
}

.cont-pg .stats-sect::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #730276 0%, #0CFFE5 100%)
}

.cont-pg .bg-flicker {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 20% 40%, #7302762e 0%, transparent 70%);
  animation: flick 7s ease-in-out infinite;
  pointer-events: none
}

@keyframes flick {

  0%,
  100% {
    opacity: 1
  }

  30% {
    opacity: .85
  }

  55% {
    opacity: .95
  }

  75% {
    opacity: .88
  }
}

.cont-pg .stats-inner {
  position: relative;
  z-index: 1
}

.cont-pg .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.cont-pg .stats-left h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #FFFEE8;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.cont-pg .stats-left h2 em {
  font-style: normal;
  color: #0CFFE5
}

.cont-pg .stats-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #fffee8cc;
  margin: 0 0 20px
}

.cont-pg .stats-left p.narrow {
  font-size: 16px;
  line-height: 1.5;
  color: #fffee8a6;
  max-width: 320px
}

.cont-pg .review-card {
  background: #fffee80f;
  border: 2px solid #0cffe540;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cont-pg .review-quote {
  font-size: 18px;
  line-height: 1.7;
  color: #FFFEE8;
  font-style: italic;
  letter-spacing: .01em
}

.cont-pg .review-attr {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-pg .review-name {
  font-size: 16px;
  font-weight: 700;
  color: #0CFFE5;
  letter-spacing: .02em
}

.cont-pg .review-role {
  font-size: 16px;
  color: #fffee899
}

.cont-pg .stat-shapes {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px
}

.cont-pg .stat-shape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 3px solid #0CFFE5;
  border-radius: 12px;
  gap: 4px;
  transition: background .55s ease-in-out
}

.cont-pg .stat-shape:hover {
  background: #0cffe51a
}

.cont-pg .stat-num {
  font-size: 22px;
  font-weight: 700;
  color: #0CFFE5;
  line-height: 1.2;
  letter-spacing: .01em
}

.cont-pg .stat-desc {
  font-size: 16px;
  color: #fffee8b3;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .01em
}

.cont-pg .heatmap-wrap {
  margin-top: 20px
}

.cont-pg .heatmap-lbl {
  font-size: 16px;
  color: #fffee899;
  margin-bottom: 8px;
  letter-spacing: .02em
}

.cont-pg .heatmap-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px
}

.cont-pg .hm-cell {
  height: 28px;
  border-radius: 0;
  transition: opacity .5s ease-in-out
}

.cont-pg .hm-cell:hover {
  opacity: .7
}

.cont-pg .hm-cell.l0 {
  background: #0cffe514
}

.cont-pg .hm-cell.l1 {
  background: #0cffe538
}

.cont-pg .hm-cell.l2 {
  background: #0cffe56b
}

.cont-pg .hm-cell.l3 {
  background: #0cffe5a6
}

.cont-pg .hm-cell.l4 {
  background: #0cffe5e0
}

.cont-pg .hm-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-top: 4px
}

.cont-pg .hm-day {
  font-size: 16px;
  color: #fffee866;
  text-align: center
}

.cont-pg .img-second {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #0cffe54d;
  box-shadow: 0 8px 52px 0 #0cffe524;
  height: 220px;
  margin-top: 20px
}

.cont-pg .img-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.5) brightness(0.7);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cont-pg .img-second:hover img {
  filter: saturate(0.85) brightness(0.85);
  transform: scale(1.05)
}

.cont-pg .img-second .img-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(0deg, #2a0a2ad9 0%, transparent 100%);
  font-size: 16px;
  color: #FFFEE8;
  letter-spacing: .02em
}

@media (max-width: 1366px) {
  .cont-pg .reach-text h1 {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  .cont-pg .reach-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cont-pg .reach-img-strip {
    height: 280px;
    order: -1
  }

  .cont-pg .reach-text h1 {
    font-size: 40px
  }

  .cont-pg .form-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cont-pg .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cont-pg .cat-grid {
    grid-template-columns: 1fr
  }

  .cont-pg .stat-shapes {
    justify-content: flex-start
  }
}

@media (max-width: 375px) {

  .cont-pg .reach-blk,
  .cont-pg .form-sect,
  .cont-pg .stats-sect {
    padding: 40px 0
  }

  .cont-pg .reach-text h1 {
    font-size: 40px
  }

  .cont-pg .form-meta h2,
  .cont-pg .stats-left h2 {
    font-size: 40px
  }

  .cont-pg .stat-shape {
    width: 80px;
    height: 80px
  }

  .cont-pg .stat-num {
    font-size: 18px
  }

  .cont-pg .sbmt-btn {
    width: 100%;
    justify-content: center
  }
}

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

.srvs-pg *,
.srvs-pg ::before,
.srvs-pg ::after {
  box-sizing: border-box
}

.srvs-pg ::selection {
  background: #730276;
  color: #FFFEE8
}

.srvs-pg ::-moz-selection {
  background: #730276;
  color: #FFFEE8
}

.srvs-pg input::placeholder,
.srvs-pg textarea::placeholder {
  font-style: italic;
  opacity: .55
}

.srvs-pg .pg-lim {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

.srvs-pg .reveal-up {
  opacity: 0;
  transform: translateY(32px);
  animation: revealUp .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.srvs-pg .reveal-up.d1 {
  animation-delay: .1s
}

.srvs-pg .reveal-up.d2 {
  animation-delay: .22s
}

.srvs-pg .reveal-up.d3 {
  animation-delay: .36s
}

.srvs-pg .reveal-up.d4 {
  animation-delay: .5s
}

.srvs-pg .reveal-up.d5 {
  animation-delay: .62s
}

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

.srvs-pg .sec-overline {
  display: block;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #730276;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2
}

.srvs-pg .accent-word {
  color: #0CFFE5
}

.srvs-pg .accent-word.pur {
  color: #730276
}

.srvs-pg .deco-dash {
  display: block;
  width: 48px;
  height: 2px;
  background: #0CFFE5;
  margin-bottom: 20px;
  border: none
}

.srvs-pg .arr-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0
}

.srvs-pg .arr-divider .arr-item {
  width: 10px;
  height: 10px;
  border-right: 2px solid #0CFFE5;
  border-bottom: 2px solid #0CFFE5;
  transform: rotate(-45deg);
  opacity: .5
}

.srvs-pg .arr-divider .arr-item:nth-child(2) {
  opacity: .7
}

.srvs-pg .arr-divider .arr-item:nth-child(3) {
  opacity: .9
}

.srvs-pg .arr-divider .arr-item:nth-child(4) {
  opacity: .7
}

.srvs-pg .arr-divider .arr-item:nth-child(5) {
  opacity: .5
}

.srvs-pg .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 2.5px solid #730276;
  background: transparent;
  color: #730276;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .btn-outline:hover,
.srvs-pg .btn-outline:focus {
  border-color: #0CFFE5;
  color: #0d0d0d;
  outline: none
}

.srvs-pg .btn-outline:focus-visible {
  outline: 2px solid #730276;
  outline-offset: 3px
}

.srvs-pg .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 2.5px solid #0CFFE5;
  background: transparent;
  color: #1a0a1a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .48s ease-in-out, color .48s ease-in-out
}

.srvs-pg .btn-prim:hover,
.srvs-pg .btn-prim:focus {
  border-color: #730276;
  color: #730276;
  outline: none
}

.srvs-pg .btn-prim:focus-visible {
  outline: 2px solid #0CFFE5;
  outline-offset: 3px
}

.srvs-pg .img-framed {
  border: 1.5px solid #0cffe559;
  display: block
}

.srvs-pg .img-framed.dark-fr {
  border-color: #73027640
}

.srvs-pg .trace-card {
  position: relative;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color .58s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .trace-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .58s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .trace-card:hover::before {
  border-color: #0CFFE5
}

.srvs-pg .trace-card:hover {
  border-color: #0cffe54d
}

.srvs-pg .dashed-connector {
  border-top: 1.5px dashed #7302764d;
  margin: 20px 0
}

.srvs-pg .dashed-v {
  border-left: 1.5px dashed #0cffe566;
  height: 40px;
  width: 0;
  margin: 8px auto
}

.srvs-pg .tag-chip {
  display: inline-block;
  padding: 4px 8px;
  border: 1.5px solid #0cffe580;
  border-radius: 0;
  font-size: 16px;
  color: #2a0a2a;
  background: #0cffe50f;
  letter-spacing: .01em;
  line-height: 1.5
}

.srvs-pg .tag-chip.pur-chip {
  border-color: #73027666;
  background: #7302760a;
  color: #2a0a2a
}

.srvs-pg .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center
}

.srvs-pg .star-svg {
  width: 18px;
  height: 18px
}

.srvs-pg .metric-num {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a
}

.srvs-pg .metric-num .accent-word {
  color: #0CFFE5
}

.srvs-pg .metric-lbl {
  font-size: 16px;
  color: #4a2a4a;
  line-height: 1.5;
  letter-spacing: .01em
}

.srvs-pg .pull-quote {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #1a0a1a;
  border-top: 3px solid #0CFFE5;
  border-bottom: 3px solid #0CFFE5;
  padding: 20px 0;
  margin: 40px 0
}

.srvs-pg .pull-quote .pull-accent {
  color: #730276
}

.srvs-pg .pg-text-wide {
  max-width: 680px
}

.srvs-pg .pg-text-narrow {
  max-width: 480px
}

.srvs-pg .pg-text-wide p,
.srvs-pg .pg-text-narrow p {
  font-size: 18px;
  line-height: 1.7;
  color: #2a0a2a;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.srvs-pg .pg-text-wide p:last-child,
.srvs-pg .pg-text-narrow p:last-child {
  margin-bottom: 0
}

.srvs-pg .vis-metric-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap
}

.srvs-pg .vis-metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs-pg .ttl-sec {
  background: #f5f0f5;
  padding: 80px 0 0;
  position: relative
}

.srvs-pg .ttl-sec .ttl-deco-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 340px;
  background: radial-gradient(ellipse 70% 60% at 20% 30%, #0cffe517 0%, transparent 80%);
  pointer-events: none;
  overflow: hidden
}

.srvs-pg .ttl-sec .ttl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.srvs-pg .ttl-sec .ttl-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 80px
}

.srvs-pg .ttl-sec .ttl-desc-pre {
  font-size: 18px;
  color: #4a2a4a;
  line-height: 1.5;
  letter-spacing: .01em;
  max-width: 440px;
  margin: 0
}

.srvs-pg .ttl-sec .ttl-h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0
}

.srvs-pg .ttl-sec .ttl-sub {
  font-size: 18px;
  color: #4a2a4a;
  line-height: 1.7;
  letter-spacing: .01em;
  max-width: 460px;
  margin: 0
}

.srvs-pg .ttl-sec .ttl-chips {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.srvs-pg .ttl-sec .ttl-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px
}

.srvs-pg .ttl-sec .ttl-img-wrap {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/3;
  overflow: hidden
}

.srvs-pg .ttl-sec .ttl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvs-pg .ttl-sec .ttl-metrics-strip {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  background: #fff;
  border-top: 3px solid #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.srvs-pg .ttl-sec .ttl-metrics-strip .vis-metric-item .metric-num {
  font-size: 40px
}

.srvs-pg .srv-grid-sec {
  background: #fff;
  padding: 80px 0
}

.srvs-pg .srv-grid-sec .srv-grid-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px
}

.srvs-pg .srv-grid-sec .srv-grid-head .head-left {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs-pg .srv-grid-sec .srv-grid-head .head-right {
  max-width: 380px
}

.srvs-pg .srv-grid-sec .srv-grid-head .head-right p {
  font-size: 18px;
  color: #4a2a4a;
  line-height: 1.7;
  letter-spacing: .01em;
  margin: 0
}

.srvs-pg .srv-grid-sec .srv-h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0
}

.srvs-pg .srv-grid-sec .srv-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.srvs-pg .srv-card {
  background: #FFFEE8;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .srv-card:hover {
  box-shadow: 0 8px 52px 0 #0cffe524
}

.srvs-pg .srv-card.trace-card::before {
  border-radius: 12px
}

.srvs-pg .srv-card .srv-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0cffe580;
  border-radius: 0;
  flex-shrink: 0
}

.srvs-pg .srv-card .srv-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: #730276;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.srvs-pg .srv-card .srv-card-h {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a1a;
  margin: 0
}

.srvs-pg .srv-card .srv-card-body {
  font-size: 16px;
  color: #3a1a3a;
  line-height: 1.7;
  letter-spacing: .01em;
  margin: 0;
  flex: 1
}

.srvs-pg .srv-card .dashed-connector {
  margin: 0
}

.srvs-pg .srv-card .srv-card-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.srvs-pg .srv-card-featured {
  grid-column: span 2;
  background: #1a0a1a;
  border-radius: 12px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 8px 52px 0 #73027624;
  position: relative;
  overflow: hidden
}

.srvs-pg .srv-card-featured .feat-deco {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 0;
  border: 40px solid #0cffe50f;
  pointer-events: none
}

.srvs-pg .srv-card-featured .feat-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1
}

.srvs-pg .srv-card-featured .feat-overline {
  display: block;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0CFFE5;
  font-weight: 600;
  line-height: 1.2
}

.srvs-pg .srv-card-featured .feat-h {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFFEE8;
  margin: 0
}

.srvs-pg .srv-card-featured .feat-h .accent-word {
  color: #0CFFE5
}

.srvs-pg .srv-card-featured .feat-body {
  font-size: 16px;
  color: #fffee8bf;
  line-height: 1.7;
  letter-spacing: .01em;
  margin: 0
}

.srvs-pg .srv-card-featured .feat-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1
}

.srvs-pg .srv-card-featured .feat-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1.5px solid #0cffe54d
}

.srvs-pg .srv-card-featured .feat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvs-pg .srv-card-featured .feat-stats {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.srvs-pg .srv-card-featured .feat-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  padding: 8px;
  border-top: 2px solid #0cffe54d
}

.srvs-pg .srv-card-featured .feat-stat .stat-val {
  font-size: 22px;
  font-weight: 800;
  color: #0CFFE5;
  line-height: 1.2;
  letter-spacing: .01em
}

.srvs-pg .srv-card-featured .feat-stat .stat-lbl {
  font-size: 16px;
  color: #fffee8a6;
  line-height: 1.5;
  letter-spacing: .01em
}

.srvs-pg .srv-grid-sec .pull-quote {
  margin: 40px 0 0
}

.srvs-pg .srv-grid-sec .review-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 20px;
  background: #FFFEE8;
  border-radius: 12px;
  box-shadow: 0 1px 4px 0 #73027614;
  flex-wrap: wrap
}

.srvs-pg .srv-grid-sec .review-portrait {
  width: 88px;
  height: 112px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid #73027640
}

.srvs-pg .srv-grid-sec .review-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.srvs-pg .srv-grid-sec .review-body {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs-pg .srv-grid-sec .review-quote {
  font-size: 18px;
  color: #2a0a2a;
  line-height: 1.7;
  letter-spacing: .01em;
  font-style: italic;
  margin: 0
}

.srvs-pg .srv-grid-sec .review-attr {
  font-size: 16px;
  color: #730276;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.5
}

.srvs-pg .srv-grid-sec .review-rating-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0
}

.srvs-pg .srv-grid-sec .review-rating-wrap .rating-num {
  font-size: 40px;
  font-weight: 800;
  color: #1a0a1a;
  line-height: 1.2;
  letter-spacing: .01em
}

.srvs-pg .srv-grid-sec .review-rating-wrap .rating-count {
  font-size: 16px;
  color: #4a2a4a;
  line-height: 1.5;
  letter-spacing: .01em
}

@media (max-width: 1366px) {
  .srvs-pg .ttl-sec .ttl-h1 {
    font-size: 40px
  }

  .srvs-pg .srv-grid-sec .srv-cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srvs-pg .srv-card-featured {
    grid-column: span 2
  }
}

@media (max-width: 768px) {
  .srvs-pg .pg-lim {
    padding-left: 20px;
    padding-right: 20px
  }

  .srvs-pg .ttl-sec {
    padding: 40px 0 0
  }

  .srvs-pg .ttl-sec .ttl-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .srvs-pg .ttl-sec .ttl-left {
    padding-bottom: 0
  }

  .srvs-pg .ttl-sec .ttl-h1 {
    font-size: 40px
  }

  .srvs-pg .ttl-sec .ttl-right {
    align-items: flex-start
  }

  .srvs-pg .ttl-sec .ttl-img-wrap {
    max-width: 100%
  }

  .srvs-pg .ttl-sec .ttl-metrics-strip {
    max-width: 100%;
    gap: 20px;
    flex-wrap: wrap
  }

  .srvs-pg .srv-grid-sec {
    padding: 40px 0
  }

  .srvs-pg .srv-grid-sec .srv-grid-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .srvs-pg .srv-grid-sec .srv-grid-head .head-right {
    max-width: 100%
  }

  .srvs-pg .srv-grid-sec .srv-cards-grid {
    grid-template-columns: 1fr
  }

  .srvs-pg .srv-card-featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px
  }

  .srvs-pg .srv-card-featured .feat-h {
    font-size: 22px
  }

  .srvs-pg .srv-grid-sec .review-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .srvs-pg .srv-grid-sec .review-rating-wrap {
    align-items: flex-start
  }

  .srvs-pg .vis-metric-row {
    gap: 20px
  }

  .srvs-pg .pull-quote {
    font-size: 18px
  }

  .srvs-pg .srv-grid-sec .srv-h2 {
    font-size: 22px
  }
}

@media (max-width: 375px) {
  .srvs-pg .ttl-sec .ttl-h1 {
    font-size: 22px
  }

  .srvs-pg .ttl-sec .ttl-metrics-strip {
    flex-direction: column;
    gap: 8px
  }

  .srvs-pg .srv-card-featured .feat-stats {
    flex-direction: column;
    gap: 8px
  }
}

.sstr {
  background: #fff;
  overflow-x: clip;
  padding: 0
}

.sstr .pg-bound {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px
}

.sstr .atm-spot {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .13;
  pointer-events: none;
  z-index: 0
}

.sstr .ttl-blk {
  position: relative;
  background: #FFFEE8;
  padding: 80px 0;
  border-top: 2px solid #0CFFE5;
  border-bottom: 2px solid #730276
}

.sstr .ttl-blk .atm-spot.a1 {
  width: 340px;
  height: 220px;
  background: #0CFFE5;
  top: -40px;
  left: 5%
}

.sstr .ttl-blk .atm-spot.a2 {
  width: 260px;
  height: 180px;
  background: #730276;
  bottom: -30px;
  right: 8%
}

.sstr .ttl-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 40px;
  align-items: center
}

.sstr .ttl-img-wrap {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #0cffe559;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  transition: box-shadow .55s ease-in-out
}

.sstr .ttl-img-wrap:hover {
  box-shadow: 0 8px 52px 0 #0cffe524
}

.sstr .ttl-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: sepia(0.28) contrast(1.06) saturate(0.88);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sstr .ttl-img-wrap:hover img {
  filter: sepia(0.1) contrast(1.04) saturate(1.0)
}

.sstr .ttl-img-wrap.right img {
  object-position: center
}

.sstr .ttl-txt {
  text-align: center;
  padding: 40px 20px
}

.sstr .ttl-overline {
  display: block;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #730276;
  margin-bottom: 20px;
  font-weight: 600
}

.sstr .ttl-txt h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b2e;
  margin: 0 0 20px;
  font-weight: 700
}

.sstr .ttl-txt h1 .acc {
  color: #730276
}

.sstr .ttl-txt .lead-p {
  font-size: 18px;
  line-height: 1.7;
  color: #2e2e3a;
  max-width: 380px;
  margin: 0 auto
}

.sstr .metrics-strip {
  background: #730276;
  padding: 40px 0;
  border-bottom: 2px solid #0CFFE5
}

.sstr .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch
}

.sstr .met-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #0cffe538;
  transition: background .5s ease-in-out
}

.sstr .met-item:last-child {
  border-right: none
}

.sstr .met-item:hover {
  background: #0cffe512
}

.sstr .met-num {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #0CFFE5;
  letter-spacing: .01em;
  animation: soft-pulse 3.2s ease-in-out infinite
}

.sstr .met-item:nth-child(2) .met-num {
  animation-delay: .4s
}

.sstr .met-item:nth-child(3) .met-num {
  animation-delay: .8s
}

.sstr .met-item:nth-child(4) .met-num {
  animation-delay: 1.2s
}

@keyframes soft-pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.02)
  }
}

.sstr .met-label {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFEE8;
  margin-top: 8px;
  text-align: center;
  letter-spacing: .02em
}

.sstr .stories-grid-sec {
  background: #fff;
  padding: 80px 0;
  border-bottom: 2px solid #0CFFE5
}

.sstr .sec-overline {
  display: block;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0CFFE5;
  margin-bottom: 8px;
  font-weight: 600
}

.sstr .sec-head {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b2e;
  margin: 0 0 8px;
  font-weight: 700
}

.sstr .sec-head .acc {
  color: #730276
}

.sstr .sec-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #2e2e3a;
  max-width: 560px;
  margin: 0 0 40px
}

.sstr .stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.sstr .story-card {
  border: 2px solid #e8e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s ease-in-out;
  display: flex;
  flex-direction: column
}

.sstr .story-card:hover {
  box-shadow: 0 8px 52px 0 #0cffe524;
  border-color: #0CFFE5
}

.sstr .card-img-wrap {
  overflow: hidden;
  border-bottom: 1px solid #e8e8f0
}

.sstr .card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: sepia(0.2) contrast(1.05) saturate(0.9);
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .55s ease-in-out
}

.sstr .story-card:hover .card-img-wrap img {
  transform: scale(1.04);
  filter: sepia(0.05) contrast(1.03) saturate(1.0)
}

.sstr .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative
}

.sstr .card-notch {
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 40px;
  background: #0CFFE5;
  border-radius: 0 4px 4px 0
}

.sstr .card-industry {
  font-size: 16px;
  font-weight: 600;
  color: #730276;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 12px
}

.sstr .card-body h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #1b1b2e;
  margin: 0 0 8px;
  font-weight: 700;
  padding-left: 12px
}

.sstr .card-body p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0 0 20px;
  padding-left: 12px;
  flex: 1
}

.sstr .card-meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-left: 12px;
  flex-wrap: wrap
}

.sstr .card-tag {
  font-size: 16px;
  color: #2e2e3a;
  background: #FFFEE8;
  border: 1px solid #73027633;
  border-radius: 0;
  padding: 4px 8px;
  letter-spacing: .01em
}

.sstr .featured-sec {
  background: #FFFEE8;
  padding: 80px 0;
  border-top: 2px solid #730276
}

.sstr .feat-inner {
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 0.9fr;
  gap: 40px;
  align-items: start
}

.sstr .feat-primary {
  background: #1b1b2e;
  border-radius: 12px;
  padding: 40px;
  border: 2px solid #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  transition: box-shadow .55s ease-in-out
}

.sstr .feat-primary:hover {
  box-shadow: 0 8px 52px 0 #0cffe524
}

.sstr .feat-quote-mark {
  display: block;
  width: 36px;
  height: 28px;
  margin-bottom: 20px
}

.sstr .feat-primary .q-text {
  font-size: 18px;
  line-height: 1.7;
  color: #FFFEE8;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.sstr .feat-primary .q-text .acc {
  color: #0CFFE5
}

.sstr .person-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-top: 20px
}

.sstr .port-thumb {
  width: 56px;
  height: 84px;
  border-radius: 12px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #0CFFE5;
  flex-shrink: 0;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: box-shadow .5s ease-in-out
}

.sstr .port-thumb:hover {
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.sstr .person-info .p-name {
  font-size: 16px;
  font-weight: 700;
  color: #FFFEE8;
  letter-spacing: .02em
}

.sstr .person-info .p-role {
  font-size: 16px;
  color: #fffee8b3;
  letter-spacing: .01em
}

.sstr .feat-secondary {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sstr .sec-quote {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 2px solid #73027640;
  box-shadow: 0 1px 4px 0 #73027614;
  transition: border-color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sstr .sec-quote:hover {
  border-color: #730276;
  box-shadow: 0 6px 22px 0 #7302761c
}

.sstr .sec-quote .q-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e3a;
  margin: 0 0 20px
}

.sstr .sec-quote .person-row {
  margin-top: 0;
  gap: 8px
}

.sstr .sec-quote .port-thumb {
  width: 44px;
  height: 66px;
  border-color: #73027666
}

.sstr .sec-quote .p-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b2e
}

.sstr .sec-quote .p-role {
  font-size: 16px;
  color: #5a5a6a
}

.sstr .feat-stats {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sstr .stat-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 2px solid #e8e8f0;
  text-align: center;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: border-color .45s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: soft-pulse 3.8s ease-in-out infinite
}

.sstr .stat-box:nth-child(2) {
  animation-delay: .6s
}

.sstr .stat-box:nth-child(3) {
  animation-delay: 1.1s
}

.sstr .stat-box:hover {
  border-color: #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.sstr .stat-big {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #730276;
  letter-spacing: .01em;
  display: block
}

.sstr .stat-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a4a;
  margin-top: 4px
}

.sstr .dots-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
  background: #fff
}

.sstr .dots-div span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0CFFE5;
  opacity: .5
}

.sstr .dots-div span:nth-child(2) {
  background: #730276;
  opacity: .6
}

@media (max-width: 1366px) {
  .sstr .ttl-txt h1 {
    font-size: 40px
  }

  .sstr .stories-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 768px) {
  .sstr .pg-bound {
    padding: 0 20px
  }

  .sstr .ttl-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .sstr .ttl-img-wrap {
    display: none
  }

  .sstr .ttl-txt h1 {
    font-size: 40px
  }

  .sstr .ttl-blk {
    padding: 40px 0
  }

  .sstr .metrics-row {
    flex-direction: column;
    gap: 4px
  }

  .sstr .met-item {
    border-right: none;
    border-bottom: 1px solid #0cffe538;
    padding: 20px
  }

  .sstr .met-item:last-child {
    border-bottom: none
  }

  .sstr .stories-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .sstr .stories-grid-sec {
    padding: 40px 0
  }

  .sstr .feat-inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .sstr .featured-sec {
    padding: 40px 0
  }

  .sstr .sec-head {
    font-size: 22px
  }
}

@media (max-width: 375px) {
  .sstr .pg-bound {
    padding: 0 20px
  }

  .sstr .ttl-txt h1 {
    font-size: 22px
  }

  .sstr .met-num {
    font-size: 22px
  }

  .sstr .sec-head {
    font-size: 22px
  }
}

.abt-pg {
  background: #fff;
  color: #1a1a2e;
  overflow-x: clip;
  position: relative
}

.abt-pg *,
.abt-pg ::before,
.abt-pg ::after {
  box-sizing: border-box
}

.abt-pg ::selection {
  background: #730276;
  color: #FFFEE8
}

.abt-pg ::-moz-selection {
  background: #730276;
  color: #FFFEE8
}

.abt-pg input::placeholder,
.abt-pg textarea::placeholder {
  font-style: italic;
  opacity: .55
}

.abt-pg .pg-limiter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

@media (max-width: 768px) {
  .abt-pg .pg-limiter {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 375px) {
  .abt-pg .pg-limiter {
    padding-left: 20px;
    padding-right: 20px
  }
}

.abt-pg .sec-rule {
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at center, #0CFFE5 0%, transparent 70%);
  border: none;
  margin: 0
}

.abt-pg .overline-tag {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #730276;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  padding-top: 20px
}

.abt-pg .overline-tag::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #0CFFE5;
  position: absolute;
  top: 0;
  left: 0
}

.abt-pg .title-blk {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
  overflow: hidden
}

.abt-pg .title-blk .atm-spot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0
}

.abt-pg .title-blk .atm-spot.s1 {
  width: 420px;
  height: 280px;
  background: radial-gradient(ellipse 70% 60% at 20% 40%, #0cffe521 0%, transparent 80%);
  top: -40px;
  left: -80px
}

.abt-pg .title-blk .atm-spot.s2 {
  width: 320px;
  height: 220px;
  background: radial-gradient(ellipse 60% 55% at 80% 60%, #73027614 0%, transparent 75%);
  bottom: 20px;
  right: -60px
}

.abt-pg .title-blk .t-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

@media (max-width: 768px) {
  .abt-pg .title-blk .t-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.abt-pg .title-blk .t-txt {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-pg .title-blk .t-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #12122a;
  margin: 0
}

.abt-pg .title-blk .t-h1 .acc {
  color: #730276
}

.abt-pg .title-blk .t-desc {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2c2c4a;
  margin: 0;
  max-width: 480px
}

.abt-pg .title-blk .t-desc.narrow {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.5;
  color: #44445a
}

.abt-pg .title-blk .t-stats {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 8px
}

.abt-pg .title-blk .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .title-blk .stat-num {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #0CFFE5;
  text-shadow: 0 1px 4px #0cffe514
}

.abt-pg .title-blk .stat-lbl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #44445a
}

.abt-pg .title-blk .t-img-zone {
  position: relative
}

.abt-pg .title-blk .img-geo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 8px 52px 0 #0cffe524;
  border: 1px solid #0cffe538
}

.abt-pg .title-blk .img-geo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: filter .55s ease-in-out
}

.abt-pg .title-blk .img-geo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 40%, #12122a59 100%);
  pointer-events: none
}

.abt-pg .title-blk .img-accent-bar {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border: 3px solid #0CFFE5;
  border-radius: 0;
  pointer-events: none
}

.abt-pg .title-blk .img-accent-dot {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: #7302762e;
  border-radius: 0;
  pointer-events: none
}

@media (max-width: 768px) {
  .abt-pg .title-blk .t-h1 {
    font-size: 40px
  }

  .abt-pg .title-blk .t-stats {
    gap: 20px
  }

  .abt-pg .title-blk .stat-num {
    font-size: 32px
  }

  .abt-pg .title-blk .img-geo-wrap {
    aspect-ratio: 3/2
  }
}

@media (max-width: 375px) {
  .abt-pg .title-blk .t-h1 {
    font-size: 32px
  }

  .abt-pg .title-blk .t-stats {
    flex-direction: column;
    gap: 8px
  }
}

.abt-pg .approach-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFFEE8;
  position: relative
}

.abt-pg .approach-sec .bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: contrast-breath 6s ease-in-out infinite
}

@keyframes contrast-breath {

  0%,
  100% {
    filter: contrast(1)
  }

  50% {
    filter: contrast(1.06)
  }
}

.abt-pg .approach-sec .ap-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  max-width: 600px
}

.abt-pg .approach-sec .ap-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #12122a;
  margin: 0
}

.abt-pg .approach-sec .ap-h2 .acc {
  color: #730276
}

.abt-pg .approach-sec .ap-sub {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2c2c4a;
  margin: 0;
  max-width: 520px
}

.abt-pg .approach-sec .ap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative
}

.abt-pg .approach-sec .ap-grid::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  border-top: 2px dashed #0cffe559;
  pointer-events: none;
  z-index: 0
}

.abt-pg .approach-sec .ap-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0;
  padding: 40px 20px;
  border: 1px solid #0cffe52e;
  box-shadow: 0 6px 22px 0 #0cffe51c;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out
}

.abt-pg .approach-sec .ap-card:hover {
  box-shadow: 0 8px 52px 0 #0cffe524;
  border-color: #0cffe573
}

.abt-pg .approach-sec .ap-card .card-num {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #0cffe559
}

.abt-pg .approach-sec .ap-card .card-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #730276
}

.abt-pg .approach-sec .ap-card .card-ico svg {
  width: 28px;
  height: 28px;
  stroke: #730276;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.abt-pg .approach-sec .ap-card .card-ttl {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  font-weight: 600;
  color: #12122a;
  margin: 0
}

.abt-pg .approach-sec .ap-card .card-body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #44445a;
  margin: 0
}

@media (max-width: 768px) {
  .abt-pg .approach-sec .ap-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-pg .approach-sec .ap-grid::before {
    display: none
  }

  .abt-pg .approach-sec .ap-h2 {
    font-size: 32px
  }
}

@media (max-width: 375px) {
  .abt-pg .approach-sec .ap-card {
    padding: 20px
  }
}

.abt-pg .team-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #12122a;
  position: relative;
  overflow: hidden
}

.abt-pg .team-sec .bg-img-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.abt-pg .team-sec .bg-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .12;
  mix-blend-mode: luminosity
}

.abt-pg .team-sec .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #12122aeb 0%, #7302762e 100%);
  z-index: 1;
  pointer-events: none;
  animation: contrast-breath 8s ease-in-out infinite
}

.abt-pg .team-sec .tm-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start
}

@media (max-width: 768px) {
  .abt-pg .team-sec .tm-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.abt-pg .team-sec .tm-portrait {
  position: relative
}

.abt-pg .team-sec .portrait-frame {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #0cffe547;
  box-shadow: 0 8px 52px 0 #0cffe524;
  position: relative
}

.abt-pg .team-sec .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-pg .team-sec .portrait-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 45%, #12122a66 100%);
  pointer-events: none
}

.abt-pg .team-sec .portrait-badge {
  position: absolute;
  bottom: -8px;
  left: 20px;
  background: #0CFFE5;
  color: #12122a;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 0
}

.abt-pg .team-sec .tm-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px
}

.abt-pg .team-sec .overline-tag {
  color: #0CFFE5
}

.abt-pg .team-sec .overline-tag::before {
  background: #730276
}

.abt-pg .team-sec .tm-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #FFFEE8;
  margin: 0
}

.abt-pg .team-sec .tm-h2 .acc {
  color: #0CFFE5
}

.abt-pg .team-sec .tm-para {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #fffee8d1;
  margin: 0;
  max-width: 520px
}

.abt-pg .team-sec .tm-para.narrow {
  max-width: 420px;
  font-size: 16px;
  color: #fffee8a6
}

.abt-pg .team-sec .tm-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px
}

.abt-pg .team-sec .met-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border: 1px solid #0cffe52e;
  border-radius: 0;
  background: #0cffe50a;
  transition: border-color .5s ease-in-out, background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .team-sec .met-item:hover {
  border-color: #0cffe566;
  background: #0cffe514
}

.abt-pg .team-sec .met-val {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #0CFFE5
}

.abt-pg .team-sec .met-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fffee8a6
}

@media (max-width: 768px) {
  .abt-pg .team-sec .tm-h2 {
    font-size: 32px
  }

  .abt-pg .team-sec .tm-metrics {
    grid-template-columns: 1fr;
    gap: 8px
  }
}

@media (max-width: 375px) {
  .abt-pg .team-sec .portrait-frame {
    aspect-ratio: 3/2
  }
}

.abt-pg .process-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  position: relative
}

.abt-pg .process-sec .pr-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px
}

.abt-pg .process-sec .pr-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #12122a;
  margin: 0;
  max-width: 700px
}

.abt-pg .process-sec .pr-h2 .acc {
  color: #0CFFE5;
  -webkit-text-stroke: 1px #730276;
  text-stroke: 1px #730276
}

.abt-pg .process-sec .pr-sub {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2c2c4a;
  margin: 0;
  max-width: 540px
}

.abt-pg .process-sec .pr-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

@media (max-width: 768px) {
  .abt-pg .process-sec .pr-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.abt-pg .process-sec .pr-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px
}

.abt-pg .process-sec .pr-img-item {
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #73027626;
  position: relative
}

.abt-pg .process-sec .pr-img-item.tall {
  grid-row: span 2
}

.abt-pg .process-sec .pr-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 160px;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .process-sec .pr-img-item:hover img {
  transform: scale(1.03)
}

.abt-pg .process-sec .pr-img-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, #0cffe514 100%);
  pointer-events: none
}

.abt-pg .process-sec .pr-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.abt-pg .process-sec .pr-steps::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 40px;
  width: 1px;
  border-left: 2px dashed #0cffe54d;
  pointer-events: none
}

.abt-pg .process-sec .step-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.abt-pg .process-sec .step-dot {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #fff;
  border: 2px solid #0CFFE5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #730276;
  box-shadow: 0 1px 4px 0 #0cffe514;
  transition: background .5s ease-in-out, border-color .45s ease-in-out
}

.abt-pg .process-sec .step-row:hover .step-dot {
  background: #0CFFE5;
  border-color: #0CFFE5
}

.abt-pg .process-sec .step-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px
}

.abt-pg .process-sec .step-ttl {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  font-weight: 600;
  color: #12122a;
  margin: 0
}

.abt-pg .process-sec .step-txt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #44445a;
  margin: 0
}

.abt-pg .process-sec .pr-cta-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap
}

.abt-pg .process-sec .pr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s ease-in-out
}

.abt-pg .process-sec .pr-btn.primary {
  background: transparent;
  color: #12122a;
  border: 3px solid #12122a
}

.abt-pg .process-sec .pr-btn.primary:hover {
  border-color: #0CFFE5;
  color: #730276
}

.abt-pg .process-sec .pr-btn.primary:focus {
  outline: 2px solid #730276;
  outline-offset: 4px
}

.abt-pg .process-sec .pr-btn.secondary {
  background: transparent;
  color: #730276;
  border: 3px solid #730276
}

.abt-pg .process-sec .pr-btn.secondary:hover {
  border-color: #0CFFE5;
  color: #0CFFE5
}

.abt-pg .process-sec .pr-btn.secondary:focus {
  outline: 2px solid #12122a;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .abt-pg .process-sec .pr-h2 {
    font-size: 32px
  }

  .abt-pg .process-sec .pr-imgs {
    grid-template-columns: 1fr 1fr
  }

  .abt-pg .process-sec .pr-img-item.tall {
    grid-row: span 1
  }

  .abt-pg .process-sec .pr-cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 375px) {
  .abt-pg .process-sec .pr-imgs {
    grid-template-columns: 1fr
  }

  .abt-pg .process-sec .pr-btn {
    padding: 20px;
    font-size: 16px
  }
}

.abt-pg .mask-reveal-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block
}

.abt-pg .mask-reveal-wrap .mask-base {
  display: block;
  color: #44445a;
  transition: opacity .55s ease-in-out
}

.abt-pg .mask-reveal-wrap .mask-over {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, transparent 0%, #0CFFE5 40%, transparent 100%);
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: background-position .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  white-space: nowrap
}

.abt-pg .mask-reveal-wrap:hover .mask-over {
  background-position: 0 0
}

.abt-pg .data-tbl-wrap {
  overflow-x: auto
}

.abt-pg .data-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em
}

.abt-pg .data-tbl th {
  text-align: left;
  padding: 20px;
  font-weight: 700;
  color: #12122a;
  border-bottom: 2px solid #0CFFE5;
  white-space: nowrap
}

.abt-pg .data-tbl td {
  padding: 20px;
  color: #2c2c4a;
  border-bottom: 1px solid #0cffe526;
  vertical-align: top
}

.abt-pg .data-tbl tr:last-child td {
  border-bottom: none
}

.abt-pg .data-tbl tr:hover td {
  background: #0cffe50a
}

.abt-pg .mob-cards {
  display: none;
  flex-direction: column;
  gap: 20px
}

.abt-pg .mob-card {
  border: 1px solid #0cffe533;
  border-radius: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 4px 0 #0cffe514;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-pg .mob-card .mc-label {
  font-size: 16px;
  font-weight: 700;
  color: #730276
}

.abt-pg .mob-card .mc-val {
  font-size: 16px;
  color: #2c2c4a;
  line-height: 1.5
}

@media (max-width: 768px) {
  .abt-pg .data-tbl-wrap {
    display: none
  }

  .abt-pg .mob-cards {
    display: flex
  }
}

.succ-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #FFFEE8;
  position: relative;
  overflow: hidden
}

.succ-page .succ-wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1
}

.succ-page .succ-mark {
  width: 80px;
  height: 80px;
  flex-shrink: 0
}

.succ-page .succ-mark .mark-ring {
  fill: none;
  stroke: #0CFFE5;
  stroke-width: 3;
  transition: stroke .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.succ-page .succ-mark .mark-check {
  fill: none;
  stroke: #730276;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.succ-page .succ-card {
  background: #fff;
  border: 2px solid #0CFFE5;
  border-radius: 12px;
  padding: 40px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 52px 0 #0cffe524;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.succ-page .succ-card .succ-overline {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #730276;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #0CFFE5;
  padding-bottom: 8px
}

.succ-page .succ-card .succ-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b2e;
  font-weight: 700;
  margin: 0
}

.succ-page .succ-card .succ-heading .accent-word {
  color: #730276
}

.succ-page .succ-card .succ-body {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a3d;
  margin: 0;
  max-width: 440px
}

.succ-page .succ-card .succ-divider {
  width: 48px;
  height: 3px;
  background: #0CFFE5;
  border-radius: 0;
  flex-shrink: 0
}

.succ-page .succ-card .succ-note {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #4a4a5e;
  margin: 0;
  max-width: 400px
}

.succ-page .succ-card .succ-note .note-email {
  color: #730276;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .5s ease-in-out, color .45s ease-in-out
}

.succ-page .succ-card .succ-note .note-email:hover {
  border-color: #730276;
  color: #5a0160
}

.succ-page .succ-actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center
}

.succ-page .succ-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
  color: #1b1b2e;
  background: #fff;
  border: 3px solid #730276;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 #73027614;
  transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease-in-out
}

.succ-page .succ-actions .btn-primary:hover {
  border-color: #0CFFE5;
  box-shadow: 0 6px 22px 0 #0cffe51c
}

.succ-page .succ-actions .btn-primary:focus {
  outline: 2px solid #730276;
  outline-offset: 4px
}

.succ-page .succ-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 600;
  color: #2a2a3d;
  background: transparent;
  border: 3px solid #0CFFE5;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .5s ease-in-out, color .48s ease-in-out
}

.succ-page .succ-actions .btn-secondary:hover {
  border-color: #730276;
  color: #730276
}

.succ-page .succ-actions .btn-secondary:focus {
  outline: 2px solid #0CFFE5;
  outline-offset: 4px
}

.succ-page .succ-deco {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  border-radius: 0;
  pointer-events: none;
  overflow: hidden
}

.succ-page .succ-deco .deco-shape {
  width: 100%;
  height: 100%
}

.succ-page .succ-deco-bl {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 240px;
  height: 240px;
  pointer-events: none;
  overflow: hidden
}

.succ-page .succ-deco-bl .deco-shape-bl {
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .succ-page {
    padding: 40px 20px
  }

  .succ-page .succ-wrap {
    gap: 20px
  }

  .succ-page .succ-card {
    padding: 40px 20px;
    gap: 20px
  }

  .succ-page .succ-card .succ-heading {
    font-size: 22px
  }

  .succ-page .succ-card .succ-body {
    font-size: 16px
  }

  .succ-page .succ-actions {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 560px
  }

  .succ-page .succ-actions .btn-primary,
  .succ-page .succ-actions .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 20px
  }

  .succ-page .succ-deco {
    width: 180px;
    height: 180px;
    top: -20px;
    right: -20px
  }

  .succ-page .succ-deco-bl {
    width: 140px;
    height: 140px;
    bottom: -20px;
    left: -20px
  }
}

@media (max-width: 375px) {
  .succ-page {
    padding: 40px 8px
  }

  .succ-page .succ-card {
    padding: 20px 8px
  }

  .succ-page .succ-card .succ-heading {
    font-size: 22px
  }
}