@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/oxygen@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/oxygen@latest/700.css";

body {
  margin: 0;
  font-family: 'Public Sans', 'Oxygen', sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word
}

.pg-shell {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.hd {
  background: linear-gradient(135deg, #f7f3fa 0%, #ede6f5 60%, #e0dded 100%);
  box-shadow: 1px 6px 28px -2px #a026d31a;
  position: relative;
  overflow: hidden
}

.hd::before {
  content: '';
  position: absolute;
  top: -48px;
  right: -48px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a026d314 0%, #ccb5d51f 100%);
  pointer-events: none
}

.hd-shell {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.hd-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0 16px;
  border-bottom: 1px solid #a026d326;
  gap: 24px
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid #a026d32e;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  padding: 8px;
  box-sizing: border-box
}

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

.brand-rule {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #A026D3 0%, #CCB5D5 100%);
  border-radius: 4px;
  border: none;
  margin: 0
}

.hd-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 8px
}

.hd-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #3a0a52;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #a026d324;
  background: #ffffffb3;
  transition: background-color 120ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 250ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.hd-contact a:hover {
  background: #a026d312;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  transform: scale(1.02)
}

.hd-contact a:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px;
  transform: scale(1.02)
}

.hd-contact-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.hd-contact-ico svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #A026D3;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.hd-contact-lbl {
  font-size: 16px;
  letter-spacing: .01em;
  color: #3a0a52
}

.hd-bottom {
  padding: 16px 0 24px
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center
}

.hd-nav li {
  display: flex
}

.hd-nav a {
  display: inline-flex;
  align-items: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3a0a52;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  letter-spacing: .02em;
  transition: color 140ms cubic-bezier(0.34, 1.56, 0.64, 1), background-color 140ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px
}

.hd-nav a:hover {
  color: #A026D3;
  background: #a026d312;
  transform: scale(1.02)
}

.hd-nav a:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px;
  transform: scale(1.02)
}

.hd-nav .active-pg {
  color: #A026D3;
  background: #a026d31a;
  border-radius: 4px
}

.ft {
  background: linear-gradient(135deg, #f7f3fa 0%, #e0dded 100%);
  border-top: 1.5px solid #a026d321;
  box-shadow: 1px -2px 4px -2px #a026d30d
}

.ft-shell {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.ft-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 16px
}

.ft-brand {
  display: flex;
  align-items: center;
  gap: 16px
}

.ft-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid #a026d32e;
  box-shadow: 1px 2px 4px -2px #a026d30d;
  padding: 6px;
  box-sizing: border-box;
  flex-shrink: 0
}

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

.ft-name {
  font-family: 'Public Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #3a0a52;
  letter-spacing: .02em
}

.ft-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.ft-offers li {
  display: flex;
  align-items: center;
  gap: 8px
}

.ft-offers li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A026D3;
  opacity: .5;
  flex-shrink: 0
}

.ft-offers li:first-child::before {
  display: none
}

.ft-offers span {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #5a3a6e
}

.ft-copy-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 24px;
  border-top: 1px solid #a026d31a
}

.ft-copy {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #7a5a8a
}

.ft-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center
}

.ft-links a {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #5a3a6e;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 130ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 230ms cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block
}

.ft-links a:hover {
  color: #A026D3;
  transform: scale(1.02)
}

.ft-links a:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-bar {
  display: none;
  position: fixed;
  top: auto;
  bottom: 24px;
  right: 24px;
  width: 300px;
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #a026d32e;
  box-shadow: 1px 12px 52px -2px #a026d321;
  padding: 24px;
  box-sizing: border-box;
  z-index: 4000;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1), opacity 220ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-bar.ck-in {
  transform: translateY(0);
  opacity: 1
}

.ck-desc {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #3a0a52;
  margin: 0 0 8px
}

.ck-ttl {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3a0a52;
  margin: 0 0 16px;
  display: block
}

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

.ck-ok {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #A026D3;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  transition: color 130ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px
}

.ck-ok:hover {
  color: #7a1aa0
}

.ck-ok:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-skip {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: #7a5a8a;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  transition: color 130ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px
}

.ck-skip:hover {
  color: #3a0a52
}

.ck-skip:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px;
  transform: scale(1.02)
}

.ck-mini {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3999;
  background: #fff;
  border: 1.5px solid #a026d32e;
  border-radius: 36px;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  padding: 8px 16px;
  align-items: center;
  gap: 8px
}

.ck-mini-lbl {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: #5a3a6e
}

.ck-mini-btn {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #A026D3;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px 0;
  min-height: 44px;
  transition: color 130ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-mini-btn:hover {
  color: #7a1aa0
}

.ck-mini-btn:focus {
  outline: 2px solid #A026D3;
  outline-offset: 2px
}

@media (max-width: 640px) {
  .hd-top {
    flex-direction: column;
    gap: 16px
  }

  .hd-contact {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap
  }

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

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

  .ck-bar {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px)
  }

  .ck-mini {
    right: 16px;
    bottom: 16px
  }
}

@media (min-width: 641px) and (max-width: 1024px) {

  .hd-shell,
  .ft-shell {
    padding: 0 24px
  }
}

.doc-area {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 48px;
  color: #2a1a35
}

.doc-area h1 {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #A026D3 0%, #6b1a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.doc-area h2 {
  font-size: 32px;
  line-height: 1.35;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #1a0a26
}

.doc-area h3 {
  font-size: 19px;
  line-height: 1.35;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #2a1a35;
  letter-spacing: .01em
}

.doc-area h4,
.doc-area h5,
.doc-area h6 {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #3a2045;
  letter-spacing: .03em;
  text-transform: uppercase
}

.doc-area ul,
.doc-area ol {
  margin: 16px 0 24px;
  padding-left: 24px
}

.doc-area ul {
  list-style: none;
  padding-left: 0
}

.doc-area ul li {
  padding-left: 24px;
  position: relative
}

.doc-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A026D3
}

.doc-area ol {
  list-style: decimal
}

.doc-area ol li::marker {
  color: #A026D3;
  font-size: 16px
}

.doc-area li {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 8px;
  color: #2a1a35
}

.doc-area em,
.doc-area i {
  font-style: italic;
  color: #5a2a6e
}

.doc-area a {
  color: #A026D3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 150ms cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color 150ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.doc-area a:hover {
  color: #6b1a8a;
  text-decoration-color: #CCB5D5
}

.doc-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 48px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

.doc-area thead {
  background: linear-gradient(135deg, #A026D3 0%, #7a1ea3 100%)
}

.doc-area thead th {
  color: #fff;
  font-size: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left
}

.doc-area tbody tr {
  border-bottom: 1px solid #E0DDED;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.doc-area tbody tr:last-child {
  border-bottom: none
}

.doc-area tbody tr:nth-child(even) {
  background: #f7f4fa
}

.doc-area tbody tr:hover {
  background: #ede5f5
}

.doc-area td {
  padding: 16px 24px;
  color: #2a1a35;
  vertical-align: top
}

.doc-area th {
  font-weight: 700
}

.doc-area hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #CCB5D5 30%, #A026D3 50%, #CCB5D5 70%, transparent);
  margin: 48px 0;
  border-radius: 4px
}

@media (max-width: 1024px) {
  .doc-area {
    padding: 96px 24px
  }

  .doc-area h1 {
    font-size: 32px
  }
}

@media (max-width: 640px) {
  .doc-area {
    padding: 48px 16px
  }

  .doc-area h1 {
    font-size: 32px;
    letter-spacing: -.5px
  }

  .doc-area h2 {
    font-size: 19px;
    margin-top: 48px
  }

  .doc-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.entr {
  overflow-x: hidden;
  background: #fff
}

.entr * {
  box-sizing: border-box
}

.entr .pg-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 120px;
  pointer-events: none;
  overflow: hidden
}

.entr .pg-lines span {
  display: block;
  height: 1px;
  background: #A026D3;
  opacity: .18;
  margin-bottom: 10px;
  transform-origin: right center
}

.entr .pg-lines span:nth-child(1) {
  width: 60px
}

.entr .pg-lines span:nth-child(2) {
  width: 40px
}

.entr .pg-lines span:nth-child(3) {
  width: 70px
}

.entr .pg-lines span:nth-child(4) {
  width: 30px
}

.entr .pg-lines span:nth-child(5) {
  width: 55px
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-48px)
  }

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

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.entr .anim-1 {
  animation: slideInLeft .32s cubic-bezier(0.34, 1.56, 0.64, 1) .05s both
}

.entr .anim-2 {
  animation: slideInLeft .32s cubic-bezier(0.34, 1.56, 0.64, 1) .18s both
}

.entr .anim-3 {
  animation: slideInLeft .28s cubic-bezier(0.34, 1.56, 0.64, 1) .3s both
}

.entr .anim-4 {
  animation: slideInLeft .28s cubic-bezier(0.34, 1.56, 0.64, 1) .42s both
}

.entr .img-fade {
  animation: fadeIn .45s cubic-bezier(0.34, 1.56, 0.64, 1) .55s both
}

.entr .t-blk {
  position: relative;
  max-width: 100%;
  background: linear-gradient(118deg, #fff 0%, #fff 52%, #E0DDED 100%);
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  overflow: hidden
}

.entr .t-blk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #A026D3 0%, #CCB5D5 100%);
  border-radius: 0 4px 4px 0
}

.entr .t-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-width: 0
}

.entr .t-label {
  font-size: 16px;
  letter-spacing: .12em;
  color: #A026D3;
  font-weight: 700;
  text-transform: uppercase
}

.entr .t-h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 900;
  color: #1a0033;
  margin: 0;
  text-transform: uppercase
}

.entr .t-h1 .acc {
  background: linear-gradient(120deg, #A026D3 0%, #CCB5D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .t-sub {
  font-size: 19px;
  line-height: 1.55;
  color: #3a2248;
  max-width: 480px;
  margin: 0
}

.entr .t-btn {
  display: inline-block;
  padding: 16px 48px;
  background: #A026D3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .15s linear;
  letter-spacing: .04em
}

.entr .t-btn:hover {
  box-shadow: 1px 12px 52px -2px #a026d338;
  background: #8a1db8
}

.entr .t-right {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.entr .t-img-wrap {
  width: 340px;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

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

.entr .t-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, #E0DDED 100%);
  pointer-events: none
}

.entr .dist-sec {
  background: #fff;
  padding: 96px 48px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.entr .dist-left {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.entr .dist-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
  color: #1a0033;
  text-transform: uppercase
}

.entr .dist-h2 .acc {
  color: #A026D3 !important;
  font-weight: 900
}

.entr .dist-img-wrap {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

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

.entr .dist-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0
}

.entr .dist-p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .dist-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none
}

.entr .dist-items li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248
}

.entr .dist-items li .ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px
}

.entr .rep-sec {
  background: #E0DDED;
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.entr .rep-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.entr .rep-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px
}

.entr .rep-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
  color: #1a0033;
  text-transform: uppercase;
  max-width: 480px
}

.entr .rep-h2 .acc {
  color: #A026D3;
  font-weight: 900
}

.entr .rep-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  max-width: 360px;
  margin: 0;
  text-align: right
}

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

.entr .rep-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 2px solid transparent;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .rep-card:hover {
  border-color: #A026D3;
  box-shadow: 1px 12px 52px -2px #a026d321
}

.entr .rep-card-ico {
  width: 36px;
  height: 36px
}

.entr .rep-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a0033;
  margin: 0;
  line-height: 1.35
}

.entr .rep-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .who-sec {
  background: #fff;
  padding: 96px 48px
}

.entr .who-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.entr .who-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0 0 24px;
  color: #1a0033;
  text-transform: uppercase;
  grid-column: 1 / -1
}

.entr .who-h2 .acc {
  color: #A026D3;
  font-weight: 900
}

.entr .who-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entr .who-col-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A026D3;
  margin: 0
}

.entr .who-col p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.entr .who-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248
}

.entr .who-list li .ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px
}

.entr .who-img-wrap {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  border-radius: 12px;
  overflow: hidden;
  height: 360px;
  box-shadow: 1px 6px 28px -2px #ccb5d521
}

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

.entr .offer-sec {
  background: linear-gradient(135deg, #A026D3 0%, #CCB5D5 100%);
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.entr .offer-lines {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 140px;
  pointer-events: none;
  overflow: hidden
}

.entr .offer-lines span {
  display: block;
  height: 1px;
  background: #fff;
  opacity: .15;
  margin-bottom: 12px
}

.entr .offer-lines span:nth-child(1) {
  width: 70px
}

.entr .offer-lines span:nth-child(2) {
  width: 45px
}

.entr .offer-lines span:nth-child(3) {
  width: 80px
}

.entr .offer-lines span:nth-child(4) {
  width: 35px
}

.entr .offer-lines span:nth-child(5) {
  width: 60px
}

.entr .offer-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.entr .offer-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
  color: #fff;
  text-transform: uppercase
}

.entr .offer-h2 .acc {
  color: #E0DDED;
  font-weight: 900
}

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

.entr .offer-item {
  background: #ffffff21;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #ffffff38;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(4px);
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s linear
}

.entr .offer-item:hover {
  background: #ffffff38;
  border-color: #ffffff80
}

.entr .offer-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.35
}

.entr .offer-item p {
  font-size: 16px;
  line-height: 1.55;
  color: #f0e8f7;
  margin: 0
}

.entr .offer-btn {
  display: inline-block;
  padding: 16px 48px;
  background: #fff;
  color: #A026D3;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .15s linear
}

.entr .offer-btn:hover {
  box-shadow: 1px 12px 52px -2px #a026d338;
  background: #f3e8fb
}

.entr .ltv-sec {
  background: #fff;
  padding: 96px 48px
}

.entr .ltv-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.entr .ltv-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.entr .ltv-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
  color: #1a0033;
  text-transform: uppercase;
  flex: 0 0 380px
}

.entr .ltv-h2 .acc {
  color: #A026D3;
  font-weight: 900
}

.entr .ltv-intro {
  flex: 1 1 0;
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .timeline {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  overflow-x: auto
}

.entr .timeline::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #A026D3 0%, #CCB5D5 100%);
  z-index: 0
}

.entr .tl-pt {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  min-width: 140px
}

.entr .tl-dot {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #A026D3;
  border: 3px solid #fff;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  flex-shrink: 0;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr .tl-pt:hover .tl-dot {
  transform: scale(1.18)
}

.entr .tl-card {
  background: #E0DDED;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 1px 2px 4px -2px #a026d30d
}

.entr .tl-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1a0033;
  margin: 0;
  line-height: 1.35
}

.entr .tl-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .exp-sec {
  background: #E0DDED;
  padding: 96px 48px
}

.entr .exp-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.entr .exp-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
  color: #1a0033;
  text-transform: uppercase
}

.entr .exp-h2 .acc {
  color: #A026D3;
  font-weight: 900
}

.entr .exp-cards {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.entr .exp-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  border: 2px solid transparent;
  transition: border-color .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.entr .exp-card:hover {
  border-color: #CCB5D5
}

.entr .exp-avatar {
  width: 56px;
  height: 56px;
  border-radius: 36px;
  background: linear-gradient(135deg, #CCB5D5 0%, #A026D3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 19px;
  font-weight: 700;
  color: #fff
}

.entr .exp-body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.entr .exp-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a0033;
  margin: 0
}

.entr .exp-role {
  font-size: 16px;
  color: #A026D3;
  margin: 0;
  letter-spacing: .04em
}

.entr .exp-quote {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.entr .exp-quote-mark {
  font-size: 32px;
  color: #CCB5D5;
  line-height: 1.1;
  font-weight: 900;
  align-self: flex-start;
  flex-shrink: 0
}

@media (max-width: 1024px) {
  .entr .t-blk {
    flex-direction: column;
    padding: 48px 24px;
    gap: 24px
  }

  .entr .t-right {
    flex: none;
    width: 100%;
    justify-content: flex-start
  }

  .entr .t-img-wrap {
    width: 100%;
    height: 260px
  }

  .entr .t-h1 {
    font-size: 32px
  }

  .entr .dist-sec {
    flex-direction: column;
    padding: 48px 24px;
    gap: 24px
  }

  .entr .dist-left {
    flex: none;
    width: 100%
  }

  .entr .rep-sec {
    padding: 48px 24px
  }

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

  .entr .rep-desc {
    text-align: left
  }

  .entr .rep-cards {
    grid-template-columns: 1fr
  }

  .entr .who-sec {
    padding: 48px 24px
  }

  .entr .who-inner {
    grid-template-columns: 1fr
  }

  .entr .who-img-wrap {
    grid-column: 1;
    grid-row: auto;
    height: 220px
  }

  .entr .offer-sec {
    padding: 48px 24px
  }

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

  .entr .ltv-sec {
    padding: 48px 24px
  }

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

  .entr .ltv-h2 {
    flex: none
  }

  .entr .exp-sec {
    padding: 48px 24px
  }

  .entr .exp-card {
    flex-direction: column
  }

  .entr .dist-sec {
    max-width: 100%
  }

  .entr .who-inner {
    gap: 24px
  }
}

@media (max-width: 640px) {
  .entr .t-h1 {
    font-size: 32px
  }

  .entr .rep-h2,
  .entr .dist-h2,
  .entr .who-h2,
  .entr .offer-h2,
  .entr .ltv-h2,
  .entr .exp-h2 {
    font-size: 32px
  }

  .entr .timeline {
    flex-direction: column
  }

  .entr .timeline::before {
    display: none
  }

  .entr .tl-pt {
    align-items: flex-start;
    flex-direction: row;
    min-width: 0
  }

  .entr .tl-card {
    flex: 1 1 0
  }
}

.cu {
  position: relative;
  overflow-x: clip
}

.cu .ttl {
  background: linear-gradient(127deg, #A026D3 0%, #CCB5D5 60%, #E0DDED 100%);
  padding: 96px 24px 48px
}

.cu .ttl__in {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch
}

.cu .ttl__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.cu .ttl__label {
  font-size: 16px;
  letter-spacing: .18em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .85
}

.cu .ttl__h1 {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0
}

.cu .ttl__pts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cu .ttl__pts li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 19px;
  line-height: 1.55;
  color: #fff
}

.cu .ttl__pts li svg {
  flex-shrink: 0;
  margin-top: 3px
}

.cu .ttl__vis {
  flex: 0 0 340px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
  background: linear-gradient(160deg, #A026D3 0%, #7a1aa0 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.cu .ttl__vis-dec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(200deg, #a026d3b3 0%, #ccb5d533 100%);
  z-index: 1
}

.cu .ttl__vis-sym {
  font-size: 180px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff14;
  position: absolute;
  bottom: -24px;
  right: 16px;
  z-index: 0;
  pointer-events: none;
  user-select: none
}

.cu .ttl__vis-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-items: flex-start
}

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

.cu .ttl__vis-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffffff2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cu .ttl__vis-ico svg {
  display: block
}

.cu .ttl__vis-lbl {
  font-size: 16px;
  color: #ffffffb3;
  line-height: 1.35
}

.cu .ttl__vis-val {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  line-height: 1.35
}

.cu .divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  max-width: 1024px;
  margin: 48px auto 0
}

.cu .divider::before,
.cu .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #CCB5D5, transparent)
}

.cu .divider span {
  font-size: 16px;
  letter-spacing: .14em;
  color: #A026D3;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap
}

.cu .frm-sec {
  padding: 48px 24px 96px;
  background: #fff
}

.cu .frm-sec__in {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.cu .frm-sec__aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu .frm-sec__h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #1b0929;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase
}

.cu .frm-sec__desc {
  font-size: 19px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.cu .frm-sec__kw {
  font-weight: 700;
  color: #A026D3
}

.cu .frm-sec__meter {
  background: linear-gradient(135deg, #f4eef9 0%, #E0DDED 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

.cu .frm-sec__meter-h {
  font-size: 16px;
  font-weight: 700;
  color: #1b0929;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cu .meter-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu .meter-row__lbl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.cu .meter-row__name {
  font-size: 16px;
  color: #3a2248;
  line-height: 1.35
}

.cu .meter-row__val {
  font-size: 16px;
  font-weight: 700;
  color: #A026D3
}

.cu .meter-bar {
  height: 8px;
  border-radius: 4px;
  background: #a026d31f;
  overflow: hidden
}

.cu .meter-bar__fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #A026D3, #CCB5D5);
  transition: width .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu .frm-sec__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #3a2248;
  padding: 8px 0 0
}

.cu .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 36px;
  background: #A026D3;
  flex-shrink: 0;
  animation: dot-pulse 1.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes dot-pulse {

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

  50% {
    transform: scale(1.5);
    opacity: .6
  }
}

.cu .frm-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu .frm {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu .frm__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cu .field {
  position: relative;
  display: flex;
  flex-direction: column
}

.cu .field input,
.cu .field textarea,
.cu .field select {
  padding: 24px 16px 8px;
  border: 1.5px solid #CCB5D5;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #1b0929;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  box-sizing: border-box;
  appearance: none
}

.cu .field textarea {
  min-height: 120px;
  resize: vertical
}

.cu .field select {
  cursor: pointer
}

.cu .field input:focus,
.cu .field textarea:focus,
.cu .field select:focus {
  border-color: #A026D3;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

.cu .field input:not(:placeholder-shown)+label,
.cu .field input:focus+label,
.cu .field textarea:not(:placeholder-shown)+label,
.cu .field textarea:focus+label,
.cu .field select:focus+label,
.cu .field select:not([value=""])+label {
  top: 8px;
  font-size: 13px;
  color: #A026D3
}

.cu .field label {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 16px;
  color: #8a7a99;
  pointer-events: none;
  transition: top .2s cubic-bezier(0.34, 1.56, 0.64, 1), font-size .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s ease;
  background: transparent;
  line-height: 1.35
}

.cu .field input::placeholder,
.cu .field textarea::placeholder {
  color: transparent
}

.cu .sel-wrap {
  position: relative
}

.cu .sel-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #A026D3;
  pointer-events: none
}

.cu .sel-wrap select {
  padding-right: 40px
}

.cu .sel-wrap label {
  top: 8px;
  font-size: 13px;
  color: #A026D3
}

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

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

.cu .check-row p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0
}

.cu .check-row a {
  color: #A026D3;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  background-image: linear-gradient(90deg, #E0DDED, #E0DDED);
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 0 2px
}

.cu .check-row a:hover {
  background-size: 100% 100%
}

.cu .btn-sub {
  padding: 16px 48px;
  border-radius: 12px;
  background: #A026D3;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  letter-spacing: .04em
}

.cu .btn-sub::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff0;
  transition: background .18s ease
}

.cu .btn-sub:hover {
  box-shadow: 1px 12px 52px -2px #a026d347;
  transform: translateY(-2px)
}

.cu .btn-sub:hover::before {
  background: #ffffff14
}

.cu .btn-sub:active {
  transform: translateY(0)
}

.cu .btn-sub:focus-visible {
  outline: 2px solid #A026D3;
  outline-offset: 3px
}

.cu .info-sec {
  padding: 96px 24px;
  background: #1b0929;
  position: relative
}

.cu .info-sec__bg-pat {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, #a026d312 0px, #a026d312 1px, transparent 1px, transparent 48px), repeating-linear-gradient(90deg, #a026d312 0px, #a026d312 1px, transparent 1px, transparent 48px);
  background-size: 48px 48px;
  pointer-events: none
}

.cu .info-sec__in {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.cu .info-sec__top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.cu .info-sec__h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  flex: 1 1 0
}

.cu .info-sec__sub {
  font-size: 19px;
  line-height: 1.55;
  color: #CCB5D5;
  margin: 0;
  flex: 1 1 0
}

.cu .info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.cu .info-card {
  background: #a026d31a;
  border: 1.5px solid #ccb5d52e;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s ease;
  position: relative;
  overflow: hidden
}

.cu .info-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #a026d300;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 12px;
  z-index: 0
}

.cu .info-card:hover::before {
  background: #a026d31f !important
}

.cu .info-card:hover {
  border-color: #ccb5d573
}

.cu .info-card__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #a026d340;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.cu .info-card__lbl {
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #CCB5D5;
  font-weight: 600;
  position: relative;
  z-index: 1
}

.cu .info-card__val {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  line-height: 1.55;
  position: relative;
  z-index: 1
}

.cu .info-card__val a {
  color: #E0DDED;
  text-decoration: none;
  transition: color .18s ease
}

.cu .info-card__val a:hover {
  color: #fff
}

.cu .milestone-sec {
  padding: 96px 24px;
  background: linear-gradient(160deg, #f4eef9 0%, #E0DDED 100%)
}

.cu .milestone-sec__in {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.cu .milestone-sec__hd {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-end
}

.cu .milestone-sec__h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #1b0929;
  font-weight: 800;
  margin: 0;
  flex: 1 1 0
}

.cu .milestone-sec__note {
  font-size: 19px;
  line-height: 1.55;
  color: #3a2248;
  margin: 0;
  flex: 1 1 0;
  text-align: right
}

.cu .milestones {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative
}

.cu .milestones::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  height: 2px;
  background: linear-gradient(90deg, #A026D3, #CCB5D5, #E0DDED);
  z-index: 0
}

.cu .ms-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1
}

.cu .ms-item__dot {
  width: 44px;
  height: 44px;
  border-radius: 36px;
  background: #fff;
  border: 3px solid #A026D3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 6px 28px -2px #a026d321;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0
}

.cu .ms-item:hover .ms-item__dot {
  background: #A026D3;
  transform: scale(1.12)
}

.cu .ms-item:hover .ms-item__dot svg path,
.cu .ms-item:hover .ms-item__dot svg circle,
.cu .ms-item:hover .ms-item__dot svg rect,
.cu .ms-item:hover .ms-item__dot svg polyline,
.cu .ms-item:hover .ms-item__dot svg line {
  stroke: #fff
}

.cu .ms-item__dot svg path,
.cu .ms-item__dot svg circle,
.cu .ms-item__dot svg rect,
.cu .ms-item__dot svg polyline,
.cu .ms-item__dot svg line {
  transition: stroke .22s ease
}

.cu .ms-item__date {
  font-size: 16px;
  font-weight: 700;
  color: #A026D3;
  letter-spacing: .08em
}

.cu .ms-item__txt {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2248;
  text-align: center;
  padding: 0 8px
}

.cu .ico-cycle {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px
}

.cu .ico-c {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #a026d314;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cu .ico-c.active {
  background: #A026D3;
  box-shadow: 1px 6px 28px -2px #a026d32e
}

.cu .ico-c svg path,
.cu .ico-c svg circle,
.cu .ico-c svg rect {
  stroke: #A026D3
}

.cu .ico-c.active svg path,
.cu .ico-c.active svg circle,
.cu .ico-c.active svg rect {
  stroke: #fff
}

@keyframes ico-seq {

  0%,
  16% {
    background: #A026D3;
    box-shadow: 1px 6px 28px -2px #a026d32e
  }

  17%,
  100% {
    background: #a026d314;
    box-shadow: none
  }
}

.cu .ico-c:nth-child(1) {
  animation: ico-seq 3s 0s infinite
}

.cu .ico-c:nth-child(2) {
  animation: ico-seq 3s .5s infinite
}

.cu .ico-c:nth-child(3) {
  animation: ico-seq 3s 1s infinite
}

.cu .ico-c:nth-child(4) {
  animation: ico-seq 3s 1.5s infinite
}

.cu .ico-c:nth-child(5) {
  animation: ico-seq 3s 2s infinite
}

.cu .ico-c:nth-child(6) {
  animation: ico-seq 3s 2.5s infinite
}

@keyframes ico-seq-stroke {

  0%,
  16% {
    stroke: #fff
  }

  17%,
  100% {
    stroke: #A026D3
  }
}

.cu .ico-c:nth-child(1) svg path,
.cu .ico-c:nth-child(1) svg circle,
.cu .ico-c:nth-child(1) svg rect,
.cu .ico-c:nth-child(2) svg path,
.cu .ico-c:nth-child(2) svg circle,
.cu .ico-c:nth-child(2) svg rect,
.cu .ico-c:nth-child(3) svg path,
.cu .ico-c:nth-child(3) svg circle,
.cu .ico-c:nth-child(3) svg rect,
.cu .ico-c:nth-child(4) svg path,
.cu .ico-c:nth-child(4) svg circle,
.cu .ico-c:nth-child(4) svg rect,
.cu .ico-c:nth-child(5) svg path,
.cu .ico-c:nth-child(5) svg circle,
.cu .ico-c:nth-child(5) svg rect,
.cu .ico-c:nth-child(6) svg path,
.cu .ico-c:nth-child(6) svg circle,
.cu .ico-c:nth-child(6) svg rect {
  transition: stroke .18s ease
}

.cu .ico-c:nth-child(1) svg path {
  animation: ico-seq-stroke 3s 0s infinite
}

.cu .ico-c:nth-child(2) svg path {
  animation: ico-seq-stroke 3s .5s infinite
}

.cu .ico-c:nth-child(3) svg path {
  animation: ico-seq-stroke 3s 1s infinite
}

.cu .ico-c:nth-child(4) svg path {
  animation: ico-seq-stroke 3s 1.5s infinite
}

.cu .ico-c:nth-child(5) svg path {
  animation: ico-seq-stroke 3s 2s infinite
}

.cu .ico-c:nth-child(6) svg path {
  animation: ico-seq-stroke 3s 2.5s infinite
}

@media (max-width: 1024px) {
  .cu .ttl__in {
    flex-direction: column;
    gap: 24px
  }

  .cu .ttl__vis {
    flex: 0 0 auto;
    min-height: 200px
  }

  .cu .ttl__h1 {
    font-size: 48px
  }

  .cu .frm-sec__in {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .cu .info-cards {
    grid-template-columns: 1fr
  }

  .cu .info-sec__top {
    flex-direction: column;
    gap: 24px
  }

  .cu .milestone-sec__hd {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .cu .milestone-sec__note {
    text-align: left
  }

  .cu .milestones {
    flex-direction: column;
    gap: 24px
  }

  .cu .milestones::before {
    display: none
  }

  .cu .ms-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    text-align: left
  }

  .cu .ms-item__txt {
    text-align: left;
    padding: 0
  }
}

@media (max-width: 640px) {
  .cu .ttl {
    padding: 48px 16px 24px
  }

  .cu .ttl__h1 {
    font-size: 32px
  }

  .cu .frm__row {
    grid-template-columns: 1fr
  }

  .cu .frm-sec {
    padding: 48px 16px
  }

  .cu .info-sec {
    padding: 48px 16px
  }

  .cu .milestone-sec {
    padding: 48px 16px
  }

  .cu .btn-sub {
    width: 100%;
    text-align: center
  }
}

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

.au .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.au .t-block {
  padding: 96px 24px 48px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.au .t-block::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 48px;
  width: 60px;
  height: 60px;
  border-top: 2px solid #CCB5D5;
  border-left: 2px solid #CCB5D5;
  border-radius: 0;
  pointer-events: none
}

.au .t-block::after {
  content: '';
  position: absolute;
  top: 48px;
  right: 48px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #A026D3;
  border-right: 2px solid #A026D3;
  border-radius: 0;
  pointer-events: none
}

.au .t-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .12em;
  color: #A026D3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px
}

.au .t-h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a0a2e;
  margin: 0 0 24px;
  background: linear-gradient(135deg, #1a0a2e 0%, #A026D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.au .t-link {
  display: inline-block;
  font-size: 19px;
  line-height: 1.35;
  color: #A026D3;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 48px;
  border: 2px solid #A026D3;
  border-radius: 4px;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .15s linear, color .15s linear;
  position: relative;
  z-index: 1
}

.au .t-link:hover {
  background: #A026D3;
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow: 1px 6px 28px -2px #a026d31a 1px 12px 52px -2px #a026d321
}

.au .t-img-wrap {
  margin-top: 48px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 6px 28px -2px #a026d31a 1px 12px 52px -2px #a026d321
}

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

.au .about-strip {
  background: linear-gradient(160deg, #E0DDED 0%, #fff 100%);
  padding: 96px 24px
}

.au .about-strip .pg-wrap {
  padding: 0
}

.au .ab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.au .ab-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.au .ab-tag {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .1em;
  color: #A026D3;
  font-weight: 700;
  text-transform: uppercase
}

.au .ab-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a0a2e;
  margin: 0
}

.au .ab-body {
  font-size: 19px;
  line-height: 1.55;
  color: #2d1a3e;
  margin: 0
}

.au .ab-body strong {
  font-weight: 700;
  color: #A026D3 !important
}

.au .ab-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.au .ab-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

.au .ab-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(0.8) brightness(0.97)
}

.au .ab-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.au .ab-stat {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.au .ab-stat .num {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  color: #A026D3
}

.au .ab-stat .desc {
  font-size: 16px;
  line-height: 1.35;
  color: #2d1a3e
}

.au .team-sec {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.au .team-sec .flicker-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #CCB5D5 0%, #fff 100%);
  opacity: .18;
  animation: flicker 6s infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes flicker {
  0% {
    opacity: .18
  }

  15% {
    opacity: .15
  }

  30% {
    opacity: .19
  }

  50% {
    opacity: .16
  }

  70% {
    opacity: .2
  }

  85% {
    opacity: .17
  }

  100% {
    opacity: .18
  }
}

.au .team-sec .pg-wrap {
  position: relative;
  z-index: 1;
  padding: 0
}

.au .tm-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px
}

.au .tm-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a0a2e;
  margin: 0;
  max-width: 480px
}

.au .tm-sub {
  font-size: 19px;
  line-height: 1.55;
  color: #2d1a3e;
  max-width: 360px;
  text-align: right;
  margin: 0
}

.au .tm-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px
}

.au .tm-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 2px 4px -2px #a026d30d 1px 6px 28px -2px #a026d31a;
  position: relative;
  cursor: pointer
}

.au .tm-card .img-wrap {
  overflow: hidden;
  position: relative
}

.au .tm-card .img-wrap img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75) brightness(0.95);
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), filter .22s linear
}

.au .tm-card:hover .img-wrap img {
  transform: scale(1.04);
  filter: saturate(1) brightness(1)
}

.au .tm-card.wide .img-wrap img {
  height: 360px
}

.au .tm-card.sm .img-wrap img {
  height: 220px
}

.au .tm-card .reveal-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(160deg, #a026d3eb 0%, #64148cf7 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: clip-path .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.au .tm-card:hover .reveal-mask {
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%)
}

.au .tm-card .reveal-mask .nm {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff
}

.au .tm-card .reveal-mask .role {
  font-size: 16px;
  line-height: 1.35;
  color: #E0DDED;
  letter-spacing: .06em
}

.au .tm-card .card-foot {
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.au .tm-card .card-foot .nm {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a0a2e
}

.au .tm-card .card-foot .role {
  font-size: 16px;
  line-height: 1.35;
  color: #6b3a8a
}

.au .vals-sec {
  padding: 96px 24px;
  background: linear-gradient(170deg, #1a0a2e 0%, #2d0a4a 100%);
  position: relative;
  overflow: hidden
}

.au .vals-sec .deco-poly {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #A026D3 0%, #CCB5D5 100%);
  clip-path: polygon(40% 0%, 100% 20%, 100% 80%, 60% 100%, 0% 70%, 10% 20%);
  opacity: .08;
  pointer-events: none
}

.au .vals-sec .pg-wrap {
  position: relative;
  z-index: 1;
  padding: 0
}

.au .vals-h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  margin: 0 0 48px;
  text-align: right
}

.au .vals-h2 span {
  color: #CCB5D5
}

.au .vals-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0
}

.au .vals-list li {
  background: #ffffff0d;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #ccb5d526;
  transition: background .22s linear, box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.au .vals-list li:hover {
  background: #a026d31f;
  box-shadow: 1px 6px 28px -2px #a026d31a
}

.au .vals-list .v-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0
}

.au .vals-list .v-ttl {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #E0DDED
}

.au .vals-list .v-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #CCB5D5;
  margin: 0
}

.au .vals-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px
}

.au .vals-imgs .vi {
  border-radius: 12px;
  overflow: hidden
}

.au .vals-imgs .vi img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: saturate(0.6) brightness(0.8)
}

@media (max-width: 1024px) {
  .au .tm-cards {
    grid-template-columns: 1fr 1fr
  }

  .au .tm-card.wide .img-wrap img {
    height: 260px
  }
}

@media (max-width: 640px) {
  .au .t-h1 {
    font-size: 32px
  }

  .au .ab-grid {
    grid-template-columns: 1fr
  }

  .au .tm-cards {
    grid-template-columns: 1fr
  }

  .au .tm-head {
    flex-direction: column;
    align-items: flex-start
  }

  .au .tm-sub {
    text-align: left
  }

  .au .vals-list {
    grid-template-columns: 1fr
  }

  .au .vals-imgs {
    grid-template-columns: 1fr
  }

  .au .vals-h2 {
    text-align: left
  }

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

  .au .t-block::before,
  .au .t-block::after {
    display: none
  }
}

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

.ss-pg .ld-schema {
  display: none
}

.ss-pg .dec-strokes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.ss-pg .dec-strokes span {
  display: block;
  height: 3px;
  border-radius: 4px;
  background: #A026D3;
  opacity: .18
}

.ss-pg .dec-strokes span:nth-child(1) {
  width: 32px
}

.ss-pg .dec-strokes span:nth-child(2) {
  width: 22px
}

.ss-pg .dec-strokes span:nth-child(3) {
  width: 14px
}

.ss-pg .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0
}

.ss-pg .divider::before,
.ss-pg .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E0DDED
}

.ss-pg .divider-gem {
  width: 10px;
  height: 10px;
  background: #A026D3;
  border-radius: 0;
  transform: rotate(45deg);
  opacity: .5
}

.ss-pg .divider-alt::before,
.ss-pg .divider-alt::after {
  background: linear-gradient(90deg, transparent, #CCB5D5, transparent)
}

.ss-pg .divider-dot {
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #CCB5D5
}

.ss-pg .divider-tri {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #A026D3;
  opacity: .4
}

.ss-pg .title-blk {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.ss-pg .title-blk .img-col {
  position: relative
}

.ss-pg .title-blk .img-col img {
  width: 220px;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  display: block;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  animation: elasticIn .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.ss-pg .title-blk .img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(ellipse at 30% 100%, #140a1e8c 0%, transparent 65%), radial-gradient(ellipse at 100% 0%, #140a1e66 0%, transparent 50%);
  pointer-events: none
}

.ss-pg .title-blk .txt-col {
  position: relative;
  padding-top: 16px;
  border-right: 3px solid #A026D3;
  padding-right: 24px
}

.ss-pg .title-blk .txt-col .bg-dec {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: .22
}

.ss-pg .title-blk .txt-col .bg-dec .dec-strokes span {
  opacity: 1
}

.ss-pg .pg-label {
  font-size: 16px;
  letter-spacing: .12em;
  color: #A026D3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.ss-pg .title-blk h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b0a2e;
  text-transform: uppercase;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.ss-pg .title-blk h1 .grad-word {
  background: linear-gradient(135deg, #A026D3 0%, #CCB5D5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ss-pg .title-blk .sub-p {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2550;
  max-width: 520px
}

@keyframes elasticIn {
  0% {
    transform: scale(0.88) translateY(12px);
    opacity: 0
  }

  60% {
    transform: scale(1.04) translateY(-4px);
    opacity: 1
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1
  }
}

.ss-pg .stories-grid {
  background: linear-gradient(170deg, #E0DDED 0%, #fff 100%);
  padding: 96px 48px
}

.ss-pg .stories-grid .inner {
  max-width: 1024px;
  margin: 0 auto
}

.ss-pg .stories-grid h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #1b0a2e;
  margin: 0 0 8px;
  font-weight: 700
}

.ss-pg .stories-grid .sec-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3360;
  margin: 0 0 48px;
  max-width: 560px
}

.ss-pg .story-list {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ss-pg .story-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  border-right: 3px solid #A026D3;
  position: relative;
  overflow: hidden
}

.ss-pg .story-item.rev {
  direction: ltr
}

.ss-pg .story-item.rev .story-txt {
  order: 2;
  text-align: right
}

.ss-pg .story-item.rev .story-vis {
  order: 1
}

.ss-pg .story-item .story-txt h3 {
  font-size: 32px;
  line-height: 1.35;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 8px
}

.ss-pg .story-item .story-txt .person-tag {
  font-size: 16px;
  color: #A026D3;
  font-weight: 600;
  letter-spacing: .06em;
  margin-bottom: 16px;
  display: block
}

.ss-pg .story-item .story-txt p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2550;
  margin: 0 0 16px
}

.ss-pg .story-item .story-txt p:last-child {
  margin-bottom: 0
}

.ss-pg .story-vis {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ss-pg .quote-card {
  background: linear-gradient(135deg, #E0DDED 0%, #fff 100%);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  box-shadow: 1px 2px 4px -2px #a026d30d
}

.ss-pg .quote-card::before {
  content: '';
  display: block;
  width: 28px;
  height: 20px;
  background: #A026D3;
  opacity: .15;
  clip-path: polygon(0 0, 40% 0, 40% 55%, 100% 55%, 100% 100%, 0 100%);
  margin-bottom: 8px;
  border-radius: 4px
}

.ss-pg .quote-card blockquote {
  font-size: 16px;
  line-height: 1.55;
  color: #2a1040;
  font-style: italic;
  margin: 0
}

.ss-pg .ratio-bar {
  background: #E0DDED;
  border-radius: 36px;
  height: 12px;
  overflow: hidden;
  position: relative
}

.ss-pg .ratio-bar .fill {
  height: 100%;
  background: linear-gradient(90deg, #A026D3 0%, #CCB5D5 100%);
  border-radius: 36px;
  transition: width .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ss-pg .ratio-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  color: #4a3360;
  margin-bottom: 8px
}

.ss-pg .ratio-label strong {
  color: #A026D3;
  font-weight: 700
}

.ss-pg .compare-blk {
  background: #1b0a2e;
  position: relative;
  overflow: hidden;
  padding: 96px 48px
}

.ss-pg .compare-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(./photo_archive/client12-v2.jpg);
  background-size: cover;
  background-position: center 30%;
  opacity: .08;
  pointer-events: none
}

.ss-pg .compare-blk .inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative
}

.ss-pg .compare-blk h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700
}

.ss-pg .compare-blk .sec-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #CCB5D5;
  margin: 0 0 48px;
  max-width: 520px
}

.ss-pg .compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ss-pg .cmp-col {
  background: #ffffff0f;
  border-radius: 12px;
  padding: 48px 24px;
  border-top: 3px solid #A026D3;
  position: relative
}

.ss-pg .cmp-col.alt {
  border-top-color: #CCB5D5;
  background: #a026d31a
}

.ss-pg .cmp-col h4 {
  font-size: 19px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ss-pg .cmp-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ss-pg .cmp-col ul li {
  font-size: 16px;
  line-height: 1.55;
  color: #E0DDED;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ss-pg .cmp-col ul li svg {
  flex-shrink: 0;
  margin-top: 3px
}

.ss-pg .cmp-col.alt ul li {
  color: #fff
}

.ss-pg .flip-card {
  perspective: 800px;
  width: 100%;
  margin-top: 48px
}

.ss-pg .flip-card .fc-inner {
  position: relative;
  width: 100%;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d
}

.ss-pg .flip-card:hover .fc-inner,
.ss-pg .flip-card:focus-within .fc-inner {
  transform: rotateY(180deg)
}

.ss-pg .fc-face {
  backface-visibility: hidden;
  border-radius: 12px;
  padding: 24px
}

.ss-pg .fc-front {
  background: #ffffff1a;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ss-pg .fc-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #A026D3 0%, #7a1aa0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px
}

.ss-pg .fc-front p,
.ss-pg .fc-back p {
  font-size: 16px;
  line-height: 1.55;
  color: #E0DDED;
  margin: 0
}

.ss-pg .fc-back p {
  color: #fff
}

.ss-pg .fc-front .fc-label {
  font-size: 16px;
  color: #CCB5D5;
  font-weight: 600;
  letter-spacing: .08em
}

.ss-pg .fc-back .fc-label {
  font-size: 16px;
  color: #ffffffb3;
  font-weight: 600;
  letter-spacing: .08em
}

.ss-pg .fc-hint {
  font-size: 16px;
  color: #CCB5D5;
  text-align: center;
  margin-top: 8px;
  letter-spacing: .04em
}

.ss-pg .method-blk {
  padding: 96px 48px;
  background: #fff
}

.ss-pg .method-blk .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start
}

.ss-pg .method-blk h2 {
  font-size: 32px;
  line-height: 1.35;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 16px
}

.ss-pg .method-blk .lead {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2550;
  margin: 0 0 24px
}

.ss-pg .method-blk p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2550;
  margin: 0 0 16px
}

.ss-pg .method-blk p:last-child {
  margin-bottom: 0
}

.ss-pg .sidebar-card {
  background: linear-gradient(170deg, #E0DDED 0%, #fff 100%);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 12px 52px -2px #a026d321;
  border-right: 3px solid #A026D3;
  text-align: right
}

.ss-pg .sidebar-card h4 {
  font-size: 19px;
  line-height: 1.35;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 16px
}

.ss-pg .sidebar-card .metric-row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ss-pg .sidebar-card .met {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ss-pg .sidebar-card .met-label {
  font-size: 16px;
  color: #4a3360;
  font-weight: 600
}

.ss-pg .sidebar-card .met-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ss-pg .sidebar-card .met-vals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  color: #4a3360
}

.ss-pg .sidebar-card .met-vals strong {
  color: #A026D3
}

.ss-pg .sidebar-note {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3360;
  margin-top: 16px;
  font-style: italic
}

.ss-pg .method-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px
}

.ss-pg .step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.ss-pg .step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: linear-gradient(135deg, #A026D3 0%, #CCB5D5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.ss-pg .step-body {
  flex: 1
}

.ss-pg .step-body strong {
  display: block;
  font-size: 16px;
  color: #1b0a2e;
  font-weight: 700;
  margin-bottom: 4px
}

.ss-pg .step-body p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2550;
  margin: 0
}

@media (max-width: 1024px) {
  .ss-pg .title-blk {
    padding: 48px 24px 96px;
    gap: 24px
  }

  .ss-pg .stories-grid,
  .ss-pg .compare-blk,
  .ss-pg .method-blk {
    padding: 96px 24px
  }

  .ss-pg .method-blk .inner {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .ss-pg .title-blk {
    grid-template-columns: 1fr;
    padding: 24px 16px 48px;
    gap: 24px
  }

  .ss-pg .title-blk .img-col img {
    width: 100%;
    height: 200px
  }

  .ss-pg .title-blk h1 {
    font-size: 32px
  }

  .ss-pg .title-blk .txt-col {
    border-right: none;
    padding-right: 0;
    text-align: left
  }

  .ss-pg .stories-grid,
  .ss-pg .compare-blk,
  .ss-pg .method-blk {
    padding: 48px 16px
  }

  .ss-pg .story-item {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .ss-pg .story-item.rev .story-txt {
    order: unset;
    text-align: left
  }

  .ss-pg .story-item.rev .story-vis {
    order: unset
  }

  .ss-pg .compare-cols {
    grid-template-columns: 1fr
  }

  .ss-pg .method-blk .inner {
    grid-template-columns: 1fr
  }
}

.ss-pg :focus-visible {
  outline: 3px solid #A026D3 !important;
  outline-offset: 3px !important;
  border-radius: 4px !important
}

.suc-pg {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: linear-gradient(160deg, #f5eefa 0%, #fff 100%);
  position: relative;
  overflow: hidden
}

.suc-pg::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 320px;
  height: 320px;
  border-radius: 36px;
  background: linear-gradient(135deg, #a026d312 0%, #ccb5d50a 100%);
  pointer-events: none
}

.suc-pg::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 200px;
  height: 200px;
  border-radius: 36px;
  background: linear-gradient(135deg, #ccb5d517 0%, #e0dded0d 100%);
  pointer-events: none
}

.suc-pg .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 1px 6px 28px -2px #a026d31a 1px 2px 4px -2px #a026d30d;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1
}

.suc-pg .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(135deg, #a026d31a 0%, #ccb5d52e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 1px 2px 4px -2px #a026d30d
}

.suc-pg .icon-wrap svg {
  display: block
}

.suc-pg .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.suc-pg .ttl {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #1b0a26;
  margin: 0;
  letter-spacing: -.01em
}

.suc-pg .sub {
  font-size: 19px;
  line-height: 1.55;
  color: #3d2452;
  margin: 0;
  max-width: 420px
}

.suc-pg .divider {
  width: 48px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #A026D3 0%, #CCB5D5 100%);
  flex-shrink: 0
}

.suc-pg .note {
  font-size: 16px;
  line-height: 1.55;
  color: #5e4470;
  margin: 0;
  max-width: 380px
}

.suc-pg .btn-home {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 48px;
  background: #A026D3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .04em;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 1px 6px 28px -2px #a026d31a;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background 150ms linear
}

.suc-pg .btn-home:hover {
  background: #8a1fb5;
  box-shadow: 1px 12px 52px -2px #a026d338
}

.suc-pg .btn-home:focus-visible {
  outline: 2px solid #A026D3;
  outline-offset: 4px
}

.suc-pg .btn-home:active {
  background: #7a1a9e
}

@media (max-width: 640px) {
  .suc-pg {
    padding: 48px 16px
  }

  .suc-pg .card {
    padding: 48px 24px;
    gap: 16px
  }

  .suc-pg .ttl {
    font-size: 32px
  }
}