@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/700.css";

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif
}

.page-header {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, #FFF1D8 55%, #f3eaff 100%);
  border-bottom: 2px solid #823ac31a;
  box-shadow: 0 4px 25px 0 #823ac31a;
  z-index: 100
}

.page-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 36px;
  display: flex;
  align-items: stretch;
  gap: 36px
}

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

.brand-logo-wrap {
  background-color: #fff;
  padding: 8px;
  border-radius: 14px 14px 14px 0;
  border: 1.5px solid #823ac326;
  box-shadow: 0 1px 6px 0 #823ac30d 0 4px 25px 0 #823ac31a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px
}

.brand-logo-wrap img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #823AC3;
  letter-spacing: -.5px
}

.brand-tagline {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #3E9335;
  letter-spacing: .06em;
  text-transform: uppercase
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  gap: 12px
}

.header-phone-row {
  display: flex;
  align-items: center;
  gap: 8px
}

.phone-label {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  letter-spacing: .04em
}

.phone-link {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: #823AC3;
  text-decoration: none;
  letter-spacing: .02em;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  padding: 4px 8px;
  border-radius: 8px;
  min-height: 44px;
  display: flex;
  align-items: center
}

.phone-link:hover,
.phone-link:focus {
  color: #3E9335;
  outline: none
}

.phone-link:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 2px
}

.phone-icon-shape {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.phone-icon-shape svg {
  width: 16px;
  height: 16px;
  fill: #3E9335
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 8px;
  align-items: center
}

.primary-nav a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #2a1040;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  letter-spacing: .01em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), background-color .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  border: 1.5px solid transparent
}

.primary-nav a::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none
}

.primary-nav a:hover {
  color: #823AC3;
  background-color: #823ac312
}

.primary-nav a:hover::after {
  border-color: #823ac34d
}

.primary-nav a:focus {
  outline: none
}

.primary-nav a:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 3px
}

.primary-nav a.nav-active {
  color: #823AC3;
  background-color: #823ac31a;
  border-color: #823ac333
}

.nav-divider {
  width: 1px;
  height: 18px;
  background-color: #823ac333;
  display: inline-block;
  flex-shrink: 0
}

.page-footer {
  background: linear-gradient(160deg, #2a1040 0%, #1a0a30 60%, #0f1f0a 100%);
  color: #e8d8ff;
  position: relative;
  overflow: hidden
}

.page-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #823AC3 0%, #3E9335 50%, #FFF1D8 100%)
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px 36px
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 36px
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-brand-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-logo-box {
  background-color: #fff;
  padding: 8px;
  border-radius: 14px 0 14px 14px;
  border: 1.5px solid #fff1d840;
  box-shadow: 0 1px 6px 0 #3e93350d 0 8px 44px 0 #3e933524;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px
}

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

.footer-brand-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -.3px
}

.footer-brand-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #c4a8e8;
  letter-spacing: .02em
}

.footer-col-heading {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: #FFF1D8;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff1d826
}

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

.footer-nav-list li a {
  font-size: 15px;
  line-height: 1.45;
  color: #c4a8e8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  min-height: 44px;
  transition: color .4s ease-in-out;
  letter-spacing: .01em
}

.footer-nav-list li a:hover {
  color: #FFF1D8
}

.footer-nav-list li a:focus {
  outline: none
}

.footer-nav-list li a:focus-visible {
  outline: 2px solid #FFF1D8;
  outline-offset: 2px;
  border-radius: 4px
}

.footer-nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background-color: #3E9335;
  flex-shrink: 0;
  display: inline-block
}

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

.footer-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-item-label {
  font-size: 13px;
  line-height: 1.15;
  color: #9b79c8;
  letter-spacing: .06em;
  text-transform: uppercase
}

.contact-item-val {
  font-size: 15px;
  line-height: 1.45;
  color: #e8d8ff;
  text-decoration: none;
  transition: color .38s ease-in-out
}

a.contact-item-val:hover {
  color: #FFF1D8
}

a.contact-item-val:focus {
  outline: none
}

a.contact-item-val:focus-visible {
  outline: 2px solid #FFF1D8;
  outline-offset: 2px;
  border-radius: 4px
}

.footer-trust-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.trust-badge {
  background-color: #823ac32e;
  border: 1px solid #823ac34d;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.trust-badge-val {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: #FFF1D8
}

.trust-badge-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #c4a8e8
}

.footer-bottom {
  border-top: 1px solid #fff1d81f;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center
}

.footer-legal-links li a {
  font-size: 13px;
  line-height: 1.45;
  color: #9b79c8;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color .36s ease-in-out
}

.footer-legal-links li a:hover {
  color: #FFF1D8
}

.footer-legal-links li a:focus {
  outline: none
}

.footer-legal-links li a:focus-visible {
  outline: 2px solid #FFF1D8;
  outline-offset: 2px
}

.footer-legal-sep {
  color: #fff1d840;
  font-size: 13px;
  line-height: 1.45
}

.footer-copy {
  font-size: 13px;
  line-height: 1.45;
  color: #9b79c8;
  letter-spacing: .02em
}

.footer-copy strong {
  color: #c4a8e8;
  font-weight: 700
}

.consent-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #823ac32e;
  box-shadow: 0 4px 25px 0 #823ac31a;
  z-index: 1000;
  display: none;
  transform: translateX(100%);
  transition: transform .18s ease-in-out
}

.consent-bar.cb-visible {
  transform: translateX(0)
}

.consent-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px
}

.consent-text {
  flex: 1;
  min-width: 260px;
  font-size: 13px;
  line-height: 1.7;
  color: #2a1040;
  font-family: 'Nunito', sans-serif
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.consent-btn-accept {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  background-color: #823AC3;
  border: 2px solid #823AC3;
  border-radius: 8px;
  padding: 8px 24px;
  min-height: 44px;
  cursor: pointer;
  letter-spacing: .01em;
  position: relative;
  transition: background-color .4s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: none
}

.consent-btn-accept::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none
}

.consent-btn-accept:hover {
  background-color: #6a2ea8;
  border-color: #6a2ea8
}

.consent-btn-accept:hover::before {
  border-color: #823ac359
}

.consent-btn-accept:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 3px
}

.consent-link-decline {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #823AC3;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 44px;
  letter-spacing: .01em;
  transition: color .36s ease-in-out;
  outline: none
}

.consent-link-decline:hover {
  color: #3E9335
}

.consent-link-decline:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 2px;
  border-radius: 4px
}

.pref-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: none
}

.pref-tab-btn {
  background-color: #823AC3;
  color: #fff;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 12px 8px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .05em;
  min-width: 44px;
  box-shadow: 0 4px 25px 0 #823ac31a;
  transition: background-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: none
}

.pref-tab-btn:hover {
  background-color: #6a2ea8
}

.pref-tab-btn:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 2px
}

.pref-panel {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  z-index: 998;
  background: #fff;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 8px 44px 0 #823ac324;
  padding: 24px;
  width: 300px;
  display: none;
  transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.pref-panel.pref-open {
  transform: translateY(-50%) translateX(0)
}

.pref-panel-heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: #2a1040;
  margin: 0 0 12px;
  font-family: 'Nunito', sans-serif
}

.pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #823ac31a
}

.pref-row-label {
  font-size: 13px;
  line-height: 1.45;
  color: #2a1040;
  font-family: 'Nunito', sans-serif
}

.pref-check {
  width: 18px;
  height: 18px;
  accent-color: #823AC3;
  cursor: pointer
}

.pref-check:disabled {
  opacity: .5;
  cursor: not-allowed
}

.pref-optout-row {
  padding: 12px 0 8px
}

.pref-optout-notice {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 8px
}

.pref-optout-btn {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: #823AC3;
  background: transparent;
  border: 1.5px solid #823AC3;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  min-height: 44px;
  transition: background-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: none
}

.pref-optout-btn:hover {
  background-color: #823AC3;
  color: #fff
}

.pref-optout-btn:focus-visible {
  outline: 2px solid #823AC3;
  outline-offset: 2px
}

.pref-save-btn {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  background-color: #3E9335;
  border: 2px solid #3E9335;
  border-radius: 8px;
  padding: 8px 24px;
  min-height: 44px;
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  transition: background-color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: none
}

.pref-save-btn:hover {
  background-color: #2e7027;
  border-color: #2e7027
}

.pref-save-btn:focus-visible {
  outline: 2px solid #3E9335;
  outline-offset: 2px
}

@media (max-width: 992px) {
  .page-header-inner {
    flex-direction: column;
    gap: 12px;
    padding: 24px
  }

  .header-right {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 8px
  }

  .primary-nav {
    justify-content: flex-start
  }

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

@media (max-width: 576px) {
  .page-header-inner {
    padding: 12px;
    gap: 8px
  }

  .brand-logo-wrap {
    width: 60px;
    height: 60px
  }

  .brand-logo-wrap img {
    width: 50px;
    height: 50px
  }

  .brand-name {
    font-size: 21px
  }

  .primary-nav a {
    font-size: 13px;
    padding: 8px
  }

  .nav-divider {
    display: none
  }

  .footer-inner {
    padding: 36px 12px 24px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .consent-bar-inner {
    padding: 12px
  }

  .pref-panel {
    width: 260px
  }
}

.legal-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px
}

.legal-block h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #823AC3;
  margin-bottom: 36px;
  margin-top: 0;
  letter-spacing: -.5px
}

.legal-block h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #2a1a40;
  margin-top: 72px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #FFF1D8
}

.legal-block h3 {
  font-size: 28px;
  line-height: 1.45;
  color: #3E9335;
  margin-top: 36px;
  margin-bottom: 12px
}

.legal-block h4 {
  font-size: 21px;
  line-height: 1.45;
  color: #2a1a40;
  margin-top: 24px;
  margin-bottom: 8px
}

.legal-block h5 {
  font-size: 17px;
  line-height: 1.45;
  color: #2a1a40;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.legal-block h6 {
  font-size: 15px;
  line-height: 1.45;
  color: #5a3e7a;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.legal-block p {
  font-size: 17px;
  line-height: 1.7;
  color: #1e1230;
  margin-top: 0;
  margin-bottom: 24px
}

.legal-block ul,
.legal-block ol {
  font-size: 17px;
  line-height: 1.7;
  color: #1e1230;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 36px
}

.legal-block ul {
  list-style: none;
  padding-left: 24px
}

.legal-block ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px
}

.legal-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #823AC3
}

.legal-block ol {
  list-style: decimal
}

.legal-block ol li {
  padding-left: 8px;
  margin-bottom: 8px
}

.legal-block ol li::marker {
  color: #823AC3;
  font-size: 15px
}

.legal-block ul ul,
.legal-block ol ul,
.legal-block ul ol,
.legal-block ol ol {
  margin-top: 8px;
  margin-bottom: 8px
}

.legal-block ul ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: #3E9335;
  top: 12px
}

.legal-block strong,
.legal-block b {
  font-weight: 700;
  color: #2a1a40
}

.legal-block em,
.legal-block i {
  font-style: italic;
  color: #5a3e7a
}

@media (max-width: 992px) {
  .legal-block {
    padding: 36px 24px
  }

  .legal-block h1 {
    font-size: 38px
  }

  .legal-block h2 {
    font-size: 28px;
    margin-top: 36px
  }

  .legal-block h3 {
    font-size: 21px
  }

  .legal-block h4 {
    font-size: 17px
  }
}

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

  .legal-block h1 {
    font-size: 28px
  }

  .legal-block h2 {
    font-size: 21px;
    margin-top: 36px
  }

  .legal-block h3 {
    font-size: 17px
  }

  .legal-block h4,
  .legal-block h5,
  .legal-block h6 {
    font-size: 15px
  }

  .legal-block p,
  .legal-block ul,
  .legal-block ol {
    font-size: 15px
  }
}

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

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

.ctus .title-strip {
  background: linear-gradient(158deg, #f3eafd 0%, #FFF1D8 60%, #e8f5e7 100%);
  padding: 72px 24px 36px;
  position: relative
}

.ctus .title-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(220deg, #823ac312 0%, #3e93350d 100%);
  pointer-events: none
}

.ctus .title-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 36px;
  position: relative
}

.ctus .title-left {
  flex: 1 1 0
}

.ctus .title-num {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 900;
  color: #823ac321;
  letter-spacing: -2px;
  display: block;
  margin-bottom: 8px
}

.ctus .title-h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 12px
}

.ctus .title-h1 .w1 {
  color: #823AC3
}

.ctus .title-h1 .w2 {
  color: #2a2a3a
}

.ctus .title-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3d50;
  max-width: 480px;
  margin: 0
}

.ctus .title-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 4px
}

.ctus .dots-path {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.ctus .dot {
  border-radius: 48px;
  background: #823AC3;
  opacity: .18
}

.ctus .dot.sm {
  width: 6px;
  height: 6px
}

.ctus .dot.md {
  width: 10px;
  height: 10px;
  opacity: .28
}

.ctus .dot.lg {
  width: 16px;
  height: 16px;
  opacity: .38
}

.ctus .dots-path2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.ctus .dot-g {
  border-radius: 48px;
  background: #3E9335;
  opacity: .22
}

.ctus .dot-g.sm {
  width: 6px;
  height: 6px
}

.ctus .dot-g.md {
  width: 10px;
  height: 10px;
  opacity: .3
}

.ctus .strip-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #823AC3 30%, #3E9335 70%, transparent 100%);
  opacity: .22;
  margin: 0
}

.ctus .contact-body {
  padding: 72px 24px;
  background: #fff;
  position: relative
}

.ctus .contact-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #fff1d859 0%, #fff0 55%), linear-gradient(315deg, #823ac30a 0%, #fff0 55%);
  pointer-events: none
}

.ctus .body-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  position: relative
}

.ctus .contact-details-col {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .detail-label {
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #823AC3;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.ctus .detail-group {
  position: relative;
  padding-left: 16px
}

.ctus .detail-group::after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, #823AC3 0%, #3E9335 100%)
}

.ctus .detail-value {
  font-size: 17px;
  line-height: 1.7;
  color: #1e1e2e;
  font-weight: 500;
  margin: 0;
  display: block
}

.ctus .detail-value a {
  color: #1e1e2e;
  text-decoration: none;
  border-bottom: 1px solid #823ac34d;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out
}

.ctus .detail-value a:hover {
  color: #823AC3;
  border-color: #823AC3
}

.ctus .info-card {
  background: linear-gradient(135deg, #FFF1D8 0%, #f9f3ff 100%);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #823ac30d 0 4px 25px 0 #823ac31a
}

.ctus .info-card-h {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #2a2a3a;
  margin: 0 0 8px
}

.ctus .info-card-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a5a;
  margin: 0
}

.ctus .form-col {
  flex: 1 1 0;
  min-width: 0
}

.ctus .form-heading {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 8px
}

.ctus .form-heading .fh1 {
  color: #3E9335
}

.ctus .form-heading .fh2 {
  color: #2a2a3a
}

.ctus .form-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a5a;
  margin: 0 0 36px
}

.ctus .cform {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .field-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .field-row.two-col {
  flex-direction: row;
  gap: 24px
}

.ctus .field-row.two-col .field-wrap {
  flex: 1 1 0
}

.ctus .field-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .flabel {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3a3a4a
}

.ctus .finput {
  padding: 12px 16px;
  border: 2px solid #823ac32e;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #1e1e2e;
  background: #fff;
  outline: none;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out;
  width: 100%;
  box-sizing: border-box
}

.ctus .finput::placeholder {
  color: #9a9aaa
}

.ctus .finput:focus {
  border-color: #823AC3;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.ctus .fselect {
  padding: 12px 16px;
  border: 2px solid #823ac32e;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #1e1e2e;
  background: #fff;
  outline: none;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23823AC3' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer
}

.ctus .fselect:focus {
  border-color: #823AC3;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.ctus .ftextarea {
  padding: 12px 16px;
  border: 2px solid #823ac32e;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #1e1e2e;
  background: #fff;
  outline: none;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 120px
}

.ctus .ftextarea::placeholder {
  color: #9a9aaa
}

.ctus .ftextarea:focus {
  border-color: #823AC3;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.ctus .radio-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.ctus .radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.ctus .radio-opt input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #823AC3;
  cursor: pointer;
  flex-shrink: 0
}

.ctus .radio-opt .rlabel {
  font-size: 15px;
  line-height: 1.45;
  color: #2a2a3a;
  cursor: pointer
}

.ctus .radio-group-label {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3a3a4a;
  display: block;
  margin-bottom: 4px
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #823ac30a;
  border-radius: 14px
}

.ctus .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #823AC3;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus .privacy-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4a4a5a;
  margin: 0
}

.ctus .privacy-text a {
  color: #823AC3;
  text-decoration: none;
  border-bottom: 1px solid #823ac359;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .privacy-text a:hover {
  color: #5e1fa0
}

.ctus .submit-btn {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(135deg, #823AC3 0%, #6a2ea8 100%);
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  letter-spacing: .03em;
  box-shadow: 0 4px 25px 0 #823ac31a;
  position: relative;
  transition: background .38s ease-in-out, box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: 3px solid transparent;
  outline-offset: 0;
  align-self: flex-start
}

.ctus .submit-btn:hover {
  background: linear-gradient(135deg, #6a2ea8 0%, #823AC3 100%);
  box-shadow: 0 8px 44px 0 #823ac324;
  outline: 3px solid #823ac359;
  outline-offset: 4px
}

.ctus .submit-btn:focus {
  outline: 3px solid #823AC3;
  outline-offset: 4px
}

.ctus .submit-btn:active {
  box-shadow: 0 1px 6px 0 #823ac30d
}

.ctus .border-deco {
  position: absolute;
  pointer-events: none
}

.ctus .corner-tl {
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #823ac340;
  border-left: 2px solid #823ac340;
  border-radius: 8px 0 0 0
}

.ctus .corner-br {
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #3e933540;
  border-right: 2px solid #3e933540;
  border-radius: 0 0 8px 0
}

.ctus .glow-ring {
  position: absolute;
  border-radius: 48px;
  border: 2px solid #823ac300;
  animation: ring-glow 1.8s cubic-bezier(0.34, 1.2, 0.64, 1) .3s forwards;
  pointer-events: none
}

.ctus .form-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 4px 25px 0 #823ac31a inset 0 1px 2px #823ac30a;
  position: relative;
  overflow: hidden
}

.ctus .form-card .glow-ring {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 34px
}

@keyframes ring-glow {
  0% {
    border-color: #823ac300;
    box-shadow: none
  }

  60% {
    border-color: #823ac338;
    box-shadow: 0 0 0 4px #823ac30f
  }

  100% {
    border-color: #823ac324;
    box-shadow: 0 0 0 2px #823ac30a
  }
}

.ctus .feat-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctus .feat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ctus .feat-item.alt {
  flex-direction: row-reverse;
  text-align: right
}

.ctus .feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus .feat-icon.vi {
  background: #823ac31a
}

.ctus .feat-icon.vg {
  background: #3e93351a
}

.ctus .feat-icon svg {
  width: 18px;
  height: 18px
}

.ctus .feat-text {
  font-size: 15px;
  line-height: 1.45;
  color: #2a2a3a;
  font-weight: 500
}

@media (max-width: 992px) {
  .ctus .body-inner {
    flex-direction: column;
    gap: 36px
  }

  .ctus .contact-details-col {
    flex: none;
    width: 100%
  }

  .ctus .title-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .ctus .title-right {
    align-items: flex-start
  }
}

@media (max-width: 576px) {
  .ctus .title-h1 {
    font-size: 38px
  }

  .ctus .title-num {
    font-size: 38px
  }

  .ctus .field-row.two-col {
    flex-direction: column;
    gap: 24px
  }

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

  .ctus .radio-group {
    flex-direction: column;
    gap: 8px
  }

  .ctus .contact-body {
    padding: 36px 24px
  }
}

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

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

@keyframes desat-cycle {

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

  50% {
    filter: saturate(0.3)
  }
}

.dgst .yr-band {
  background: linear-gradient(160deg, #f3e8ff 0%, #fff 50%, #e8f5e8 100%);
  animation: desat-cycle 8s ease-in-out infinite;
  padding: 72px 24px;
  position: relative
}

.dgst .yr-band::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 1
}

.dgst .yr-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px
}

.dgst .yr-img-col {
  flex: 0 0 280px;
  position: relative;
  border-radius: 22px;
  overflow: hidden
}

.dgst .yr-img-col img {
  width: 280px;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 22px
}

.dgst .yr-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #823ac373 0%, #3e93352e 100%);
  border-radius: 22px;
  pointer-events: none
}

.dgst .yr-deco-a {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: #823ac314;
  pointer-events: none
}

.dgst .yr-deco-b {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 64px;
  height: 64px;
  border-radius: 34px;
  background: #3e93351a;
  pointer-events: none
}

.dgst .yr-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dgst .yr-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #823AC3;
  text-transform: uppercase
}

.dgst .yr-h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 900;
  margin: 0;
  color: #1b1035
}

.dgst .yr-h1 span {
  color: #3E9335
}

.dgst .yr-problem {
  font-size: 17px;
  line-height: 1.7;
  color: #3b3048;
  max-width: 520px
}

.dgst .yr-solution {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4e70;
  max-width: 520px;
  border-top: 2px solid #FFF1D8;
  padding-top: 24px
}

.dgst .yr-img-right {
  flex: 0 0 220px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.dgst .yr-img-right-fake {
  width: 220px;
  height: 300px;
  border-radius: 22px;
  background: linear-gradient(160deg, #FFF1D8 0%, #f3e8ff 60%, #e8f5e8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.dgst .yr-icon-large {
  width: 64px;
  height: 64px
}

.dgst .yr-icon-large svg {
  width: 64px;
  height: 64px
}

.dgst .yr-stat-num {
  font-size: 38px;
  font-weight: 900;
  color: #823AC3;
  line-height: 1.15
}

.dgst .yr-stat-desc {
  font-size: 13px;
  color: #5a4e70;
  text-align: center;
  line-height: 1.45;
  padding: 0 12px
}

.dgst .trends-sec {
  padding: 120px 24px 72px;
  background: #fff;
  position: relative;
  z-index: 2
}

.dgst .trends-top {
  max-width: 1280px;
  margin: 0 auto 72px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 36px
}

.dgst .trends-heading-col {
  flex: 1 1 0
}

.dgst .trends-h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #1b1035
}

.dgst .trends-h2 span {
  color: #823AC3
}

.dgst .trends-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3b3048;
  max-width: 560px
}

.dgst .arrow-change {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #FFF1D8;
  border-radius: 14px;
  padding: 12px 24px;
  flex-shrink: 0
}

.dgst .arrow-change .num-from {
  font-size: 21px;
  font-weight: 700;
  color: #5a4e70;
  text-decoration: line-through;
  text-decoration-color: #823AC3
}

.dgst .arrow-change .arr-svg {
  width: 32px;
  height: 20px
}

.dgst .arrow-change .num-to {
  font-size: 21px;
  font-weight: 900;
  color: #3E9335
}

.dgst .arrow-change .arr-label {
  font-size: 13px;
  color: #5a4e70;
  line-height: 1.45;
  margin-left: 8px
}

.dgst .trends-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.dgst .trend-card {
  background: linear-gradient(160deg, #f9f3ff 0%, #fff 100%);
  border-radius: 22px;
  padding: 36px 24px 24px;
  box-shadow: 0 1px 6px 0 #823ac30d;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dgst .trend-card:hover {
  box-shadow: 0 8px 44px 0 #823ac324;
  transform: translateY(-4px)
}

.dgst .trend-card .tc-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #823AC3;
  text-transform: uppercase
}

.dgst .trend-card .tc-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #823ac31a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.dgst .trend-card .tc-icon svg {
  width: 22px;
  height: 22px
}

.dgst .trend-card .tc-h {
  font-size: 21px;
  font-weight: 800;
  color: #1b1035;
  line-height: 1.15;
  margin: 0
}

.dgst .trend-card .tc-h span {
  color: #3E9335
}

.dgst .trend-card .tc-body {
  font-size: 15px;
  line-height: 1.7;
  color: #3b3048;
  margin: 0
}

.dgst .trend-card.alt {
  background: linear-gradient(160deg, #edf7ec 0%, #fff 100%)
}

.dgst .trend-card.alt .tc-icon {
  background: #3e93351f
}

.dgst .trend-card.alt .tc-num {
  color: #3E9335
}

.dgst .steps-sec {
  padding: 72px 24px;
  background: linear-gradient(180deg, #FFF1D8 0%, #fff 100%);
  position: relative;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%)
}

.dgst .steps-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 36px
}

.dgst .steps-head {
  text-align: center;
  margin-bottom: 72px
}

.dgst .steps-h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #1b1035
}

.dgst .steps-h2 span {
  color: #823AC3
}

.dgst .steps-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3b3048;
  max-width: 560px;
  margin: 0 auto
}

.dgst .steps-track {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start
}

.dgst .steps-track::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  height: 3px;
  background: linear-gradient(90deg, #823AC3 0%, #3E9335 100%);
  border-radius: 8px;
  z-index: 0
}

.dgst .step-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  padding: 0 8px
}

.dgst .step-dot {
  width: 72px;
  height: 72px;
  border-radius: 48px;
  background: #fff;
  border: 3px solid #823AC3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 25px 0 #823ac31a;
  transition: border-color .42s ease-in-out, box-shadow .42s ease-in-out;
  flex-shrink: 0
}

.dgst .step-dot svg {
  width: 28px;
  height: 28px
}

.dgst .step-item:hover .step-dot {
  border-color: #3E9335;
  box-shadow: 0 8px 44px 0 #3e933524
}

.dgst .step-n {
  font-size: 13px;
  font-weight: 700;
  color: #823AC3;
  letter-spacing: .08em
}

.dgst .step-label {
  font-size: 15px;
  font-weight: 700;
  color: #1b1035;
  text-align: center;
  line-height: 1.45
}

.dgst .step-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #5a4e70;
  text-align: center
}

.dgst .steps-bottom {
  max-width: 1280px;
  margin: 72px auto 0;
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 4px 25px 0 #823ac31a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px
}

.dgst .steps-bottom .sb-col {
  flex: 1 1 0
}

.dgst .steps-bottom .sb-h {
  font-size: 21px;
  font-weight: 800;
  color: #1b1035;
  line-height: 1.15;
  margin: 0 0 12px
}

.dgst .steps-bottom .sb-h span {
  color: #3E9335
}

.dgst .steps-bottom .sb-p {
  font-size: 15px;
  line-height: 1.7;
  color: #3b3048;
  margin: 0
}

.dgst .steps-bottom .sb-divider {
  width: 2px;
  align-self: stretch;
  background: linear-gradient(180deg, #823AC3 0%, #3E9335 100%);
  border-radius: 8px;
  flex-shrink: 0
}

.dgst .steps-bottom .sb-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #823AC3;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 14px;
  border: 2px solid #823AC3;
  transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline-offset: 2px
}

.dgst .steps-bottom .sb-link:hover {
  background: #823AC3;
  color: #fff;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.dgst .steps-bottom .sb-link:focus-visible {
  outline: 3px solid #3E9335
}

@media (max-width: 992px) {
  .dgst .yr-inner {
    flex-direction: column;
    align-items: stretch
  }

  .dgst .yr-img-col {
    flex: none;
    align-self: center
  }

  .dgst .yr-img-right {
    display: none
  }

  .dgst .yr-h1 {
    font-size: 38px
  }

  .dgst .trends-grid {
    grid-template-columns: 1fr 1fr
  }

  .dgst .trends-top {
    flex-direction: column;
    align-items: flex-start
  }

  .dgst .steps-track {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .dgst .steps-track::before {
    display: none
  }

  .dgst .step-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 12px
  }

  .dgst .step-label,
  .dgst .step-desc {
    text-align: left
  }

  .dgst .steps-bottom {
    flex-direction: column;
    gap: 24px
  }

  .dgst .steps-bottom .sb-divider {
    width: 100%;
    height: 2px;
    align-self: auto
  }
}

@media (max-width: 576px) {
  .dgst .yr-band {
    padding: 36px 12px
  }

  .dgst .yr-h1 {
    font-size: 28px
  }

  .dgst .yr-img-col img {
    width: 100%;
    height: 240px
  }

  .dgst .yr-img-col {
    flex: none;
    width: 100%
  }

  .dgst .trends-grid {
    grid-template-columns: 1fr
  }

  .dgst .trends-h2 {
    font-size: 28px
  }

  .dgst .steps-h2 {
    font-size: 28px
  }

  .dgst .trends-sec {
    padding: 100px 12px 36px
  }

  .dgst .steps-sec {
    padding: 36px 12px
  }

  .dgst .steps-bottom {
    padding: 24px
  }
}

.frnt {
  overflow-x: hidden
}

.frnt .pg-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.frnt .reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: revealUp .42s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.frnt .reveal-delay-1 {
  animation-delay: .08s
}

.frnt .reveal-delay-2 {
  animation-delay: .18s
}

.frnt .reveal-delay-3 {
  animation-delay: .28s
}

.frnt .reveal-delay-4 {
  animation-delay: .38s
}

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

@keyframes shadowPulse {
  0% {
    box-shadow: 0 4px 25px 0 #823ac31a
  }

  50% {
    box-shadow: 0 8px 44px 0 #823ac338
  }

  100% {
    box-shadow: 0 4px 25px 0 #823ac31a
  }
}

@keyframes elasticIn {
  0% {
    opacity: 0;
    transform: scale(0.72)
  }

  65% {
    opacity: 1;
    transform: scale(1.06)
  }

  80% {
    transform: scale(0.97)
  }

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

.frnt .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #823AC3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 34px;
  padding: 4px 12px;
  letter-spacing: .06em
}

.frnt .badge.green {
  background: #3E9335
}

.frnt .stripe-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0
}

.frnt .stripe-divider .sd-line {
  width: 48px;
  height: 2px;
  background: #823AC3;
  opacity: .3;
  border-radius: 8px
}

.frnt .stripe-divider .sd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3E9335
}

.frnt .corner-bracket {
  position: relative
}

.frnt .corner-bracket::before,
.frnt .corner-bracket::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none
}

.frnt .corner-bracket::before {
  top: 0;
  left: 0;
  border-top: 2px solid #823AC3;
  border-left: 2px solid #823AC3;
  border-radius: 8px 0 0 0
}

.frnt .corner-bracket::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #3E9335;
  border-right: 2px solid #3E9335;
  border-radius: 0 0 8px 0
}

.frnt .split-head .word-a {
  color: #823AC3
}

.frnt .split-head .word-b {
  color: #1b1030
}

.frnt .split-head-g .word-a {
  color: #3E9335
}

.frnt .split-head-g .word-b {
  color: #1b1030
}

.frnt .split-head-d .word-a {
  color: #1b1030
}

.frnt .split-head-d .word-b {
  color: #823AC3
}

.frnt .title-blk {
  position: relative;
  padding: 72px 0;
  background: linear-gradient(158deg, #2a0a4a 0%, #1b1030 55%, #0d2b0a 100%);
  overflow: hidden
}

.frnt .title-blk .diag-stripe {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(118deg, #fff1d808 0px, #fff1d808 1px, transparent 1px, transparent 28px);
  pointer-events: none
}

.frnt .title-blk .grad-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #823ac321 0%, transparent 60%), linear-gradient(0deg, #3e933517 0%, transparent 50%);
  pointer-events: none
}

.frnt .title-blk .anchor-num {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  line-height: 1.15;
  color: #fff1d80a;
  letter-spacing: -.04em;
  pointer-events: none;
  user-select: none
}

.frnt .title-blk .tb-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 760px
}

.frnt .title-blk .tb-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.frnt .title-blk h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0
}

.frnt .title-blk h1 .accent-word {
  color: #c87eff
}

.frnt .title-blk .tb-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffb8;
  max-width: 580px;
  margin: 0
}

.frnt .title-blk .tb-img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38%;
  pointer-events: none
}

.frnt .title-blk .tb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .28
}

.frnt .title-blk .tb-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b1030 0%, transparent 60%), linear-gradient(0deg, #00000061 0%, transparent 100%)
}

.frnt .exp-blk {
  padding: 72px 0;
  background: #fff
}

.frnt .exp-blk .exp-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  max-width: 620px
}

.frnt .exp-blk h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0
}

.frnt .exp-blk .exp-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3050;
  margin: 0
}

.frnt .exp-blk .exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.frnt .exp-blk .exp-card {
  background: #FFF1D8;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 6px 0 #823ac30d;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative
}

.frnt .exp-blk .exp-card:hover {
  box-shadow: 0 8px 44px 0 #823ac324;
  transform: translateY(-4px)
}

.frnt .exp-blk .exp-card .card-num {
  font-size: 28px;
  font-weight: 900;
  color: #823AC3;
  line-height: 1.15
}

.frnt .exp-blk .exp-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1b1030;
  line-height: 1.45;
  margin: 0
}

.frnt .exp-blk .exp-card .card-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3050;
  margin: 0
}

.frnt .exp-blk .exp-img-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 36px;
  align-items: center
}

.frnt .exp-blk .exp-img-wrap {
  width: 340px;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a;
  animation: shadowPulse 3.2s ease-in-out infinite
}

.frnt .exp-blk .exp-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .88
}

.frnt .exp-blk .exp-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.frnt .exp-blk .exp-aside .aside-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3050;
  margin: 0
}

.frnt .hesit-blk {
  padding: 72px 0;
  background: linear-gradient(158deg, #f5eeff 0%, #edf7ec 100%);
  position: relative
}

.frnt .hesit-blk .hesit-full-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, #823ac30f 0%, #3e93350f 100%);
  pointer-events: none
}

.frnt .hesit-blk .hesit-layout {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.frnt .hesit-blk .hesit-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .hesit-blk h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0
}

.frnt .hesit-blk .hesit-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2040;
  margin: 0
}

.frnt .hesit-blk .hesit-quote {
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 25px 0 #3e93351a;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.frnt .hesit-blk .hesit-quote .qt-mark {
  width: 28px;
  height: 20px;
  display: block
}

.frnt .hesit-blk .hesit-quote .qt-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2040;
  font-style: italic;
  margin: 0
}

.frnt .hesit-blk .hesit-quote .qt-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.frnt .hesit-blk .hesit-quote .qt-portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.frnt .hesit-blk .hesit-quote .qt-portrait img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  display: block
}

.frnt .hesit-blk .hesit-quote .qt-name {
  font-size: 13px;
  font-weight: 700;
  color: #1b1030;
  line-height: 1.45
}

.frnt .hesit-blk .hesit-quote .qt-role {
  font-size: 13px;
  color: #6a5a8a;
  line-height: 1.45
}

.frnt .hesit-blk .hesit-right {
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.frnt .hesit-blk .hesit-fact {
  border-radius: 22px;
  background: #823AC3;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 8px 44px 0 #823ac324
}

.frnt .hesit-blk .hesit-fact .fact-num {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  color: #c87eff
}

.frnt .hesit-blk .hesit-fact .fact-lbl {
  font-size: 15px;
  line-height: 1.45;
  color: #ffffffd9
}

.frnt .hesit-blk .hesit-fact.green {
  background: #3E9335;
  box-shadow: 0 8px 44px 0 #3e933524
}

.frnt .hesit-blk .hesit-fact.green .fact-num {
  color: #b8ffae
}

.frnt .ltv-blk {
  padding: 72px 0;
  background: #1b1030;
  position: relative;
  overflow: hidden
}

.frnt .ltv-blk .ltv-bg-accent {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #823ac317;
  pointer-events: none
}

.frnt .ltv-blk .ltv-bg-accent2 {
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #3e933512;
  pointer-events: none
}

.frnt .ltv-blk .ltv-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  max-width: 640px
}

.frnt .ltv-blk h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin: 0
}

.frnt .ltv-blk h2 .word-a {
  color: #c87eff
}

.frnt .ltv-blk h2 .word-b {
  color: #fff
}

.frnt .ltv-blk .ltv-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffa6;
  margin: 0
}

.frnt .ltv-blk .ltv-checker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.frnt .ltv-blk .ltv-item {
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frnt .ltv-blk .ltv-item:nth-child(odd) {
  background: #823ac32e;
  border-radius: 22px 8px 22px 8px
}

.frnt .ltv-blk .ltv-item:nth-child(even) {
  background: #3e933524;
  border-radius: 8px 22px 8px 22px;
  margin-top: 24px
}

.frnt .ltv-blk .ltv-item:hover {
  transform: translateY(-6px)
}

.frnt .ltv-blk .ltv-item .item-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ffffff14;
  display: flex;
  align-items: center;
  justify-content: center
}

.frnt .ltv-blk .ltv-item .item-icon svg {
  width: 20px;
  height: 20px
}

.frnt .ltv-blk .ltv-item h5 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.45
}

.frnt .ltv-blk .ltv-item .item-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffffad;
  margin: 0
}

.frnt .ltv-blk .ltv-img-strip {
  margin-top: 36px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 44px 0 #823ac324
}

.frnt .ltv-blk .ltv-img-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .6
}

.frnt .ltv-blk .ltv-img-strip .strip-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(0deg, #1b1030eb 0%, transparent 100%)
}

.frnt .ltv-blk .ltv-img-strip .strip-caption p {
  font-size: 15px;
  line-height: 1.45;
  color: #fffc;
  margin: 0
}

.frnt .fit-blk {
  padding: 72px 0;
  background: #fff
}

.frnt .fit-blk .fit-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  max-width: 600px
}

.frnt .fit-blk h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0
}

.frnt .fit-blk .fit-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3050;
  margin: 0
}

.frnt .fit-blk .fit-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.frnt .fit-blk .fit-col-yes {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.frnt .fit-blk .fit-col-no {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.frnt .fit-blk .col-head {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  padding-bottom: 8px
}

.frnt .fit-blk .col-head.yes {
  color: #3E9335
}

.frnt .fit-blk .col-head.no {
  color: #823AC3
}

.frnt .fit-blk .fit-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #f7f4fc;
  transition: background .35s ease-in-out, box-shadow .35s ease-in-out
}

.frnt .fit-blk .fit-row:hover {
  background: #FFF1D8;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.frnt .fit-blk .fit-row.no-row {
  background: #f4f9f4
}

.frnt .fit-blk .fit-row.no-row:hover {
  background: #e8f5e7;
  box-shadow: 0 4px 25px 0 #3e93351a
}

.frnt .fit-blk .fit-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px
}

.frnt .fit-blk .fit-dot.yes {
  background: #3E9335
}

.frnt .fit-blk .fit-dot.no {
  background: #823AC3
}

.frnt .fit-blk .fit-row-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2040
}

.frnt .fit-blk .fit-portrait-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(120deg, #f5eeff 0%, #edf7ec 100%);
  box-shadow: 0 1px 6px 0 #823ac30d
}

.frnt .fit-blk .fit-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.frnt .fit-blk .fit-portrait img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block
}

.frnt .fit-blk .fit-portrait-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.frnt .fit-blk .fit-portrait-txt .pname {
  font-size: 15px;
  font-weight: 700;
  color: #1b1030;
  line-height: 1.45
}

.frnt .fit-blk .fit-portrait-txt .prole {
  font-size: 13px;
  color: #6a5a8a;
  line-height: 1.45
}

.frnt .fit-blk .fit-portrait-txt .pquote {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2040;
  margin: 0;
  font-style: italic
}

@media (max-width: 992px) {
  .frnt .title-blk h1 {
    font-size: 38px
  }

  .frnt .title-blk .tb-img-wrap {
    width: 30%
  }

  .frnt .exp-blk .exp-grid {
    grid-template-columns: 1fr 1fr
  }

  .frnt .exp-blk .exp-img-row {
    flex-direction: column
  }

  .frnt .exp-blk .exp-img-wrap {
    width: 100%
  }

  .frnt .hesit-blk .hesit-layout {
    flex-direction: column
  }

  .frnt .hesit-blk .hesit-right {
    width: 100%;
    flex-direction: row
  }

  .frnt .ltv-blk .ltv-checker {
    grid-template-columns: 1fr
  }

  .frnt .ltv-blk .ltv-item:nth-child(even) {
    margin-top: 0
  }

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

@media (max-width: 576px) {
  .frnt .pg-wrap {
    padding-left: 24px;
    padding-right: 24px
  }

  .frnt .title-blk {
    padding: 36px 0
  }

  .frnt .title-blk h1 {
    font-size: 28px
  }

  .frnt .title-blk .tb-img-wrap {
    display: none
  }

  .frnt .exp-blk .exp-grid {
    grid-template-columns: 1fr
  }

  .frnt .hesit-blk .hesit-right {
    flex-direction: column
  }

  .frnt .exp-blk {
    padding: 36px 0
  }

  .frnt .hesit-blk {
    padding: 36px 0
  }

  .frnt .ltv-blk {
    padding: 36px 0
  }

  .frnt .fit-blk {
    padding: 36px 0
  }

  .frnt .fit-blk h2 {
    font-size: 28px
  }

  .frnt .exp-blk h2 {
    font-size: 28px
  }

  .frnt .hesit-blk h2 {
    font-size: 28px
  }

  .frnt .ltv-blk h2 {
    font-size: 28px
  }
}

.lrn-prog {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.lrn-prog .pg-texture {
  position: fixed;
  inset: 0;
  background-image: url(./header_images/8-CARD.jpg);
  background-size: cover;
  background-position: center;
  opacity: .03;
  pointer-events: none;
  z-index: 0
}

.lrn-prog .pw {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1
}

.lrn-prog .geo-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: repeating-linear-gradient(180deg, #823AC3 0px, #823AC3 12px, transparent 12px, transparent 20px);
  opacity: .18;
  pointer-events: none
}

.lrn-prog .diamond-sep {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #823AC3;
  transform: rotate(45deg);
  margin: 0 8px;
  vertical-align: middle;
  flex-shrink: 0
}

.lrn-prog .diamond-sep.green {
  background: #3E9335
}

.lrn-prog .zigzag-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  pointer-events: none
}

.lrn-prog .zigzag-divider svg {
  display: block;
  width: 100%
}

.lrn-prog .sec-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #823AC3;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px
}

.lrn-prog .title-blk {
  position: relative;
  padding: 72px 0 0;
  background: #fff;
  overflow: hidden
}

.lrn-prog .title-blk .curved-bg {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(135deg, #823ac312 0%, #fff1d859 100%);
  pointer-events: none
}

.lrn-prog .title-blk .curved-bg-2 {
  position: absolute;
  bottom: -40px;
  left: 60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(200deg, #3e93350f 0%, #fff1d833 100%);
  pointer-events: none
}

.lrn-prog .title-blk .curved-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.lrn-prog .title-blk .curved-line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.lrn-prog .title-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start
}

.lrn-prog .title-img-col {
  position: relative
}

.lrn-prog .title-img-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a 0 8px 44px 0 #823ac324;
  position: relative
}

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

.lrn-prog .title-img-wrap .img-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #ffffff38 0%, #823ac314 100%);
  pointer-events: none
}

.lrn-prog .title-txt-col {
  padding-top: 8px
}

.lrn-prog .title-txt-col h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #1b0a2e;
  margin: 0 0 24px;
  font-weight: 800
}

.lrn-prog .title-txt-col h1 .accent-word {
  color: #823AC3
}

.lrn-prog .title-pts {
  list-style: decimal;
  padding-left: 24px;
  margin: 0 0 24px
}

.lrn-prog .title-pts li {
  font-size: 17px;
  line-height: 1.7;
  color: #2a1840;
  margin-bottom: 8px
}

.lrn-prog .title-pts li strong {
  color: #3E9335
}

.lrn-prog .title-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2b58;
  margin: 0 0 36px;
  max-width: 560px
}

.lrn-prog .title-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .btn-primary {
  display: inline-block;
  padding: 12px 36px;
  background: linear-gradient(120deg, #823AC3 0%, #6b2fa8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), outline-offset .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: 2px solid transparent;
  outline-offset: 0;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.lrn-prog .btn-primary:hover {
  box-shadow: 0 8px 44px 0 #823ac324;
  outline: 2px solid #823AC3;
  outline-offset: 4px
}

.lrn-prog .btn-primary:focus {
  outline: 2px solid #823AC3;
  outline-offset: 4px
}

.lrn-prog .btn-primary:active {
  box-shadow: 0 1px 6px 0 #823ac30d
}

.lrn-prog .stat-chips {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center
}

.lrn-prog .stat-chip {
  display: flex;
  flex-direction: column;
  align-items: center
}

.lrn-prog .stat-chip .num {
  font-size: 28px;
  font-weight: 800;
  color: #823AC3;
  line-height: 1.15
}

.lrn-prog .stat-chip .lbl {
  font-size: 13px;
  color: #5a4070;
  line-height: 1.45;
  letter-spacing: .06em
}

.lrn-prog .title-blk .zigzag-divider {
  margin-top: 72px
}

.lrn-prog .prog-detail {
  position: relative;
  background: linear-gradient(170deg, #FFF1D8 0%, #f5eaff 60%, #edf7ec 100%);
  background-size: 120% 120%;
  animation: bg-breathe 10s ease-in-out infinite;
  padding: 72px 0
}

@keyframes bg-breathe {

  0%,
  100% {
    background-size: 120% 120%
  }

  50% {
    background-size: 130% 130%
  }
}

.lrn-prog .prog-detail .geo-edge {
  background: repeating-linear-gradient(180deg, #3E9335 0px, #3E9335 12px, transparent 12px, transparent 20px)
}

.lrn-prog .prog-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.lrn-prog .prog-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lrn-prog .prog-left h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #1b0a2e;
  margin: 0;
  font-weight: 800
}

.lrn-prog .prog-left h2 .accent-word {
  color: #3E9335
}

.lrn-prog .prog-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #2a1840;
  margin: 0
}

.lrn-prog .pullquote {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 4px 25px 0 #3e93351a
}

.lrn-prog .pullquote .pq-bar {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 4px;
  background: #823AC3;
  border-radius: 8px
}

.lrn-prog .pullquote .pq-bar-2 {
  position: absolute;
  top: 32px;
  right: 22px;
  width: 22px;
  height: 4px;
  background: #3E9335;
  border-radius: 8px
}

.lrn-prog .pullquote blockquote {
  font-size: 21px;
  line-height: 1.45;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 24px;
  font-style: italic
}

.lrn-prog .pullquote .pq-attr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.lrn-prog .pq-portrait {
  width: 52px;
  height: 65px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 6px 0 #823ac30d
}

.lrn-prog .pq-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .pq-name {
  font-size: 15px;
  font-weight: 700;
  color: #1b0a2e;
  line-height: 1.45
}

.lrn-prog .pq-role {
  font-size: 13px;
  color: #5a4070;
  line-height: 1.45;
  letter-spacing: .06em
}

.lrn-prog .prog-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .module-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #823ac30d;
  transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .module-card:hover {
  box-shadow: 0 8px 44px 0 #823ac324;
  transform: translateY(-2px)
}

.lrn-prog .module-card .mod-hd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.lrn-prog .module-card .mod-num {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #823AC3 0%, #6b2fa8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lrn-prog .module-card .mod-num.green {
  background: linear-gradient(135deg, #3E9335 0%, #2d7027 100%)
}

.lrn-prog .module-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1b0a2e;
  margin: 0;
  line-height: 1.45
}

.lrn-prog .module-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2b58;
  margin: 0
}

.lrn-prog .module-card .mod-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.lrn-prog .mod-tag {
  font-size: 13px;
  color: #823AC3;
  background: #823ac314;
  border-radius: 8px;
  padding: 4px 12px;
  font-weight: 600;
  letter-spacing: .05em
}

.lrn-prog .mod-tag.green {
  color: #2d7027;
  background: #3e93351a
}

.lrn-prog .experts-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px 0 0
}

.lrn-prog .expert-card {
  flex: 1 1 200px;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 4px 25px 0 #823ac31a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: box-shadow .35s ease-in-out
}

.lrn-prog .expert-card:hover {
  box-shadow: 0 8px 44px 0 #823ac324
}

.lrn-prog .expert-portrait {
  width: 80px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.lrn-prog .expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .expert-name {
  font-size: 15px;
  font-weight: 700;
  color: #1b0a2e;
  line-height: 1.45
}

.lrn-prog .expert-spec {
  font-size: 13px;
  color: #5a4070;
  line-height: 1.45;
  letter-spacing: .05em
}

.lrn-prog .expert-card .diamond-sep {
  margin: 0
}

.lrn-prog .faq-strip {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .faq-strip h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1b0a2e;
  margin: 0 0 24px;
  line-height: 1.15
}

.lrn-prog .faq-strip h3 .accent-word {
  color: #823AC3
}

.lrn-prog .faq-item {
  border-radius: 14px;
  overflow: hidden
}

.lrn-prog .faq-item details {
  background: #fff;
  border-radius: 14px
}

.lrn-prog .faq-item details summary {
  font-size: 17px;
  font-weight: 600;
  color: #1b0a2e;
  padding: 24px;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .38s ease-in-out;
  border-radius: 14px;
  box-shadow: 0 1px 6px 0 #823ac30d
}

.lrn-prog .faq-item details summary::-webkit-details-marker {
  display: none
}

.lrn-prog .faq-item details summary:hover {
  background: #823ac30d
}

.lrn-prog .faq-item details summary:focus {
  outline: 2px solid #823AC3;
  outline-offset: 2px
}

.lrn-prog .faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative
}

.lrn-prog .faq-icon svg {
  width: 24px;
  height: 24px;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lrn-prog .faq-item details[open] summary .faq-icon svg {
  transform: rotate(45deg)
}

.lrn-prog .faq-ans {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2b58;
  padding: 0 24px 24px;
  margin: 0
}

.lrn-prog .howto-strip {
  margin-top: 72px
}

.lrn-prog .howto-strip h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1b0a2e;
  margin: 0 0 36px;
  line-height: 1.15
}

.lrn-prog .howto-strip h3 .accent-word {
  color: #3E9335
}

.lrn-prog .howto-steps {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .howto-step {
  flex: 1 1 200px;
  background: #ffffffb3;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px 0 #3e93350d;
  transition: box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lrn-prog .howto-step:hover {
  box-shadow: 0 8px 44px 0 #3e933524
}

.lrn-prog .howto-step .step-num {
  font-size: 38px;
  font-weight: 900;
  color: #823ac31f;
  line-height: 1.15
}

.lrn-prog .howto-step h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1b0a2e;
  margin: 0;
  line-height: 1.45
}

.lrn-prog .howto-step p {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2b58;
  margin: 0
}

@media (max-width: 992px) {
  .lrn-prog .title-inner {
    grid-template-columns: 200px 1fr
  }

  .lrn-prog .title-txt-col h1 {
    font-size: 38px
  }

  .lrn-prog .prog-detail-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog .prog-left h2 {
    font-size: 28px
  }
}

@media (max-width: 576px) {
  .lrn-prog .pw {
    padding: 0 24px
  }

  .lrn-prog .title-inner {
    grid-template-columns: 1fr
  }

  .lrn-prog .title-img-col {
    max-width: 240px
  }

  .lrn-prog .title-txt-col h1 {
    font-size: 28px
  }

  .lrn-prog .stat-chips {
    gap: 12px
  }

  .lrn-prog .experts-row {
    flex-direction: column
  }

  .lrn-prog .howto-steps {
    flex-direction: column
  }

  .lrn-prog .title-blk {
    padding: 36px 0 0
  }

  .lrn-prog .prog-detail {
    padding: 36px 0
  }
}

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

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

.abt-us ::selection {
  background: #3E9335;
  color: #fff
}

.abt-us .pg-cap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.abt-us .hd-row {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #FFF1D8;
  position: relative;
  overflow: hidden
}

.abt-us .hd-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, #823ac30f 0%, transparent 55%), linear-gradient(320deg, #3e93350d 0%, transparent 60%);
  pointer-events: none
}

.abt-us .dot-scatter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.abt-us .dot-scatter span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background: #823ac321
}

.abt-us .dot-scatter span:nth-child(1) {
  top: 12%;
  left: 7%
}

.abt-us .dot-scatter span:nth-child(2) {
  top: 28%;
  left: 18%
}

.abt-us .dot-scatter span:nth-child(3) {
  top: 55%;
  left: 4%
}

.abt-us .dot-scatter span:nth-child(4) {
  top: 72%;
  left: 22%
}

.abt-us .dot-scatter span:nth-child(5) {
  top: 8%;
  left: 45%
}

.abt-us .dot-scatter span:nth-child(6) {
  top: 40%;
  left: 60%
}

.abt-us .dot-scatter span:nth-child(7) {
  top: 80%;
  left: 50%
}

.abt-us .dot-scatter span:nth-child(8) {
  top: 18%;
  left: 82%
}

.abt-us .dot-scatter span:nth-child(9) {
  top: 62%;
  left: 88%
}

.abt-us .dot-scatter span:nth-child(10) {
  top: 90%;
  left: 75%
}

.abt-us .dot-scatter span:nth-child(11) {
  top: 35%;
  left: 92%;
  width: 3px;
  height: 3px
}

.abt-us .dot-scatter span:nth-child(12) {
  top: 50%;
  left: 33%;
  width: 3px;
  height: 3px
}

.abt-us .hd-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  position: relative
}

.abt-us .hd-img-wrap {
  flex: 0 0 auto;
  width: 220px
}

.abt-us .hd-img-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a 0 8px 44px 0 #823ac324;
  position: relative
}

.abt-us .hd-img-card img {
  width: 220px;
  height: 275px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px)
}

.abt-us .hd-img-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, #823ac32e);
  pointer-events: none
}

.abt-us .hd-text {
  flex: 1 1 0;
  min-width: 0
}

.abt-us .hd-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #3E9335;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px
}

.abt-us .hd-h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 24px;
  color: #1e1230
}

.abt-us .hd-h1 .word-acc {
  color: #823AC3
}

.abt-us .hd-counter-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px
}

.abt-us .hd-counter {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px
}

.abt-us .hd-counter .num-int {
  font-size: 38px;
  font-weight: 800;
  color: #823AC3;
  line-height: 1.15
}

.abt-us .hd-counter .num-frac {
  font-size: 21px;
  font-weight: 700;
  color: #3E9335;
  line-height: 1.15
}

.abt-us .hd-counter .num-unit {
  font-size: 15px;
  color: #5a4070;
  margin-left: 4px
}

.abt-us .hd-divider-sm {
  width: 1px;
  height: 40px;
  background: #823ac333
}

.abt-us .hd-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #2e1e45;
  max-width: 560px;
  margin: 0
}

.abt-us .zigzag-bot {
  display: block;
  width: 100%;
  height: 28px;
  overflow: hidden;
  line-height: 0
}

.abt-us .zigzag-bot svg {
  display: block;
  width: 100%;
  height: 28px
}

.abt-us .who-sect {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff
}

.abt-us .who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-us .who-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .who-tag {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #823AC3;
  font-weight: 700
}

.abt-us .who-h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e1230;
  margin: 0
}

.abt-us .who-h2 .w-acc {
  color: #3E9335
}

.abt-us .who-body {
  font-size: 17px;
  line-height: 1.7;
  color: #2e1e45;
  margin: 0
}

.abt-us .who-accent-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #FFF1D8;
  border-radius: 14px
}

.abt-us .who-accent-line .strike-word {
  text-decoration: line-through;
  color: #9e8aae;
  font-size: 15px
}

.abt-us .who-accent-line .repl-word {
  color: #823AC3;
  font-weight: 700;
  font-size: 15px
}

.abt-us .who-accent-line .sep {
  color: #c4b0d8;
  font-size: 15px
}

.abt-us .who-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .who-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #3e93351a 0 8px 44px 0 #3e933524
}

.abt-us .who-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1);
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .who-img-wrap:hover img {
  filter: grayscale(0)
}

.abt-us .who-img-tint {
  position: relative
}

.abt-us .who-img-tint::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #823ac31f;
  border-radius: 22px;
  pointer-events: none;
  transition: opacity .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .who-img-tint:hover::after {
  opacity: 0
}

.abt-us .who-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.abt-us .fact-card {
  background: #f7f3fd;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px 0 #823ac30d;
  transition: box-shadow .35s ease-in-out, transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .fact-card:hover {
  box-shadow: 0 4px 25px 0 #823ac31a;
  transform: translateY(-3px)
}

.abt-us .fact-num {
  font-size: 28px;
  font-weight: 800;
  color: #823AC3;
  line-height: 1.15
}

.abt-us .fact-num .frac {
  font-size: 17px;
  color: #3E9335
}

.abt-us .fact-lbl {
  font-size: 13px;
  color: #5a4070;
  line-height: 1.45
}

.abt-us .dash-div {
  border: none;
  border-top: 2px dashed #d8cce8;
  margin: 0
}

.abt-us .team-sect {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #f7f3fd;
  position: relative;
  overflow: hidden
}

.abt-us .team-sect::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(210deg, #3e93350a 0%, transparent 50%), linear-gradient(30deg, #823ac30a 0%, transparent 50%);
  pointer-events: none
}

.abt-us .team-h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e1230;
  margin: 0 0 8px
}

.abt-us .team-h2 .t-acc {
  color: #823AC3
}

.abt-us .team-sub {
  font-size: 17px;
  color: #5a4070;
  line-height: 1.45;
  margin: 0 0 36px
}

.abt-us .team-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.abt-us .team-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 #823ac31a;
  transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .team-card:hover {
  box-shadow: 0 8px 44px 0 #823ac324;
  transform: translateY(-4px)
}

.abt-us .tc-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative
}

.abt-us .tc-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(0.2);
  transition: filter .4s ease-in-out
}

.abt-us .team-card:hover .tc-portrait img {
  filter: grayscale(0)
}

.abt-us .tc-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .tc-name {
  font-size: 21px;
  font-weight: 700;
  color: #1e1230;
  line-height: 1.15;
  margin: 0
}

.abt-us .tc-role {
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #823AC3;
  font-weight: 700
}

.abt-us .tc-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a58;
  margin: 0
}

.abt-us .team-no-portrait {
  flex: 1 1 0;
  background: #fff;
  border-radius: 22px;
  padding: 36px 24px;
  box-shadow: 0 4px 25px 0 #823ac31a;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .tnp-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #823ac31a 0%, #3e933514 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .tnp-icon svg {
  width: 28px;
  height: 28px
}

.abt-us .tnp-name {
  font-size: 21px;
  font-weight: 700;
  color: #1e1230;
  line-height: 1.15;
  margin: 0
}

.abt-us .tnp-role {
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #3E9335;
  font-weight: 700
}

.abt-us .tnp-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a58;
  margin: 0
}

.abt-us .zigzag-top {
  display: block;
  width: 100%;
  height: 28px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px
}

.abt-us .zigzag-top svg {
  display: block;
  width: 100%;
  height: 28px
}

.abt-us .growth-sect {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #1e1230;
  position: relative;
  overflow: hidden
}

.abt-us .growth-sect::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #823ac32e 0%, transparent 55%), linear-gradient(340deg, #3e93351a 0%, transparent 55%);
  pointer-events: none
}

.abt-us .growth-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  position: relative
}

.abt-us .growth-h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #FFF1D8;
  margin: 0;
  max-width: 480px
}

.abt-us .growth-h2 .g-acc {
  color: #823AC3
}

.abt-us .growth-note {
  font-size: 15px;
  color: #fff1d8a6;
  line-height: 1.45;
  max-width: 280px;
  text-align: right
}

.abt-us .chart-wrap {
  position: relative;
  background: #ffffff0a;
  border-radius: 22px;
  padding: 36px 36px 24px;
  border: 1px solid #823ac32e
}

.abt-us .chart-bars {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  height: 200px
}

.abt-us .chart-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 100%
}

.abt-us .bar-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0
}

.abt-us .bar {
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
  clip-path: inset(100% 0 0 0);
  animation: bar-reveal .45s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.abt-us .bar.b1 {
  height: 28%;
  background: linear-gradient(180deg, #823ac380 0%, #823ac333 100%);
  animation-delay: .1s
}

.abt-us .bar.b2 {
  height: 42%;
  background: linear-gradient(180deg, #823ac399 0%, #823ac340 100%);
  animation-delay: .2s
}

.abt-us .bar.b3 {
  height: 55%;
  background: linear-gradient(180deg, #823ac3b3 0%, #823ac34d 100%);
  animation-delay: .3s
}

.abt-us .bar.b4 {
  height: 68%;
  background: linear-gradient(180deg, #3e9335a6 0%, #3e933540 100%);
  animation-delay: .4s
}

.abt-us .bar.b5 {
  height: 80%;
  background: linear-gradient(180deg, #3e9335bf 0%, #3e93354d 100%);
  animation-delay: .5s
}

.abt-us .bar.b6 {
  height: 100%;
  background: linear-gradient(180deg, #823AC3 0%, #823ac380 100%);
  animation-delay: .6s
}

@keyframes bar-reveal {
  from {
    clip-path: inset(100% 0 0 0)
  }

  to {
    clip-path: inset(0% 0 0 0)
  }
}

.abt-us .bar-val {
  font-size: 13px;
  font-weight: 700;
  color: #FFF1D8;
  text-align: center
}

.abt-us .bar-val .vi {
  color: #823AC3
}

.abt-us .bar-val .vf {
  color: #3E9335;
  font-size: 11px
}

.abt-us .bar-yr {
  font-size: 13px;
  color: #fff1d88c;
  text-align: center
}

.abt-us .chart-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #c8b4e633
}

.abt-us .chart-line-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.abt-us .cli-dot {
  width: 10px;
  height: 10px;
  border-radius: 48px
}

.abt-us .cli-dot.purple {
  background: #823AC3
}

.abt-us .cli-dot.green {
  background: #3E9335
}

.abt-us .cli-lbl {
  font-size: 13px;
  color: #fff1d899
}

.abt-us .growth-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
  position: relative
}

.abt-us .gi-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 44px 0 #823ac324
}

.abt-us .gi-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1) brightness(0.7);
  transition: filter .43s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .gi-wrap:hover img {
  filter: grayscale(0) brightness(1)
}

.abt-us .gi-tint {
  position: relative
}

.abt-us .gi-tint::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #823ac340;
  border-radius: 22px;
  pointer-events: none;
  transition: opacity .43s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .gi-tint:hover::after {
  opacity: 0
}

@keyframes reveal-clip {
  from {
    clip-path: inset(50% 50% 50% 50% round 22px);
    opacity: 0
  }

  to {
    clip-path: inset(0% 0% 0% 0% round 22px);
    opacity: 1
  }
}

.abt-us .reveal-anim {
  animation: reveal-clip .45s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.abt-us .spin-deco {
  position: absolute;
  right: 36px;
  top: 36px;
  width: 64px;
  height: 64px;
  pointer-events: none;
  animation: slow-spin 12s linear infinite;
  opacity: .18
}

@keyframes slow-spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (max-width: 992px) {
  .abt-us .hd-flex {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .hd-img-wrap {
    width: 180px
  }

  .abt-us .hd-img-card img {
    width: 180px;
    height: 225px
  }

  .abt-us .hd-h1 {
    font-size: 38px
  }

  .abt-us .who-grid {
    grid-template-columns: 1fr
  }

  .abt-us .team-row {
    flex-direction: column
  }

  .abt-us .growth-top {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .growth-note {
    text-align: left;
    max-width: 100%
  }

  .abt-us .growth-img-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {
  .abt-us .pg-cap {
    padding-left: 24px;
    padding-right: 24px
  }

  .abt-us .hd-row {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .abt-us .hd-h1 {
    font-size: 28px
  }

  .abt-us .hd-counter-row {
    flex-wrap: wrap;
    gap: 12px
  }

  .abt-us .who-sect,
  .abt-us .team-sect,
  .abt-us .growth-sect {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .abt-us .who-facts {
    grid-template-columns: 1fr
  }

  .abt-us .chart-bars {
    height: 140px
  }

  .abt-us .chart-wrap {
    padding: 24px 12px 12px
  }

  .abt-us .growth-h2 {
    font-size: 28px
  }

  .abt-us .who-h2,
  .abt-us .team-h2 {
    font-size: 28px
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: #fff
}

.success-pg .success-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-pg .success-icon-ring {
  width: 88px;
  height: 88px;
  border-radius: 48px;
  background: #FFF1D8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.success-pg .success-icon-ring svg {
  display: block
}

.success-pg .success-heading {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 24px;
  color: #1b0a2e
}

.success-pg .success-heading span {
  color: #823AC3
}

.success-pg .success-body {
  font-size: 17px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0 0 36px
}

.success-pg .success-divider {
  width: 48px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #823AC3 0%, #3E9335 100%);
  margin: 0 auto 36px
}

.success-pg .success-note {
  font-size: 15px;
  line-height: 1.45;
  color: #4a4a4a;
  background: #FFF1D8;
  border-radius: 14px;
  padding: 24px 36px;
  margin: 0 0 36px;
  box-shadow: 0 1px 6px 0 #823ac30d
}

.success-pg .success-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.success-pg .btn-primary {
  display: inline-block;
  padding: 12px 36px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #fff;
  background: #823AC3;
  border-radius: 22px;
  border: 2px solid #823AC3;
  text-decoration: none;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0;
  box-shadow: 0 4px 25px 0 #823ac31a
}

.success-pg .btn-primary:hover {
  background: #6b2fa8;
  border-color: #6b2fa8;
  box-shadow: 0 8px 44px 0 #823ac324;
  outline: 2px solid #823AC3;
  outline-offset: 4px
}

.success-pg .btn-primary:focus-visible {
  outline: 3px solid #823AC3;
  outline-offset: 4px
}

.success-pg .btn-secondary {
  display: inline-block;
  padding: 12px 36px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #3E9335;
  background: transparent;
  border-radius: 22px;
  border: 2px solid #3E9335;
  text-decoration: none;
  cursor: pointer;
  transition: background .42s ease-in-out, color .42s ease-in-out, outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0
}

.success-pg .btn-secondary:hover {
  background: #3E9335;
  color: #fff;
  outline: 2px solid #3E9335;
  outline-offset: 4px
}

.success-pg .btn-secondary:focus-visible {
  outline: 3px solid #3E9335;
  outline-offset: 4px
}

@media (max-width: 576px) {
  .success-pg {
    padding: 36px 24px
  }

  .success-pg .success-heading {
    font-size: 28px
  }

  .success-pg .success-note {
    padding: 24px
  }

  .success-pg .success-actions {
    flex-direction: column;
    align-items: center
  }

  .success-pg .btn-primary,
  .success-pg .btn-secondary {
    width: 100%;
    text-align: center
  }
}