@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400;0,700;1,700&display=swap";

html,
body {
  margin: 0;
  padding: 0
}

body {
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

:focus-visible {
  outline: 2px solid #8F00C7;
  outline-offset: 3px
}

:focus:not(:focus-visible) {
  outline: none
}

.siteframe {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.topbar {
  background: linear-gradient(135deg, #120820 0%, #0d1a14 60%, #1a0d28 100%);
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #8f00c738;
  box-shadow: 0 5px 20px 0 #8f00c714
}

.topbar-accent {
  height: 3px;
  background: linear-gradient(90deg, #8F00C7 0%, #1B6048 50%, #8F00C7 100%);
  width: 100%
}

.topbar-body {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 80px
}

.brandzone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 24px 24px 0;
  border-right: 2px solid #8f00c759;
  flex-shrink: 0
}

.brandzone-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: #fff8ea14;
  box-shadow: 0 1px 4px 0 #8f00c712 0 0 0 1px #8f00c740;
  padding: 4px;
  flex-shrink: 0
}

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

.brandzone-label {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brandzone-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF8EA;
  letter-spacing: .02em;
  white-space: nowrap
}

.brandzone-tag {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: #8f00c7d9;
  letter-spacing: .04em;
  white-space: nowrap
}

.topbar-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 24px
}

.topbar-region {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end
}

.region-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1b604826;
  border: 1px solid #1b60484d;
  border-radius: 3px;
  padding: 4px 12px
}

.region-badge i {
  font-size: 16px;
  color: #1B6048
}

.region-text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8eab3;
  letter-spacing: .06em
}

.topnav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap
}

.topnav-link {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8eabf;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s ease-in-out
}

.topnav-link:hover {
  color: #FFF8EA;
  border-color: #8f00c766;
  background: #8f00c71a
}

.topnav-link.active {
  color: #FFF8EA;
  border-color: #8f00c78c;
  background: #8f00c726
}

.topnav-divider {
  width: 1px;
  height: 16px;
  background: #fff8ea1f;
  flex-shrink: 0
}

.topbar-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 24px 24px;
  border-left: 1px solid #1b604840;
  gap: 8px;
  flex-shrink: 0
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  min-height: 44px
}

.contact-item i {
  font-size: 16px;
  color: #1B6048;
  flex-shrink: 0
}

.contact-val {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8eacc;
  white-space: nowrap;
  transition: color .35s ease-in-out
}

.contact-item:hover .contact-val {
  color: #FFF8EA
}

@media (max-width: 1024px) {
  .topbar-contact {
    display: none
  }

  .topbar-mid {
    padding: 12px 16px
  }
}

@media (max-width: 768px) {
  .brandzone {
    padding: 16px 16px 16px 0
  }

  .brandzone-tag {
    display: none
  }

  .topbar-mid {
    padding: 8px 12px
  }

  .region-text {
    display: none
  }

  .topnav-link {
    font-size: 16px;
    padding: 8px
  }
}

@media (max-width: 320px) {
  .topnav {
    gap: 4px
  }

  .topnav-divider {
    display: none
  }
}

.siteftbase {
  background: #0d0d12;
  border-top: 1px solid #8f00c72e
}

.siteft-upper {
  padding: 80px 0 40px
}

.siteft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.siteft-brand {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.siteft-logobox {
  display: flex;
  align-items: center;
  gap: 12px
}

.siteft-imgwrap {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #fff8ea0f;
  box-shadow: 0 1px 4px 0 #8f00c712 0 0 0 1px #8f00c733;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.siteft-imgwrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block
}

.siteft-compname {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF8EA
}

.siteft-desc {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  color: #fff8ea80
}

.siteft-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.siteft-collabel {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff8eae6;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #8f00c733
}

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

.siteft-links li {
  display: flex;
  align-items: center;
  gap: 8px
}

.siteft-links li i {
  font-size: 16px;
  color: #8f00c799;
  flex-shrink: 0
}

.siteft-link {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff8ea99;
  text-decoration: none;
  transition: color .4s ease-in-out
}

.siteft-link:hover {
  color: #FFF8EA
}

.siteft-addrlist {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.siteft-addritem {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.siteft-addritem i {
  font-size: 16px;
  color: #1b6048cc;
  flex-shrink: 0;
  margin-top: 4px
}

.siteft-addrtext {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff8ea8c
}

.siteft-addrlink {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff8ea8c;
  text-decoration: none;
  transition: color .4s ease-in-out
}

.siteft-addrlink:hover {
  color: #FFF8EA
}

.siteft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8f00c759 30%, #1b604859 70%, transparent 100%);
  margin: 0
}

.siteft-lower {
  padding: 24px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.siteft-copy {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8ea59
}

.siteft-legallinks {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0
}

.siteft-legallink {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8ea59;
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .35s ease-in-out
}

.siteft-legallink:hover {
  color: #fff8eab3
}

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

  .siteft-brand {
    grid-column: 1 / -1
  }
}

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

  .siteft-brand {
    grid-column: auto
  }

  .siteft-upper {
    padding: 40px 0 24px
  }

  .siteft-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

@media (max-width: 320px) {
  .siteft-legallinks {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
  }
}

.ckpop {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 300px;
  z-index: 8000;
  background: #120820;
  border: 1px solid #8f00c759;
  border-radius: 3px;
  box-shadow: 0 8px 60px 0 #8f00c71a;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .32s cubic-bezier(0.34, 1.2, 0.64, 1), opacity .32s ease-in-out
}

.ckpop.hidden {
  transform: translateX(-120%);
  opacity: 0
}

.ckpop-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background: #8f00c71f;
  border: 1px solid #8f00c740;
  flex-shrink: 0
}

.ckpop-icon i {
  font-size: 24px;
  color: #8F00C7
}

.ckpop-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ckpop-msg {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff8eabf
}

.ckpop-panel {
  display: none;
  flex-direction: column;
  gap: 12px;
  background: #1b604814;
  border: 1px solid #1b604833;
  border-radius: 3px;
  padding: 12px
}

.ckpop-panel.open {
  display: flex
}

.ckpop-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.ckpop-togglelabel {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff8eab3
}

.ckpop-switch {
  position: relative;
  width: 40px;
  height: 24px;
  flex-shrink: 0
}

.ckpop-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.ckpop-track {
  position: absolute;
  inset: 0;
  background: #fff8ea1a;
  border: 1px solid #fff8ea33;
  border-radius: 32px;
  cursor: pointer;
  transition: background .35s ease-in-out
}

.ckpop-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 32px;
  background: #fff8ea66;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .35s ease-in-out
}

.ckpop-switch input:checked+.ckpop-track {
  background: #1b604880;
  border-color: #1b604899
}

.ckpop-switch input:checked+.ckpop-track::after {
  transform: translateX(16px);
  background: #1B6048
}

.ckpop-actions {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ckpop-btn {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px;
  border-radius: 3px;
  cursor: pointer;
  min-height: 44px;
  text-align: center;
  background: transparent;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s ease-in-out, border-color .38s ease-in-out;
  display: block;
  width: 100%
}

.ckpop-btn.accept {
  border: 2px solid #8f00c7b3;
  color: #fff8eae6
}

.ckpop-btn.accept:hover,
.ckpop-btn.accept:focus-visible {
  border-color: #8F00C7;
  color: #FFF8EA;
  box-shadow: 0 0 0 3px #8f00c72e
}

.ckpop-btn.decline {
  border: 2px solid #fff8ea26;
  color: #fff8ea73
}

.ckpop-btn.decline:hover,
.ckpop-btn.decline:focus-visible {
  border-color: #fff8ea59;
  color: #fff8eab3;
  box-shadow: 0 0 0 3px #fff8ea0f
}

.ckpop-btn.manage {
  border: 1px solid #1b604859;
  color: #fff8ea66;
  font-size: 16px
}

.ckpop-btn.manage:hover,
.ckpop-btn.manage:focus-visible {
  border-color: #1b604899;
  color: #fff8eab3
}

@media (max-width: 320px) {
  .ckpop {
    right: 8px;
    top: 8px;
    width: calc(100vw - 16px)
  }
}

.policy-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #18120e;
  color: #e8dcc8;
  line-height: 1.8;
  font-size: 16px
}

.policy-content h1 {
  font-size: 44px;
  line-height: 1.2;
  color: #FFF8EA;
  margin-bottom: 40px;
  margin-top: 0;
  letter-spacing: -.5px
}

.policy-content h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #FFF8EA;
  margin-top: 80px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1B6048
}

.policy-content h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #e8dcc8;
  margin-top: 40px;
  margin-bottom: 12px
}

.policy-content h4 {
  font-size: 16px;
  line-height: 1.8;
  color: #e8dcc8;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px
}

.policy-content h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #c4b49a;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px
}

.policy-content h6 {
  font-size: 16px;
  line-height: 1.8;
  color: #a89880;
  font-weight: 600;
  letter-spacing: .05em;
  margin-top: 24px;
  margin-bottom: 8px
}

.policy-content ul {
  margin: 24px 0;
  padding-left: 24px;
  list-style: none
}

.policy-content ol {
  margin: 24px 0;
  padding-left: 24px;
  list-style: none;
  counter-reset: policy-counter
}

.policy-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: #e8dcc8;
  line-height: 1.8
}

.policy-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #8F00C7;
  box-shadow: 0 1px 4px 0 #8f00c712
}

.policy-content ol li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  color: #e8dcc8;
  line-height: 1.8;
  counter-increment: policy-counter
}

.policy-content ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #8F00C7;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  min-width: 24px
}

.policy-content ul ul,
.policy-content ol ol,
.policy-content ul ol,
.policy-content ol ul {
  margin: 8px 0
}

.policy-content ul ul li::before {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid #1B6048;
  top: 14px
}

.policy-content em,
.policy-content i {
  color: #c4b49a;
  font-style: italic
}

.policy-content a {
  color: #b94af5;
  text-decoration: underline;
  text-decoration-color: #8f00c766;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .4s ease-in-out
}

.policy-content a:hover {
  color: #FFF8EA;
  text-decoration-color: #fff8ea99
}

.policy-content a:visited {
  color: #9b5fcc
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 #8f00c714
}

.policy-content thead {
  background: linear-gradient(135deg, #2a0a3d 0%, #0f2e1f 100%)
}

.policy-content thead tr {
  border-bottom: 2px solid #8F00C7
}

.policy-content th {
  padding: 12px 24px;
  text-align: left;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase
}

.policy-content tbody tr {
  border-bottom: 1px solid #1b604840;
  transition: background .35s ease-in-out
}

.policy-content tbody tr:nth-child(even) {
  background: #8f00c70a
}

.policy-content tbody tr:hover {
  background: #1b60481f
}

.policy-content td {
  padding: 12px 24px;
  color: #e8dcc8;
  vertical-align: top
}

.policy-content div {
  margin-bottom: 24px
}

@media (max-width: 1024px) {
  .policy-content {
    padding: 80px 40px
  }

  .policy-content h1 {
    font-size: 44px
  }
}

@media (max-width: 768px) {
  .policy-content {
    padding: 40px 24px
  }

  .policy-content h1 {
    font-size: 32px
  }

  .policy-content h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .policy-content h3 {
    font-size: 24px
  }

  .policy-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0
  }

  .policy-content th,
  .policy-content td {
    padding: 12px;
    min-width: 120px
  }
}

@media (max-width: 320px) {
  .policy-content {
    padding: 24px 12px
  }

  .policy-content h1 {
    font-size: 24px
  }

  .policy-content h2 {
    font-size: 24px
  }
}

.abtus {
  background: #181410;
  color: #e8dcc8;
  overflow-x: clip;
  max-width: 1440px;
  margin: 0 auto
}

.abtus .grad-line {
  height: 2px;
  background: linear-gradient(90deg, #8F00C7 50%, #2a2218 50%);
  border: none;
  margin: 0
}

.abtus .reveal-in {
  animation: abtReveal .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes abtReveal {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.abtus .reveal-in.d1 {
  animation-delay: .08s
}

.abtus .reveal-in.d2 {
  animation-delay: .18s
}

.abtus .reveal-in.d3 {
  animation-delay: .28s
}

.abtus .reveal-in.d4 {
  animation-delay: .38s
}

.abtus .titblk {
  position: relative;
  padding: 80px 40px;
  background: linear-gradient(180deg, transparent 0%, #181410 100%);
  overflow: hidden
}

.abtus .titblk .filmimg {
  position: absolute;
  inset: 0;
  z-index: 0
}

.abtus .titblk .filmimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.55) contrast(1.1) brightness(0.45) saturate(0.7);
  display: block
}

.abtus .titblk .filmimg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1814102e 0%, #181410 100%)
}

.abtus .titblk .patdots {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle, #8f00c721 1px, transparent 1px);
  background-size: 28px 28px
}

.abtus .titblk .txtarea {
  position: relative;
  z-index: 2;
  max-width: 780px
}

.abtus .titblk .arrowdec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 2;
  opacity: .32;
  pointer-events: none
}

.abtus .titblk .arrowdec span {
  display: block;
  width: 18px;
  height: 2px;
  background: #8F00C7;
  transform-origin: left center
}

.abtus .titblk .arrowdec span:nth-child(1) {
  width: 8px;
  transform: rotate(40deg) translateY(-3px)
}

.abtus .titblk .arrowdec span:nth-child(2) {
  width: 18px
}

.abtus .titblk .arrowdec span:nth-child(3) {
  width: 8px;
  transform: rotate(-40deg) translateY(3px)
}

.abtus .titblk .eyebrow {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .14em;
  color: #8F00C7;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.abtus .titblk .mainhead {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #e8dcc8;
  margin: 0 0 24px
}

.abtus .titblk .mainhead .gword {
  background: linear-gradient(90deg, #8F00C7 50%, #1B6048 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abtus .titblk .subdesc {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  max-width: 520px;
  margin: 0
}

.abtus .storysec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px
}

.abtus .storysec .stleft {
  background: #1B6048;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.abtus .storysec .stright {
  background: #120f0c;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.abtus .storysec .stlabel {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FFF8EA;
  opacity: .6;
  margin-bottom: 24px
}

.abtus .storysec .sth2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.abtus .storysec .stpara {
  font-size: 16px;
  line-height: 1.8;
  color: #fff8ead1;
  margin: 0 0 12px
}

.abtus .storysec .stpara:last-child {
  margin-bottom: 0
}

.abtus .storysec .imgwrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 24px;
  box-shadow: 0 8px 60px 0 #8f00c71a
}

.abtus .storysec .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.82);
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abtus .storysec .imgwrap:hover img {
  filter: brightness(1.05)
}

.abtus .statrow {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 40px
}

.abtus .statitem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abtus .statnum {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  background: linear-gradient(90deg, #8F00C7 50%, #1B6048 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative
}

.abtus .statbadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  border-radius: 32px;
  padding: 4px 12px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1.2
}

.abtus .statlbl {
  font-size: 16px;
  line-height: 1.2;
  color: #b8a98a;
  letter-spacing: .04em
}

.abtus .pillarsec {
  padding: 80px 40px;
  background: #1a1410;
  position: relative
}

.abtus .pillarsec .piltop {
  max-width: 640px;
  margin-bottom: 40px
}

.abtus .pillarsec .pilh2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #e8dcc8;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.abtus .pillarsec .pilintro {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  margin: 0
}

.abtus .pilbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px
}

.abtus .pilbodyfull {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  grid-column: 1 / -1;
  margin: 0
}

.abtus .icongrid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 40px
}

.abtus .icongrid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: calc(12.5% + 12px);
  right: calc(12.5% + 12px);
  height: 2px;
  background: linear-gradient(90deg, #8F00C7, #1B6048);
  z-index: 0
}

.abtus .iconnode {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px 40px;
  position: relative;
  z-index: 1;
  cursor: default
}

.abtus .iconnode:hover .iconnodeiconwrap {
  background: #8F00C7;
  box-shadow: 0 5px 20px 0 #8f00c714
}

.abtus .iconnode:hover .iconnodeicon {
  color: #FFF8EA
}

.abtus .iconnode:hover+.iconnode .iconnodeiconwrap {
  border-color: #8F00C7
}

.abtus .iconnodeiconwrap {
  width: 88px;
  height: 88px;
  border-radius: 32px;
  background: #241d17;
  border: 2px solid #3a2f25;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 0 1px 4px 0 #8f00c712
}

.abtus .iconnodeicon {
  color: #8F00C7;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abtus .iconnodelabel {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #e8dcc8;
  margin-bottom: 8px;
  letter-spacing: .01em
}

.abtus .iconnodedesc {
  font-size: 16px;
  line-height: 1.8;
  color: #8a7a62;
  margin: 0
}

.abtus .pilimgrow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  align-items: center
}

.abtus .pilimgrow .imgwrap2 {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 5px 20px 0 #1b604814
}

.abtus .pilimgrow .imgwrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8);
  transition: filter .42s ease-in-out
}

.abtus .pilimgrow .imgwrap2:hover img {
  filter: brightness(1.08)
}

.abtus .pilimgrow .piltext {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abtus .pilimgrow .piltext .pilth4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #e8dcc8;
  margin: 0;
  letter-spacing: -.01em
}

.abtus .pilimgrow .piltext p {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  margin: 0
}

.abtus .arrowsmall {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: flex-end;
  opacity: .4;
  pointer-events: none;
  margin-top: 12px
}

.abtus .arrowsmall span {
  display: block;
  height: 2px;
  background: #1B6048
}

.abtus .arrowsmall span:nth-child(1) {
  width: 24px
}

.abtus .arrowsmall span:nth-child(2) {
  width: 16px
}

.abtus .arrowsmall span:nth-child(3) {
  width: 8px
}

@media (max-width: 1024px) {
  .abtus .titblk .mainhead {
    font-size: 44px
  }

  .abtus .titblk .arrowdec {
    right: 40px;
    bottom: 40px
  }

  .abtus .storysec {
    grid-template-columns: 1fr
  }

  .abtus .storysec .stleft {
    padding: 40px 24px
  }

  .abtus .storysec .stright {
    padding: 40px 24px
  }

  .abtus .icongrid {
    grid-template-columns: repeat(2, 1fr)
  }

  .abtus .icongrid::before {
    display: none
  }

  .abtus .pillarsec {
    padding: 40px 24px
  }

  .abtus .pilimgrow {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .abtus .titblk {
    padding: 40px 24px
  }

  .abtus .titblk .mainhead {
    font-size: 32px
  }

  .abtus .titblk .arrowdec {
    display: none
  }

  .abtus .statrow {
    flex-direction: column;
    gap: 12px
  }

  .abtus .icongrid {
    grid-template-columns: 1fr 1fr
  }

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

  .abtus .storysec .sth2 {
    font-size: 32px
  }

  .abtus .pillarsec .pilh2 {
    font-size: 32px
  }
}

@media (max-width: 320px) {
  .abtus .titblk .mainhead {
    font-size: 24px
  }

  .abtus .icongrid {
    grid-template-columns: 1fr
  }

  .abtus .statnum {
    font-size: 32px
  }
}

@media (min-width: 769px) {
  .abtus .iconnodeiconwrap {
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
  }

  .abtus .iconnode:hover .iconnodeiconwrap {
    border-color: #8F00C7
  }
}

.ctus {
  background: #18120a;
  min-height: 100vh;
  overflow-x: hidden
}

.ctus .divider-mixed {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto
}

.ctus .divider-mixed span {
  display: inline-block;
  background: #8F00C7;
  opacity: .35
}

.ctus .divider-mixed span.dot {
  width: 4px;
  height: 4px;
  border-radius: 3px
}

.ctus .divider-mixed span.dash {
  width: 12px;
  height: 2px;
  border-radius: 3px
}

.ctus .reach-band {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #8F00C7 50%, #1B6048 50%);
  opacity: .7
}

.ctus .reach-block {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.ctus .reach-left {
  position: relative
}

.ctus .reach-label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .18em;
  color: #8F00C7;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.ctus .reach-heading {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  color: #FFF8EA
}

.ctus .reach-heading .grad-text {
  background: linear-gradient(135deg, #8F00C7 50%, #1B6048 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus .reach-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  margin-bottom: 40px;
  max-width: 420px
}

.ctus .reach-img-wrap {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 8px 60px 0 #8f00c71a
}

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

.ctus .reach-img-wrap .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #8f00c72e 0%, #18120ab8 100%)
}

.ctus .deco-circles {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 0
}

.ctus .deco-circles circle {
  fill: none
}

.ctus .reach-info-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px
}

.ctus .info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  background: #fff8ea08;
  border-radius: 3px;
  box-shadow: inset 0 3px 6px 0 #8f00c712;
  border: 1px solid #8f00c71f
}

.ctus .info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #8f00c71f;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .info-icon svg {
  width: 20px;
  height: 20px
}

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

.ctus .info-label {
  font-size: 16px;
  line-height: 1.2;
  color: #8F00C7;
  letter-spacing: .1em;
  text-transform: uppercase
}

.ctus .info-val {
  font-size: 16px;
  line-height: 1.8;
  color: #FFF8EA
}

.ctus .info-val a {
  color: #FFF8EA !important;
  text-decoration: none !important
}

.ctus .info-val a:hover {
  color: #8F00C7 !important;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .reach-right {
  background: #fff8ea06;
  border-radius: 3px;
  padding: 40px;
  box-shadow: 0 5px 20px 0 #8f00c714;
  border: 1px solid #8f00c71a;
  position: relative;
  overflow: hidden
}

.ctus .reach-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8F00C7 50%, #1B6048 50%);
  border-radius: 3px 3px 0 0
}

.ctus .form-heading {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  letter-spacing: -.01em;
  margin-bottom: 8px
}

.ctus .form-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  margin-bottom: 40px
}

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

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

.ctus .field-grp label {
  font-size: 16px;
  line-height: 1.2;
  color: #b8a98a;
  letter-spacing: .08em
}

.ctus .field-grp input,
.ctus .field-grp select,
.ctus .field-grp textarea {
  background: #fff8ea0d;
  border: 1px solid #8f00c738;
  border-radius: 3px;
  color: #FFF8EA;
  font-size: 16px;
  line-height: 1.8;
  padding: 12px 24px;
  outline: none;
  width: 100%;
  box-shadow: inset 0 2px 5px 0 #8f00c712;
  transition: border-color .38s ease-in-out, box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  -webkit-appearance: none;
  appearance: none
}

.ctus .field-grp select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%238F00C7' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  cursor: pointer
}

.ctus .field-grp select option {
  background: #18120a;
  color: #FFF8EA
}

.ctus .field-grp textarea {
  min-height: 100px;
  resize: vertical
}

.ctus .field-grp input::placeholder,
.ctus .field-grp textarea::placeholder {
  color: #6b5e48
}

.ctus .field-grp input:focus,
.ctus .field-grp select:focus,
.ctus .field-grp textarea:focus {
  border-color: #8F00C7;
  box-shadow: inset 0 2px 5px 0 #8f00c71f 0 0 0 2px #8f00c726
}

.ctus .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ctus .time-pref-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .time-pref-grp label.grp-label {
  font-size: 16px;
  line-height: 1.2;
  color: #b8a98a;
  letter-spacing: .08em
}

.ctus .time-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ctus .time-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.ctus .time-options label.time-opt {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 3px;
  border: 1px solid #8f00c740;
  color: #b8a98a;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  background: #fff8ea08;
  transition: border-color .35s ease-in-out, color .35s ease-in-out, background .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  letter-spacing: 0
}

.ctus .time-options input[type="radio"]:checked+label.time-opt {
  border-color: #8F00C7;
  color: #FFF8EA;
  background: #8f00c726
}

.ctus .time-options label.time-opt:hover {
  border-color: #8F00C7;
  color: #FFF8EA
}

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

.ctus .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #8F00C7;
  cursor: pointer;
  margin-top: 2px;
  background: #fff8ea0d;
  border: 1px solid #8f00c74d;
  border-radius: 3px
}

.ctus .privacy-row .priv-text {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a
}

.ctus .privacy-row .priv-text a {
  color: #8F00C7 !important;
  text-decoration: none !important
}

.ctus .privacy-row .priv-text a:hover {
  text-decoration: underline !important
}

.ctus .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 40px;
  border-radius: 3px;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .08em;
  border: 2px solid #8F00C7;
  cursor: pointer;
  position: relative;
  outline: none;
  box-shadow: 0 5px 20px 0 #8f00c714;
  transition: background .38s ease-in-out, box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  align-self: flex-start
}

.ctus .btn-submit:hover {
  background: transparent;
  color: #8F00C7;
  box-shadow: 0 0 0 4px #8f00c72e 0 5px 20px 0 #8f00c71f
}

.ctus .btn-submit:focus {
  outline: 2px solid #8F00C7;
  outline-offset: 3px
}

.ctus .btn-submit:active {
  background: #6a0095;
  border-color: #6a0095;
  color: #FFF8EA
}

.ctus .num-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0
}

.ctus .num-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.ctus .num-ring .ring-num {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  position: relative;
  z-index: 1
}

.ctus .steps-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap
}

.ctus .step-card {
  flex: 1 1 0;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #1b604814;
  border-radius: 3px;
  border: 1px solid #1b60482e;
  box-shadow: 0 1px 4px 0 #1b604812
}

.ctus .step-card .step-label {
  font-size: 16px;
  line-height: 1.2;
  color: #1B6048;
  font-weight: 700;
  letter-spacing: .06em
}

.ctus .step-card .step-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a
}

.ctus .canvas-texture {
  position: relative
}

.ctus .canvas-texture::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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .04;
  pointer-events: none;
  border-radius: 3px
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(48px);
    filter: blur(6px)
  }

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

.ctus .reach-left {
  animation: slideInRight .42s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .08s
}

.ctus .reach-right {
  animation: slideInRight .45s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .2s
}

.ctus .info-item:nth-child(1) {
  animation: slideInRight .38s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .28s
}

.ctus .info-item:nth-child(2) {
  animation: slideInRight .38s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .36s
}

.ctus .info-item:nth-child(3) {
  animation: slideInRight .38s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .44s
}

.ctus .details-block {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 40px 80px
}

.ctus .details-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

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

.ctus .process-heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  letter-spacing: -.01em
}

.ctus .process-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a
}

.ctus .aside-card {
  background: #8f00c712;
  border-radius: 3px;
  padding: 40px 24px;
  border: 1px solid #8f00c726;
  box-shadow: 0 5px 20px 0 #8f00c714;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus .aside-heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  letter-spacing: -.01em
}

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

.ctus .aside-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a
}

.ctus .aside-list li .dot-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8F00C7;
  flex-shrink: 0
}

.ctus .aside-note {
  font-size: 16px;
  line-height: 1.8;
  color: #b8a98a;
  padding: 12px;
  background: #1b604814;
  border-radius: 3px;
  border: 1px solid #1b60482e
}

@media (max-width: 1024px) {
  .ctus .reach-block {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px 24px
  }

  .ctus .details-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ctus .details-block {
    padding: 24px 24px 40px
  }

  .ctus .field-row {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 768px) {
  .ctus .reach-block {
    padding: 24px 12px 12px;
    gap: 24px
  }

  .ctus .reach-heading {
    font-size: 32px
  }

  .ctus .reach-right {
    padding: 24px 12px
  }

  .ctus .steps-row {
    flex-direction: column;
    gap: 12px
  }

  .ctus .details-block {
    padding: 12px 12px 40px
  }

  .ctus .divider-mixed {
    padding: 0 12px
  }

  .ctus .time-options {
    gap: 8px
  }

  .ctus .form-heading {
    font-size: 24px
  }
}

@media (max-width: 320px) {
  .ctus .reach-heading {
    font-size: 24px
  }

  .ctus .reach-right {
    padding: 12px 8px
  }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {

  .ctus .reach-left,
  .ctus .reach-right,
  .ctus .info-item {
    animation-play-state: running
  }
}

@media (max-width: 768px) {

  .ctus .reach-left,
  .ctus .reach-right,
  .ctus .info-item {
    animation: none
  }
}

.lrnprog {
  background: #18120e;
  color: #e8dcc8;
  overflow-x: hidden;
  position: relative
}

.lrnprog .grad-text {
  background: linear-gradient(97deg, #8F00C7 50%, #1B6048 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.lrnprog .accent-word {
  color: #8F00C7
}

.lrnprog .accent-green {
  color: #1B6048
}

.lrnprog .dots-cluster {
  position: absolute;
  pointer-events: none;
  overflow: hidden
}

.lrnprog .dots-cluster span {
  display: block;
  border-radius: 32px;
  background: #8F00C7;
  position: absolute;
  opacity: .18
}

.lrnprog .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

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

.lrnprog .titleblock {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  position: relative
}

.lrnprog .titleblock .txtzone {
  flex: 1 1 0;
  padding: 40px 24px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1
}

.lrnprog .titleblock .imgzone {
  flex: 0 0 380px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative
}

.lrnprog .titleblock .imgcard {
  width: 360px;
  aspect-ratio: 16/9;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 60px 0 #8f00c71a
}

.lrnprog .titleblock .imgcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 32px;
  animation: blurSharp .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes blurSharp {
  from {
    filter: blur(12px);
    opacity: .4
  }

  to {
    filter: blur(0);
    opacity: 1
  }
}

.lrnprog .titleblock .imgcard .tint {
  position: absolute;
  inset: 0;
  background: #8F00C7;
  opacity: .18;
  border-radius: 32px;
  pointer-events: none;
  transition: opacity .38s ease-in-out
}

.lrnprog .titleblock .imgcard:hover .tint {
  opacity: .42
}

.lrnprog .titleblock .pattern-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap
}

.lrnprog .titleblock .pattern-row .pdot {
  width: 6px;
  height: 6px;
  border-radius: 32px;
  background: #8F00C7;
  opacity: .35
}

.lrnprog .titleblock .pattern-row .pdot.alt {
  background: #1B6048;
  opacity: .28
}

.lrnprog .titleblock h1 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.5px;
  margin: 0;
  color: #e8dcc8
}

.lrnprog .titleblock .theses {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0
}

.lrnprog .titleblock .thesis {
  font-size: 16px;
  line-height: 1.8;
  color: #c4b49a;
  padding: 12px 24px;
  background: #8f00c70f;
  border-radius: 3px;
  box-shadow: inset 0 2px 6px 0 #8f00c712
}

.lrnprog .titleblock .cta-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.lrnprog .btn-primary {
  display: inline-block;
  padding: 12px 40px;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #8F00C7;
  cursor: pointer;
  box-shadow: 0 5px 20px 0 #8f00c714;
  transition: 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
}

.lrnprog .btn-primary:hover {
  box-shadow: 0 8px 60px 0 #8f00c71a;
  outline: 2px solid #8F00C7;
  outline-offset: 4px
}

.lrnprog .btn-secondary {
  display: inline-block;
  padding: 12px 40px;
  background: transparent;
  color: #e8dcc8;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #3a2a1e;
  cursor: pointer;
  transition: border-color .4s ease-in-out, outline-offset .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.lrnprog .btn-secondary:hover {
  border-color: #1B6048;
  outline: 2px solid #1B6048;
  outline-offset: 4px
}

.lrnprog .titleblock .dots-cluster {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px
}

.lrnprog .titleblock .dots-cluster span:nth-child(1) {
  width: 18px;
  height: 18px;
  top: 8px;
  right: 12px
}

.lrnprog .titleblock .dots-cluster span:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 32px;
  right: 4px;
  opacity: .1
}

.lrnprog .titleblock .dots-cluster span:nth-child(3) {
  width: 7px;
  height: 7px;
  top: 12px;
  right: 36px;
  background: #1B6048;
  opacity: .22
}

.lrnprog .wavediv1 {
  margin-top: 24px
}

.lrnprog .progdetails {
  background: #221a11;
  position: relative;
  padding: 80px 0 40px
}

.lrnprog .progdetails .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px
}

.lrnprog .progdetails .section-label {
  font-size: 16px;
  letter-spacing: .12em;
  color: #8F00C7;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px
}

.lrnprog .progdetails h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #e8dcc8;
  margin: 0 0 40px;
  letter-spacing: -.3px
}

.lrnprog .progdetails .layout-main {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.lrnprog .progdetails .sidebar {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrnprog .progdetails .sidebar .scard {
  background: #2d1f12;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 5px 20px 0 #1b604814;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrnprog .progdetails .sidebar .scard .slabel {
  font-size: 16px;
  color: #7a6a55;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700
}

.lrnprog .progdetails .sidebar .scard .sval {
  font-size: 24px;
  font-weight: 900;
  color: #e8dcc8;
  line-height: 1.2
}

.lrnprog .progdetails .sidebar .scard .sdesc {
  font-size: 16px;
  color: #c4b49a;
  line-height: 1.8
}

.lrnprog .progdetails .sidebar .sgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.lrnprog .progdetails .sidebar .sgrid .scard {
  border-radius: 3px;
  padding: 12px
}

.lrnprog .progdetails .sidebar .sgrid .scard .sval {
  font-size: 16px
}

.lrnprog .progdetails .maincol {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.lrnprog .progdetails .intro-full {
  font-size: 16px;
  line-height: 1.8;
  color: #c4b49a
}

.lrnprog .progdetails .body-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lrnprog .progdetails .body-cols p {
  font-size: 16px;
  line-height: 1.8;
  color: #c4b49a;
  margin: 0
}

.lrnprog .progdetails .indicators {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px
}

.lrnprog .progdetails .inditem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.lrnprog .progdetails .indring {
  width: 72px;
  height: 72px;
  border-radius: 32px;
  border: 3px solid #8F00C7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #8f00c714;
  box-shadow: 0 1px 4px 0 #8f00c712;
  transition: background .4s ease-in-out, box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lrnprog .progdetails .indring:hover {
  background: #8f00c72e;
  box-shadow: 0 5px 20px 0 #8f00c714
}

.lrnprog .progdetails .indring .indnum {
  font-size: 24px;
  font-weight: 900;
  color: #8F00C7;
  line-height: 1.2
}

.lrnprog .progdetails .inditem .indlabel {
  font-size: 16px;
  color: #c4b49a;
  text-align: center;
  max-width: 80px;
  line-height: 1.2
}

.lrnprog .progdetails .annotated {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  background: #2d1f12;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 8px 60px 0 #1b60481a
}

.lrnprog .progdetails .annotated .annimg {
  flex: 0 0 260px;
  aspect-ratio: 16/9;
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

.lrnprog .progdetails .annotated .annimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lrnprog .progdetails .annotated .annimg .tint {
  position: absolute;
  inset: 0;
  background: #8F00C7;
  opacity: 0;
  transition: opacity .38s ease-in-out;
  pointer-events: none
}

.lrnprog .progdetails .annotated:hover .annimg .tint {
  opacity: .28
}

.lrnprog .progdetails .annotated .annlist {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrnprog .progdetails .annotated .annlist h4 {
  font-size: 24px;
  font-weight: 900;
  color: #e8dcc8;
  margin: 0 0 4px;
  line-height: 1.2
}

.lrnprog .progdetails .annotated .annitem {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start
}

.lrnprog .progdetails .annotated .annitem .annnum {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 32px;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px 0 #8f00c712;
  animation: blurSharp .45s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  animation-delay: .1s
}

.lrnprog .progdetails .annotated .annitem .anntxt {
  font-size: 16px;
  color: #c4b49a;
  line-height: 1.8;
  flex: 1 1 0
}

.lrnprog .progdetails .dots-cluster {
  bottom: 24px;
  right: 24px;
  width: 100px;
  height: 100px
}

.lrnprog .progdetails .dots-cluster span:nth-child(1) {
  width: 22px;
  height: 22px;
  bottom: 8px;
  right: 8px;
  background: #1B6048
}

.lrnprog .progdetails .dots-cluster span:nth-child(2) {
  width: 12px;
  height: 12px;
  bottom: 36px;
  right: 4px;
  opacity: .12
}

.lrnprog .progdetails .dots-cluster span:nth-child(3) {
  width: 8px;
  height: 8px;
  bottom: 14px;
  right: 38px;
  opacity: .2
}

@media (max-width: 1024px) {
  .lrnprog .titleblock {
    flex-direction: column;
    padding: 40px 24px 24px
  }

  .lrnprog .titleblock .imgzone {
    flex: 0 0 auto;
    width: 100%;
    align-items: stretch
  }

  .lrnprog .titleblock .imgcard {
    width: 100%
  }

  .lrnprog .titleblock .txtzone {
    padding: 24px 0
  }

  .lrnprog .progdetails .layout-main {
    flex-direction: column
  }

  .lrnprog .progdetails .sidebar {
    flex: 0 0 auto;
    width: 100%
  }

  .lrnprog .progdetails .body-cols {
    grid-template-columns: 1fr
  }

  .lrnprog .progdetails .annotated {
    flex-direction: column
  }

  .lrnprog .progdetails .annotated .annimg {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 768px) {
  .lrnprog .titleblock h1 {
    font-size: 32px
  }

  .lrnprog .progdetails h2 {
    font-size: 32px
  }

  .lrnprog .progdetails .inner {
    padding: 0 24px
  }

  .lrnprog .progdetails {
    padding: 40px 0 24px
  }

  .lrnprog .progdetails .indicators {
    gap: 12px
  }

  .lrnprog .progdetails .sidebar .sgrid {
    grid-template-columns: 1fr 1fr
  }

  .lrnprog .titleblock {
    padding: 24px 12px 12px
  }

  .lrnprog .titleblock .txtzone {
    padding: 12px 0
  }
}

@media (max-width: 320px) {
  .lrnprog .titleblock h1 {
    font-size: 24px
  }

  .lrnprog .progdetails h2 {
    font-size: 24px
  }

  .lrnprog .progdetails .indicators {
    flex-direction: column;
    align-items: flex-start
  }

  .lrnprog .btn-primary,
  .lrnprog .btn-secondary {
    padding: 12px 24px;
    font-size: 16px
  }
}

@media (min-width: 769px) {
  .lrnprog .titleblock .imgcard:hover .tint {
    opacity: .42
  }
}

.prtl {
  background: #18140f;
  color: #e8dfc8;
  overflow-x: clip;
  max-width: 1440px;
  margin: 0 auto
}

.prtl .grad-text {
  background: linear-gradient(127deg, #8F00C7 50%, #1B6048 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.prtl .accent-lg {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em
}

.prtl .label-sm {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8F00C7
}

.prtl .titblk {
  padding: 80px 40px;
  position: relative;
  background: #1a1508
}

.prtl .titblk-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.prtl .titblk-dots::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #8f00c72e 1px, transparent 1px), radial-gradient(circle, #1b60481f 1px, transparent 1px);
  background-size: 38px 38px, 61px 61px;
  background-position: 0 0, 19px 19px
}

.prtl .titblk-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prtl .titblk-img {
  flex: 0 0 340px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #8f00c71a
}

.prtl .titblk-img img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
  filter: saturate(0.35) brightness(0.85)
}

.prtl .titblk-copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prtl .titblk-copy h1 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  margin: 0;
  color: #FFF8EA
}

.prtl .titblk-copy .sub {
  font-size: 24px;
  line-height: 1.8;
  color: #c5b99a;
  margin: 0;
  max-width: 560px
}

.prtl .titblk-copy .dialogue {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  border-top: 1px solid #8f00c733;
  padding-top: 24px;
  max-width: 520px
}

.prtl .titblk-copy .btn-prim {
  display: inline-block;
  padding: 12px 40px;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #8F00C7;
  align-self: flex-start;
  transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), outline .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

@media (min-width: 1024px) {
  .prtl .titblk-copy .btn-prim:hover {
    outline: 2px solid #8F00C7;
    outline-offset: 4px;
    border-color: #6a0096
  }
}

.prtl .voices {
  padding: 80px 40px;
  background: #13100a;
  position: relative
}

.prtl .voices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8F00C7, transparent)
}

.prtl .voices::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1B6048, transparent)
}

.prtl .voices-head {
  max-width: 1360px;
  margin: 0 auto 40px
}

.prtl .voices-head h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0 0 8px
}

.prtl .voices-head p {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  max-width: 520px;
  margin: 0
}

.prtl .voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1360px;
  margin: 0 auto
}

.prtl .voicecard {
  background: #201a10;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 5px 20px 0 #1b604814;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative
}

.prtl .voicecard.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.prtl .voicecard-img {
  border-radius: 32px;
  overflow: hidden
}

.prtl .voicecard-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: filter 2.2s ease-in-out;
  filter: saturate(1);
  animation: colorCycle 8s ease-in-out infinite
}

@keyframes colorCycle {

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

  50% {
    filter: saturate(0) brightness(0.85)
  }
}

.prtl .voicecard-body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prtl .voicecard-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #c5b99a;
  font-style: italic;
  margin: 0
}

.prtl .voicecard-quote strong {
  color: #FFF8EA;
  font-style: normal
}

.prtl .voicecard-person {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prtl .voicecard-name {
  font-size: 16px;
  font-weight: 700;
  color: #FFF8EA;
  letter-spacing: .04em
}

.prtl .voicecard-role {
  font-size: 16px;
  color: #8F00C7;
  letter-spacing: .06em
}

.prtl .voicecard-tag {
  display: inline-block;
  background: #1b60482e;
  color: #1B6048;
  border-radius: 3px;
  padding: 4px 12px;
  font-size: 16px;
  letter-spacing: .08em;
  align-self: flex-start
}

.prtl .invest {
  padding: 80px 40px;
  background: #1a1508;
  position: relative
}

.prtl .invest-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.prtl .invest-noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  opacity: .6
}

.prtl .invest-overlay {
  position: absolute;
  inset: 0;
  background: #8f00c70a;
  animation: bgFade 6s ease-in-out infinite;
  pointer-events: none
}

@keyframes bgFade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.prtl .invest-inner {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prtl .invest-head {
  margin-bottom: 40px
}

.prtl .invest-head h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0 0 8px
}

.prtl .invest-head p {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  max-width: 480px;
  margin: 0
}

.prtl .invest-cols {
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  gap: 40px;
  align-items: start
}

.prtl .invest-divider {
  background: linear-gradient(180deg, #8F00C7 50%, #1B6048 50%);
  align-self: stretch;
  border-radius: 3px
}

.prtl .invest-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prtl .invest-col h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0
}

.prtl .invest-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prtl .invest-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #fff8ea08;
  border-radius: 3px
}

.prtl .invest-ico {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #8F00C7;
  margin-top: 2px
}

.prtl .invest-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prtl .invest-item-label {
  font-size: 16px;
  font-weight: 700;
  color: #FFF8EA;
  letter-spacing: .04em
}

.prtl .invest-item-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  margin: 0
}

.prtl .invest-img {
  border-radius: 32px;
  overflow: hidden;
  margin-top: 24px;
  box-shadow: 0 1px 4px 0 #8f00c712
}

.prtl .invest-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block
}

.prtl .commty {
  padding: 80px 40px;
  background: #13100a;
  position: relative
}

.prtl .commty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1B6048, transparent)
}

.prtl .commty::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8F00C7, transparent)
}

.prtl .commty-inner {
  max-width: 1360px;
  margin: 0 auto
}

.prtl .commty-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center
}

.prtl .commty-textblock {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prtl .commty-textblock h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0
}

.prtl .commty-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #c5b99a;
  margin: 0
}

.prtl .commty-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prtl .commty-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  margin: 0
}

.prtl .commty-img {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 #1b604814
}

.prtl .commty-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block
}

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

.prtl .featgrid-item {
  background: #201a10;
  border-radius: 32px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 1px 4px 0 #1b604812;
  transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

@media (min-width: 1024px) {
  .prtl .featgrid-item:hover {
    box-shadow: 0 8px 60px 0 #8f00c71a
  }
}

.prtl .featgrid-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8f00c71f;
  border-radius: 3px;
  color: #8F00C7
}

.prtl .featgrid-ico svg {
  width: 22px;
  height: 22px
}

.prtl .featgrid-label {
  font-size: 16px;
  font-weight: 700;
  color: #FFF8EA;
  letter-spacing: .04em
}

.prtl .featgrid-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  margin: 0
}

.prtl .expshp {
  padding: 80px 40px;
  background: #1a1508;
  position: relative
}

.prtl .expshp-curl {
  position: absolute;
  bottom: 24px;
  right: 40px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: .08;
  overflow: hidden
}

.prtl .expshp-inner {
  max-width: 1360px;
  margin: 0 auto
}

.prtl .expshp-head {
  margin-bottom: 40px
}

.prtl .expshp-head h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF8EA;
  margin: 0 0 8px
}

.prtl .expshp-head p {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  max-width: 500px;
  margin: 0
}

.prtl .expshp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.prtl .expshp-phases {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prtl .phase {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  background: #201a10;
  border-radius: 3px;
  align-items: flex-start;
  box-shadow: inset 0 2px 6px 0 #8f00c70f
}

.prtl .phase-num {
  flex: 0 0 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #8f00c726;
  color: #8F00C7;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .04em
}

.prtl .phase-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prtl .phase-title {
  font-size: 16px;
  font-weight: 700;
  color: #FFF8EA;
  letter-spacing: .04em
}

.prtl .phase-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #a09070;
  margin: 0
}

.prtl .expshp-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prtl .expshp-img {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #8f00c71a
}

.prtl .expshp-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block
}

.prtl .expshp-note {
  background: #1b60481a;
  border-radius: 3px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 4px 6px 0 #1b604814
}

.prtl .expshp-note-label {
  font-size: 16px;
  font-weight: 700;
  color: #1B6048;
  letter-spacing: .08em;
  text-transform: uppercase
}

.prtl .expshp-note p {
  font-size: 16px;
  line-height: 1.8;
  color: #c5b99a;
  margin: 0
}

.prtl .expshp-note .big-line {
  font-size: 24px;
  font-weight: 900;
  color: #FFF8EA;
  line-height: 1.2
}

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

  .prtl .voicecard.wide {
    grid-column: span 1;
    grid-template-columns: 1fr
  }

  .prtl .invest-cols {
    grid-template-columns: 1fr
  }

  .prtl .invest-divider {
    height: 3px;
    width: 100%
  }

  .prtl .commty-top {
    grid-template-columns: 1fr
  }

  .prtl .commty-body {
    grid-template-columns: 1fr
  }

  .prtl .featgrid {
    grid-template-columns: 1fr 1fr
  }

  .prtl .expshp-layout {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .prtl .titblk {
    padding: 40px 24px
  }

  .prtl .titblk-grid {
    flex-direction: column;
    gap: 24px
  }

  .prtl .titblk-img {
    flex: 0 0 auto;
    width: 100%
  }

  .prtl .titblk-img img {
    width: 100%;
    height: auto
  }

  .prtl .titblk-copy h1 {
    font-size: 32px
  }

  .prtl .titblk-copy .sub {
    font-size: 16px
  }

  .prtl .voices {
    padding: 40px 24px
  }

  .prtl .voices-grid {
    grid-template-columns: 1fr
  }

  .prtl .voicecard {
    padding: 24px
  }

  .prtl .voicecard.wide {
    grid-column: span 1;
    grid-template-columns: 1fr
  }

  .prtl .invest {
    padding: 40px 24px
  }

  .prtl .invest-cols {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .prtl .commty {
    padding: 40px 24px
  }

  .prtl .commty-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .prtl .commty-body {
    grid-template-columns: 1fr
  }

  .prtl .featgrid {
    grid-template-columns: 1fr
  }

  .prtl .expshp {
    padding: 40px 24px
  }

  .prtl .expshp-layout {
    grid-template-columns: 1fr
  }

  .prtl .accent-lg {
    font-size: 32px
  }
}

@media (max-width: 320px) {
  .prtl .titblk-copy h1 {
    font-size: 24px
  }

  .prtl .voices-head h2,
  .prtl .invest-head h2,
  .prtl .commty-textblock h2,
  .prtl .expshp-head h2 {
    font-size: 24px
  }
}

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

.successPage .successCard {
  background: #221a14;
  border-radius: 32px;
  box-shadow: 0 8px 60px 0 #8f00c71a;
  padding: 80px 40px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  position: relative
}

.successPage .successCard .iconWrap {
  width: 72px;
  height: 72px;
  border-radius: 32px;
  background: #1B6048;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  box-shadow: 0 5px 20px 0 #1b604814
}

.successPage .successCard .iconWrap svg {
  display: block
}

.successPage .successCard .successHeading {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #FFF8EA;
  margin: 0 0 24px
}

.successPage .successCard .successText {
  font-size: 16px;
  line-height: 1.8;
  color: #c9b99a;
  margin: 0 0 40px
}

.successPage .successCard .dividerLine {
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: #8F00C7;
  margin: 0 auto 40px
}

.successPage .successCard .successMeta {
  font-size: 16px;
  line-height: 1.8;
  color: #9a8878;
  margin: 0 0 40px
}

.successPage .successCard .successMeta strong {
  color: #FFF8EA;
  font-weight: 700
}

.successPage .successCard .btnGroup {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.successPage .successCard .btnPrimary {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 3px;
  background: #8F00C7;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid #8F00C7;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out;
  letter-spacing: .04em
}

.successPage .successCard .btnSecondary {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 3px;
  background: transparent;
  color: #FFF8EA;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid #4a3828;
  cursor: pointer;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  letter-spacing: .04em
}

@media (min-width: 768px) {
  .successPage .successCard .btnPrimary:hover {
    background: #6e009b;
    border-color: #6e009b;
    box-shadow: 0 5px 20px 0 #8f00c714;
    outline: 3px solid #8F00C7;
    outline-offset: 3px
  }

  .successPage .successCard .btnPrimary:focus {
    outline: 3px solid #8F00C7;
    outline-offset: 3px
  }

  .successPage .successCard .btnSecondary:hover {
    border-color: #FFF8EA;
    color: #FFF8EA;
    outline: 3px solid #4a3828;
    outline-offset: 3px
  }

  .successPage .successCard .btnSecondary:focus {
    outline: 3px solid #FFF8EA;
    outline-offset: 3px
  }
}

@media (max-width: 767px) {
  .successPage {
    padding: 40px 12px
  }

  .successPage .successCard {
    padding: 40px 24px
  }

  .successPage .successCard .btnGroup {
    flex-direction: column;
    align-items: stretch
  }

  .successPage .successCard .btnPrimary,
  .successPage .successCard .btnSecondary {
    text-align: center
  }
}