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

* {
  box-sizing: border-box
}

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'Inter', 'Lato', sans-serif
}

.site-head {
  border-bottom: 2px solid #D3B01F;
  background: linear-gradient(135deg, #fff 60%, #f5efc7 100%);
  box-shadow: 1px 7px 18px 0 #d3b01f1c;
  position: relative
}

.head-plate {
  max-width: 1500px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap
}

.brand-pod {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 6px;
  flex-shrink: 0
}

.brand-img-cell {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #ffffffd9;
  border: 1.5px solid #D3B01F;
  box-shadow: 1px 2px 3px 0 #d3b01f12 0 0 0 2px #953a7e12;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

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

.brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #2a1a00;
  line-height: 1.1;
  letter-spacing: .04em;
  text-decoration: none
}

.brand-name span {
  color: #953A7E
}

.head-menu-deck {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  flex: 1
}

.head-menu-deck a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2a1a00;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1.5px solid transparent;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
  letter-spacing: .03em
}

.head-menu-deck a:hover {
  color: #953A7E;
  border-color: #953A7E;
  background: #953a7e0f
}

.head-menu-deck a:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px;
  transform: scale(1.02)
}

.head-menu-deck a.active {
  color: #953A7E;
  border-color: #D3B01F;
  background: #d3b01f17
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #953a7e12;
  border: 1.5px solid #953a7e2e;
  border-radius: 14px;
  padding: 6px 14px;
  margin-left: auto;
  flex-shrink: 0
}

.trust-badge-stars {
  display: flex;
  gap: 2px
}

.trust-star {
  width: 14px;
  height: 14px;
  display: block
}

.trust-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #953A7E;
  letter-spacing: .05em;
  line-height: 1.1
}

.trust-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #4a2a3a;
  line-height: 1.1
}

.site-foot {
  background: linear-gradient(160deg, #f5f0fa 0%, #fdf8e8 60%, #ede8f5 100%);
  box-shadow: inset 0 2px 0 0 #d3b01f21 1px 8px 52px 0 #953a7e1a;
  border-top: 2px solid #D3B01F;
  padding: 56px 28px 28px
}

.foot-plate {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.foot-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap
}

.foot-brand-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 220px
}

.foot-logo-row {
  display: flex;
  align-items: center;
  gap: 14px
}

.foot-img-cell {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #ffffffe6;
  border: 1.5px solid #D3B01F;
  box-shadow: 1px 2px 3px 0 #d3b01f12 1px 7px 18px 0 #953a7e1c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

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

.foot-brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #2a1a00;
  line-height: 1.1;
  letter-spacing: .04em
}

.foot-brand-name span {
  color: #953A7E
}

.foot-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #3a2040;
  line-height: 1.8;
  max-width: 360px
}

.foot-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 200px
}

.foot-contact-label {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #953A7E;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.foot-contact-item {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #2a1a00;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-contact-item:hover {
  color: #953A7E
}

.foot-contact-item:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px;
  transform: scale(1.02)
}

.foot-addr {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #4a3050;
  line-height: 1.5
}

.foot-legal-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px
}

.foot-legal-label {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #953A7E;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.foot-legal-cell a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #2a1a00;
  text-decoration: none;
  line-height: 1.5;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2px 0
}

.foot-legal-cell a:hover {
  color: #953A7E
}

.foot-legal-cell a:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px;
  transform: scale(1.02)
}

.foot-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D3B01F 30%, #953A7E 70%, transparent);
  border: none
}

.foot-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px
}

.foot-copy {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #4a3050;
  line-height: 1.5
}

.foot-neo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffffb3;
  border: 1px solid #d3b01f40;
  border-radius: 14px;
  padding: 6px 14px;
  box-shadow: 1px 2px 3px 0 #d3b01f12 1px 7px 18px 0 #953a7e1c
}

.foot-neo-badge-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #953A7E;
  font-weight: 700;
  letter-spacing: .04em
}

@media (max-width: 768px) {
  .head-plate {
    padding: 14px;
    gap: 14px
  }

  .trust-badge {
    margin-left: 0
  }

  .foot-top {
    flex-direction: column
  }

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

@media (max-width: 480px) {
  .head-menu-deck a {
    font-size: 13px;
    padding: 6px
  }

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

  .site-foot {
    padding: 28px 14px 14px
  }
}

.policy-details {
  max-width: 1500px;
  margin: 0 auto;
  padding: 56px 28px;
  color: #2a1f0e;
  line-height: 1.8
}

.policy-details h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #1a0e3a;
  margin-bottom: 28px;
  margin-top: 0;
  letter-spacing: -.5px;
  border-bottom: 3px solid #D3B01F;
  padding-bottom: 14px
}

.policy-details h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #953A7E;
  margin-top: 56px;
  margin-bottom: 14px;
  letter-spacing: -.2px
}

.policy-details h3 {
  font-size: 25px;
  line-height: 1.5;
  color: #1a0e3a;
  margin-top: 28px;
  margin-bottom: 14px
}

.policy-details h4 {
  font-size: 19px;
  line-height: 1.5;
  color: #2a1f0e;
  margin-top: 28px;
  margin-bottom: 6px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.policy-details h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #953A7E;
  margin-top: 14px;
  margin-bottom: 6px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.policy-details h6 {
  font-size: 13px;
  line-height: 1.5;
  color: #2a1f0e;
  margin-top: 14px;
  margin-bottom: 6px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.policy-details p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 14px;
  color: #2a1f0e
}

.policy-details em,
.policy-details i {
  font-style: italic;
  color: #953A7E
}

.policy-details a {
  color: #953A7E;
  text-decoration: underline;
  text-decoration-color: #953a7e59;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.policy-details a:hover {
  color: #D3B01F;
  text-decoration-color: #d3b01f99
}

.policy-details a:focus-visible {
  outline: 2px solid #D3B01F;
  outline-offset: 2px;
  border-radius: 2px
}

.policy-details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 1px 7px 18px 0 #d3b01f1c;
  border-radius: 8px;
  overflow: hidden
}

.policy-details thead {
  background-color: #953A7E;
  color: #fff
}

.policy-details thead th {
  padding: 14px 28px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: none
}

.policy-details tbody tr {
  border-bottom: 1px solid #D1D8DA;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.policy-details tbody tr:last-child {
  border-bottom: none
}

.policy-details tbody tr:nth-child(even) {
  background-color: #d1d8da38
}

.policy-details tbody tr:hover {
  background-color: #d3b01f12
}

.policy-details th,
.policy-details td {
  padding: 14px 28px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  color: #2a1f0e
}

.policy-details td {
  border-right: 1px solid #d1d8da80
}

.policy-details td:last-child {
  border-right: none
}

.policy-details hr {
  border: none;
  border-top: 2px solid #D1D8DA;
  margin-top: 56px;
  margin-bottom: 56px;
  border-radius: 2px;
  position: relative
}

.policy-details div {
  font-size: 16px;
  line-height: 1.8
}

@media (max-width: 768px) {
  .policy-details {
    padding: 28px 14px
  }

  .policy-details h1 {
    font-size: 34px
  }

  .policy-details h2 {
    font-size: 25px;
    margin-top: 28px
  }

  .policy-details h3 {
    font-size: 19px
  }

  .policy-details table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .policy-details th,
  .policy-details td {
    padding: 14px;
    font-size: 13px
  }

  .policy-details hr {
    margin-top: 28px;
    margin-bottom: 28px
  }
}

@media (max-width: 480px) {
  .policy-details {
    padding: 28px 6px
  }

  .policy-details h1 {
    font-size: 25px
  }

  .policy-details h2 {
    font-size: 19px
  }

  .policy-details h3 {
    font-size: 16px
  }

  .policy-details p,
  .policy-details div {
    font-size: 13px
  }

  .policy-details thead th {
    padding: 14px 6px;
    font-size: 13px
  }

  .policy-details th,
  .policy-details td {
    padding: 6px;
    font-size: 13px
  }
}

.mcd {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow-x: clip
}

.mcd .dot-grid {
  background-image: radial-gradient(circle, #d3b01f2e 1px, transparent 1px);
  background-size: 18px 18px
}

.mcd .noise-overlay {
  position: relative
}

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

.mcd .noise-overlay>* {
  position: relative;
  z-index: 1
}

.mcd .ttl-band {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  padding: 28px 56px;
  background: linear-gradient(112deg, #fff 60%, #d3b01f14 100%);
  border-bottom: 2px solid #D3B01F;
  align-items: center
}

.mcd .ttl-left {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mcd .ttl-overline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: .08em;
  color: #953A7E;
  font-weight: 700;
  text-transform: uppercase
}

.mcd .ttl-overline .cat-tag {
  background: #953a7e1a;
  border: 1px solid #953a7e38;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px
}

.mcd .ttl-h1 {
  font-size: 34px;
  line-height: 1.1;
  color: #1b1405;
  margin: 0;
  font-weight: 900
}

.mcd .ttl-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3020;
  margin: 0;
  max-width: 640px
}

.mcd .ttl-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center
}

.mcd .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #3a3020;
  background: #D1D8DA;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600
}

.mcd .meta-chip svg {
  flex-shrink: 0
}

.mcd .ttl-img-col {
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.mcd .ttl-img-col img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  opacity: .72;
  display: block;
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

.mcd .price-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #D3B01F;
  color: #1b1405;
  font-size: 19px;
  font-weight: 900;
  border-radius: 4px;
  padding: 4px 10px;
  box-shadow: 1px 2px 3px 0 #d3b01f12
}

.mcd .prog-desc-row {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 28px;
  padding: 56px;
  background: #fff;
  align-items: start
}

.mcd .prog-col {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mcd .block-overline {
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #953A7E;
  font-weight: 700;
  text-align: center
}

.mcd .block-overline::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #D3B01F;
  margin: 0 auto 6px;
  border-radius: 2px
}

.mcd .prog-h2 {
  font-size: 25px;
  line-height: 1.1;
  color: #1b1405;
  margin: 0;
  font-weight: 800;
  text-align: center
}

.mcd .prog-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2010
}

.mcd .prog-body h2,
.mcd .prog-body h3 {
  font-size: 19px;
  line-height: 1.1;
  color: #1b1405;
  margin: 14px 0 6px;
  font-weight: 800
}

.mcd .prog-body p {
  margin: 0 0 14px
}

.mcd .prog-body ul,
.mcd .prog-body ol {
  padding-left: 28px;
  margin: 0 0 14px
}

.mcd .prog-body li {
  margin-bottom: 6px;
  line-height: 1.5
}

.mcd .prog-body mark {
  background: #d3b01f38;
  color: #1b1405;
  border-radius: 2px;
  padding: 0 4px
}

.mcd .prog-body blockquote {
  border-top: 3px solid #D3B01F;
  background: #d3b01f12;
  border-radius: 4px;
  padding: 14px;
  margin: 14px 0;
  font-style: italic;
  color: #3a3020
}

.mcd .prog-body dt {
  font-weight: 700;
  color: #953A7E
}

.mcd .prog-body dd {
  margin: 0 0 6px 14px;
  color: #2a2010
}

.mcd .enroll-card {
  background: linear-gradient(135deg, #953a7e0f 0%, #d3b01f17 100%);
  border: 2px solid #D3B01F;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 1px 7px 18px 0 #d3b01f1c;
  position: sticky;
  top: 28px
}

.mcd .enroll-price-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center
}

.mcd .enroll-price {
  font-size: 34px;
  font-weight: 900;
  color: #1b1405;
  line-height: 1.1
}

.mcd .enroll-price-note {
  font-size: 13px;
  color: #5a4a30;
  line-height: 1.5
}

.mcd .enroll-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #D3B01F, transparent);
  border: none;
  margin: 0
}

.mcd .enroll-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.mcd .enroll-detail-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #2a2010;
  line-height: 1.5
}

.mcd .enroll-detail-list li svg {
  flex-shrink: 0;
  color: #953A7E
}

.mcd .seats-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.mcd .seats-label {
  font-size: 13px;
  color: #953A7E;
  font-weight: 700
}

.mcd .seats-bar {
  height: 8px;
  background: #D1D8DA;
  border-radius: 4px;
  overflow: hidden
}

.mcd .seats-fill {
  height: 100%;
  background: linear-gradient(90deg, #953A7E, #D3B01F);
  border-radius: 4px;
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.mcd .btn-enroll {
  display: block;
  width: 100%;
  background: #953A7E;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 1px 2px 3px 0 #953a7e12;
  position: relative;
  overflow: hidden
}

.mcd .btn-enroll:hover {
  background: #7a2e68;
  box-shadow: 1px 7px 18px 0 #953a7e1c
}

.mcd .btn-enroll:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px
}

.mcd .btn-enroll:active {
  background: #5e2250
}

.mcd .btn-enroll .hold-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #d3b01f47;
  border-radius: 8px;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.mcd .btn-enroll:active .hold-fill {
  width: 100%;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.mcd .desc-col {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mcd .desc-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2010
}

.mcd .desc-body h2 {
  font-size: 19px;
  font-weight: 800;
  color: #1b1405;
  margin: 14px 0 6px
}

.mcd .desc-body p {
  margin: 0 0 14px
}

.mcd .desc-body ul,
.mcd .desc-body ol {
  padding-left: 28px;
  margin: 0 0 14px
}

.mcd .desc-body li {
  margin-bottom: 6px;
  line-height: 1.5
}

.mcd .desc-body figure {
  margin: 14px 0;
  border-radius: 8px;
  overflow: hidden
}

.mcd .desc-body figcaption {
  font-size: 13px;
  color: #5a4a30;
  text-align: center;
  margin-top: 6px
}

.mcd .desc-body details {
  border: 1px solid #D1D8DA;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 14px;
  background: #d1d8da1f
}

.mcd .desc-body summary {
  font-weight: 700;
  color: #953A7E;
  cursor: pointer;
  font-size: 16px
}

.mcd .desc-body cite {
  font-style: italic;
  color: #5a4a30;
  font-size: 13px
}

.mcd .desc-body small {
  font-size: 13px;
  color: #5a4a30
}

.mcd .metrics-strip {
  background: linear-gradient(112deg, #1b1405 0%, #2e1f08 60%, #953a7ed9 100%);
  padding: 28px 56px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.mcd .metrics-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none
}

.mcd .metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: center
}

.mcd .metric-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #d3b01f24;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.mcd .metric-item:hover .metric-icon {
  background: #d3b01f52;
  transform: translateY(-2px)
}

.mcd .metric-val {
  font-size: 25px;
  font-weight: 900;
  color: #D3B01F;
  line-height: 1.1
}

.mcd .metric-lbl {
  font-size: 13px;
  color: #D1D8DA;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.mcd .metric-sep {
  width: 1px;
  background: #d3b01f2e;
  align-self: stretch
}

.mcd .icon-cycle-strip {
  padding: 56px;
  background: #d1d8da2e;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  position: relative
}

.mcd .icon-cycle-strip .block-overline {
  text-align: center
}

.mcd .cycle-h2 {
  font-size: 25px;
  font-weight: 800;
  color: #1b1405;
  text-align: center;
  margin: 0;
  line-height: 1.1
}

.mcd .cycle-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.mcd .cycle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 2px solid #D1D8DA;
  border-radius: 14px;
  padding: 28px 14px;
  flex: 1;
  min-width: 140px;
  max-width: 200px;
  text-align: center;
  position: relative;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 1px 2px 3px 0 #d3b01f12
}

.mcd .cycle-item.active {
  border-color: #D3B01F;
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

.mcd .cycle-item .c-icon {
  width: 48px;
  height: 48px;
  border-radius: 22px;
  background: #953a7e14;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.mcd .cycle-item.active .c-icon {
  background: #d3b01f2e
}

.mcd .cycle-item .c-lbl {
  font-size: 13px;
  font-weight: 700;
  color: #1b1405;
  line-height: 1.5
}

.mcd .cycle-item .c-sub {
  font-size: 13px;
  color: #5a4a30;
  line-height: 1.5
}

.mcd .cycle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d3b01f8c;
  align-self: center;
  margin-top: -6px
}

.mcd .link-inline {
  color: #953A7E;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: transform .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block
}

.mcd .link-inline:hover {
  transform: rotate(-1.5deg);
  color: #7a2e68
}

.mcd .focus-label {
  display: none;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #1b1405;
  color: #D3B01F;
  font-size: 13px;
  border-radius: 4px;
  padding: 2px 8px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10
}

.mcd .cycle-item:hover .focus-label,
.mcd .cycle-item:focus-within .focus-label {
  display: block
}

@keyframes iconCycle {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.mcd .cycle-item:nth-child(1) {
  animation: iconCycle 3.6s 0s infinite
}

.mcd .cycle-item:nth-child(3) {
  animation: iconCycle 3.6s .6s infinite
}

.mcd .cycle-item:nth-child(5) {
  animation: iconCycle 3.6s 1.2s infinite
}

.mcd .cycle-item:nth-child(7) {
  animation: iconCycle 3.6s 1.8s infinite
}

.mcd .cycle-item:nth-child(9) {
  animation: iconCycle 3.6s 2.4s infinite
}

.mcd .views-note {
  font-size: 13px;
  color: #5a4a30;
  text-align: center
}

@media (max-width: 1024px) {
  .mcd .ttl-band {
    grid-template-columns: 1fr;
    padding: 28px
  }

  .mcd .ttl-img-col {
    display: none
  }

  .mcd .prog-desc-row {
    grid-template-columns: 1fr;
    padding: 28px
  }

  .mcd .enroll-card {
    position: static
  }

  .mcd .metrics-strip {
    flex-wrap: wrap;
    padding: 28px;
    gap: 14px
  }

  .mcd .metric-sep {
    display: none
  }

  .mcd .icon-cycle-strip {
    padding: 28px
  }
}

@media (max-width: 768px) {
  .mcd .ttl-band {
    padding: 14px
  }

  .mcd .ttl-h1 {
    font-size: 25px
  }

  .mcd .prog-desc-row {
    padding: 14px;
    gap: 14px
  }

  .mcd .metrics-strip {
    padding: 14px
  }

  .mcd .icon-cycle-strip {
    padding: 14px
  }

  .mcd .cycle-row {
    gap: 6px
  }

  .mcd .cycle-item {
    min-width: 120px;
    padding: 14px 6px
  }
}

@media (max-width: 480px) {
  .mcd .ttl-meta {
    gap: 6px
  }

  .mcd .cycle-row {
    flex-direction: column;
    align-items: center
  }

  .mcd .cycle-item {
    max-width: 100%;
    width: 100%
  }

  .mcd .cycle-arrow {
    transform: rotate(90deg)
  }

  .mcd .metric-item {
    min-width: 40%
  }
}

.lrn-prog {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.lrn-prog .divider-line {
  height: 2px;
  background: #D3B01F;
  border: none;
  margin: 0
}

.lrn-prog .divider-purple {
  height: 2px;
  background: #953A7E;
  border: none;
  margin: 0
}

.lrn-prog .title-blk {
  padding: 96px 56px 56px;
  text-align: center;
  background: #fff;
  position: relative
}

.lrn-prog .title-blk .overline-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .18em;
  color: #953A7E;
  background: #953a7e17;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 14px;
  text-transform: uppercase
}

.lrn-prog .title-blk .desc-pre {
  font-size: 19px;
  line-height: 1.8;
  color: #3a2a1a;
  max-width: 640px;
  margin: 0 auto 28px
}

.lrn-prog .title-blk .prog-heading {
  font-size: 46px;
  line-height: 1.1;
  color: #1b1209;
  margin-bottom: 28px;
  font-weight: 700
}

.lrn-prog .title-blk .prog-heading .accent-word {
  color: #D3B01F
}

.lrn-prog .title-blk .hero-img-wrap {
  display: inline-block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #d3b01f1a;
  position: relative;
  margin-top: 28px
}

.lrn-prog .title-blk .hero-img-wrap img {
  width: 100%;
  max-width: 860px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.1) contrast(1.05)
}

.lrn-prog .title-blk .hero-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #d3b01f2e 0%, #953a7e21 100%);
  pointer-events: none
}

.lrn-prog .wave-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

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

.lrn-prog .tri-corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #D3B01F transparent transparent;
  pointer-events: none
}

.lrn-prog .tri-corner-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #953A7E;
  pointer-events: none
}

.lrn-prog .curriculum {
  background: #f7f3e8;
  padding: 56px;
  position: relative
}

.lrn-prog .curriculum .overline-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .16em;
  color: #D3B01F;
  text-transform: uppercase;
  margin-bottom: 6px
}

.lrn-prog .curriculum .sec-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #1b1209;
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center
}

.lrn-prog .curriculum .sec-heading .accent-word {
  color: #953A7E
}

.lrn-prog .curr-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: start
}

.lrn-prog .curr-side {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.lrn-prog .curr-card {
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 1px 2px 3px 0 #d3b01f12;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.0, 0, 0.2, 1);
  cursor: default
}

.lrn-prog .curr-card:hover {
  box-shadow: 1px 7px 18px 0 #d3b01f1c;
  transform: translateY(-2px)
}

.lrn-prog .curr-card .card-num {
  font-size: 13px;
  letter-spacing: .14em;
  color: #953A7E;
  font-weight: 700;
  margin-bottom: 6px;
  display: block
}

.lrn-prog .curr-card .card-title {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1209;
  font-weight: 700;
  margin-bottom: 6px
}

.lrn-prog .curr-card .card-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #4a3a2a
}

.lrn-prog .curr-center {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

.lrn-prog .curr-center .mod-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.lrn-prog .curr-center .mod-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f3e8;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .curr-center .mod-item:hover {
  background: #d3b01f1f
}

.lrn-prog .curr-center .mod-num {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  color: #D3B01F;
  min-width: 36px
}

.lrn-prog .curr-center .mod-text .mod-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #1b1209
}

.lrn-prog .curr-center .mod-text .mod-detail {
  font-size: 13px;
  line-height: 1.8;
  color: #4a3a2a
}

.lrn-prog .instructors {
  background: #953A7E;
  padding: 56px;
  position: relative
}

.lrn-prog .instructors::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #ffffff0a 28px, #ffffff0a 29px), repeating-linear-gradient(90deg, transparent, transparent 56px, #ffffff08 56px, #ffffff08 57px);
  pointer-events: none
}

.lrn-prog .instructors .overline-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .16em;
  color: #D3B01F;
  text-transform: uppercase;
  margin-bottom: 6px
}

.lrn-prog .instructors .sec-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center
}

.lrn-prog .instructors .sec-heading .accent-word {
  color: #D3B01F
}

.lrn-prog .inst-row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap
}

.lrn-prog .inst-card {
  background: #ffffff1a;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  flex: 1 1 220px;
  max-width: 280px;
  box-shadow: 1px 2px 3px 0 #953a7e12;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .inst-card:hover {
  background: #ffffff2e;
  box-shadow: 1px 7px 18px 0 #953a7e1c
}

.lrn-prog .inst-card .portrait-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  border: 3px solid #D3B01F
}

.lrn-prog .inst-card .portrait-wrap img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .inst-card .inst-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px
}

.lrn-prog .inst-card .inst-role {
  font-size: 13px;
  line-height: 1.5;
  color: #D3B01F;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.lrn-prog .inst-card .inst-bio {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffffd9
}

.lrn-prog .enroll {
  background: #fff;
  padding: 56px 56px 96px;
  position: relative
}

.lrn-prog .enroll .overline-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .16em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 6px
}

.lrn-prog .enroll .sec-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #1b1209;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center
}

.lrn-prog .enroll .sec-heading .accent-word {
  color: #D3B01F
}

.lrn-prog .enroll .enroll-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #4a3a2a;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 28px
}

.lrn-prog .enroll-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto
}

.lrn-prog .enroll-details {
  background: #f7f3e8;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 1px 2px 3px 0 #d3b01f12
}

.lrn-prog .enroll-details .detail-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #d3b01f2e
}

.lrn-prog .enroll-details .detail-row:last-child {
  border-bottom: none
}

.lrn-prog .enroll-details .detail-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4a3a2a;
  text-transform: uppercase
}

.lrn-prog .enroll-details .detail-val {
  font-size: 16px;
  font-weight: 700;
  color: #1b1209
}

.lrn-prog .enroll-price-box {
  background: #1b1209;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 1px 8px 52px 0 #d3b01f1a;
  gap: 14px
}

.lrn-prog .enroll-price-box .price-label {
  font-size: 13px;
  letter-spacing: .14em;
  color: #D3B01F;
  text-transform: uppercase
}

.lrn-prog .enroll-price-box .price-amount {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff
}

.lrn-prog .enroll-price-box .price-period {
  font-size: 16px;
  color: #fff9;
  margin-top: -14px
}

.lrn-prog .enroll-price-box .price-note {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffffb3
}

.lrn-prog .enroll-price-box .enroll-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #D3B01F;
  color: #1b1209;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: .06em;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .enroll-price-box .enroll-btn:hover {
  background: #b8961a
}

.lrn-prog .enroll-price-box .enroll-btn:focus {
  outline: 3px solid #953A7E;
  outline-offset: 2px
}

.lrn-prog .enroll-price-box .enroll-btn:active {
  background: #9a7c14
}

.lrn-prog .skill-bars {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.lrn-prog .skill-row .skill-label {
  font-size: 13px;
  color: #4a3a2a;
  margin-bottom: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.lrn-prog .skill-row .skill-label .skill-pct {
  color: #953A7E;
  font-weight: 700
}

.lrn-prog .skill-bar-track {
  height: 8px;
  background: #e8e0cc;
  border-radius: 4px;
  overflow: hidden
}

.lrn-prog .skill-bar-fill {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #D3B01F 0%, #953A7E 100%);
  transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width: 1024px) {
  .lrn-prog .curr-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog .curr-side {
    flex-direction: row;
    flex-wrap: wrap
  }

  .lrn-prog .curr-card {
    flex: 1 1 200px
  }
}

@media (max-width: 768px) {
  .lrn-prog .title-blk {
    padding: 56px 14px 28px
  }

  .lrn-prog .title-blk .prog-heading {
    font-size: 34px
  }

  .lrn-prog .curriculum,
  .lrn-prog .instructors,
  .lrn-prog .enroll {
    padding: 56px 14px
  }

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

  .lrn-prog .inst-row {
    flex-direction: column;
    align-items: center
  }

  .lrn-prog .inst-card {
    max-width: 100%;
    width: 100%
  }

  .lrn-prog .curr-side {
    flex-direction: column
  }
}

@media (max-width: 480px) {
  .lrn-prog .title-blk .prog-heading {
    font-size: 25px
  }

  .lrn-prog .curriculum .sec-heading,
  .lrn-prog .instructors .sec-heading,
  .lrn-prog .enroll .sec-heading {
    font-size: 25px
  }

  .lrn-prog .hero-img-wrap img {
    height: 220px
  }
}

.cont-pg {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.cont-pg .pg-strip {
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: 520px;
  position: relative
}

.cont-pg .pg-strip .left-accent {
  background: #953A7E;
  padding: 56px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.cont-pg .pg-strip .left-accent::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border: 3px solid #d3b01f2e;
  transform: rotate(0deg);
  animation: geo-spin 18s linear infinite;
  pointer-events: none
}

.cont-pg .pg-strip .left-accent::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border: 2px solid #d3b01f1f;
  transform: rotate(0deg);
  animation: geo-spin 24s linear infinite reverse;
  pointer-events: none
}

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

  to {
    transform: rotate(360deg)
  }
}

.cont-pg .pg-strip .left-accent .reach-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #d1d8dab3;
  text-transform: uppercase;
  line-height: 1.5
}

.cont-pg .pg-strip .left-accent .reach-company {
  font-size: 25px;
  color: #D3B01F;
  line-height: 1.1;
  font-weight: 700
}

.cont-pg .pg-strip .left-accent .reach-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0
}

.cont-pg .pg-strip .left-accent .reach-items li {
  color: #D1D8DA;
  font-size: 13px;
  line-height: 1.8
}

.cont-pg .pg-strip .left-accent .reach-items li strong {
  display: block;
  color: #D3B01F;
  font-size: 16px;
  line-height: 1.5
}

.cont-pg .pg-strip .left-accent .reach-items a {
  color: #D1D8DA;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .pg-strip .left-accent .reach-items a:hover {
  color: #D3B01F
}

.cont-pg .pg-strip .form-panel {
  background: #fff;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.cont-pg .pg-strip .form-panel .panel-over {
  font-size: 13px;
  letter-spacing: .1em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5
}

.cont-pg .pg-strip .form-panel .panel-over::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #D3B01F;
  vertical-align: middle;
  margin-right: 8px
}

.cont-pg .pg-strip .form-panel h1 {
  font-size: 34px;
  color: #2a1a2e;
  line-height: 1.1;
  margin-bottom: 14px
}

.cont-pg .pg-strip .form-panel .panel-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 560px
}

.cont-pg .pg-strip .form-panel .form-larger {
  font-size: 19px;
  font-weight: 700;
  color: #953A7E;
  line-height: 1.5;
  margin-bottom: 28px
}

.cont-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 620px
}

.cont-pg .contact-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.cont-pg .contact-form .field-grp {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cont-pg .contact-form label {
  font-size: 13px;
  color: #2a1a2e;
  letter-spacing: .06em;
  line-height: 1.5
}

.cont-pg .contact-form input[type="text"],
.cont-pg .contact-form input[type="email"],
.cont-pg .contact-form select,
.cont-pg .contact-form textarea {
  border: 2px solid #D1D8DA;
  border-radius: 4px;
  padding: 14px;
  font-size: 16px;
  color: #2a1a2e;
  background: #fff;
  box-shadow: inset 1px 2px 3px 0 #953a7e12;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  outline: none;
  width: 100%
}

.cont-pg .contact-form input[type="text"]:focus,
.cont-pg .contact-form input[type="email"]:focus,
.cont-pg .contact-form select:focus,
.cont-pg .contact-form textarea:focus {
  border-color: #953A7E;
  box-shadow: inset 1px 2px 3px 0 #953a7e21 1px 7px 18px 0 #953a7e1c
}

.cont-pg .contact-form input[type="text"]::placeholder,
.cont-pg .contact-form input[type="email"]::placeholder,
.cont-pg .contact-form textarea::placeholder {
  color: #aaa;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .contact-form input[type="text"]:focus::placeholder,
.cont-pg .contact-form input[type="email"]:focus::placeholder,
.cont-pg .contact-form textarea:focus::placeholder {
  opacity: 0
}

.cont-pg .contact-form select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23953A7E' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px
}

.cont-pg .contact-form textarea {
  resize: vertical;
  min-height: 96px
}

.cont-pg .contact-form .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  background: #d3b01f12;
  border-radius: 4px
}

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

.cont-pg .contact-form .privacy-row .priv-text {
  font-size: 13px;
  color: #444;
  line-height: 1.8
}

.cont-pg .contact-form .privacy-row .priv-text a {
  color: #953A7E;
  text-decoration: underline;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .contact-form .privacy-row .priv-text a:hover {
  color: #D3B01F
}

.cont-pg .contact-form .submit-btn {
  align-self: flex-start;
  background: #953A7E;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #953a7e1c;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.cont-pg .contact-form .submit-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #d3b01f59;
  transition: width 0s
}

.cont-pg .contact-form .submit-btn:active::after {
  width: 100%;
  transition: width .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .contact-form .submit-btn:hover {
  background: #7a2e67;
  box-shadow: 1px 8px 52px 0 #953a7e1a
}

.cont-pg .contact-form .submit-btn:focus-visible {
  outline: 3px solid #D3B01F;
  outline-offset: 2px
}

.cont-pg .divider-chev {
  width: 100%;
  height: 40px;
  background: #953A7E;
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.cont-pg .detail-strip {
  position: relative;
  padding: 56px;
  overflow: hidden
}

.cont-pg .detail-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, #fff 55%, #953a7e17 100%);
  animation: bri-pulse 6s ease-in-out infinite;
  pointer-events: none
}

@keyframes bri-pulse {

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

  50% {
    filter: brightness(1.04)
  }
}

.cont-pg .detail-strip .diag-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(157deg, transparent 60%, #d3b01f21 100%);
  pointer-events: none
}

.cont-pg .detail-strip .strip-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1500px;
  margin: 0 auto
}

.cont-pg .detail-strip .info-col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.cont-pg .detail-strip .info-col .col-over {
  font-size: 13px;
  letter-spacing: .1em;
  color: #953A7E;
  text-transform: uppercase;
  line-height: 1.5
}

.cont-pg .detail-strip .info-col .col-over::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #D3B01F;
  vertical-align: middle;
  margin-right: 8px
}

.cont-pg .detail-strip .info-col h2 {
  font-size: 25px;
  color: #2a1a2e;
  line-height: 1.1;
  margin: 0
}

.cont-pg .detail-strip .info-col .col-body {
  font-size: 16px;
  color: #444;
  line-height: 1.8
}

.cont-pg .detail-strip .info-col .addr-block {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.cont-pg .detail-strip .info-col .addr-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cont-pg .detail-strip .info-col .addr-item .addr-label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #953A7E;
  text-transform: uppercase;
  line-height: 1.5
}

.cont-pg .detail-strip .info-col .addr-item .addr-val {
  font-size: 16px;
  color: #2a1a2e;
  line-height: 1.5
}

.cont-pg .detail-strip .info-col .addr-item a {
  color: #2a1a2e;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block
}

.cont-pg .detail-strip .info-col .addr-item a:hover {
  color: #953A7E;
  transform: rotate(-2deg)
}

.cont-pg .detail-strip .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.cont-pg .detail-strip .img-col .img-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #953a7e1a;
  position: relative
}

.cont-pg .detail-strip .img-col .img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%)
}

.cont-pg .detail-strip .img-col .img-badge {
  position: absolute;
  bottom: -14px;
  right: -14px;
  background: #D3B01F;
  color: #2a1a2e;
  font-size: 13px;
  font-weight: 700;
  padding: 14px;
  border-radius: 4px;
  line-height: 1.5;
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

@media (max-width: 1024px) {
  .cont-pg .pg-strip {
    grid-template-columns: 1fr
  }

  .cont-pg .pg-strip .left-accent {
    padding: 28px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px
  }

  .cont-pg .pg-strip .form-panel {
    padding: 28px
  }

  .cont-pg .detail-strip .strip-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .cont-pg .detail-strip {
    padding: 28px
  }
}

@media (max-width: 768px) {
  .cont-pg .contact-form .field-row {
    grid-template-columns: 1fr
  }

  .cont-pg .pg-strip .form-panel h1 {
    font-size: 25px
  }

  .cont-pg .detail-strip .img-col .img-frame img {
    height: 220px
  }
}

@media (max-width: 480px) {
  .cont-pg .pg-strip .form-panel {
    padding: 14px
  }

  .cont-pg .detail-strip {
    padding: 14px
  }

  .cont-pg .contact-form .submit-btn {
    width: 100%
  }
}

.mstrpg {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 28px;
  overflow: hidden
}

.mstrpg .pg-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  padding: 28px 0 14px;
  position: relative
}

.mstrpg .pg-strip__text {
  flex: 1 1 0;
  text-align: center;
  position: relative;
  z-index: 1
}

.mstrpg .pg-strip__quote {
  font-size: 62px;
  line-height: 1.1;
  color: #D3B01F;
  opacity: .18;
  position: absolute;
  top: -14px;
  left: 0;
  pointer-events: none;
  select: none;
  z-index: 0
}

.mstrpg .strip-overline {
  display: block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.5
}

.mstrpg .strip-h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #1a1200;
  margin: 0 0 6px;
  font-weight: 700
}

.mstrpg .strip-sub {
  font-size: 19px;
  line-height: 1.5;
  color: #3a2d00;
  margin: 0
}

.mstrpg .strip-img-wrap {
  flex: 0 0 auto;
  width: 220px;
  height: 148px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

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

.mstrpg .strip-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, #953a7e12 0px, #953a7e12 1px, transparent 1px, transparent 3px);
  pointer-events: none
}

.mstrpg .strip-img-wrap .img-caption {
  position: absolute;
  inset: 0;
  background: #d3b01fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.mstrpg .strip-img-wrap:hover .img-caption {
  opacity: 1
}

.mstrpg .strip-img-wrap .img-caption span {
  font-size: 13px;
  line-height: 1.5;
  color: #1a1200;
  text-align: center
}

.mstrpg .pg-divider {
  border: none;
  border-top: 1px solid #D1D8DA;
  margin: 0
}

.mstrpg .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 56px 0 28px
}

.mstrpg .mcard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 2px 3px 0 #d3b01f12 1px 7px 18px 0 #d3b01f1c;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.mstrpg .mcard:hover {
  box-shadow: 1px 8px 52px 0 #d3b01f1a;
  transform: translateY(-2px)
}

.mstrpg .mcard__img-wrap {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden
}

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

.mstrpg .mcard__img-cap {
  position: absolute;
  inset: 0;
  background: #953a7ed1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.mstrpg .mcard__img-wrap:hover .mcard__img-cap {
  opacity: 1
}

.mstrpg .mcard__img-cap span {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center
}

.mstrpg .mcard__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 0
}

.mstrpg .mcard__tags {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap
}

.mstrpg .mcard__tag {
  font-size: 13px;
  line-height: 1.5;
  background: #d3b01f21;
  color: #7a6000;
  border-radius: 4px;
  padding: 0 6px;
  letter-spacing: .06em
}

.mstrpg .mcard__level {
  font-size: 13px;
  line-height: 1.5;
  background: #953a7e1a;
  color: #5a1f4a;
  border-radius: 4px;
  padding: 0 6px;
  letter-spacing: .06em
}

.mstrpg .mcard__title {
  font-size: 19px;
  line-height: 1.5;
  color: #1a1200;
  font-weight: 700;
  margin: 0
}

.mstrpg .mcard__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2d00;
  margin: 0;
  flex: 1 1 0
}

.mstrpg .mcard__meta {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.5;
  color: #6a5800
}

.mstrpg .mcard__meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.mstrpg .mcard__meta-icon {
  width: 14px;
  height: 14px;
  fill: #953A7E;
  flex-shrink: 0
}

.mstrpg .mcard__foot {
  padding: 14px;
  border-top: 1px solid #D1D8DA;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px
}

.mstrpg .mcard__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 0
}

.mstrpg .mcard__price {
  font-size: 25px;
  line-height: 1.1;
  color: #D3B01F;
  font-weight: 700
}

.mstrpg .mcard__price-note {
  font-size: 13px;
  line-height: 1.5;
  color: #6a5800
}

.mstrpg .mcard__seats {
  font-size: 13px;
  line-height: 1.5;
  color: #5a1f4a;
  background: #953a7e14;
  border-radius: 4px;
  padding: 2px 8px
}

.mstrpg .mcard__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #953A7E;
  border-radius: 4px;
  padding: 6px 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.mstrpg .mcard__btn:hover {
  background: #D3B01F;
  color: #1a1200
}

.mstrpg .mcard__btn:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px
}

.mstrpg .mcard__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #fff6;
  border-radius: 0 0 4px 4px;
  transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.mstrpg .mcard__btn:active::after {
  width: 100%
}

.mstrpg .vignette-section {
  position: relative;
  background: #fff;
  padding: 56px 0 28px
}

.mstrpg .vignette-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 50%, transparent 60%, #953a7e12 100%), radial-gradient(ellipse at 80% 50%, transparent 60%, #d3b01f0f 100%);
  animation: vgpulse 5s ease-in-out infinite alternate;
  border-radius: 2px
}

@keyframes vgpulse {
  0% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.mstrpg .how-wrap {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 28px;
  align-items: start
}

.mstrpg .how-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mstrpg .how-sidebar__item {
  border-radius: 8px;
  background: #d3b01f14;
  padding: 14px;
  text-align: center
}

.mstrpg .how-sidebar__num {
  font-size: 46px;
  line-height: 1.1;
  color: #D3B01F;
  font-weight: 700;
  display: block
}

.mstrpg .how-sidebar__label {
  font-size: 13px;
  line-height: 1.5;
  color: #3a2d00
}

.mstrpg .how-center {
  text-align: center
}

.mstrpg .how-center__overline {
  display: block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 6px
}

.mstrpg .how-center__h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #1a1200;
  font-weight: 700;
  margin: 0 0 14px
}

.mstrpg .how-center__body {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2d00;
  margin: 0 0 14px
}

.mstrpg .how-center__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left
}

.mstrpg .how-center__list li {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
  color: #3a2d00
}

.mstrpg .how-center__list li .step-num {
  font-size: 34px;
  line-height: 1.1;
  color: #953A7E;
  font-weight: 700;
  flex-shrink: 0;
  width: 36px;
  text-align: right
}

.mstrpg .how-right {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mstrpg .how-right__item {
  border-radius: 8px;
  background: #953a7e12;
  padding: 14px;
  text-align: center
}

.mstrpg .how-right__num {
  font-size: 46px;
  line-height: 1.1;
  color: #953A7E;
  font-weight: 700;
  display: block
}

.mstrpg .how-right__label {
  font-size: 13px;
  line-height: 1.5;
  color: #3a2d00
}

.mstrpg .quote-band {
  background: #d3b01f12;
  padding: 56px 0;
  position: relative
}

.mstrpg .quote-band__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.mstrpg .quote-band__mark {
  font-size: 62px;
  line-height: 1.1;
  color: #D3B01F;
  opacity: .22;
  position: absolute;
  top: -14px;
  left: 0;
  pointer-events: none
}

.mstrpg .quote-band__text {
  font-size: 25px;
  line-height: 1.5;
  color: #1a1200;
  font-style: italic;
  margin: 0 0 14px;
  padding: 0 56px
}

.mstrpg .quote-band__attr {
  font-size: 13px;
  line-height: 1.5;
  color: #953A7E;
  letter-spacing: .08em
}

.mstrpg .enroll-band {
  padding: 56px 0;
  background: #fff;
  text-align: center
}

.mstrpg .enroll-band__overline {
  display: block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 6px
}

.mstrpg .enroll-band__h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #1a1200;
  font-weight: 700;
  margin: 0 0 14px
}

.mstrpg .enroll-band__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2d00;
  max-width: 600px;
  margin: 0 auto 28px
}

.mstrpg .enroll-band__cta {
  display: inline-block;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  background: #953A7E;
  border-radius: 8px;
  padding: 14px 56px;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.mstrpg .enroll-band__cta:hover {
  background: #D3B01F;
  color: #1a1200
}

.mstrpg .enroll-band__cta:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .mstrpg .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .mstrpg .how-wrap {
    grid-template-columns: 1fr
  }

  .mstrpg .how-sidebar,
  .mstrpg .how-right {
    flex-direction: row;
    flex-wrap: wrap
  }

  .mstrpg .how-sidebar__item,
  .mstrpg .how-right__item {
    flex: 1 1 120px
  }
}

@media (max-width: 768px) {
  .mstrpg .card-grid {
    grid-template-columns: 1fr
  }

  .mstrpg .pg-strip {
    flex-direction: column
  }

  .mstrpg .strip-img-wrap {
    width: 100%;
    height: 180px
  }

  .mstrpg .strip-h1 {
    font-size: 34px
  }

  .mstrpg .quote-band__text {
    padding: 0 28px;
    font-size: 19px
  }
}

@media (max-width: 480px) {
  .mstrpg {
    padding: 0 14px
  }

  .mstrpg .strip-h1 {
    font-size: 25px
  }

  .mstrpg .mcard__foot {
    flex-direction: column;
    align-items: flex-start
  }
}

.abt-pg {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.abt-pg .grad-strip {
  position: relative;
  padding: 56px;
  background: linear-gradient(127deg, #D3B01F 0%, #953A7E 55%, #D1D8DA 100%);
  background-size: 300% 300%;
  animation: gradshift 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  overflow: hidden
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  100% {
    background-position: 100% 50%
  }
}

.abt-pg .grad-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none
}

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

.abt-pg .dot-scatter span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff2e
}

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

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

.abt-pg .dot-scatter span:nth-child(3) {
  top: 65%;
  left: 5%
}

.abt-pg .dot-scatter span:nth-child(4) {
  top: 80%;
  left: 35%
}

.abt-pg .dot-scatter span:nth-child(5) {
  top: 15%;
  left: 75%
}

.abt-pg .dot-scatter span:nth-child(6) {
  top: 50%;
  left: 88%
}

.abt-pg .dot-scatter span:nth-child(7) {
  top: 85%;
  left: 70%
}

.abt-pg .dot-scatter span:nth-child(8) {
  top: 40%;
  left: 55%
}

.abt-pg .dot-scatter span:nth-child(9) {
  top: 5%;
  left: 48%
}

.abt-pg .dot-scatter span:nth-child(10) {
  top: 72%;
  left: 92%
}

.abt-pg .title-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  max-width: 1500px
}

.abt-pg .title-text {
  flex: 1 1 0;
  text-align: center
}

.abt-pg .title-text .overline-dash {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #ffffffb3;
  border-radius: 2px;
  margin-bottom: 14px
}

.abt-pg .title-text h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -.5px
}

.abt-pg .title-text .desc {
  font-size: 19px;
  line-height: 1.5;
  color: #ffffffe0;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.abt-pg .title-actions {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: center
}

.abt-pg .title-actions a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  border-radius: 4px;
  padding: 6px 14px;
  background: #ffffff1f;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.abt-pg .title-actions a:hover {
  background: #ffffff47;
  color: #fff
}

.abt-pg .title-img-wrap {
  flex: 0 0 340px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #d3b01f1a;
  position: relative
}

.abt-pg .title-img-wrap img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px)
}

.abt-pg .title-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #953a7e8c, transparent);
  pointer-events: none
}

.abt-pg .fade-divider {
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #D1D8DA 30%, #D3B01F 50%, #D1D8DA 70%, transparent 100%);
  margin: 0
}

.abt-pg .story-band {
  display: flex;
  flex-direction: row;
  gap: 56px;
  padding: 56px;
  background: #fff;
  align-items: flex-start;
  position: relative
}

.abt-pg .story-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: 0 0 0 220px;
  border-bottom: 3px solid #d3b01f2e;
  border-left: 3px solid #d3b01f2e;
  pointer-events: none
}

.abt-pg .story-left {
  flex: 1 1 0
}

.abt-pg .story-left .sec-overline {
  display: block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 14px
}

.abt-pg .story-left .sec-overline::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #D3B01F;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px
}

.abt-pg .story-left h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #1a0a2e;
  margin-bottom: 14px
}

.abt-pg .story-left .story-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2d2235;
  margin-bottom: 14px
}

.abt-pg .story-right {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 28px
}

.abt-pg .story-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 7px 18px 0 #953a7e1c
}

.abt-pg .story-img-wrap img {
  width: 420px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .story-img-wrap:hover img {
  transform: scale(1.03)
}

.abt-pg .stat-row {
  display: flex;
  flex-direction: row;
  gap: 28px
}

.abt-pg .stat-item {
  flex: 1 1 0;
  background: #d3b01f14;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  border-top: 3px solid #D3B01F
}

.abt-pg .stat-item .stat-num {
  font-size: 34px;
  line-height: 1.1;
  color: #953A7E;
  display: block
}

.abt-pg .stat-item .stat-label {
  font-size: 13px;
  line-height: 1.5;
  color: #2d2235;
  letter-spacing: .06em
}

.abt-pg .fade-divider-alt {
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #953A7E 25%, #D1D8DA 50%, #953A7E 75%, transparent 100%);
  margin: 0
}

.abt-pg .team-band {
  padding: 56px;
  background: linear-gradient(160deg, #d3b01f12 0%, #d1d8da2e 100%);
  position: relative
}

.abt-pg .team-band .sec-label {
  display: block;
  font-size: 13px;
  letter-spacing: .13em;
  color: #D3B01F;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px
}

.abt-pg .team-band .sec-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #953A7E;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px
}

.abt-pg .team-band h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #1a0a2e;
  text-align: center;
  margin-bottom: 28px
}

.abt-pg .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start
}

.abt-pg .team-portrait-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px
}

.abt-pg .portrait-frame {
  width: 200px;
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #953a7e1a;
  position: relative
}

.abt-pg .portrait-frame img {
  width: 200px;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .portrait-name {
  font-size: 19px;
  line-height: 1.5;
  color: #1a0a2e;
  text-align: center
}

.abt-pg .portrait-role {
  font-size: 13px;
  letter-spacing: .08em;
  color: #953A7E;
  text-align: center;
  text-transform: uppercase
}

.abt-pg .team-bio-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 28px
}

.abt-pg .team-bio-col .bio-text {
  font-size: 16px;
  line-height: 1.8;
  color: #2d2235
}

.abt-pg .team-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 6px
}

.abt-pg .team-img-pair .img-slot {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 2px 3px 0 #d3b01f12;
  position: relative
}

.abt-pg .team-img-pair .img-slot img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt-pg .team-img-pair .img-slot:hover img {
  transform: scale(1.04)
}

.abt-pg .reveal-band {
  padding: 56px;
  background: #1a0a2e;
  position: relative;
  overflow: hidden
}

.abt-pg .reveal-band::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 22px;
  border: 2px solid #d3b01f1a;
  pointer-events: none;
  transform: rotate(18deg)
}

.abt-pg .reveal-band .sec-label-light {
  display: block;
  font-size: 13px;
  letter-spacing: .13em;
  color: #d3b01fcc;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px
}

.abt-pg .reveal-band .sec-label-light::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #953A7E;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px
}

.abt-pg .reveal-band h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  margin-bottom: 28px
}

.abt-pg .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px
}

.abt-pg .pillar-card {
  background: #ffffff0d;
  border-radius: 14px;
  padding: 28px 14px;
  text-align: center;
  border-top: 3px solid #D3B01F;
  position: relative;
  overflow: hidden;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .pillar-card:hover {
  background: #d3b01f1a
}

.abt-pg .pillar-card .reveal-circle {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 50%, #953a7e2e 0%, transparent 70%);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.abt-pg .pillar-card:hover .reveal-circle {
  opacity: 1
}

.abt-pg .pillar-card h4 {
  font-size: 19px;
  line-height: 1.5;
  color: #D3B01F;
  margin-bottom: 14px
}

.abt-pg .pillar-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffffbf
}

.abt-pg .bg-img-strip {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #953a7e1a
}

.abt-pg .bg-img-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.18)
}

.abt-pg .bg-img-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px
}

.abt-pg .bg-img-overlay .quote-text {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  max-width: 700px
}

.abt-pg .bg-img-overlay .quote-attr {
  font-size: 13px;
  letter-spacing: .1em;
  color: #d3b01fd9;
  text-align: center;
  text-transform: uppercase
}

.abt-pg .cascade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px
}

.abt-pg .cascade-grid .c-item {
  border-radius: 8px;
  background: #ffffff0a;
  padding: 14px;
  text-align: center;
  animation: cascscale .4s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.abt-pg .cascade-grid .c-item:nth-child(1) {
  animation-delay: .05s
}

.abt-pg .cascade-grid .c-item:nth-child(2) {
  animation-delay: .12s
}

.abt-pg .cascade-grid .c-item:nth-child(3) {
  animation-delay: .19s
}

.abt-pg .cascade-grid .c-item:nth-child(4) {
  animation-delay: .26s
}

@keyframes cascscale {
  from {
    opacity: 0;
    transform: scale(0.82)
  }

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

.abt-pg .c-item .c-val {
  font-size: 25px;
  line-height: 1.1;
  color: #D3B01F;
  display: block
}

.abt-pg .c-item .c-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffffa6;
  letter-spacing: .06em
}

@media (max-width: 1024px) {
  .abt-pg .title-row {
    flex-direction: column;
    gap: 28px
  }

  .abt-pg .title-img-wrap {
    flex: none;
    width: 100%
  }

  .abt-pg .title-img-wrap img {
    width: 100%;
    height: 200px
  }

  .abt-pg .story-band {
    flex-direction: column;
    gap: 28px
  }

  .abt-pg .story-right {
    flex: none;
    width: 100%
  }

  .abt-pg .story-img-wrap img {
    width: 100%;
    height: 200px
  }

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

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

@media (max-width: 768px) {
  .abt-pg .grad-strip {
    padding: 28px 14px
  }

  .abt-pg .story-band {
    padding: 28px 14px
  }

  .abt-pg .team-band {
    padding: 28px 14px
  }

  .abt-pg .reveal-band {
    padding: 28px 14px
  }

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

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

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

  .abt-pg .title-text h1 {
    font-size: 34px
  }

  .abt-pg .stat-row {
    flex-direction: column;
    gap: 14px
  }
}

@media (max-width: 480px) {
  .abt-pg .title-actions {
    flex-direction: column;
    gap: 14px;
    align-items: center
  }

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

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

.bse {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.bse .grad-band {
  height: 6px;
  background: linear-gradient(90deg, #D3B01F 0%, #953A7E 60%, transparent 100%)
}

.bse .grad-band.rev {
  background: linear-gradient(90deg, transparent 0%, #953A7E 40%, #D3B01F 100%)
}

.bse .title-blk {
  position: relative;
  padding: 96px 56px;
  background: linear-gradient(137deg, #D3B01F 0%, #953A7E 55%, #2a0d22 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px
}

.bse .title-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none
}

.bse .title-blk-anim {
  background-size: 300% 300%;
  animation: gradshift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  100% {
    background-position: 100% 50%
  }
}

.bse .title-txt {
  flex: 1;
  position: relative;
  z-index: 1
}

.bse .title-overline {
  display: block;
  font-size: 13px;
  letter-spacing: .18em;
  color: #f5e9b8;
  margin-bottom: 14px;
  text-transform: uppercase;
  line-height: 1.5
}

.bse .title-h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 28px;
  font-weight: 900
}

.bse .title-sub {
  font-size: 19px;
  line-height: 1.8;
  color: #f0dff5;
  margin: 0 0 28px;
  max-width: 520px
}

.bse .title-link {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid #D3B01F;
  text-decoration: none;
  padding-bottom: 4px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1);
  line-height: 1.5
}

.bse .title-link:hover {
  color: #D3B01F;
  border-color: #fff
}

.bse .title-img-col {
  flex: 0 0 380px;
  position: relative;
  z-index: 1
}

.bse .title-img-wrap {
  position: relative;
  width: 380px;
  height: 440px;
  box-shadow: 1px 8px 52px 0 #d3b01f1a
}

.bse .title-img-wrap img {
  width: 380px;
  height: 440px;
  object-fit: cover;
  object-position: center;
  display: block
}

.bse .title-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(137deg, #953a7e8c 0%, #d3b01f2e 100%)
}

.bse .dots-path {
  position: absolute;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  z-index: 2
}

.bse .dots-path span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff73
}

.bse .dots-path span:nth-child(2) {
  background: #d3b01fb3
}

.bse .dots-path span:nth-child(4) {
  background: #953a7eb3
}

.bse .title-corner-dec {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  pointer-events: none
}

.bse .title-corner-dec svg {
  display: block
}

.bse .nums-strip {
  background: #fff;
  padding: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.bse .num-card {
  text-align: center;
  padding: 28px 14px;
  border-radius: 8px;
  background: #fdf8ee;
  box-shadow: 1px 2px 3px 0 #d3b01f12;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .num-card:hover {
  box-shadow: 1px 7px 18px 0 #d3b01f1c;
  transform: translateY(-3px)
}

.bse .num-fig {
  font-size: 46px;
  font-weight: 900;
  color: #953A7E;
  line-height: 1.1;
  display: block
}

.bse .num-label {
  font-size: 13px;
  color: #3a2040;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: 6px;
  display: block
}

.bse .num-desc {
  font-size: 13px;
  color: #6b4a5e;
  line-height: 1.8;
  margin-top: 6px
}

.bse .support-blk {
  position: relative;
  padding: 96px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  background: #2a0d22
}

.bse .support-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(./image_gallery/highlight-crew.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  pointer-events: none
}

.bse .support-left {
  position: relative;
  z-index: 1
}

.bse .sec-overline {
  display: block;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #D3B01F;
  margin-bottom: 14px;
  line-height: 1.5
}

.bse .support-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #f5e9b8;
  line-height: 1.1;
  margin: 0 0 28px
}

.bse .support-body {
  font-size: 16px;
  line-height: 1.8;
  color: #d1c4cc;
  margin: 0 0 28px
}

.bse .support-img {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 8px 52px 0 #953a7e1a
}

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

.bse .support-items {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.bse .sup-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #d3b01f12;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .sup-item:hover {
  background: #d3b01f24
}

.bse .sup-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #953A7E;
  display: flex;
  align-items: center;
  justify-content: center
}

.bse .sup-icon svg {
  display: block
}

.bse .sup-text-h {
  font-size: 16px;
  font-weight: 700;
  color: #f5e9b8;
  line-height: 1.5;
  margin: 0 0 4px
}

.bse .sup-text-p {
  font-size: 13px;
  color: #c4afc0;
  line-height: 1.8;
  margin: 0
}

.bse .journey-blk {
  padding: 56px;
  background: #D1D8DA;
  position: relative
}

.bse .journey-corner {
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none
}

.bse .journey-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #2a0d22;
  line-height: 1.1;
  margin: 0 0 14px;
  text-align: center
}

.bse .journey-sub {
  font-size: 16px;
  color: #4a2a40;
  line-height: 1.8;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px
}

.bse .journey-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.bse .phase-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 1px 2px 3px 0 #953a7e12;
  text-align: center;
  transition: box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(18px);
  animation: fadeup .45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.bse .phase-card:nth-child(1) {
  animation-delay: .1s
}

.bse .phase-card:nth-child(2) {
  animation-delay: .22s
}

.bse .phase-card:nth-child(3) {
  animation-delay: .34s
}

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

.bse .phase-card:hover {
  box-shadow: 1px 7px 18px 0 #953a7e1c
}

.bse .phase-num {
  font-size: 46px;
  font-weight: 900;
  color: #D3B01F;
  line-height: 1.1;
  display: block
}

.bse .phase-label {
  font-size: 19px;
  font-weight: 700;
  color: #2a0d22;
  line-height: 1.5;
  margin: 6px 0 14px
}

.bse .phase-desc {
  font-size: 13px;
  color: #4a2a40;
  line-height: 1.8;
  margin: 0
}

.bse .phase-bar {
  margin-top: 14px;
  height: 4px;
  border-radius: 2px;
  background: #D1D8DA;
  overflow: hidden
}

.bse .phase-bar-fill {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #D3B01F, #953A7E);
  transition: width .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .longval-blk {
  padding: 96px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(137deg, #fff 0%, #f9f0fb 100%);
  position: relative
}

.bse .longval-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none
}

.bse .longval-img-col {
  position: relative;
  z-index: 1
}

.bse .longval-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
  box-shadow: 1px 8px 52px 0 #953a7e1a
}

.bse .longval-txt {
  position: relative;
  z-index: 1;
  text-align: center
}

.bse .longval-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #2a0d22;
  line-height: 1.1;
  margin: 0 0 14px
}

.bse .longval-body {
  font-size: 16px;
  color: #4a2a40;
  line-height: 1.8;
  margin: 0 0 28px
}

.bse .val-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center
}

.bse .val-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 22px;
  background: #953a7e1a;
  color: #953A7E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .val-pill:hover {
  background: #953A7E;
  color: #fff
}

.bse .portraits-row {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: center;
  align-items: flex-start
}

.bse .portrait-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 160px
}

.bse .portrait-img {
  width: 160px;
  height: 224px;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 1px 7px 18px 0 #953a7e1c
}

.bse .portrait-name {
  font-size: 13px;
  font-weight: 700;
  color: #2a0d22;
  line-height: 1.5;
  text-align: center
}

.bse .portrait-role {
  font-size: 13px;
  color: #6b4a5e;
  line-height: 1.5;
  text-align: center
}

.bse .portrait-quote {
  font-size: 13px;
  color: #4a2a40;
  line-height: 1.8;
  text-align: center;
  font-style: italic;
  max-width: 280px
}

.bse .approach-blk {
  padding: 96px 56px;
  background: #fff;
  position: relative
}

.bse .approach-corner {
  position: absolute;
  bottom: 14px;
  left: 14px;
  pointer-events: none
}

.bse .approach-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #2a0d22;
  line-height: 1.1;
  margin: 0 0 14px;
  text-align: center
}

.bse .approach-sub {
  font-size: 16px;
  color: #4a2a40;
  line-height: 1.8;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px
}

.bse .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto
}

.bse .appr-item {
  padding: 28px;
  border-radius: 8px;
  background: #fdf8ee;
  box-shadow: 1px 2px 3px 0 #d3b01f12;
  text-align: center;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(14px);
  animation: fadeup .4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.bse .appr-item:nth-child(1) {
  animation-delay: .08s
}

.bse .appr-item:nth-child(2) {
  animation-delay: .18s
}

.bse .appr-item:nth-child(3) {
  animation-delay: .28s
}

.bse .appr-item:nth-child(4) {
  animation-delay: .38s
}

.bse .appr-item:hover {
  box-shadow: 1px 7px 18px 0 #d3b01f1c
}

.bse .appr-item-h {
  font-size: 19px;
  font-weight: 700;
  color: #953A7E;
  line-height: 1.5;
  margin: 0 0 14px
}

.bse .appr-item-p {
  font-size: 13px;
  color: #4a2a40;
  line-height: 1.8;
  margin: 0
}

.bse .appr-accent {
  display: inline-block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #D3B01F;
  margin-bottom: 14px
}

.bse .link-hover {
  display: inline-block;
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .link-hover:hover {
  transform: rotate(-2deg)
}

@media (max-width: 1024px) {
  .bse .title-blk {
    flex-direction: column;
    padding: 56px 28px
  }

  .bse .title-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .bse .title-img-wrap {
    width: 100%;
    height: 300px
  }

  .bse .title-img-wrap img {
    width: 100%;
    height: 300px
  }

  .bse .title-h1 {
    font-size: 46px
  }

  .bse .nums-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 56px 28px
  }

  .bse .support-blk {
    grid-template-columns: 1fr;
    padding: 56px 28px
  }

  .bse .journey-phases {
    grid-template-columns: 1fr
  }

  .bse .journey-blk {
    padding: 56px 28px
  }

  .bse .longval-blk {
    grid-template-columns: 1fr;
    padding: 56px 28px
  }

  .bse .approach-grid {
    grid-template-columns: 1fr
  }

  .bse .approach-blk {
    padding: 56px 28px
  }
}

@media (max-width: 768px) {
  .bse .title-h1 {
    font-size: 34px
  }

  .bse .nums-strip {
    grid-template-columns: 1fr 1fr;
    padding: 28px 14px;
    gap: 14px
  }

  .bse .portraits-row {
    flex-direction: column;
    align-items: center
  }

  .bse .approach-blk {
    padding: 28px 14px
  }
}

@media (max-width: 480px) {
  .bse .title-blk {
    padding: 28px 14px
  }

  .bse .title-h1 {
    font-size: 25px
  }

  .bse .nums-strip {
    grid-template-columns: 1fr
  }

  .bse .support-blk {
    padding: 28px 14px
  }

  .bse .longval-blk {
    padding: 28px 14px
  }
}

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

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 4px solid #D3B01F;
  border-radius: 8px;
  padding: 56px;
  box-shadow: 1px 8px 52px 0 #d3b01f1a;
  text-align: center
}

.success-page .success-card .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #D3B01F;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-page .success-card .icon-wrap svg {
  display: block
}

.success-page .success-card .overline {
  font-size: 13px;
  letter-spacing: .12em;
  color: #953A7E;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5
}

.success-page .success-card .success-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #1b1400;
  margin-bottom: 14px;
  font-weight: 700
}

.success-page .success-card .success-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2e2a1e;
  margin-bottom: 28px
}

.success-page .success-card .divider {
  width: 48px;
  height: 3px;
  background: #953A7E;
  border-radius: 2px;
  margin: 0 auto 28px
}

.success-page .success-card .detail-note {
  font-size: 13px;
  line-height: 1.5;
  color: #5a4e36;
  background: #fdf8e7;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 28px
}

.success-page .success-card .back-link {
  display: inline-block;
  font-size: 16px;
  color: #953A7E;
  text-decoration: none;
  border-bottom: 2px solid #D3B01F;
  padding-bottom: 2px;
  border-radius: 2px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success-card .back-link:hover {
  color: #D3B01F;
  border-color: #953A7E;
  transform: rotate(-1deg);
  display: inline-block
}

.success-page .success-card .back-link:focus {
  outline: 2px solid #D3B01F;
  outline-offset: 3px;
  border-radius: 2px
}

@media (max-width: 480px) {
  .success-page .success-card {
    padding: 28px 14px
  }

  .success-page .success-card .success-heading {
    font-size: 25px
  }
}