@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";

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

html {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden
}

body {
  margin: 0
}

.topbar {
  background: linear-gradient(135deg, #8E4194 0%, #BA94C5 100%);
  padding: 8px 24px
}

.topbar-shell {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FAF9FA;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  text-decoration: none;
  transition: opacity .15s ease-out
}

.topbar-contact:hover {
  opacity: .8
}

.topbar-contact .pi {
  font-size: 15px
}

.topbar-divider {
  width: 1px;
  height: 16px;
  background: #faf9fa59
}

.siteheader {
  background: #FAF9FA;
  border-bottom: 2px solid #BA94C5;
  position: relative
}

.siteheader-shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.brand-mount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.logobox {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #BA94C5;
  box-shadow: 0 3px 2px 0 #8e419414 0 4px 14px 0 #8e41941c;
  padding: 8px
}

.logobox img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block
}

.brandname {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #8E4194;
  text-align: center;
  margin: 0
}

.primarynav {
  width: 100%;
  border-top: 1px solid #ba94c54d
}

.primarynav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px
}

.primarynav-list li {
  display: flex
}

.primarynav-list a {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
  color: #3b1f3e;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color .2s ease-out, border-color .25s ease-out;
  min-height: 44px
}

.primarynav-list a:hover {
  color: #8E4194;
  border-bottom-color: #8E4194
}

.primarynav-list a:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.primarynav-list a[aria-current="page"] {
  color: #8E4194;
  border-bottom-color: #8E4194
}

.sitefooter {
  background: linear-gradient(180deg, #3b1f3e 0%, #2a1430 100%);
  padding: 48px 24px 24px
}

.sitefooter-shell {
  max-width: 1170px;
  margin: 0 auto
}

.sitefooter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ba94c533
}

.ftrcol-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #BA94C5;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.5
}

.ftrcol-text {
  font-size: 15px;
  line-height: 1.9;
  color: #faf9fabf;
  margin: 0
}

.ftrlink {
  display: block;
  font-size: 15px;
  line-height: 1.9;
  color: #faf9fabf;
  text-decoration: none;
  transition: color .2s ease-out
}

.ftrlink:hover {
  color: #BA94C5
}

.ftrlink:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.ftrlink-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.9;
  color: #faf9fabf;
  text-decoration: none;
  transition: color .2s ease-out
}

.ftrlink-contact:hover {
  color: #BA94C5
}

.ftrlink-contact:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.ftrlink-contact .pi {
  color: #BA94C5;
  font-size: 15px;
  flex-shrink: 0
}

.sitefooter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px
}

.copyright {
  font-size: 15px;
  line-height: 1.5;
  color: #faf9fa73;
  margin: 0
}

.ftrpolicy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.ftrpolicy-list a {
  font-size: 15px;
  line-height: 1.5;
  color: #faf9fa73;
  text-decoration: none;
  transition: color .35s ease-out
}

.ftrpolicy-list a:hover {
  color: #BA94C5
}

.ftrpolicy-list a:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.ftrlogo-mount {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px
}

.ftrlogobox {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf9fa0f;
  border: 1px solid #ba94c54d;
  box-shadow: 0 3px 2px 0 #8e419414;
  padding: 8px
}

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

.cookiebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #BA94C5;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.cookiebar-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap
}

.cookiebar-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8E4194;
  font-size: 23px
}

.cookiebar-body {
  flex: 1;
  min-width: 200px
}

.cookiebar-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #3b1f3e;
  margin: 0 0 8px
}

.cookiebar-uses {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.cookiebar-uses li {
  font-size: 15px;
  line-height: 1.5;
  color: #5c3060;
  padding-left: 12px;
  position: relative
}

.cookiebar-uses li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #8E4194;
  border-radius: 50%
}

.cookiebar-settings-hold {
  display: none;
  margin-top: 8px
}

.cookiebar-toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px
}

.cookiebar-toggle-label {
  font-size: 15px;
  line-height: 1.5;
  color: #3b1f3e
}

.cookiebar-toggle {
  width: 40px;
  height: 22px;
  border-radius: 24px;
  background: #e8dcea;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background .2s ease-out;
  flex-shrink: 0;
  padding: 0
}

.cookiebar-toggle[aria-checked="true"] {
  background: #8E4194
}

.cookiebar-toggle::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s ease-out;
  box-shadow: 0 3px 2px 0 #8e419414
}

.cookiebar-toggle[aria-checked="true"]::after {
  transform: translateX(18px)
}

.cookiebar-toggle:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.cookiebar-settingslink {
  font-size: 15px;
  line-height: 1.5;
  color: #8E4194;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit
}

.cookiebar-settingslink:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.cookiebar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.cbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  border-radius: 2px;
  border: 2px solid #8E4194;
  cursor: pointer;
  transition: background .2s ease-out, color .2s ease-out
}

.cbtn:active {
  transform: scale(0.97)
}

.cbtn:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 3px
}

.cbtn-accept {
  background: #8E4194;
  color: #FAF9FA
}

.cbtn-accept:hover {
  background: #7a3880;
  border-color: #7a3880
}

.cbtn-decline {
  background: transparent;
  color: #8E4194
}

.cbtn-decline:hover {
  background: #8e419414
}

@media (max-width: 1024px) {
  .sitefooter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
}

@media (max-width: 640px) {
  .sitefooter-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

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

  .topbar-shell {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px
  }

  .brandname {
    font-size: 23px
  }

  .primarynav-list a {
    padding: 8px 12px
  }
}

@media (max-width: 360px) {
  .topbar {
    padding: 8px 12px
  }

  .siteheader-shell {
    padding: 12px 12px 0
  }

  .sitefooter {
    padding: 24px 12px 12px
  }

  .cookiebar-inner {
    padding: 12px
  }
}

.legal-data {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2d1f30
}

.legal-data p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 24px;
  letter-spacing: .01em
}

.legal-data strong,
.legal-data b {
  font-weight: 700;
  color: #8E4194
}

.legal-data a {
  color: #8E4194;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s ease-out, text-decoration-color .25s ease-out
}

.legal-data a:hover {
  color: #6a2f6e;
  text-decoration-color: #BA94C5
}

.legal-data table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 3px 2px 0 #8e419414;
  border-radius: 2px;
  overflow: hidden
}

.legal-data thead {
  background: #8E4194
}

.legal-data thead th {
  color: #FAF9FA;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 24px;
  text-align: left
}

.legal-data tbody tr {
  border-bottom: 1px solid #BA94C5;
  transition: background .2s ease-out
}

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

.legal-data tbody tr:nth-child(even) {
  background: #FAF9FA
}

.legal-data tbody tr:hover {
  background: #f3eaf5
}

.legal-data td {
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #2d1f30;
  vertical-align: top
}

.legal-data hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #8E4194 0%, #BA94C5 60%, transparent 100%);
  margin: 48px 0;
  border-radius: 2px
}

@media (max-width: 640px) {
  .legal-data {
    padding: 24px 12px
  }

  .legal-data table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .legal-data thead th,
  .legal-data td {
    padding: 12px
  }
}

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

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

.frnt .titl-blk {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  padding: 96px 0;
  align-items: center
}

.frnt .titl-img-strip {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 2/3;
  width: 220px;
  flex-shrink: 0
}

.frnt .titl-img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.frnt .titl-img-strip .img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(37deg, #8E4194 0%, transparent 100%);
  pointer-events: none
}

.frnt .titl-img-strip .corner-tl,
.frnt .titl-img-strip .corner-br {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none
}

.frnt .titl-img-strip .corner-tl {
  top: 8px;
  left: 8px;
  border-top: 2px solid #FAF9FA;
  border-left: 2px solid #FAF9FA
}

.frnt .titl-img-strip .corner-br {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #FAF9FA;
  border-right: 2px solid #FAF9FA
}

.frnt .titl-text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .pill-label {
  display: inline-flex;
  align-items: center;
  background: #BA94C5;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 24px;
  width: fit-content;
  line-height: 1.5
}

.frnt .titl-h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1b1b2e;
  font-weight: 800;
  margin: 0
}

.frnt .titl-h1 .punct {
  color: #8E4194
}

.frnt .titl-sub {
  font-size: 23px;
  line-height: 1.5;
  color: #3a3a4a;
  margin: 0;
  max-width: 540px
}

.frnt .titl-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8E4194;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 24px;
  border-radius: 2px;
  text-decoration: none;
  width: fit-content;
  transition: background-color .2s ease-out, transform .15s ease-out;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.frnt .titl-cta:hover {
  background: #6d3172;
  color: #fff
}

.frnt .titl-cta:active {
  transform: scale(0.97)
}

.frnt .div-asym {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  max-width: 1170px;
  margin: 0 auto
}

.frnt .div-asym .d-short {
  width: 60px;
  height: 2px;
  background: #8E4194;
  flex-shrink: 0
}

.frnt .div-asym .d-long {
  flex: 1;
  height: 1px;
  background: #BA94C5;
  opacity: .4
}

.frnt .appr-sec {
  padding: 96px 0;
  background: #FAF9FA;
  position: relative
}

.frnt .appr-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(37deg, transparent, transparent 28px, #8e419408 28px, #8e419408 29px);
  pointer-events: none
}

.frnt .appr-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.frnt .appr-main {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .appr-h2 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b2e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.frnt .appr-body {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a;
  margin: 0
}

.frnt .appr-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0
}

.frnt .appr-steps li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  position: relative
}

.frnt .step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8E4194;
  flex-shrink: 0;
  margin-top: 4px
}

.frnt .appr-steps li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 16px;
  width: 2px;
  height: calc(100% + 12px);
  background: linear-gradient(to bottom, #BA94C5 0%, transparent 100%)
}

.frnt .appr-steps li:last-child::after {
  display: none
}

.frnt .step-txt {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a4a
}

.frnt .appr-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .appr-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/3
}

.frnt .appr-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.frnt .appr-accent {
  background: linear-gradient(37deg, #8e419414 0%, transparent 100%);
  border-radius: 2px;
  padding: 24px
}

.frnt .appr-accent-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a;
  margin: 0
}

.frnt .who-sec {
  padding: 96px 0;
  background: #fff
}

.frnt .who-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px
}

.frnt .who-h2 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b2e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.frnt .who-intro {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a4a;
  max-width: 600px;
  margin: 0
}

.frnt .who-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.frnt .who-card {
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden
}

.frnt .who-card.fits {
  background: #FAF9FA;
  box-shadow: 0 3px 2px 0 #8e419414
}

.frnt .who-card.notfit {
  background: #fff;
  border: 1px solid #e8dcea
}

.frnt .who-card .diag-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 141%;
  background: #8e41941f;
  transform: rotate(37deg);
  transform-origin: top right;
  pointer-events: none
}

.frnt .card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #8E4194
}

.frnt .card-badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8E4194;
  flex-shrink: 0
}

.frnt .card-badge.neg {
  color: #7a7a8a
}

.frnt .card-badge.neg .badge-dot {
  background: #BA94C5
}

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

.frnt .who-list li {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a4a;
  padding-left: 16px;
  position: relative
}

.frnt .who-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BA94C5
}

.frnt .div-plain {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  height: 1px;
  background: linear-gradient(37deg, #8E4194 0%, transparent 70%);
  opacity: .3
}

.frnt .exper-sec {
  padding: 96px 0;
  background: linear-gradient(37deg, #8e41940f 0%, #fff 60%)
}

.frnt .exper-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.frnt .exper-portrait {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start
}

.frnt .portrait-crop {
  width: 140px;
  height: 210px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #8e41941f
}

.frnt .portrait-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.frnt .portrait-name {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0;
  line-height: 1.5
}

.frnt .portrait-role {
  font-size: 15px;
  color: #8E4194;
  margin: 0;
  line-height: 1.5
}

.frnt .exper-body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .exper-h2 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b2e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.frnt .exper-quote {
  font-size: 23px;
  line-height: 1.5;
  color: #3a3a4a;
  margin: 0;
  font-style: italic
}

.frnt .exper-detail {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a;
  margin: 0
}

.frnt .exper-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/3;
  max-width: 420px
}

.frnt .exper-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.frnt .team-sec {
  padding: 96px 0;
  background: #1b1b2e;
  position: relative
}

.frnt .team-sec .bg-drift {
  position: absolute;
  top: -48px;
  left: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #8e41942e;
  filter: blur(80px);
  pointer-events: none;
  animation: driftmove 8s ease-in-out infinite alternate
}

@keyframes driftmove {
  from {
    transform: translate(0, 0)
  }

  to {
    transform: translate(60px, 40px)
  }
}

.frnt .team-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 1
}

.frnt .team-label {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .team-h2 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #FAF9FA;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.frnt .team-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #BA94C5;
  margin: 0
}

.frnt .team-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/3
}

.frnt .team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.frnt .team-people {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .team-person {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  border-radius: 2px;
  background: #ba94c514;
  position: relative;
  overflow: hidden
}

.frnt .team-person .diag-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 141%;
  background: #ba94c526;
  transform: rotate(37deg);
  transform-origin: top right;
  pointer-events: none
}

.frnt .person-name {
  font-size: 15px;
  font-weight: 700;
  color: #FAF9FA;
  margin: 0;
  line-height: 1.5
}

.frnt .person-role {
  font-size: 15px;
  color: #BA94C5;
  margin: 0;
  line-height: 1.5
}

.frnt .person-bio {
  font-size: 15px;
  line-height: 1.9;
  color: #faf9fab3;
  margin: 0;
  margin-top: 8px
}

.frnt .dist-sec {
  padding: 96px 0;
  background: #fff
}

.frnt .dist-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px
}

.frnt .dist-h2 {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b2e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.frnt .dist-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a4a;
  max-width: 560px;
  margin: 0
}

.frnt .dist-cols {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start
}

.frnt .dist-items {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .dist-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start
}

.frnt .dist-num {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #BA94C5;
  letter-spacing: -.02em;
  padding-top: 4px
}

.frnt .dist-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.frnt .dist-item-h {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.5
}

.frnt .dist-item-p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a;
  margin: 0
}

.frnt .dist-img-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .dist-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 8px 36px 0 #8e41941f
}

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

.frnt .dist-pill-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.frnt .dist-pill {
  font-size: 15px;
  font-weight: 700;
  color: #8E4194;
  background: #8e419414;
  border-radius: 24px;
  padding: 4px 12px;
  letter-spacing: .04em;
  line-height: 1.5
}

.frnt .has-tip {
  position: relative
}

.frnt .has-tip .tip-box {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #1b1b2e;
  color: #FAF9FA;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 2px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.frnt .has-tip:focus-within .tip-box,
.frnt .has-tip:focus .tip-box {
  display: block
}

@media (max-width: 1024px) {
  .frnt .titl-blk {
    grid-template-columns: 160px 1fr;
    gap: 24px;
    padding: 48px 0
  }

  .frnt .titl-img-strip {
    width: 160px
  }

  .frnt .titl-h1 {
    font-size: 31px
  }

  .frnt .titl-sub {
    font-size: 15px
  }

  .frnt .appr-grid {
    grid-template-columns: 1fr
  }

  .frnt .who-cards {
    grid-template-columns: 1fr
  }

  .frnt .exper-grid {
    grid-template-columns: 1fr
  }

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

  .frnt .dist-cols {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .frnt .titl-blk {
    grid-template-columns: 1fr
  }

  .frnt .titl-img-strip {
    width: 100%;
    aspect-ratio: 16/9
  }

  .frnt .appr-sec,
  .frnt .who-sec,
  .frnt .exper-sec,
  .frnt .team-sec,
  .frnt .dist-sec {
    padding: 48px 0
  }
}

@media (max-width: 360px) {
  .frnt .pg-wrap {
    padding: 0 12px
  }

  .frnt .titl-h1 {
    font-size: 23px
  }
}

.ctus {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-x: clip
}

.ctus .pg-top {
  position: relative;
  padding: 96px 24px;
  background: linear-gradient(37deg, #8E4194 0%, #BA94C5 45%, #FAF9FA 100%)
}

.ctus .pg-top .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-image: radial-gradient(circle, #ffffff38 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
  overflow: hidden
}

.ctus .pg-top .top-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.ctus .pg-top .top-text {
  flex: 2
}

.ctus .pg-top .top-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.ctus .pg-top .top-img img {
  width: 100%;
  max-width: 340px;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  opacity: .55;
  display: block
}

.ctus .pg-top .label-tag {
  display: inline-block;
  background: #ffffff2e;
  border: 1.5px solid #ffffff61;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .12em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px
}

.ctus .pg-top .top-h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff;
  font-weight: 300;
  margin: 0 0 8px
}

.ctus .pg-top .top-h1 .w-med {
  font-weight: 600;
  display: block
}

.ctus .pg-top .top-h1 .w-bold {
  font-weight: 900;
  display: block
}

.ctus .pg-top .top-sub {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd9;
  margin: 24px 0 0;
  max-width: 420px
}

.ctus .zigzag-div {
  display: block;
  width: 100%;
  line-height: 0;
  background: #FAF9FA
}

.ctus .zigzag-div svg {
  display: block;
  width: 100%
}

.ctus .form-sec {
  background: #FAF9FA;
  padding: 96px 24px
}

.ctus .form-sec .form-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.ctus .form-sec .contact-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ctus .form-sec .aside-heading {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
  color: #2a1030;
  margin: 0
}

.ctus .form-sec .aside-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #3d2045;
  margin: 12px 0 0
}

.ctus .form-sec .contact-items {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .form-sec .citem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctus .form-sec .citem-icon {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background: #8E4194;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.ctus .form-sec .citem-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .form-sec .citem-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .form-sec .citem-label {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8E4194
}

.ctus .form-sec .citem-val {
  font-size: 15px;
  line-height: 1.5;
  color: #2a1030
}

.ctus .form-sec .num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 24px;
  background: #8E4194;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 3px 2px 0 #8e419414
}

.ctus .form-sec .form-card {
  flex: 2;
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 36px 0 #8e41941f;
  position: relative
}

.ctus .form-sec .form-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 48px;
  right: 48px;
  height: 3px;
  background: linear-gradient(37deg, #8E4194, #BA94C5);
  border-radius: 0 0 2px 2px
}

.ctus .form-sec .form-heading {
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #2a1030;
  margin: 0 0 48px
}

.ctus .form-sec .form-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px
}

.ctus .form-sec .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.ctus .form-sec .form-field.full {
  flex: 1 1 100%
}

.ctus .form-sec .field-label {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8E4194
}

.ctus .form-sec .field-input {
  border: 1.5px solid #BA94C5;
  border-radius: 2px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #2a1030;
  background: #FAF9FA;
  outline: none;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  box-shadow: inset 0 2px 4px 0 #8e41940f;
  width: 100%;
  box-sizing: border-box
}

.ctus .form-sec .field-input::placeholder {
  color: #BA94C5
}

.ctus .form-sec .field-input:focus {
  border-color: #8E4194;
  box-shadow: inset 0 2px 4px 0 #8e419414 0 0 0 3px #8e41941a
}

.ctus .form-sec .field-select {
  border: 1.5px solid #BA94C5;
  border-radius: 2px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #2a1030;
  background: #FAF9FA;
  outline: none;
  transition: border-color .2s ease-out;
  box-shadow: inset 0 2px 4px 0 #8e41940f;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer
}

.ctus .form-sec .field-select:focus {
  border-color: #8E4194;
  box-shadow: inset 0 2px 4px 0 #8e419414 0 0 0 3px #8e41941a
}

.ctus .form-sec .select-wrap {
  position: relative
}

.ctus .form-sec .select-wrap .sel-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px
}

.ctus .form-sec .select-wrap .sel-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #8E4194;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .form-sec .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 8px
}

.ctus .form-sec .privacy-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #8E4194;
  cursor: pointer
}

.ctus .form-sec .privacy-text {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2045
}

.ctus .form-sec .privacy-text a {
  color: #8E4194;
  text-decoration: underline;
  text-underline-offset: 3px
}

.ctus .form-sec .privacy-text a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 24px;
  background: #8E4194;
  margin-left: 3px;
  vertical-align: middle;
  margin-bottom: 2px
}

.ctus .form-sec .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a1030;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 12px 48px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease-out, transform .15s ease-out;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.ctus .form-sec .submit-btn:hover {
  background: #8E4194
}

.ctus .form-sec .submit-btn:active {
  transform: scale(0.97);
  background: #6b2f70
}

.ctus .form-sec .submit-btn:focus-visible {
  outline: 3px solid #8E4194;
  outline-offset: 3px
}

.ctus .form-sec .submit-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .form-sec .dashed-path {
  position: absolute;
  top: 48px;
  right: -24px;
  width: 60px;
  height: 200px;
  pointer-events: none;
  overflow: hidden
}

.ctus .form-sec .dashed-path svg {
  width: 60px;
  height: 200px
}

.ctus .pg-top .top-anim {
  animation: zoomSettle .45s ease-out both
}

@keyframes zoomSettle {
  from {
    transform: scale(1.08);
    opacity: .6
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.ctus .form-sec .form-card {
  animation: zoomSettle .5s ease-out .1s both
}

@media (max-width: 1024px) {
  .ctus .form-sec .form-inner {
    flex-direction: column;
    gap: 48px
  }

  .ctus .form-sec .contact-aside {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px
  }

  .ctus .pg-top .top-h1 {
    font-size: 48px
  }
}

@media (max-width: 640px) {
  .ctus .pg-top .top-inner {
    flex-direction: column;
    gap: 24px
  }

  .ctus .pg-top .top-img {
    display: none
  }

  .ctus .pg-top .top-h1 {
    font-size: 31px
  }

  .ctus .form-sec .form-row {
    flex-direction: column;
    gap: 24px
  }

  .ctus .form-sec .form-card {
    padding: 24px
  }

  .ctus .form-sec {
    padding: 48px 24px
  }

  .ctus .form-sec .form-card::before {
    left: 24px;
    right: 24px
  }
}

@media (max-width: 360px) {
  .ctus .pg-top {
    padding: 48px 12px
  }

  .ctus .form-sec {
    padding: 48px 12px
  }

  .ctus .form-sec .form-card {
    padding: 24px 12px
  }
}

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

.aboutus .au-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.aboutus .au-lead {
  padding: 96px 0;
  background: #FAF9FA;
  position: relative
}

.aboutus .au-lead .au-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.aboutus .au-lead-text {
  flex: 1 1 55%;
  position: relative;
  z-index: 1
}

.aboutus .au-lead-eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .12em;
  color: #8E4194;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  background: #8e419414;
  padding: 4px 12px;
  border-radius: 2px
}

.aboutus .au-lead-h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1e1230;
  font-weight: 800;
  margin: 0 0 24px
}

.aboutus .au-lead-h1 span {
  color: #8E4194
}

.aboutus .au-lead-desc {
  font-size: 23px;
  line-height: 1.5;
  color: #3d2e4a;
  margin: 0;
  max-width: 520px
}

.aboutus .au-lead-imgcol {
  flex: 0 0 38%;
  position: relative
}

.aboutus .au-lead-imgframe {
  position: relative;
  border-radius: 24px;
  overflow: hidden
}

.aboutus .au-lead-imgframe img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .72;
  transition: transform .45s ease-out
}

.aboutus .au-lead-imgframe:hover img {
  transform: scale(1.04)
}

.aboutus .au-geo1 {
  position: absolute;
  top: -32px;
  right: -24px;
  width: 96px;
  height: 96px;
  border: 3px solid #8e41942e;
  border-radius: 24px;
  pointer-events: none
}

.aboutus .au-geo2 {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 56px;
  height: 56px;
  background: #ba94c52e;
  border-radius: 2px;
  pointer-events: none
}

.aboutus .au-curl {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 60px;
  height: 60px;
  opacity: .08;
  pointer-events: none
}

.aboutus .au-story {
  padding: 96px 0;
  background: #fff
}

.aboutus .au-story .au-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.aboutus .au-story-tag {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8E4194;
  margin-bottom: 24px;
  display: block
}

.aboutus .au-story-h2 {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1e1230;
  margin: 0 0 24px
}

.aboutus .au-story-p {
  font-size: 15px;
  line-height: 1.9;
  color: #3d2e4a;
  margin: 0 0 12px
}

.aboutus .au-story-p:last-child {
  margin-bottom: 0
}

.aboutus .au-story-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aboutus .au-metric {
  background: linear-gradient(37deg, #8e419412, transparent);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #8e41941f;
  box-shadow: 0 3px 2px 0 #8e419414
}

.aboutus .au-metric-num {
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  color: #8E4194;
  letter-spacing: -.02em;
  display: block;
  margin-bottom: 8px
}

.aboutus .au-metric-label {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2e4a;
  font-weight: 500
}

.aboutus .au-team {
  padding: 96px 0;
  background: #1e1230;
  position: relative;
  overflow: hidden
}

.aboutus .au-team-mesh {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 20% 30%, #8e419461 0%, transparent 70%), radial-gradient(ellipse 45% 60% at 80% 70%, #ba94c538 0%, transparent 65%), radial-gradient(ellipse 35% 40% at 60% 10%, #8e419426 0%, transparent 60%);
  pointer-events: none
}

.aboutus .au-team-curl {
  position: absolute;
  bottom: 24px;
  right: 48px;
  width: 80px;
  height: 80px;
  opacity: .07;
  pointer-events: none
}

.aboutus .au-team .au-inner {
  position: relative;
  z-index: 1
}

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

.aboutus .au-team-h2 {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
  color: #FAF9FA;
  margin: 0
}

.aboutus .au-team-sub {
  font-size: 15px;
  line-height: 1.9;
  color: #faf9faa6;
  max-width: 340px;
  margin: 0
}

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

.aboutus .au-person {
  background: #faf9fa0f;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  border: 1px solid #ba94c52e;
  box-shadow: 0 4px 14px 0 #8e41941c;
  transition: background .25s ease-out, border-color .25s ease-out
}

.aboutus .au-person:hover {
  background: #faf9fa1a;
  border-color: #ba94c559
}

.aboutus .au-person-imgwrap {
  flex: 0 0 auto;
  width: 96px;
  height: 124px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 3px 2px 0 #8e419414
}

.aboutus .au-person-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease-out
}

.aboutus .au-person:hover .au-person-imgwrap img {
  transform: scale(1.05)
}

.aboutus .au-person-info {
  flex: 1 1 auto
}

.aboutus .au-person-name {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 800;
  color: #FAF9FA;
  margin: 0 0 8px
}

.aboutus .au-person-role {
  font-size: 15px;
  line-height: 1.5;
  color: #BA94C5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
  display: block
}

.aboutus .au-person-bio {
  font-size: 15px;
  line-height: 1.9;
  color: #faf9faa6;
  margin: 0
}

.aboutus .au-person-nopic {
  background: #faf9fa0f;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ba94c52e;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.aboutus .au-person-nopic .au-person-name {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 800;
  color: #FAF9FA;
  margin: 0
}

.aboutus .au-person-nopic .au-person-role {
  font-size: 15px;
  line-height: 1.5;
  color: #BA94C5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
  margin-bottom: 0
}

.aboutus .au-person-nopic .au-person-bio {
  font-size: 15px;
  line-height: 1.9;
  color: #faf9faa6;
  margin: 0
}

.aboutus .au-vals {
  padding: 96px 0;
  background: #FAF9FA;
  position: relative
}

.aboutus .au-vals .au-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.aboutus .au-vals-h2 {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1e1230;
  margin: 0 0 24px
}

.aboutus .au-vals-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #3d2e4a;
  margin: 0 0 48px
}

.aboutus .au-imgs-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.aboutus .au-imgthumb {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 36px 0 #8e41941f
}

.aboutus .au-imgthumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease-out
}

.aboutus .au-imgthumb:hover img {
  transform: scale(1.04)
}

.aboutus .au-trail {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.aboutus .au-trail-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
  opacity: 0;
  transform: translateY(20px);
  animation: auRowReveal .4s ease-out forwards
}

.aboutus .au-trail-item:nth-child(1) {
  animation-delay: .05s
}

.aboutus .au-trail-item:nth-child(2) {
  animation-delay: .15s
}

.aboutus .au-trail-item:nth-child(3) {
  animation-delay: .25s
}

.aboutus .au-trail-item:nth-child(4) {
  animation-delay: .35s
}

.aboutus .au-trail-item:nth-child(5) {
  animation-delay: .42s
}

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

.aboutus .au-trail-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 24px
}

.aboutus .au-trail-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #BA94C5;
  border: 3px solid #FAF9FA;
  box-shadow: 0 0 0 2px #BA94C5;
  flex-shrink: 0;
  margin-top: 4px;
  transition: background .2s ease-out
}

.aboutus .au-trail-item.active .au-trail-dot {
  background: #8E4194;
  box-shadow: 0 0 0 2px #8E4194
}

.aboutus .au-trail-line {
  flex: 1 1 auto;
  width: 2px;
  background: #ba94c54d;
  margin: 4px 0
}

.aboutus .au-trail-item:last-child .au-trail-line {
  display: none
}

.aboutus .au-trail-body {
  flex: 1 1 auto;
  padding-bottom: 24px
}

.aboutus .au-trail-h {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1e1230;
  margin: 0 0 8px
}

.aboutus .au-trail-p {
  font-size: 15px;
  line-height: 1.9;
  color: #3d2e4a;
  margin: 0
}

.aboutus .au-vals-curl {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 72px;
  height: 72px;
  opacity: .07;
  pointer-events: none
}

@media (max-width: 1024px) {
  .aboutus .au-lead-h1 {
    font-size: 48px
  }

  .aboutus .au-team-grid {
    grid-template-columns: 1fr
  }

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

@media (max-width: 640px) {
  .aboutus .au-lead .au-inner {
    flex-direction: column
  }

  .aboutus .au-lead-h1 {
    font-size: 31px
  }

  .aboutus .au-lead-desc {
    font-size: 15px
  }

  .aboutus .au-lead-imgframe img {
    height: 260px
  }

  .aboutus .au-story .au-inner {
    grid-template-columns: 1fr
  }

  .aboutus .au-team-top {
    flex-direction: column;
    align-items: flex-start
  }

  .aboutus .au-person {
    flex-direction: column
  }

  .aboutus .au-person-imgwrap {
    width: 80px;
    height: 104px
  }

  .aboutus .au-lead {
    padding: 48px 0
  }

  .aboutus .au-story,
  .aboutus .au-team,
  .aboutus .au-vals {
    padding: 48px 0
  }
}

@media (max-width: 360px) {
  .aboutus .au-inner {
    padding: 0 12px
  }

  .aboutus .au-lead-h1 {
    font-size: 23px
  }
}

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

.lrnprog .prog-strip {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.lrnprog .tb-outer {
  background: #FAF9FA;
  padding: 48px 0
}

.lrnprog .tb-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.lrnprog .tb-imgstrip {
  width: 180px;
  min-width: 140px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.lrnprog .tb-imgstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrnprog .tb-imgstrip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #8E4194 0%, transparent 70%);
  pointer-events: none
}

.lrnprog .tb-shape1 {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #8e41942e;
  top: 12px;
  right: -20px;
  pointer-events: none;
  z-index: 0
}

.lrnprog .tb-shape2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  border: 2px solid #ba94c538;
  bottom: 24px;
  right: 8px;
  pointer-events: none;
  z-index: 0
}

.lrnprog .tb-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1
}

.lrnprog .tb-label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .12em;
  color: #8E4194;
  font-weight: 700;
  text-transform: uppercase
}

.lrnprog .tb-heading {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b0d1e;
  font-weight: 800;
  margin: 0
}

.lrnprog .tb-theses {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}

.lrnprog .tb-thesis {
  font-size: 15px;
  line-height: 1.5;
  color: #3a2340;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.lrnprog .tb-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8E4194;
  flex-shrink: 0;
  margin-top: 6px
}

@keyframes flipIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1
  }
}

.lrnprog .tb-inner {
  animation: flipIn .45s ease-out both
}

.lrnprog .div-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  gap: 8px
}

.lrnprog .div-a .div-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #BA94C5;
  flex-shrink: 0
}

.lrnprog .div-a .div-line {
  width: 80px;
  height: 1px;
  background: #BA94C5
}

.lrnprog .prog-details {
  background: #fff;
  padding: 96px 0 48px
}

.lrnprog .pd-grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.lrnprog .pd-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrnprog .pd-heading {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b0d1e;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase
}

.lrnprog .pd-body {
  font-size: 15px;
  line-height: 1.9;
  color: #3a2340;
  margin: 0
}

.lrnprog .pd-accent {
  background: #8e419412;
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #1b0d1e
}

.lrnprog .expand-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px
}

.lrnprog .expand-item {
  border-radius: 2px;
  overflow: hidden
}

.lrnprog .expand-btn {
  width: 100%;
  background: #FAF9FA;
  border: none;
  border-radius: 2px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  color: #1b0d1e;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
  transition: background-color .25s ease-out, color .2s ease-out
}

.lrnprog .expand-btn:hover {
  background: #8e41941a;
  color: #8E4194
}

.lrnprog .expand-btn:focus-visible {
  outline: 2px solid #8E4194;
  outline-offset: 2px
}

.lrnprog .expand-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  transition: transform .3s ease-out
}

.lrnprog .expand-icon::before,
.lrnprog .expand-icon::after {
  content: "";
  position: absolute;
  background: #8E4194;
  border-radius: 2px
}

.lrnprog .expand-icon::before {
  width: 12px;
  height: 2px;
  top: 8px;
  left: 3px
}

.lrnprog .expand-icon::after {
  width: 2px;
  height: 12px;
  top: 3px;
  left: 8px;
  transition: opacity .25s ease-out, transform .25s ease-out
}

.lrnprog .expand-item.open .expand-icon::after {
  opacity: 0;
  transform: rotate(90deg)
}

.lrnprog .expand-panel {
  display: none;
  padding: 12px 24px;
  background: #fff;
  border-radius: 0 0 2px 2px
}

.lrnprog .expand-item.open .expand-panel {
  display: block
}

.lrnprog .expand-panel p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a2340;
  margin: 0
}

.lrnprog .dot-trail {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px
}

.lrnprog .trail-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.lrnprog .trail-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 20px
}

.lrnprog .trail-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #BA94C5;
  border: 2px solid #8E4194;
  flex-shrink: 0;
  transition: background-color .2s ease-out
}

.lrnprog .trail-step.active .trail-dot {
  background: #8E4194
}

.lrnprog .trail-line {
  width: 2px;
  height: 32px;
  background: #ba94c566;
  margin: 2px 0
}

.lrnprog .trail-content {
  flex: 1;
  padding-bottom: 24px
}

.lrnprog .trail-content h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #1b0d1e;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: .03em
}

.lrnprog .trail-content p {
  font-size: 15px;
  line-height: 1.5;
  color: #3a2340;
  margin: 0
}

.lrnprog .pd-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrnprog .pd-portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.lrnprog .portrait-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative
}

.lrnprog .portrait-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 14px 0 #8e41941c
}

.lrnprog .portrait-img-wrap img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%
}

.lrnprog .portrait-name {
  font-size: 15px;
  line-height: 1.5;
  color: #1b0d1e;
  font-weight: 700;
  text-align: center
}

.lrnprog .portrait-role {
  font-size: 15px;
  line-height: 1.5;
  color: #8E4194;
  text-align: center
}

.lrnprog .counter-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8E4194;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px
}

.lrnprog .pd-stat-box {
  background: linear-gradient(37deg, #8E4194 0%, #ba94c54d 100%);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrnprog .pd-stat-num {
  font-size: 72px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  letter-spacing: -.03em
}

.lrnprog .pd-stat-label {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffe0
}

.lrnprog .prog-atmo {
  position: relative;
  padding: 96px 0
}

.lrnprog .prog-atmo-bg {
  position: absolute;
  inset: 0;
  background-image: url(./visual_directory/16-layer.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0;
  z-index: 0
}

.lrnprog .prog-atmo-overlay {
  position: absolute;
  inset: 0;
  background: #1b0d1ed1;
  z-index: 1;
  pointer-events: none
}

.lrnprog .prog-atmo-inner {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px
}

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

.lrnprog .atmo-heading {
  font-size: 31px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin: 0;
  letter-spacing: -.01em;
  text-transform: uppercase;
  flex: 1
}

.lrnprog .atmo-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrnprog .atmo-desc p {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd1;
  margin: 0
}

.lrnprog .dashed-connector {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0 0 8px
}

.lrnprog .dashed-connector .dc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BA94C5;
  flex-shrink: 0
}

.lrnprog .dashed-connector .dc-line {
  flex: 1;
  height: 0;
  border-top: 2px dashed #ba94c580
}

.lrnprog .atmo-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.lrnprog .metric-card {
  background: #ffffff12;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background-color .35s ease-out;
  cursor: default
}

.lrnprog .metric-card:hover {
  background: #8e419447
}

.lrnprog .metric-num {
  font-size: 31px;
  line-height: 1.1;
  color: #BA94C5;
  font-weight: 800;
  letter-spacing: -.02em
}

.lrnprog .metric-label {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffbf
}

.lrnprog .atmo-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lrnprog .review-card {
  background: #ffffff0d;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 36px 0 #8e41941f
}

.lrnprog .review-text {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd1;
  margin: 0
}

.lrnprog .review-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.lrnprog .review-portrait {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.lrnprog .review-portrait img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%
}

.lrnprog .review-meta {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrnprog .review-name {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700
}

.lrnprog .review-from {
  font-size: 15px;
  line-height: 1.5;
  color: #BA94C5
}

@media (max-width: 1024px) {
  .lrnprog .pd-grid {
    grid-template-columns: 1fr
  }

  .lrnprog .atmo-metrics {
    grid-template-columns: repeat(2, 1fr)
  }

  .lrnprog .atmo-top {
    flex-direction: column;
    gap: 24px
  }
}

@media (max-width: 640px) {
  .lrnprog .tb-inner {
    flex-direction: column;
    gap: 24px
  }

  .lrnprog .tb-imgstrip {
    width: 100%;
    height: 180px
  }

  .lrnprog .atmo-metrics {
    grid-template-columns: 1fr 1fr
  }

  .lrnprog .atmo-reviews {
    grid-template-columns: 1fr
  }

  .lrnprog .pd-portraits {
    grid-template-columns: 1fr 1fr
  }

  .lrnprog .pd-stat-num {
    font-size: 48px
  }
}

@media (max-width: 360px) {
  .lrnprog .atmo-metrics {
    grid-template-columns: 1fr
  }

  .lrnprog .pd-portraits {
    grid-template-columns: 1fr
  }

  .lrnprog .tb-heading {
    font-size: 23px
  }
}

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

.srvpg .pgwrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.srvpg .titlegrid {
  padding: 96px 24px 48px;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  position: relative
}

.srvpg .titlecell {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.srvpg .titlecell .badge {
  display: inline-block;
  background: #FAF9FA;
  border: 1px solid #BA94C5;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #8E4194;
  letter-spacing: .08em;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content
}

.srvpg .titlecell h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1e1025;
  margin: 0;
  font-weight: 800
}

.srvpg .titlecell h1 em {
  font-style: normal;
  color: #8E4194
}

.srvpg .titlecell .subdesc {
  font-size: 23px;
  line-height: 1.5;
  color: #3d2545;
  margin: 0;
  max-width: 480px
}

.srvpg .titlecell .actlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8E4194;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 2px;
  text-decoration: none;
  width: fit-content;
  transition: background-color .25s ease-out, transform .15s ease-out;
  letter-spacing: .04em
}

.srvpg .titlecell .actlink:hover {
  background: #6b2f70
}

.srvpg .titlecell .actlink:active {
  transform: scale(0.97)
}

.srvpg .imgcell {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px
}

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

.srvpg .imgcell .colorlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #8e41948c 0%, transparent 70%);
  pointer-events: none
}

.srvpg .wavebot {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 24px
}

.srvpg .wavebot svg {
  display: block;
  width: 100%
}

.srvpg .divline {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #BA94C5 50%, transparent 100%);
  margin: 0
}

.srvpg .svclist {
  background: #FAF9FA;
  padding: 96px 24px
}

.srvpg .svclist .pgwrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0
}

.srvpg .svclist .toprow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px
}

.srvpg .svclist .toprow h2 {
  font-size: 31px;
  line-height: 1.1;
  color: #1e1025;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  max-width: 480px
}

.srvpg .svclist .toprow p {
  font-size: 15px;
  line-height: 1.9;
  color: #3d2545;
  margin: 0;
  max-width: 320px
}

.srvpg .mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px
}

.srvpg .mosaic .card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 3px 2px 0 #8e419414;
  transition: box-shadow .35s ease-out;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.srvpg .mosaic .card:hover {
  box-shadow: 0 8px 36px 0 #8e41941f
}

.srvpg .mosaic .card.large {
  grid-column: 1 / 3;
  grid-row: 1;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px
}

.srvpg .mosaic .card.large .cardtext {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.srvpg .card .icobox {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: linear-gradient(37deg, #8E4194 0%, #BA94C5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.srvpg .card .icobox svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.srvpg .card h3 {
  font-size: 23px;
  line-height: 1.1;
  color: #1e1025;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em
}

.srvpg .card p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a3052;
  margin: 0
}

.srvpg .card .tag {
  display: inline-block;
  background: #FAF9FA;
  border: 1px solid #BA94C5;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 15px;
  color: #8E4194;
  font-weight: 600;
  letter-spacing: .04em;
  width: fit-content
}

.srvpg .process {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.srvpg .process::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, #FAF9FA 0%, transparent 100%);
  pointer-events: none
}

.srvpg .process .pgwrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0
}

.srvpg .process h2 {
  font-size: 31px;
  line-height: 1.1;
  color: #1e1025;
  margin: 0 0 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em
}

.srvpg .procgrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.srvpg .steps {
  display: flex;
  flex-direction: column;
  gap: 0
}

.srvpg .step {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #e8dced;
  animation: rotein .45s ease-out both
}

.srvpg .step:last-child {
  border-bottom: none
}

@keyframes rotein {
  from {
    opacity: 0;
    transform: rotate(-2deg) translateY(12px)
  }

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

.srvpg .step .dotcol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0
}

.srvpg .step .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #8E4194;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0
}

.srvpg .step .dotline {
  width: 2px;
  height: 100%;
  min-height: 24px;
  background: linear-gradient(180deg, #8E4194 0%, #BA94C5 100%);
  margin-top: 4px
}

.srvpg .step:last-child .dotline {
  display: none
}

.srvpg .step .stepcontent {
  flex: 1;
  padding-bottom: 8px
}

.srvpg .step .stepcontent h4 {
  font-size: 15px;
  line-height: 1.5;
  color: #1e1025;
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.srvpg .step .stepcontent p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a3052;
  margin: 0
}

.srvpg .procside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.srvpg .procside .statbox {
  background: linear-gradient(37deg, #8E4194 0%, #BA94C5 100%);
  border-radius: 24px;
  padding: 24px;
  color: #fff
}

.srvpg .procside .statbox .statnum {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff
}

.srvpg .procside .statbox p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffe0;
  margin: 8px 0 0
}

.srvpg .procside .notebox {
  background: #FAF9FA;
  border-radius: 24px;
  padding: 24px;
  border-top: 3px solid #8E4194
}

.srvpg .procside .notebox h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #8E4194;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.srvpg .procside .notebox p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a3052;
  margin: 0
}

.srvpg .reviews {
  padding: 96px 24px;
  background: linear-gradient(180deg, #f3ecf5 0%, #fff 100%)
}

.srvpg .reviews .pgwrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0
}

.srvpg .reviews h2 {
  font-size: 31px;
  line-height: 1.1;
  color: #1e1025;
  margin: 0 0 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em
}

.srvpg .revgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.srvpg .revcard {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 14px 0 #8e41941c;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .4s ease-out
}

.srvpg .revcard:hover {
  box-shadow: 0 8px 36px 0 #8e41941f
}

.srvpg .revcard .revtop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.srvpg .revcard .portrait {
  width: 56px;
  height: 75px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0
}

.srvpg .revcard .revmeta {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvpg .revcard .revname {
  font-size: 15px;
  line-height: 1.5;
  color: #1e1025;
  font-weight: 700
}

.srvpg .revcard .revtitle {
  font-size: 15px;
  line-height: 1.5;
  color: #8E4194
}

.srvpg .revcard .revtext {
  font-size: 15px;
  line-height: 1.9;
  color: #4a3052;
  margin: 0
}

.srvpg .revcard .stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.srvpg .revcard .stars svg {
  width: 16px;
  height: 16px
}

@media (max-width: 1024px) {
  .srvpg .titlegrid {
    grid-template-columns: 1fr;
    padding: 48px 24px 24px
  }

  .srvpg .imgcell {
    grid-column: 1;
    grid-row: 2;
    min-height: 300px
  }

  .srvpg .titlecell {
    grid-column: 1;
    grid-row: 1
  }

  .srvpg .titlecell h1 {
    font-size: 48px
  }

  .srvpg .mosaic {
    grid-template-columns: 1fr 1fr
  }

  .srvpg .mosaic .card.large {
    grid-column: 1 / 3
  }

  .srvpg .procgrid {
    grid-template-columns: 1fr
  }

  .srvpg .svclist .toprow {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

@media (max-width: 640px) {
  .srvpg .titlecell h1 {
    font-size: 31px
  }

  .srvpg .mosaic {
    grid-template-columns: 1fr
  }

  .srvpg .mosaic .card.large {
    grid-column: 1;
    flex-direction: column
  }

  .srvpg .revgrid {
    grid-template-columns: 1fr
  }

  .srvpg .svclist,
  .srvpg .process,
  .srvpg .reviews {
    padding: 48px 24px
  }
}

@media (max-width: 360px) {
  .srvpg .titlecell h1 {
    font-size: 23px
  }

  .srvpg .pgwrap {
    padding: 0 12px
  }
}

.successPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #FAF9FA
}

.successPage .successWrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.successPage .successIcon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: block
}

.successPage .successHeading {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #8E4194;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px
}

.successPage .successText {
  font-size: 15px;
  line-height: 1.5;
  color: #3d2040;
  margin-bottom: 48px
}

.successPage .successBack {
  display: inline-block;
  padding: 12px 24px;
  background: #8E4194;
  color: #FAF9FA;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
  transition: background .25s ease-out, transform .15s ease-out
}

.successPage .successBack:hover {
  background: #6e3073
}

.successPage .successBack:active {
  transform: scale(0.97)
}