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

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

html {
  font-size: 100%
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden
}

.pagehead {
  position: relative;
  z-index: 100;
  background: linear-gradient(135deg, #1a120a 0%, #2E1D11 55%, #1e1610 100%);
  border-bottom: 2px solid #39cd652e;
  box-shadow: 0 7px 22px 1px #39cd6514;
  font-family: 'Fira Code', monospace
}

.pagehead-deck {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 0
}

.pagehead-topbar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
  border-bottom: 1px solid #fee2d512
}

.pagehead-brandpod {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.brandmark-cell {
  width: 80px;
  height: 80px;
  border: 2px solid #39CD65;
  border-radius: 10px;
  background: #39cd650f;
  box-shadow: 0 2px 3px 1px #39cd650d 0 7px 22px 1px #39cd6514;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

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

.brandtext-pod {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0
}

.brandname-label {
  font-family: 'Fira Code', monospace;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #FEE2D5;
  letter-spacing: -.03em;
  white-space: nowrap
}

.brandtag-label {
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #39CD65;
  letter-spacing: 0
}

.pagehead-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  line-height: 1.6;
  color: #FEE2D5;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #fee2d51a;
  background: #fee2d50a;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  min-height: 44px
}

.contact-item:hover {
  color: #39CD65;
  border-color: #39cd6566;
  background: #39cd6514
}

.contact-item:focus {
  outline: none;
  transform: scale(1.02);
  color: #39CD65;
  border-color: #39CD65
}

.contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor
}

.pagehead-navband {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 52px;
  position: relative
}

.pagehead-navband::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #39cd6540 30%, #fee2d526 70%, transparent 100%)
}

.sitenav-pod {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center
}

.sitenav-pod li {
  display: flex;
  align-items: center
}

.sitenav-pod li+li::before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #fee2d51f;
  flex-shrink: 0
}

.sitenav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fee2d5bf;
  text-decoration: none;
  padding: 16px;
  border-radius: 6px;
  white-space: nowrap;
  min-height: 44px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.sitenav-link::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #39CD65;
  border-radius: 44px;
  transform: scaleX(0);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center
}

.sitenav-link:hover {
  color: #FEE2D5;
  background: #39cd6512
}

.sitenav-link:hover::after {
  transform: scaleX(1)
}

.sitenav-link:focus {
  outline: none;
  transform: scale(1.02);
  color: #39CD65
}

.sitenav-link.active {
  color: #39CD65
}

.sitenav-link.active::after {
  transform: scaleX(1)
}

.sitenav-navicon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: .7
}

.pagefoot {
  position: relative;
  font-family: 'Fira Code', monospace;
  background: #2e1d11b8;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid #39cd652e;
  box-shadow: 0 -7px 22px 1px #39cd6514
}

.pagefoot-deck {
  max-width: 1366px;
  margin: 0 auto;
  padding: 64px 32px 32px
}

.pagefoot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.pagefoot-brandcell {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footbrand-mark {
  width: 80px;
  height: 80px;
  border: 2px solid #39cd6580;
  border-radius: 10px;
  background: #39cd650f;
  box-shadow: 0 2px 3px 1px #39cd650d 0 7px 22px 1px #39cd6514;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

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

.footbrand-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #FEE2D5;
  letter-spacing: -.02em
}

.footbrand-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fee2d58c
}

.footbrand-address {
  font-size: 16px;
  line-height: 1.6;
  color: #fee2d573;
  font-style: normal
}

.pagefoot-navcell {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footnav-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #39CD65;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #39cd6533
}

.footnavsub-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fee2d599;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fee2d514
}

.footnavsub-heading:first-child {
  margin-top: 0
}

.footnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.footnav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  line-height: 1.6;
  color: #fee2d5a6;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 6px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), padding-left .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footnav-link:hover {
  color: #39CD65;
  padding-left: 8px
}

.footnav-link:focus {
  outline: none;
  transform: scale(1.02);
  color: #39CD65
}

.footnav-arrow {
  width: 12px;
  height: 12px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: .5
}

.pagefoot-contactcell {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footcontact-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #39CD65;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #39cd6533
}

.footcontact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  line-height: 1.6;
  color: #fee2d5a6;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #fee2d512;
  background: #fee2d505;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  word-break: break-all
}

.footcontact-item:hover {
  color: #39CD65;
  border-color: #39cd654d;
  background: #39cd650f
}

.footcontact-item:focus {
  outline: none;
  transform: scale(1.02);
  color: #39CD65
}

.footcontact-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
  margin-top: 4px
}

.footcontact-label {
  font-size: 16px;
  font-weight: 700;
  color: #fee2d566;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px
}

.pagefoot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #39cd651f
}

.footbottom-copyright {
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  line-height: 1.6;
  color: #fee2d559
}

.footbottom-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.footlegal-link {
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  line-height: 1.6;
  color: #fee2d566;
  text-decoration: none;
  border-bottom: 1px solid #fee2d526;
  padding-bottom: 2px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footlegal-link:hover {
  color: #FEE2D5;
  border-color: #fee2d580
}

.footlegal-link:focus {
  outline: none;
  transform: scale(1.02);
  color: #39CD65
}

.footbottom-logocell {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #fee2d50f
}

.footbottom-logomark {
  width: 70px;
  height: 70px;
  border: 2px solid #39cd6559;
  border-radius: 10px;
  background: #39cd650a;
  box-shadow: 0 2px 3px 1px #39cd650d 0 7px 22px 1px #39cd6514;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  opacity: .7;
  transition: opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footbottom-logomark:hover {
  opacity: 1
}

.footbottom-logomark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block
}

@media (max-width: 1024px) {
  .pagehead-deck {
    padding: 0 16px
  }

  .pagefoot-deck {
    padding: 64px 16px 32px
  }

  .pagefoot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .pagefoot-brandcell {
    grid-column: 1 / -1
  }

  .sitenav-link {
    padding: 16px 12px;
    font-size: 16px
  }

  .brandname-label {
    font-size: 19px
  }
}

@media (max-width: 640px) {
  .pagehead-topbar {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0
  }

  .pagehead-contact {
    align-items: flex-start;
    width: 100%
  }

  .contact-item {
    white-space: normal;
    word-break: break-all
  }

  .sitenav-pod {
    justify-content: flex-start
  }

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

  .pagefoot-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

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

@media (max-width: 360px) {
  .pagehead-deck {
    padding: 0 8px
  }

  .pagefoot-deck {
    padding: 32px 8px
  }

  .brandmark-cell {
    width: 64px;
    height: 64px
  }

  .brandmark-cell img {
    width: 48px;
    height: 48px
  }

  .brandname-label {
    font-size: 19px
  }
}

.policy-block {
  max-width: 1366px;
  margin: 0 auto;
  padding: 64px 32px;
  background: #181a18;
  color: #e8ede8;
  min-height: 100vh
}

.policy-block p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #d4dbd4
}

.policy-block strong,
.policy-block b {
  font-weight: 700;
  color: #f0f5f0
}

.policy-block em,
.policy-block i {
  font-style: italic;
  color: #c8d4c8
}

.policy-block a {
  color: #39CD65;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-block a:hover {
  color: #5fe085;
  text-decoration-color: #39CD65
}

.policy-block a:visited {
  color: #2eaa52
}

.policy-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
  background: #1e221e;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 22px 1px #39cd6514
}

.policy-block thead {
  background: #2E1D11
}

.policy-block thead tr {
  border-bottom: 2px solid #39CD65
}

.policy-block th {
  padding: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #39CD65;
  letter-spacing: -.02em;
  line-height: 1.2
}

.policy-block tbody tr {
  border-bottom: 1px solid #2a302a;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

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

.policy-block tbody tr:hover {
  background: #242824
}

.policy-block td {
  padding: 16px;
  font-size: 16px;
  color: #c8d4c8;
  line-height: 1.6;
  vertical-align: top
}

.policy-block hr {
  border: none;
  border-top: 1px solid #2a302a;
  margin: 32px 0;
  position: relative
}

.policy-block hr::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #39CD65;
  margin-top: -1px
}

.policy-block div {
  margin-bottom: 16px
}

@media (max-width: 1024px) {
  .policy-block {
    padding: 64px 32px
  }
}

@media (max-width: 640px) {
  .policy-block {
    padding: 32px 16px
  }

  .policy-block p {
    font-size: 16px
  }

  .policy-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px
  }

  .policy-block th,
  .policy-block td {
    padding: 8px;
    font-size: 16px
  }
}

@media (max-width: 360px) {
  .policy-block {
    padding: 32px 8px
  }

  .policy-block p {
    font-size: 16px;
    line-height: 1.6
  }

  .policy-block th,
  .policy-block td {
    padding: 8px
  }
}

.aboutus {
  background: #141414;
  color: #f0ede8;
  overflow-x: clip;
  position: relative
}

.aboutus .revealup {
  opacity: 0;
  transform: translateY(32px);
  animation: slideup .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.aboutus .revealup.delay1 {
  animation-delay: .08s
}

.aboutus .revealup.delay2 {
  animation-delay: .16s
}

.aboutus .revealup.delay3 {
  animation-delay: .22s
}

.aboutus .revealup.delay4 {
  animation-delay: .28s
}

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

.aboutus .pagelimit {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.aboutus .pageselection::selection {
  background: linear-gradient(90deg, #39CD65, #2E1D11);
  color: #f0ede8
}

.aboutus .titlepanel {
  background: #1a1208;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.aboutus .titlepanel .circledeco {
  position: absolute;
  border-radius: 44px;
  opacity: .06;
  pointer-events: none
}

.aboutus .titlepanel .circledeco.c1 {
  width: 480px;
  height: 480px;
  border: 2px solid #39CD65;
  border-radius: 44px;
  top: -120px;
  right: -80px
}

.aboutus .titlepanel .circledeco.c2 {
  width: 280px;
  height: 280px;
  border: 2px solid #FEE2D5;
  border-radius: 44px;
  bottom: -60px;
  left: 40px
}

.aboutus .titlepanel .circledeco.c3 {
  width: 160px;
  height: 160px;
  background: #39CD65;
  border-radius: 44px;
  top: 64px;
  left: -40px;
  opacity: .04
}

.aboutus .titlepanel .titlegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.aboutus .titlepanel .titleleft {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aboutus .titlepanel .titlelabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #39CD65;
  letter-spacing: .08em;
  text-transform: uppercase
}

.aboutus .titlepanel .titlelabel .labelline {
  display: block;
  width: 32px;
  height: 2px;
  background: #39CD65
}

.aboutus .titlepanel .titleheading {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f0ede8;
  margin: 0
}

.aboutus .titlepanel .titleheading .accentword {
  color: #39CD65
}

.aboutus .titlepanel .titledesc {
  font-size: 19px;
  line-height: 1.6;
  color: #b8b2aa;
  margin: 0;
  max-width: 480px
}

.aboutus .titlepanel .titleactions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.aboutus .titlepanel .primarybtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #39CD65;
  color: #2E1D11;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .titlepanel .primarybtn:hover {
  background: #2fb857;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.aboutus .titlepanel .primarybtn:focus {
  outline: 2px solid #39CD65;
  outline-offset: 3px
}

.aboutus .titlepanel .titleimagearea {
  position: relative
}

.aboutus .titlepanel .titleimgwrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  box-shadow: 0 10px 44px 1px #39cd651f;
  position: relative
}

.aboutus .titlepanel .titleimgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.aboutus .titlepanel .titleimgwrap .tint {
  position: absolute;
  inset: 0;
  background: #39CD65;
  opacity: .12;
  pointer-events: none
}

.aboutus .titlepanel .floatstat {
  position: absolute;
  bottom: -16px;
  left: -32px;
  background: #2E1D11;
  border-radius: 10px;
  padding: 16px 32px;
  box-shadow: 0 7px 22px 1px #2e1d1114;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aboutus .titlepanel .floatstat .statnum {
  font-size: 42px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 800;
  letter-spacing: -.02em
}

.aboutus .titlepanel .floatstat .statlabel {
  font-size: 16px;
  line-height: 1.6;
  color: #FEE2D5
}

.aboutus .storypanel {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #141414;
  position: relative
}

.aboutus .storypanel .dotspattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  overflow: hidden
}

.aboutus .storypanel .dotspattern svg {
  width: 100%;
  height: 100%;
  opacity: .07
}

.aboutus .storydivider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px
}

.aboutus .storydivider .arc {
  flex: 1;
  max-width: 200px;
  height: 12px;
  border-top: 2px solid #39CD65;
  border-radius: 44px 44px 0 0;
  opacity: .4
}

.aboutus .storydivider .arc.second {
  border-top-color: #FEE2D5;
  opacity: .2;
  margin-top: 6px
}

.aboutus .storydivider .divlabel {
  font-size: 16px;
  color: #39CD65;
  letter-spacing: .1em;
  text-transform: uppercase
}

.aboutus .storygrid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start
}

.aboutus .storyleft {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 32px
}

.aboutus .storyleft .sectionnum {
  font-size: 72px;
  line-height: 1.2;
  color: #39CD65;
  opacity: .12;
  font-weight: 900;
  letter-spacing: -.04em;
  user-select: none;
  margin: 0
}

.aboutus .storyleft .storyheading {
  font-size: 42px;
  line-height: 1.2;
  color: #f0ede8;
  letter-spacing: -.02em;
  margin: 0
}

.aboutus .storyleft .storysub {
  font-size: 16px;
  line-height: 1.6;
  color: #39CD65
}

.aboutus .storyright {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aboutus .storyright .storypara {
  font-size: 19px;
  line-height: 1.6;
  color: #b8b2aa;
  margin: 0
}

.aboutus .storyright .storypara strong {
  color: #f0ede8;
  font-weight: 600
}

.aboutus .photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px
}

.aboutus .photogrid .photoitem {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1
}

.aboutus .photogrid .photoitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .photogrid .photoitem:hover img {
  transform: scale(1.04)
}

.aboutus .pillrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.aboutus .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2E1D11;
  color: #FEE2D5;
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 16px;
  border-radius: 44px;
  box-shadow: 0 2px 3px 1px #2e1d110d
}

.aboutus .pill .pillicon {
  width: 10px;
  height: 10px;
  border-radius: 44px;
  background: #39CD65;
  flex-shrink: 0
}

.aboutus .teampanel {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1a1208;
  position: relative;
  overflow: hidden
}

.aboutus .teampanel .bgfull {
  position: absolute;
  inset: 0;
  background: #1a1208;
  pointer-events: none
}

.aboutus .teampanel .teamdivider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 64px
}

.aboutus .teampanel .teamdivider .arc1 {
  width: 120px;
  height: 10px;
  border-top: 2px solid #FEE2D5;
  border-radius: 44px 44px 0 0;
  opacity: .3
}

.aboutus .teampanel .teamdivider .arc2 {
  width: 80px;
  height: 10px;
  border-top: 2px solid #39CD65;
  border-radius: 44px 44px 0 0;
  opacity: .5;
  margin-top: -6px
}

.aboutus .teampanel .teamtop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px
}

.aboutus .teampanel .teamheading {
  font-size: 42px;
  line-height: 1.2;
  color: #f0ede8;
  letter-spacing: -.02em;
  margin: 0;
  position: relative
}

.aboutus .teampanel .teamheading .bignumback {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 72px;
  color: #FEE2D5;
  opacity: .06;
  font-weight: 900;
  letter-spacing: -.04em;
  pointer-events: none;
  user-select: none;
  line-height: 1.2
}

.aboutus .teampanel .teamdesc {
  font-size: 19px;
  line-height: 1.6;
  color: #b8b2aa;
  max-width: 400px;
  margin: 0
}

.aboutus .teamcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 96px
}

.aboutus .teamcard {
  background: #141414;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 22px 1px #2e1d1114;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .teamcard:hover {
  box-shadow: 0 10px 44px 1px #39cd651f;
  transform: translateY(-4px)
}

.aboutus .teamcard .cardimgwrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative
}

.aboutus .teamcard .cardimgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .teamcard:hover .cardimgwrap img {
  transform: scale(1.05)
}

.aboutus .teamcard .cardimgwrap .cardtint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, #141414 100%);
  pointer-events: none
}

.aboutus .teamcard .cardbody {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.aboutus .teamcard .cardname {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8;
  font-weight: 700;
  margin: 0
}

.aboutus .teamcard .cardrole {
  font-size: 16px;
  line-height: 1.6;
  color: #39CD65;
  margin: 0
}

.aboutus .teamcard .cardnote {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b2aa;
  margin: 0
}

.aboutus .subscribepanel {
  background: #2E1D11;
  border-radius: 10px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  box-shadow: 0 10px 44px 1px #2e1d111f;
  position: relative;
  overflow: hidden
}

.aboutus .subscribepanel .subdecoring {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 2px solid #39CD65;
  border-radius: 44px;
  opacity: .06;
  top: -100px;
  right: -80px;
  pointer-events: none
}

.aboutus .subscribepanel .subheading {
  font-size: 30px;
  line-height: 1.2;
  color: #f0ede8;
  letter-spacing: -.02em;
  margin: 0;
  text-align: center
}

.aboutus .subscribepanel .subdesc {
  font-size: 19px;
  line-height: 1.6;
  color: #FEE2D5;
  text-align: center;
  max-width: 480px;
  margin: 0;
  opacity: .8
}

.aboutus .subscribepanel .subform {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 400px;
  align-items: center
}

.aboutus .subscribepanel .subform .fieldwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aboutus .subscribepanel .subform label {
  font-size: 16px;
  line-height: 1.6;
  color: #FEE2D5;
  opacity: .7
}

.aboutus .subscribepanel .subform input {
  width: 100%;
  background: #141414;
  border: 1.5px solid #39cd6533;
  border-radius: 6px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8;
  outline: none;
  box-sizing: border-box;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .subscribepanel .subform input::placeholder {
  color: #b8b2aa;
  opacity: .6
}

.aboutus .subscribepanel .subform input:focus {
  border-color: #39CD65;
  box-shadow: 0 0 0 3px #39cd651a
}

.aboutus .subscribepanel .subform .subbtn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #39CD65;
  color: #2E1D11;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.aboutus .subscribepanel .subform .subbtn:hover {
  background: #2fb857;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.aboutus .subscribepanel .subform .subbtn:focus {
  outline: 2px solid #f0ede8;
  outline-offset: 3px
}

.aboutus .subscribepanel .subform .subbtn svg {
  flex-shrink: 0
}

.aboutus .subscribepanel .subprivacy {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b2aa;
  text-align: center;
  opacity: .6
}

.aboutus .metricsbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 64px 0 0;
  margin-top: 64px;
  border-top: 1px solid #39cd651f
}

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

.aboutus .metricitem .metricval {
  font-size: 42px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 800;
  letter-spacing: -.02em
}

.aboutus .metricitem .metriclabel {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b2aa
}

@media (max-width: 1024px) {
  .aboutus .titlepanel .titlegrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aboutus .titlepanel .titleheading {
    font-size: 42px
  }

  .aboutus .titlepanel .floatstat {
    position: static;
    display: inline-flex;
    margin-top: 16px
  }

  .aboutus .storygrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aboutus .storyleft {
    position: static
  }

  .aboutus .teamcards {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .aboutus .metricsbar {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .aboutus .teampanel .teamtop {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .aboutus .pagelimit {
    padding-left: 16px;
    padding-right: 16px
  }

  .aboutus .titlepanel {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .aboutus .titlepanel .titleheading {
    font-size: 30px
  }

  .aboutus .storypanel {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .aboutus .storyleft .storyheading {
    font-size: 30px
  }

  .aboutus .photogrid {
    grid-template-columns: 1fr
  }

  .aboutus .teamcards {
    grid-template-columns: 1fr
  }

  .aboutus .metricsbar {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .aboutus .subscribepanel {
    padding: 32px 16px
  }

  .aboutus .teampanel {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media (max-width: 360px) {
  .aboutus .titlepanel .titleheading {
    font-size: 23px
  }

  .aboutus .metricsbar {
    grid-template-columns: 1fr
  }

  .aboutus .titlepanel .titleactions {
    flex-direction: column
  }
}

.learningprogram {
  background: #111210;
  color: #e8e4df;
  overflow-x: clip;
  position: relative
}

.learningprogram .programdetail {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 64px;
  position: relative
}

.learningprogram .programdetail .frameaccent {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  pointer-events: none;
  border: 1px solid #39cd651f;
  border-radius: 10px
}

.learningprogram .programdetail .frameaccent::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #39cd650f;
  border-radius: 6px
}

.learningprogram .programdetail .titlegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  position: relative;
  z-index: 1
}

.learningprogram .programdetail .titleleft {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.learningprogram .programdetail .titlelabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #39cd651a;
  border: 1px solid #39cd6540;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  color: #39CD65;
  letter-spacing: .04em;
  width: fit-content
}

.learningprogram .programdetail .titlelabel .labelicon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.learningprogram .programdetail .mainheading {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f2ede7;
  margin: 0;
  animation: blurtoSharp .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.learningprogram .programdetail .mainheading span {
  color: #39CD65
}

.learningprogram .programdetail .titledesc {
  font-size: 19px;
  line-height: 1.6;
  color: #a09890;
  margin: 0;
  max-width: 480px
}

.learningprogram .programdetail .titleactions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.learningprogram .programdetail .primarybtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #39CD65;
  color: #111210;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learningprogram .programdetail .primarybtn:hover {
  background: #2fb857;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.learningprogram .programdetail .primarybtn:focus {
  outline: 2px solid #39CD65;
  outline-offset: 3px
}

.learningprogram .programdetail .secondarybtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #e8e4df;
  border: 1px solid #e8e4df40;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .28s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learningprogram .programdetail .secondarybtn:hover {
  border-color: #39CD65;
  color: #39CD65
}

.learningprogram .programdetail .secondarybtn:focus {
  outline: 2px solid #39CD65;
  outline-offset: 3px
}

.learningprogram .programdetail .titleright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px
}

.learningprogram .programdetail .heroimage {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.learningprogram .programdetail .heroimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.15);
  transition: filter .35s cubic-bezier(0.34, 1.56, 0.64, 1), transform .35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: block
}

.learningprogram .programdetail .heroimage:hover img {
  filter: grayscale(0%) contrast(1.05);
  transform: scale(1.03)
}

.learningprogram .programdetail .ratingstrip {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  background: #2e1d1199;
  border: 1px solid #fee2d51f;
  border-radius: 10px;
  padding: 16px 32px;
  width: 100%
}

.learningprogram .programdetail .ratingitem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  flex: 1
}

.learningprogram .programdetail .ratingitem .ratingvalue {
  font-size: 30px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 700;
  letter-spacing: -.02em
}

.learningprogram .programdetail .ratingitem .ratinglabel {
  font-size: 16px;
  line-height: 1.6;
  color: #a09890
}

.learningprogram .programdetail .ratingdivider {
  width: 1px;
  height: 40px;
  background: #fee2d526
}

.learningprogram .wavedivider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 64px
}

.learningprogram .wavedivider svg {
  display: block;
  width: 100%;
  height: 64px
}

.learningprogram .modulesarea {
  background: #1a1612;
  padding: 96px 0;
  position: relative
}

.learningprogram .modulesarea .dotgroup {
  position: absolute;
  top: 32px;
  right: 64px;
  pointer-events: none;
  overflow: hidden
}

.learningprogram .modulesarea .dotgroup span {
  display: block;
  border-radius: 44px;
  background: #39cd652e;
  position: absolute
}

.learningprogram .modulesarea .dotgroup span:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 0;
  left: 0
}

.learningprogram .modulesarea .dotgroup span:nth-child(2) {
  width: 14px;
  height: 14px;
  top: 16px;
  left: 20px
}

.learningprogram .modulesarea .dotgroup span:nth-child(3) {
  width: 6px;
  height: 6px;
  top: 8px;
  left: 44px
}

.learningprogram .modulesarea .dotgroup span:nth-child(4) {
  width: 10px;
  height: 10px;
  top: 32px;
  left: 8px
}

.learningprogram .modulesarea .dotgroup span:nth-child(5) {
  width: 5px;
  height: 5px;
  top: 40px;
  left: 36px
}

.learningprogram .modulesarea .moduleswrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 64px
}

.learningprogram .modulesarea .sectiontop {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 64px
}

.learningprogram .modulesarea .sectiontop .sectionheadgroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px
}

.learningprogram .modulesarea .sectiontop .sectionnum {
  font-size: 72px;
  line-height: 1.2;
  color: #39cd6514;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  pointer-events: none;
  user-select: none
}

.learningprogram .modulesarea .sectiontop .sectionheading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f2ede7;
  margin: 0;
  animation: blurtoSharp .3s cubic-bezier(0.34, 1.56, 0.64, 1) .1s both
}

.learningprogram .modulesarea .sectiontop .sectionsubtext {
  font-size: 19px;
  line-height: 1.6;
  color: #a09890;
  margin: 0
}

.learningprogram .modulesarea .sectiontop .formatbadges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  flex-shrink: 0
}

.learningprogram .modulesarea .sectiontop .formatbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 44px;
  padding: 8px 16px;
  font-size: 16px
}

.learningprogram .modulesarea .sectiontop .formatbadge.group {
  background: #39cd651f;
  color: #39CD65;
  border: 1px solid #39cd6533
}

.learningprogram .modulesarea .sectiontop .formatbadge.individual {
  background: #fee2d514;
  color: #FEE2D5;
  border: 1px solid #fee2d533
}

.learningprogram .modulesarea .sectiontop .formatbadge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.learningprogram .modulesarea .modulegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px
}

.learningprogram .modulesarea .modulecard {
  background: #111210;
  border: 1px solid #e8e4df14;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 3px 1px #39cd650d
}

.learningprogram .modulesarea .modulecard:hover {
  border-color: #39cd654d;
  box-shadow: 0 7px 22px 1px #39cd6514
}

.learningprogram .modulesarea .modulecard .cardnumber {
  font-size: 72px;
  line-height: 1.2;
  color: #39cd6512;
  font-weight: 700;
  letter-spacing: -.04em;
  position: absolute;
  top: 16px;
  right: 24px;
  pointer-events: none;
  user-select: none
}

.learningprogram .modulesarea .modulecard .cardicon {
  width: 40px;
  height: 40px;
  background: #39cd651a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.learningprogram .modulesarea .modulecard .cardicon svg {
  width: 20px;
  height: 20px
}

.learningprogram .modulesarea .modulecard .cardheading {
  font-size: 23px;
  line-height: 1.2;
  color: #f2ede7;
  margin: 0;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1
}

.learningprogram .modulesarea .modulecard .cardbody {
  font-size: 16px;
  line-height: 1.6;
  color: #a09890;
  margin: 0
}

.learningprogram .modulesarea .modulecard .cardtopics {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 16px
}

.learningprogram .modulesarea .modulecard .cardtopics li {
  font-size: 16px;
  line-height: 1.6;
  color: #c8c0b8
}

.learningprogram .modulesarea .modulecard .cardduration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #39CD65;
  margin-top: 8px
}

.learningprogram .modulesarea .modulecard .cardduration svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.learningprogram .modulesarea .secondimage {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 44px 1px #39cd651f;
  grid-column: span 2;
  max-height: 480px
}

.learningprogram .modulesarea .secondimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(80%) contrast(1.1);
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: block
}

.learningprogram .modulesarea .secondimage:hover img {
  filter: grayscale(0%) contrast(1.0);
  transform: scale(1.02)
}

.learningprogram .modulesarea .secondimage .imagecaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #111210eb 0%, #11121000 100%);
  padding: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between
}

.learningprogram .modulesarea .secondimage .imagecaption .captiontext {
  font-size: 23px;
  line-height: 1.2;
  color: #f2ede7;
  margin: 0;
  letter-spacing: -.01em;
  max-width: 480px
}

.learningprogram .modulesarea .secondimage .imagecaption .captionlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #39CD65;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #39cd6566;
  padding-bottom: 4px;
  transition: border-bottom-width .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0
}

.learningprogram .modulesarea .secondimage .imagecaption .captionlink:hover {
  border-bottom-width: 2px
}

.learningprogram .modulesarea .faqarea {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.learningprogram .modulesarea .faqarea .faqheadgroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 32px
}

.learningprogram .modulesarea .faqarea .faqheadgroup .faqnum {
  font-size: 72px;
  line-height: 1.2;
  color: #39cd6514;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  pointer-events: none;
  user-select: none
}

.learningprogram .modulesarea .faqarea .faqheadgroup .faqheading {
  font-size: 30px;
  line-height: 1.2;
  color: #f2ede7;
  margin: 0;
  letter-spacing: -.02em
}

.learningprogram .modulesarea .faqarea .faqheadgroup .faqsubtext {
  font-size: 16px;
  line-height: 1.6;
  color: #a09890;
  margin: 0
}

.learningprogram .modulesarea .faqlist {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learningprogram .modulesarea .faqlist .faqitem {
  border: 1px solid #e8e4df14;
  border-radius: 10px;
  overflow: hidden;
  background: #111210;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learningprogram .modulesarea .faqlist .faqitem:hover {
  border-color: #39cd6533
}

.learningprogram .modulesarea .faqlist .faqitem details {
  padding: 0
}

.learningprogram .modulesarea .faqlist .faqitem details summary {
  padding: 16px 32px;
  font-size: 19px;
  line-height: 1.6;
  color: #e8e4df;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learningprogram .modulesarea .faqlist .faqitem details summary::-webkit-details-marker {
  display: none
}

.learningprogram .modulesarea .faqlist .faqitem details[open] summary {
  color: #39CD65
}

.learningprogram .modulesarea .faqlist .faqitem details summary .faqarrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #39CD65;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learningprogram .modulesarea .faqlist .faqitem details[open] summary .faqarrow {
  transform: rotate(180deg)
}

.learningprogram .modulesarea .faqlist .faqitem details .faqanswer {
  padding: 0 32px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #a09890;
  margin: 0
}

@keyframes blurtoSharp {
  from {
    filter: blur(6px);
    opacity: .4
  }

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

@media (max-width: 1280px) {
  .learningprogram .programdetail {
    padding: 64px 32px
  }

  .learningprogram .programdetail .mainheading {
    font-size: 42px
  }

  .learningprogram .modulesarea .moduleswrap {
    padding: 0 32px
  }

  .learningprogram .modulesarea .sectiontop .sectionheading {
    font-size: 30px
  }
}

@media (max-width: 1024px) {
  .learningprogram .programdetail .titlegrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learningprogram .programdetail .titleright {
    align-items: flex-start
  }

  .learningprogram .programdetail .heroimage {
    max-width: 480px
  }

  .learningprogram .modulesarea .modulegrid {
    grid-template-columns: 1fr
  }

  .learningprogram .modulesarea .secondimage {
    grid-column: span 1
  }

  .learningprogram .modulesarea .faqarea {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learningprogram .modulesarea .faqarea .faqheadgroup {
    position: static
  }

  .learningprogram .modulesarea .sectiontop {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
  }

  .learningprogram .modulesarea .sectiontop .formatbadges {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media (max-width: 640px) {
  .learningprogram .programdetail {
    padding: 64px 16px
  }

  .learningprogram .programdetail .mainheading {
    font-size: 30px
  }

  .learningprogram .programdetail .titleactions {
    flex-direction: column;
    align-items: flex-start
  }

  .learningprogram .programdetail .ratingstrip {
    flex-direction: column;
    gap: 16px
  }

  .learningprogram .programdetail .ratingdivider {
    width: 40px;
    height: 1px
  }

  .learningprogram .modulesarea {
    padding: 64px 0
  }

  .learningprogram .modulesarea .moduleswrap {
    padding: 0 16px
  }

  .learningprogram .modulesarea .modulecard {
    padding: 16px
  }

  .learningprogram .modulesarea .secondimage .imagecaption {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px
  }

  .learningprogram .modulesarea .faqlist .faqitem details summary {
    padding: 16px;
    font-size: 16px
  }

  .learningprogram .modulesarea .faqlist .faqitem details .faqanswer {
    padding: 0 16px 16px
  }
}

@media (max-width: 360px) {
  .learningprogram .programdetail .mainheading {
    font-size: 23px
  }

  .learningprogram .modulesarea .sectiontop .sectionheading {
    font-size: 23px
  }
}

.contactus {
  background: #141414;
  color: #f0ede8;
  overflow-x: clip;
  position: relative
}

.contactus .pagewrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px
}

.contactus .revealup {
  opacity: 0;
  transform: translateY(40px);
  animation: slideup .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.contactus .revealup.delay1 {
  animation-delay: .08s
}

.contactus .revealup.delay2 {
  animation-delay: .16s
}

.contactus .revealup.delay3 {
  animation-delay: .22s
}

.contactus .revealup.delay4 {
  animation-delay: .3s
}

.contactus .revealup.delay5 {
  animation-delay: .36s
}

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

.contactus .arrowband {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 0 8px;
  opacity: .35
}

.contactus .arrowband span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #39CD65;
  border-bottom: 2px solid #39CD65;
  transform: rotate(45deg);
  display: inline-block
}

.contactus .arrowband span:nth-child(2) {
  opacity: .6
}

.contactus .arrowband span:nth-child(3) {
  opacity: .3
}

.contactus .dividerline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0
}

.contactus .dividerline::before,
.contactus .dividerline::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #2a2a2a
}

.contactus .dividerline .divcenter {
  width: 8px;
  height: 8px;
  border: 2px solid #39CD65;
  border-radius: 6px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.contactus .dividerline2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0
}

.contactus .dividerline2::before,
.contactus .dividerline2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #222
}

.contactus .dividerline2 .divcenter2 {
  width: 12px;
  height: 4px;
  background: #39CD65;
  border-radius: 44px;
  flex-shrink: 0
}

.contactus .opentop {
  padding: 64px 0 96px;
  position: relative;
  overflow: hidden
}

.contactus .opentop .stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #39CD65 40%, #2E1D11 70%, transparent 100%)
}

.contactus .opentop .mosaicgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.contactus .opentop .textzone {
  padding: 32px 0 0
}

.contactus .opentop .labelsmall {
  font-size: 16px;
  color: #39CD65;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.contactus .opentop .pagetitle {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f0ede8;
  margin: 0 0 32px
}

.contactus .opentop .pagetitle em {
  font-style: normal;
  color: #39CD65
}

.contactus .opentop .tagline {
  font-size: 19px;
  line-height: 1.6;
  color: #a09a93;
  max-width: 420px
}

.contactus .opentop .imagezone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.contactus .opentop .mosaic1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #1e2e22 0%, #0f1a12 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 22px 1px #39cd6514;
  position: relative;
  overflow: hidden
}

.contactus .opentop .mosaic1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 30%, #39cd651f 0%, transparent 70%)
}

.contactus .opentop .mosaic1 svg {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1
}

.contactus .opentop .mosaic1 .mosaictext {
  font-size: 16px;
  color: #39CD65;
  margin-top: 8px;
  position: relative;
  z-index: 1
}

.contactus .opentop .mosaic2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  aspect-ratio: 1/1;
  background: #2E1D11;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 1px #2e1d110d;
  position: relative;
  overflow: hidden
}

.contactus .opentop .mosaic2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 70%, #fee2d514 0%, transparent 70%)
}

.contactus .opentop .mosaic2 svg {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1
}

.contactus .opentop .mosaic2 .mosaictext {
  font-size: 16px;
  color: #FEE2D5;
  margin-top: 8px;
  position: relative;
  z-index: 1
}

.contactus .opentop .mosaic3 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  aspect-ratio: 2/1;
  background: linear-gradient(160deg, #1a1200 0%, #2E1D11 50%, #141414 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  box-shadow: 0 10px 44px 1px #39cd651f;
  position: relative;
  overflow: hidden
}

.contactus .opentop .mosaic3::before {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 120px;
  height: 120px;
  border-radius: 44px;
  background: #39cd6512
}

.contactus .opentop .mosaic3 .mosaicbig {
  font-size: 42px;
  line-height: 1.2;
  color: #39CD65;
  letter-spacing: -.02em
}

.contactus .opentop .mosaic3 .mosaicsmall {
  font-size: 16px;
  color: #a09a93;
  max-width: 180px;
  line-height: 1.6
}

.contactus .formblock {
  padding: 96px 0 64px;
  background: #111;
  clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%)
}

.contactus .formblock .forminner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start
}

.contactus .formblock .formleft {
  padding-top: 32px
}

.contactus .formblock .sectionnum {
  font-size: 72px;
  line-height: 1.2;
  color: #39cd6514;
  letter-spacing: -.04em;
  display: block;
  margin-bottom: 8px
}

.contactus .formblock .sectionhead {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 16px
}

.contactus .formblock .sectiondesc {
  font-size: 19px;
  line-height: 1.6;
  color: #7a7470;
  margin-bottom: 32px
}

.contactus .formblock .contactitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.contactus .formblock .contactitem .iconbox {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #2E1D11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 7px 22px 1px #2e1d1114;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .formblock .contactitem:hover .iconbox {
  transform: translateY(-3px)
}

.contactus .formblock .contactitem .iconbox svg {
  width: 20px;
  height: 20px
}

.contactus .formblock .contactitem .contacttext {
  font-size: 16px;
  color: #c8c2bb;
  line-height: 1.6
}

.contactus .formblock .contactitem .contacttext a {
  color: #c8c2bb;
  text-decoration: none;
  border-bottom: 1px solid #c8c2bb33;
  transition: border-bottom-width .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .formblock .contactitem .contacttext a:hover {
  color: #39CD65;
  border-bottom: 3px solid #39CD65
}

.contactus .formblock .formright {
  background: #181818;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.contactus .formblock .fieldgroup {
  margin-bottom: 16px
}

.contactus .formblock .fieldlabel {
  display: block;
  font-size: 16px;
  color: #7a7470;
  margin-bottom: 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.contactus .formblock .fieldinput {
  width: 100%;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 16px;
  font-size: 19px;
  color: #f0ede8;
  outline: none;
  box-sizing: border-box;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 4px 8px #2e1d111a
}

.contactus .formblock .fieldinput::placeholder {
  color: #3a3530
}

.contactus .formblock .fieldinput:focus {
  border-color: #39CD65;
  box-shadow: inset 0 6px 10px #2e1d111f 0 0 0 2px #39cd651f
}

.contactus .formblock .topicrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px
}

.contactus .formblock .topiccheck {
  display: none
}

.contactus .formblock .topiclabel {
  display: block;
  padding: 16px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  font-size: 16px;
  color: #7a7470;
  cursor: pointer;
  text-align: center;
  background: #111;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .formblock .topiccheck:checked+.topiclabel {
  border-color: #39CD65;
  color: #39CD65;
  background: #39cd650f
}

.contactus .formblock .topiclabel:hover {
  border-color: #39CD65;
  color: #c8c2bb
}

.contactus .formblock .conditionalfield {
  display: none;
  margin-bottom: 16px
}

.contactus .formblock .topiccheck.group:checked~.conditionalfield.forgroup {
  display: block
}

.contactus .formblock .topiccheck.private:checked~.conditionalfield.forprivate {
  display: block
}

.contactus .formblock .privacyrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  margin-top: 16px
}

.contactus .formblock .privacycheck {
  width: 20px;
  height: 20px;
  accent-color: #39CD65;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.contactus .formblock .privacytext {
  font-size: 16px;
  color: #7a7470;
  line-height: 1.6
}

.contactus .formblock .privacytext a {
  color: #39CD65;
  text-decoration: none;
  border-bottom: 1px solid #39cd654d;
  transition: border-bottom-width .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .formblock .privacytext a:hover {
  border-bottom: 3px solid #39CD65
}

.contactus .formblock .submitbtn {
  width: 100%;
  padding: 16px 32px;
  background: #39CD65;
  color: #141414;
  font-size: 19px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .formblock .submitbtn:hover {
  background: #2fb858;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.contactus .formblock .submitbtn:focus {
  outline: 2px solid #39CD65;
  outline-offset: 2px
}

.contactus .formblock .submitbtn:active {
  background: #28a34e
}

.contactus .formblock .submitbtn svg {
  width: 20px;
  height: 20px
}

.contactus .locationblock {
  padding: 64px 0 96px;
  background: #141414;
  clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 100%)
}

.contactus .locationblock .locinner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center
}

.contactus .locationblock .sectionnum {
  font-size: 72px;
  line-height: 1.2;
  color: #fee2d50f;
  letter-spacing: -.04em;
  display: block;
  margin-bottom: 8px
}

.contactus .locationblock .sectionhead {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 16px
}

.contactus .locationblock .sectiondesc {
  font-size: 19px;
  line-height: 1.6;
  color: #7a7470;
  margin-bottom: 32px
}

.contactus .locationblock .addresscard {
  background: #181818;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 7px 22px 1px #2e1d1114;
  position: relative;
  overflow: hidden
}

.contactus .locationblock .addresscard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #39CD65 0%, #2E1D11 100%);
  border-radius: 6px 0 0 6px
}

.contactus .locationblock .addressline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px
}

.contactus .locationblock .addressline:last-child {
  margin-bottom: 0
}

.contactus .locationblock .addressline .iconbox {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #39cd6514;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contactus .locationblock .addressline:hover .iconbox {
  background: #39cd6526
}

.contactus .locationblock .addressline .iconbox svg {
  width: 18px;
  height: 18px
}

.contactus .locationblock .addressline .addrtext {
  font-size: 16px;
  color: #c8c2bb;
  line-height: 1.6
}

.contactus .locationblock .addressline .addrtext a {
  color: #c8c2bb;
  text-decoration: none;
  border-bottom: 1px solid #c8c2bb33;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-bottom-width .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.contactus .locationblock .addressline .addrtext a:hover {
  color: #39CD65;
  border-bottom: 3px solid #39CD65
}

.contactus .locationblock .mapvisual {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #181818;
  position: relative;
  box-shadow: 0 10px 44px 1px #39cd651f;
  display: flex;
  align-items: center;
  justify-content: center
}

.contactus .locationblock .mapvisual .gridlines {
  position: absolute;
  inset: 0
}

.contactus .locationblock .mapvisual .gridlines svg {
  width: 100%;
  height: 100%;
  opacity: .15
}

.contactus .locationblock .mapvisual .pinmarker {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.contactus .locationblock .mapvisual .pinmarker svg {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 7px 22px #39cd6566);
  animation: pinbounce 2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pinbounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.contactus .locationblock .mapvisual .pinlabel {
  font-size: 16px;
  color: #39CD65;
  background: #141414d9;
  padding: 8px 16px;
  border-radius: 44px;
  border: 1px solid #39cd6533
}

@media (max-width: 1024px) {
  .contactus .opentop .mosaicgrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contactus .opentop .pagetitle {
    font-size: 42px
  }

  .contactus .formblock .forminner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contactus .locationblock .locinner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 640px) {
  .contactus .opentop {
    padding: 32px 0 64px
  }

  .contactus .opentop .pagetitle {
    font-size: 30px
  }

  .contactus .opentop .imagezone {
    grid-template-columns: 1fr 1fr
  }

  .contactus .opentop .mosaic3 {
    padding: 16px
  }

  .contactus .opentop .mosaic3 .mosaicbig {
    font-size: 30px
  }

  .contactus .formblock {
    padding: 64px 0 32px;
    clip-path: polygon(0 12px, 100% 0, 100% 100%, 0 100%)
  }

  .contactus .formblock .sectionhead {
    font-size: 30px
  }

  .contactus .formblock .topicrow {
    grid-template-columns: 1fr
  }

  .contactus .locationblock {
    padding: 32px 0 64px;
    clip-path: polygon(0 0, 100% 12px, 100% 100%, 0 100%)
  }

  .contactus .locationblock .sectionhead {
    font-size: 30px
  }

  .contactus .pagewrap {
    padding: 0 16px
  }
}

@media (max-width: 360px) {
  .contactus .opentop .pagetitle {
    font-size: 23px
  }

  .contactus .formblock .sectionhead,
  .contactus .locationblock .sectionhead {
    font-size: 23px
  }
}

.first {
  background-color: #141414;
  color: #f0ede8;
  overflow-x: clip;
  position: relative
}

.first .pulse-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  animation: overlayBreath 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background: radial-gradient(ellipse at 60% 40%, #39cd650f 0%, transparent 70%)
}

@keyframes overlayBreath {

  0%,
  100% {
    opacity: .4
  }

  50% {
    opacity: 1
  }
}

.first .page-bound {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.first .wavy-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.first .wavy-divider svg {
  display: block;
  width: 100%
}

.first .asym-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px
}

.first .asym-divider span.short {
  display: block;
  width: 32px;
  height: 2px;
  background: #39CD65;
  flex-shrink: 0
}

.first .asym-divider span.long {
  display: block;
  flex: 1;
  height: 1px;
  background: #39cd6540
}

.first ::selection {
  background: linear-gradient(90deg, #39CD65, #2E1D11);
  color: #f0ede8
}

.first a {
  color: #39CD65;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.first a:hover {
  text-decoration-thickness: 3px
}

.first .label-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #39CD65;
  border: 1px solid #39cd6559;
  padding: 8px 16px;
  border-radius: 44px;
  margin-bottom: 16px
}

.first .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 1
}

.first .bento-image-cell {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.first .bento-image-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.35) contrast(1.1) brightness(0.88) saturate(0.8)
}

.first .bento-image-cell .film-grain {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, #2e1d111f 0px, #2e1d111f 1px, transparent 1px, transparent 3px);
  pointer-events: none;
  border-radius: 10px
}

.first .bento-image-cell .brand-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #39cd6514 0%, #2e1d1173 100%);
  pointer-events: none;
  border-radius: 10px
}

.first .bento-text-cell {
  grid-column: 2;
  grid-row: 1;
  background: #1c1a17;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 7px 22px 1px #39cd6514;
  position: relative;
  overflow: hidden
}

.first .bento-text-cell .deco-arc {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #39cd651a;
  pointer-events: none
}

.first .bento-text-cell h1 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 16px
}

.first .bento-text-cell p {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8bf;
  margin: 0 0 32px
}

.first .bento-action-cell {
  grid-column: 2;
  grid-row: 2;
  background: #39cd6512;
  border: 1px solid #39cd6533;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 16px
}

.first .bento-action-cell .action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #39CD65;
  color: #2E1D11;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 6px;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 3px 1px #39cd650d
}

.first .bento-action-cell .action-link:hover {
  box-shadow: 0 10px 44px 1px #39cd651f;
  transform: translateY(-2px);
  text-decoration: none
}

.first .bento-action-cell .action-link svg {
  width: 18px;
  height: 18px;
  fill: #2E1D11;
  flex-shrink: 0
}

.first .bento-action-cell .subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede880
}

@media (max-width: 1024px) {
  .first .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto
  }

  .first .bento-image-cell {
    grid-column: 1 / 3;
    grid-row: 1;
    aspect-ratio: 16 / 7
  }

  .first .bento-text-cell {
    grid-column: 1 / 3;
    grid-row: 2
  }

  .first .bento-action-cell {
    grid-column: 1 / 3;
    grid-row: 3
  }
}

@media (max-width: 640px) {
  .first .bento-grid {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .first .bento-text-cell h1 {
    font-size: 30px
  }

  .first .bento-text-cell {
    padding: 16px
  }

  .first .bento-action-cell {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px
  }
}

.first .value-section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1c1a17
}

.first .value-section .value-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.first .value-section .value-sticky {
  position: sticky;
  top: 32px
}

.first .value-section .value-sticky .big-number {
  font-size: 72px;
  line-height: 1.2;
  color: #39cd651f;
  letter-spacing: -.04em;
  font-weight: 900;
  user-select: none;
  margin: 0
}

.first .value-section .value-sticky h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 16px
}

.first .value-section .value-sticky p {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede899;
  margin: 0
}

.first .value-section .value-items {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.first .value-section .value-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 10px;
  background: #141414;
  box-shadow: 0 2px 3px 1px #39cd650d;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.first .value-section .value-item:hover {
  box-shadow: 0 10px 44px 1px #39cd651f
}

.first .value-section .value-item .item-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #39cd651f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.first .value-section .value-item .item-icon svg {
  width: 22px;
  height: 22px;
  stroke: #39CD65;
  fill: none;
  stroke-width: 1.8
}

.first .value-section .value-item h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #f0ede8;
  margin: 0 0 8px
}

.first .value-section .value-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8a6;
  margin: 0
}

.first .value-section .value-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px
}

.first .value-section .value-image-row .vimg {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 7px 22px 1px #39cd6514
}

.first .value-section .value-image-row .vimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

@media (max-width: 1024px) {
  .first .value-section .value-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .first .value-section .value-sticky {
    position: static
  }
}

@media (max-width: 640px) {
  .first .value-section {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .first .value-section .value-image-row {
    grid-template-columns: 1fr
  }
}

.first .people-section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #141414
}

.first .people-section .people-heading-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 32px
}

.first .people-section .people-heading-row h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0;
  max-width: 480px
}

.first .people-section .people-heading-row p {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede88c;
  max-width: 300px;
  margin: 0
}

.first .people-section .people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.first .people-section .person-card {
  border-radius: 10px;
  background: #1c1a17;
  overflow: hidden;
  box-shadow: 0 7px 22px 1px #39cd6514;
  display: flex;
  flex-direction: column;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.first .people-section .person-card:hover {
  transform: translateY(-4px)
}

.first .people-section .person-card .card-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden
}

.first .people-section .person-card .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.first .people-section .person-card .card-body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.first .people-section .person-card .card-quote {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8cc;
  margin: 0;
  font-style: italic
}

.first .people-section .person-card .card-name {
  font-size: 16px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 700;
  margin: 0
}

.first .people-section .person-card .card-role {
  font-size: 16px;
  line-height: 1.2;
  color: #f0ede873;
  margin: 0
}

.first .people-section .person-card .card-result {
  border-top: 1px solid #39cd6526;
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede899;
  margin: 0
}

.first .people-section .people-wide-card {
  margin-top: 16px;
  border-radius: 10px;
  background: #1c1a17;
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  box-shadow: 0 7px 22px 1px #39cd6514
}

.first .people-section .people-wide-card .wide-photo {
  width: 96px;
  height: 96px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.first .people-section .people-wide-card .wide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.first .people-section .people-wide-card .wide-text p {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8cc;
  font-style: italic;
  margin: 0 0 8px
}

.first .people-section .people-wide-card .wide-text span {
  font-size: 16px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 700
}

.first .people-section .people-wide-card .wide-stat {
  text-align: right
}

.first .people-section .people-wide-card .wide-stat .stat-num {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #39CD65;
  font-weight: 900;
  display: block
}

.first .people-section .people-wide-card .wide-stat .stat-label {
  font-size: 16px;
  line-height: 1.2;
  color: #f0ede873
}

@media (max-width: 1024px) {
  .first .people-section .people-grid {
    grid-template-columns: 1fr 1fr
  }

  .first .people-section .people-heading-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .first .people-section {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .first .people-section .people-grid {
    grid-template-columns: 1fr
  }

  .first .people-section .people-wide-card {
    grid-template-columns: 1fr
  }

  .first .people-section .people-wide-card .wide-stat {
    text-align: left
  }

  .first .people-section .people-heading-row h2 {
    font-size: 30px
  }
}

.first .invest-section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1c1a17
}

.first .invest-section .invest-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0
}

.first .invest-section .invest-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .12
}

.first .invest-section .invest-content {
  position: relative;
  z-index: 1
}

.first .invest-section .invest-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.first .invest-section .invest-top h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0
}

.first .invest-section .invest-top p {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8b3;
  margin: 0
}

.first .invest-section .invest-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.first .invest-section .tier-card {
  border-radius: 10px;
  padding: 32px;
  background: #141414;
  border: 1px solid #39cd651a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 3px 1px #39cd650d;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.first .invest-section .tier-card:hover {
  border-color: #39cd6566;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.first .invest-section .tier-card.featured {
  border-color: #39cd6580;
  background: #39cd650f
}

.first .invest-section .tier-card h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #f0ede8;
  margin: 0
}

.first .invest-section .tier-card .tier-price {
  font-size: 30px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 900;
  letter-spacing: -.02em
}

.first .invest-section .tier-card .tier-price span {
  font-size: 16px;
  color: #f0ede873;
  font-weight: 400
}

.first .invest-section .tier-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede899;
  margin: 0
}

.first .invest-section .tier-card ul {
  list-style: disc;
  padding-left: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.first .invest-section .tier-card ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8a6
}

.first .invest-section .invest-note {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede873;
  text-align: center
}

@media (max-width: 1024px) {
  .first .invest-section .invest-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .first .invest-section .invest-tiers {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .first .invest-section {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .first .invest-section .invest-tiers {
    grid-template-columns: 1fr
  }

  .first .invest-section .invest-top h2 {
    font-size: 30px
  }
}

.first .gap-section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #141414
}

.first .gap-section .gap-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.first .gap-section .gap-text h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 16px
}

.first .gap-section .gap-text p {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8b3;
  margin: 0 0 32px
}

.first .gap-section .gap-text .gap-list {
  list-style: disc;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 32px
}

.first .gap-section .gap-text .gap-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8a6
}

.first .gap-section .gap-text .gap-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #39CD65;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.first .gap-section .gap-text .gap-link:hover {
  text-decoration-thickness: 3px
}

.first .gap-section .gap-visual {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.first .gap-section .gap-image-main {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.first .gap-section .gap-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.first .gap-section .gap-callout {
  border-radius: 10px;
  background: #39cd6512;
  border: 1px solid #39cd6533;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.first .gap-section .gap-callout p {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8bf;
  margin: 0
}

.first .gap-section .gap-callout strong {
  color: #39CD65
}

.first .gap-section .rotate-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.first .gap-section .rotate-icon-wrap:active svg {
  animation: iconSpin .35s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards
}

@keyframes iconSpin {
  0% {
    transform: rotate(0deg)
  }

  60% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

@media (max-width: 1024px) {
  .first .gap-section .gap-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 640px) {
  .first .gap-section {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .first .gap-section .gap-text h2 {
    font-size: 30px
  }
}

@media (max-width: 360px) {
  .first .page-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .first .bento-text-cell h1 {
    font-size: 23px
  }
}

.philanthropy {
  background: #141414;
  color: #f0ede8;
  overflow-x: clip;
  position: relative
}

.philanthropy .titleblock {
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 0;
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 64px;
  gap: 64px;
  align-items: stretch
}

.philanthropy .imagecol {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.philanthropy .imagecol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.25) brightness(0.7);
  aspect-ratio: 1/1
}

.philanthropy .imagecol .captionfade {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, #39cd652e 100%);
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 32px
}

.philanthropy .imagecol:hover .captionfade {
  opacity: 1
}

.philanthropy .imagecol .captionfade span {
  font-size: 16px;
  color: #f0ede8;
  line-height: 1.6
}

.philanthropy .textcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.philanthropy .quotemark {
  position: absolute;
  top: -32px;
  left: -16px;
  font-size: 200px;
  line-height: 1.2;
  color: #39CD65;
  opacity: .06;
  pointer-events: none;
  select: none;
  user-select: none;
  font-weight: 900;
  letter-spacing: -8px
}

.philanthropy .pagelabel {
  font-size: 16px;
  color: #39CD65;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.6
}

.philanthropy .pageheading {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f0ede8;
  margin: 0 0 32px;
  clip-path: inset(0 100% 0 0);
  animation: revealclip .32s cubic-bezier(0.34, 1.56, 0.64, 1) .1s forwards
}

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

.philanthropy .dividersvg {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.philanthropy .givingarea {
  background: #1a1f1b;
  position: relative;
  overflow: hidden
}

.philanthropy .givingarealayer {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, #39cd6512 0%, transparent 70%);
  pointer-events: none
}

.philanthropy .givingarealayer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, #fee2d50a 0%, transparent 65%);
  pointer-events: none
}

.philanthropy .givinginner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 96px 64px;
  position: relative;
  z-index: 1
}

.philanthropy .sectionlabel {
  font-size: 16px;
  color: #39CD65;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.6
}

.philanthropy .sectionheading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ede8;
  margin: 0 0 64px;
  max-width: 640px
}

.philanthropy .steppedgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.philanthropy .stepcard {
  background: #141414;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.philanthropy .stepcard:hover {
  box-shadow: 0 10px 44px 1px #39cd651f;
  transform: translateY(-4px)
}

.philanthropy .stepcard.raised {
  margin-top: -32px
}

.philanthropy .stepcard.highest {
  margin-top: -64px
}

.philanthropy .stepnumber {
  font-size: 72px;
  line-height: 1.2;
  color: #39CD65;
  opacity: .12;
  font-weight: 900;
  position: absolute;
  top: 16px;
  right: 24px;
  letter-spacing: -4px;
  pointer-events: none;
  user-select: none
}

.philanthropy .stepicon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #39cd651f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.philanthropy .stepicon svg {
  width: 24px;
  height: 24px
}

.philanthropy .stepcard h5 {
  font-size: 19px;
  line-height: 1.6;
  color: #f0ede8;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.philanthropy .stepcard p {
  font-size: 16px;
  line-height: 1.6;
  color: #a8a09a;
  margin: 0
}

.philanthropy .connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  position: relative
}

.philanthropy .connectorline {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #39cd654d, transparent);
  position: relative
}

.philanthropy .connectorline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 44px;
  background: #39CD65;
  box-shadow: 0 2px 3px 1px #39cd650d
}

.philanthropy .progresssteps {
  margin-top: 64px;
  position: relative
}

.philanthropy .progresstrack {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  position: relative
}

.philanthropy .progresstrack::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, #39CD65, #39cd6533);
  z-index: 0
}

.philanthropy .progressstep {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 16px
}

.philanthropy .progressdot {
  width: 48px;
  height: 48px;
  border-radius: 44px;
  background: #141414;
  border: 2px solid #39CD65;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 16px;
  color: #39CD65;
  font-weight: 700;
  box-shadow: 0 2px 3px 1px #39cd650d;
  transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.philanthropy .progressstep:hover .progressdot {
  background: #39CD65;
  color: #141414;
  box-shadow: 0 7px 22px 1px #39cd6514
}

.philanthropy .progressstep h6 {
  font-size: 16px;
  line-height: 1.6;
  color: #f0ede8;
  margin: 0 0 8px
}

.philanthropy .progressstep p {
  font-size: 16px;
  line-height: 1.6;
  color: #a8a09a;
  margin: 0
}

.philanthropy .statstrip {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 64px;
  flex-wrap: wrap
}

.philanthropy .statitem {
  flex: 1;
  min-width: 160px;
  padding: 32px;
  background: #39cd650f;
  border-radius: 10px;
  border-top: 2px solid #39cd654d;
  text-align: center
}

.philanthropy .statvalue {
  font-size: 42px;
  line-height: 1.2;
  color: #39CD65;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 8px
}

.philanthropy .statlabel {
  font-size: 16px;
  line-height: 1.6;
  color: #a8a09a
}

@media (max-width: 1024px) {
  .philanthropy .titleblock {
    grid-template-columns: 1fr;
    padding: 64px 32px;
    gap: 32px
  }

  .philanthropy .imagecol {
    max-height: 360px
  }

  .philanthropy .pageheading {
    font-size: 42px
  }

  .philanthropy .steppedgrid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .philanthropy .stepcard.raised,
  .philanthropy .stepcard.highest {
    margin-top: 0
  }

  .philanthropy .givinginner {
    padding: 64px 32px
  }

  .philanthropy .progresstrack {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
  }

  .philanthropy .progresstrack::before {
    display: none
  }

  .philanthropy .progressstep {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 16px;
    padding: 0
  }

  .philanthropy .progressdot {
    flex-shrink: 0;
    margin-bottom: 0
  }
}

@media (max-width: 640px) {
  .philanthropy .titleblock {
    padding: 64px 16px
  }

  .philanthropy .pageheading {
    font-size: 30px
  }

  .philanthropy .sectionheading {
    font-size: 30px
  }

  .philanthropy .givinginner {
    padding: 64px 16px
  }

  .philanthropy .statstrip {
    flex-direction: column
  }

  .philanthropy .statvalue {
    font-size: 30px
  }
}

@media (max-width: 360px) {
  .philanthropy .titleblock {
    padding: 32px 8px
  }

  .philanthropy .givinginner {
    padding: 32px 8px
  }
}

.availability {
  background: #18191a;
  color: #f2f0ec;
  overflow-x: clip;
  padding: 0
}

.availability .panel-title {
  background: #f2f0ec;
  padding: 64px 32px
}

.availability .panel-title-grid {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px
}

.availability .panel-title-text {
  flex: 1 1 0;
  max-width: 700px
}

.availability .panel-title-text h1 {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #2E1D11;
  margin: 0 0 32px
}

.availability .panel-title-text p {
  font-size: 19px;
  line-height: 1.6;
  color: #2E1D11;
  margin: 0;
  max-width: 520px
}

.availability .panel-title-accent {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px
}

.availability .accent-bar {
  width: 120px;
  height: 6px;
  border-radius: 44px;
  background: #39CD65;
  opacity: .18
}

.availability .accent-bar.thick {
  width: 64px;
  height: 10px;
  opacity: .32
}

.availability .accent-bar.short {
  width: 80px;
  height: 4px;
  opacity: .12
}

.availability .wave-divider {
  width: 100%;
  line-height: 0;
  background: #f2f0ec
}

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

.availability .schedule-panel {
  background: #18191a;
  padding: 96px 32px;
  position: relative
}

.availability .schedule-panel-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.availability .schedule-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.availability .schedule-label {
  font-size: 16px;
  line-height: 1.6;
  color: #39CD65;
  letter-spacing: .08em;
  text-transform: uppercase
}

.availability .schedule-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f2f0ec;
  margin: 0
}

.availability .schedule-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #b8b4af;
  margin: 0
}

.availability .schedule-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  box-shadow: 0 10px 44px 1px #39cd651f;
  position: relative
}

.availability .schedule-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .schedule-image-wrap:hover img {
  transform: translateX(-5%) scale(1.06)
}

.availability .schedule-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #39CD65;
  opacity: 0;
  border-radius: 10px;
  transition: opacity .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.availability .schedule-image-wrap:hover::after {
  opacity: .18
}

.availability .schedule-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.availability .session-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.availability .session-card {
  background: #222324;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .session-card:hover {
  background: #272929;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.availability .session-card.wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px
}

.availability .session-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #2E1D11;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.availability .session-icon svg {
  width: 22px;
  height: 22px
}

.availability .session-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.availability .session-card-body h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #f2f0ec;
  margin: 0
}

.availability .session-card-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b4af;
  margin: 0
}

.availability .session-card-body .tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #39CD65;
  background: #39cd651a;
  border-radius: 6px;
  padding: 8px 16px;
  margin-top: 8px;
  align-self: flex-start
}

.availability .dashed-connector {
  width: 100%;
  border: none;
  border-top: 2px dashed #39cd6538;
  margin: 0
}

.availability .region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px
}

.availability .region-item {
  background: #222324;
  border-radius: 10px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  box-shadow: 0 2px 3px 1px #39cd650d;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .region-item:hover {
  box-shadow: 0 7px 22px 1px #39cd6514
}

.availability .region-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0
}

.availability .region-item span {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b4af
}

.availability .format-panel {
  background: #222324;
  padding: 96px 32px;
  position: relative;
  overflow: hidden
}

.availability .format-panel-wave {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.availability .format-panel-wave svg {
  width: 100%;
  height: 100%
}

.availability .format-panel-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.availability .format-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 64px
}

.availability .format-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f2f0ec;
  margin: 0;
  max-width: 480px
}

.availability .format-sub {
  font-size: 19px;
  line-height: 1.6;
  color: #b8b4af;
  margin: 0;
  max-width: 380px
}

.availability .format-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch
}

.availability .format-image-col {
  flex: 0 0 420px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 10px 44px 1px #39cd651f;
  position: relative
}

.availability .format-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .format-image-col:hover img {
  transform: translateY(-5%) scale(1.06)
}

.availability .format-image-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #39CD65;
  opacity: 0;
  border-radius: 10px;
  transition: opacity .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.availability .format-image-col:hover::after {
  opacity: .16
}

.availability .format-list-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.availability .format-item {
  background: #18191a;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 3px 1px #39cd650d;
  transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .format-item:hover {
  box-shadow: 0 7px 22px 1px #39cd6514
}

.availability .format-item-number {
  font-size: 42px;
  line-height: 1.2;
  color: #39cd6521;
  font-weight: 700;
  letter-spacing: -.04em;
  flex-shrink: 0;
  width: 48px;
  text-align: right;
  user-select: none
}

.availability .format-item-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.availability .format-item-body h5 {
  font-size: 19px;
  line-height: 1.2;
  color: #f2f0ec;
  margin: 0
}

.availability .format-item-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b4af;
  margin: 0
}

.availability .cta-strip {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.availability .cta-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #39CD65;
  color: #2E1D11;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border: none;
  border-radius: 44px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 22px 1px #39cd6514;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.availability .cta-button:hover {
  background: #2eb857;
  box-shadow: 0 10px 44px 1px #39cd651f
}

.availability .cta-button:focus {
  outline: 3px solid #39CD65;
  outline-offset: 3px
}

.availability .cta-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.availability .cta-note {
  font-size: 16px;
  line-height: 1.6;
  color: #b8b4af
}

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

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

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

.availability .format-panel {
  background-size: 200% 200%;
  animation: colorwave 9s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  background-image: linear-gradient(135deg, #222324 0%, #1e2620 40%, #222324 60%, #1c2020 100%)
}

@media (max-width: 1280px) {
  .availability .panel-title-text h1 {
    font-size: 42px
  }

  .availability .schedule-heading {
    font-size: 30px
  }

  .availability .format-heading {
    font-size: 30px
  }

  .availability .region-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .availability .format-image-col {
    flex: 0 0 320px
  }
}

@media (max-width: 1024px) {
  .availability .panel-title-grid {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start
  }

  .availability .schedule-panel-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .availability .format-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .availability .format-row {
    flex-direction: column
  }

  .availability .format-image-col {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1/1
  }
}

@media (max-width: 640px) {
  .availability .panel-title {
    padding: 64px 16px
  }

  .availability .panel-title-text h1 {
    font-size: 30px
  }

  .availability .schedule-panel {
    padding: 64px 16px
  }

  .availability .format-panel {
    padding: 64px 16px
  }

  .availability .session-grid {
    grid-template-columns: 1fr
  }

  .availability .session-card.wide {
    flex-direction: column
  }

  .availability .region-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 360px) {
  .availability .panel-title-text h1 {
    font-size: 23px
  }

  .availability .region-grid {
    grid-template-columns: 1fr
  }

  .availability .cta-strip {
    flex-direction: column;
    align-items: flex-start
  }
}

.successPage {
  min-height: 100vh;
  background: #111210;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px
}

.successPage .responseWrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.successPage .iconHolder {
  width: 96px;
  height: 96px;
  margin: 0 auto 32px;
  border-radius: 44px;
  background: #39CD65;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 22px 1px #39cd6514 0 10px 44px 1px #39cd651f
}

.successPage .iconHolder svg {
  width: 44px;
  height: 44px;
  display: block
}

.successPage .statusHeading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f2ede8;
  margin: 0 0 16px
}

.successPage .statusSubtext {
  font-size: 19px;
  line-height: 1.6;
  color: #a89e94;
  margin: 0 0 32px
}

.successPage .dividerLine {
  width: 64px;
  height: 2px;
  background: #39CD65;
  border-radius: 6px;
  margin: 0 auto 32px;
  opacity: .6
}

.successPage .detailNote {
  font-size: 16px;
  line-height: 1.6;
  color: #7a7068;
  margin: 0 0 64px
}

.successPage .actionGroup {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.successPage .returnButton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.successPage .returnButton.primary {
  background: #39CD65;
  color: #2E1D11;
  font-weight: 600;
  box-shadow: 0 2px 3px 1px #39cd650d 0 7px 22px 1px #39cd6514
}

.successPage .returnButton.primary:hover,
.successPage .returnButton.primary:focus {
  background: #2fb857;
  box-shadow: 0 7px 22px 1px #39cd651f 0 10px 44px 1px #39cd651f;
  outline: none
}

.successPage .returnButton.primary:active {
  box-shadow: inset 0 4px 10px #2e1d112e 0 2px 3px 1px #39cd650d
}

.successPage .returnButton.secondary {
  background: transparent;
  color: #a89e94;
  border: 1px solid #2e2a26;
  box-shadow: 0 2px 3px 1px #2e1d110d
}

.successPage .returnButton.secondary:hover,
.successPage .returnButton.secondary:focus {
  border-color: #39CD65;
  color: #f2ede8;
  box-shadow: 0 7px 22px 1px #39cd6514;
  outline: none
}

.successPage .returnButton.secondary:active {
  box-shadow: inset 0 4px 8px #2e1d1133
}

.successPage .returnButton svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.successPage .brandLabel {
  margin-top: 64px;
  font-size: 16px;
  color: #3a3530;
  letter-spacing: .04em
}

@media (max-width: 640px) {
  .successPage {
    padding: 64px 16px
  }

  .successPage .statusHeading {
    font-size: 30px
  }

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

  .successPage .returnButton {
    justify-content: center
  }
}

@media (max-width: 360px) {
  .successPage .iconHolder {
    width: 64px;
    height: 64px
  }

  .successPage .iconHolder svg {
    width: 32px;
    height: 32px
  }

  .successPage .statusHeading {
    font-size: 23px
  }
}