.program-facts {
  padding: 1.5rem 0;
  background-color: #111b21;
}
.program-facts__card {
  padding: 1.5rem;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 14px 16px -8px rgba(0, 0, 0, 0.04);
}
.program-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-facts__list {
  display: none;
}
.program-facts__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #194547;
}
.program-facts__value {
  display: block;
  color: #111b21;
  font-weight: 600;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 0px) and (max-width: 991.99px) {
  .program-facts .container {
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .program-facts {
    padding: 0;
  }
  .program-facts__card {
    display: none;
  }
  .program-facts__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 1.5rem 0;
    list-style: none;
  }
  .program-facts__item {
    flex: 1 1 0;
    padding: 1rem 1.5rem;
    border-left: 1px solid rgba(232, 207, 128, 0.32);
  }
  .program-facts__item:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .program-facts__label {
    color: #e8cf80;
  }
  .program-facts__value {
    color: hsl(0, 0%, 100%);
    font-weight: 500;
  }
}
.learning-model__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.learning-model {
  padding: 3rem 0;
  background: #111b21;
}
.learning-model__top {
  position: relative;
}
.learning-model__eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: #e8cf80;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
}
.learning-model__head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.learning-model__title {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
.learning-model__visual {
  position: relative;
  align-self: center;
  flex-shrink: 0;
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
}
.learning-model__piece {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform;
}
.learning-model__piece img {
  display: block;
  width: 100%;
  height: auto;
}
.learning-model__piece--bg1 {
  top: -10%;
  left: -30%;
  z-index: 0;
  width: 100%;
}
.learning-model__piece--bg2 {
  top: -5%;
  left: 2%;
  z-index: 0;
  width: 90%;
}
.learning-model__piece--stack {
  position: relative;
  z-index: 1;
  width: 200px;
  top: 5%;
  left: -5%;
}
.learning-model__cta {
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
}

.learning-model__accordion {
  margin-top: 2.5rem;
}
.learning-model__accordion .accordion__item {
  border-bottom-color: rgba(232, 207, 128, 0.24);
}
.learning-model__accordion .accordion__index {
  color: #e8cf80;
}
.learning-model__accordion .accordion__title {
  color: #faf8f1;
  font-weight: 700;
  --font-size: 17px;
  --font-size-rem: 1.0625rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.learning-model__accordion .accordion__icon::before,
.learning-model__accordion .accordion__icon::after {
  background-color: #e8cf80;
}
.learning-model__accordion .accordion__content p {
  color: rgba(250, 248, 241, 0.72);
  font-weight: 300;
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 768px) {
  .learning-model__title {
    --font-size: 72px;
    --font-size-rem: 4.5rem;
    --line-height: 82px;
    --line-height-rem: 5.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .learning-model {
    padding: 5rem 0;
  }
  .learning-model__eyebrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
  .learning-model__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
  }
  .learning-model__title {
    max-width: 650px;
  }
  .learning-model__visual {
    width: 32%;
    max-width: 380px;
    margin: 0;
  }
  .learning-model__accordion {
    margin-top: 3.5rem;
  }
  .learning-model__accordion .accordion__title {
    --font-size: 19px;
    --font-size-rem: 1.1875rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .learning-model__accordion .accordion__content p {
    --font-size: 15.5px;
    --font-size-rem: 0.96875rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
.program-overview__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.program-overview {
  background-color: #111b21;
  padding: 0 !important;
}
.program-overview__background {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fcfaf8;
  border-radius: 16px;
}
.program-overview__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 0.75rem;
  color: rgba(17, 27, 33, 0.5);
}
.program-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "eyebrow" "title" "editor";
}
.program-overview__title {
  grid-area: title;
  margin: 0 0 1rem;
  color: #111b21;
  font-weight: 600;
}
.program-overview__editor {
  grid-area: editor;
}
.program-overview__editor p {
  margin: 0 0 1.25rem;
  color: rgba(61, 58, 54, 0.78);
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.program-overview__editor p:last-child {
  margin-bottom: 0;
}
.program-overview__editor strong {
  display: inline-block;
  color: #111b21;
  font-weight: 500;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 768px) {
  .program-overview__title {
    --font-size: 72px;
    --font-size-rem: 4.5rem;
    --line-height: 82px;
    --line-height-rem: 5.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .program-overview__background {
    padding: 3.5rem 0;
  }
  .program-overview__eyebrow {
    margin-bottom: 1.5rem;
  }
  .program-overview__grid {
    grid-template-columns: minmax(0, 500px) 1fr;
    grid-template-areas: "title eyebrow" "title editor";
    column-gap: 2rem;
  }
  .program-overview__title {
    margin-bottom: 0;
  }
  .program-overview__editor p {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
.page-header__title {
  max-width: unset;
}
.registration__content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.016em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.registration__lead {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.registration {
  padding: 3.5rem 0;
  background: linear-gradient(351deg, #111b21 40%, #194547 91.79%, #e7dc9c 135.12%);
}
.registration__panel {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.registration__eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: #e8cf80;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.registration__lead {
  margin: 0;
  color: rgba(250, 248, 241, 0.78);
}
.registration__card {
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  background-color: #e8cf80;
  flex-shrink: 0;
}
.registration__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.registration__card-title {
  margin: 0;
  color: #111b21;
  font-weight: 700;
  --font-size: 21px;
  --font-size-rem: 1.3125rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.registration__content {
  color: hsl(0, 0%, 100%);
}
.registration__content p {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 300;
}
.registration__badge {
  flex-shrink: 0;
  padding: 0.4rem 1rem;
  border-radius: 24px;
  background-color: rgba(17, 27, 33, 0.2);
  color: rgba(42, 31, 51, 0.75);
  white-space: nowrap;
  --font-size: 13px;
  --font-size-rem: 0.8125rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.registration__form {
  gap: 0.3rem;
}
.registration__form .input-field__title {
  color: rgba(17, 27, 33, 0.7);
  font-weight: 600;
  letter-spacing: 0.18em;
  --font-size: 11px;
  --font-size-rem: 0.6875rem;
  --line-height: 16px;
  --line-height-rem: 1rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.registration__form .input,
.registration__form .textarea,
.registration__form .selectbox {
  padding: 0.75rem 0;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: rgba(17, 27, 33, 0.32);
  background-color: transparent;
  color: #111b21;
}
.registration__form .input::placeholder,
.registration__form .textarea::placeholder,
.registration__form .selectbox::placeholder {
  color: rgba(17, 27, 33, 0.45);
}
.registration__form .input:focus-visible,
.registration__form .textarea:focus-visible,
.registration__form .selectbox:focus-visible {
  border-color: #111b21;
}
.registration__form .input:disabled,
.registration__form .textarea:disabled,
.registration__form .selectbox:disabled {
  cursor: not-allowed;
  color: rgba(17, 27, 33, 0.6);
  border-color: rgba(17, 27, 33, 0.18);
}
.registration__form .options {
  --size: 1.25rem;
  padding-top: 0.5rem;
}
.registration__form .checkbox {
  background-color: transparent;
  border-color: rgba(42, 31, 51, 0.6);
}
.registration__form .checkbox:after {
  --width: 5px;
  --height: 11px;
  border-color: rgba(42, 31, 51, 0.8);
}
.registration__form .option__label {
  color: rgba(42, 31, 51, 0.8);
  --font-size: 12.5px;
  --font-size-rem: 0.78125rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.registration__form .input-field__error {
  color: red;
}
.registration__submit {
  background-color: #111b21;
  color: #e8cf80;
  border-radius: 24px;
  letter-spacing: 0.18em;
}
.registration__submit:hover, .registration__submit:focus-visible {
  background-color: rgba(17, 27, 33, 0.85);
}
.registration__recaptcha {
  color: rgba(17, 27, 33, 0.7);
}
@media screen and (min-width: 576px) {
  .registration__card {
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .registration__content h2 {
    --font-size: 52px;
    --font-size-rem: 3.25rem;
    --line-height: 62px;
    --line-height-rem: 3.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .registration {
    padding: 6rem 0;
  }
  .registration__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
  .registration__card {
    max-width: none;
    padding: 2.5rem;
  }
  .registration__card-title {
    --font-size: 25px;
    --font-size-rem: 1.5625rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .registration__badge {
    --font-size: 14px;
    --font-size-rem: 0.875rem;
    --line-height: 22px;
    --line-height-rem: 1.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
.schedule__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.016em;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 42px;
  --line-height-rem: 2.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}

.schedule {
  background-color: #111b21;
  padding: 0 !important;
  padding-bottom: 0.5rem !important;
}
.schedule__background {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fcfaf8;
  border-radius: 16px;
  overflow: hidden;
}
.schedule__top {
  position: relative;
}
.schedule__eyebrow {
  display: block;
  margin-bottom: 1.5rem;
  color: rgba(17, 27, 33, 0.5);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
}
.schedule__panel {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.schedule__content {
  min-width: 0;
}
.schedule__title {
  margin: 0 0 2rem;
  color: #111b21;
  font-weight: 600;
}
.schedule__editor ul:not([class]) {
  margin: 0;
}
.schedule__editor ul:not([class]) > li {
  padding: 0.85rem 0 0.85rem 3ch;
  border-bottom: 1px solid rgba(17, 27, 33, 0.08);
  color: rgba(61, 58, 54, 0.82);
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.schedule__editor ul:not([class]) > li::before {
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #e8cf80;
  transform: translateY(-50%) rotate(45deg);
}
.schedule__editor ul:not([class]) > li:first-child {
  border-top: 1px solid rgba(17, 27, 33, 0.08);
}
.schedule__visual {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 600/524;
  margin: 0 auto;
}
.schedule__piece {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform;
}
.schedule__piece img {
  display: block;
  width: 100%;
  height: auto;
}
.schedule__piece--outline {
  top: 8%;
  left: 2%;
  z-index: 0;
  width: 86%;
}
.schedule__piece--diamond-lg {
  top: 2%;
  left: 12%;
  z-index: 0;
  width: 78%;
}
.schedule__piece--diamond-md {
  top: 7%;
  left: 38%;
  z-index: 0;
  width: 49%;
}
.schedule__piece--ring {
  top: 0;
  left: 9%;
  z-index: 0;
  width: 84%;
}
.schedule__piece--square {
  top: 62%;
  left: 6%;
  z-index: 2;
  width: 4%;
}
.schedule__piece--dot-a {
  top: 28%;
  left: 1%;
  z-index: 0;
  width: 14px;
}
.schedule__piece--dot-b {
  top: 89%;
  left: 42%;
  z-index: 0;
  width: 14px;
}
.schedule__piece--dot-c {
  top: 11%;
  right: 15%;
  z-index: 2;
  width: 44px;
  opacity: 0.7;
}
.schedule__piece--card {
  top: 14%;
  left: 8%;
  z-index: 1;
  width: 84%;
}
.schedule__piece--photo {
  top: 63%;
  left: 60%;
  z-index: 2;
  width: 40%;
}
.schedule__piece--photo > img:first-child {
  transform: scaleX(-1);
}
.schedule__piece--photo .schedule__piece-badge {
  position: absolute;
  right: 8%;
  bottom: 5%;
  width: 14%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    --font-size: 52px;
    --font-size-rem: 3.25rem;
    --line-height: 62px;
    --line-height-rem: 3.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .schedule__background {
    padding: 3.5rem 0;
  }
  .schedule__eyebrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
  .schedule__panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 3rem;
  }
  .schedule__content {
    flex: 0 1 500px;
  }
  .schedule__editor ul:not([class]) > li {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .schedule__visual {
    flex: 1 1 auto;
    max-width: 560px;
    margin: 0;
  }
}
.program-stories {
  background-color: #fcfaf8;
  padding: 0 !important;
}
.program-stories__background {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 3rem 0;
  background-color: hsl(0, 0%, 100%);
  border-radius: 16px;
}
.program-stories__intro {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.program-stories__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #dbc264;
}
.program-stories__editor h2 {
  margin: 0 0 0.75rem;
  color: #111b21;
}
.program-stories__editor p {
  margin: 0;
  color: rgba(17, 27, 33, 0.6);
}
.program-stories__slider {
  position: relative;
  padding-bottom: 4rem;
}
.program-stories__slide {
  height: auto;
}
.program-stories__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background-color: #e9ddcb;
  box-shadow: 0 14px 16px -8px rgba(0, 0, 0, 0.04);
  aspect-ratio: 5/6;
  overflow: hidden;
  width: 100%;
  transition: box-shadow 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.program-stories__photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.program-stories__photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: transform 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.program-stories__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 4px 12px;
  border-radius: 12px;
  background-color: #194547;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  letter-spacing: 0.04em;
  --font-size: 10px;
  --font-size-rem: 0.625rem;
  --line-height: 14px;
  --line-height-rem: 0.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  text-transform: uppercase;
}
.program-stories__body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem 1.5rem;
  position: absolute;
  bottom: 3px;
  background: hsl(0, 0%, 100%);
  width: calc(100% - 6px);
  border-radius: 13px;
  left: 3px;
}
.program-stories__name {
  margin-bottom: 0.4rem;
  color: #111b21;
  font-weight: 700;
  --font-size: 17px;
  --font-size-rem: 1.0625rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.program-stories__detail {
  color: rgba(17, 27, 33, 0.55);
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.program-stories__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 0;
}
.program-stories__footer {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.program-stories__cta {
  background-color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 992px) {
  .program-stories {
    padding: 5rem 0;
  }
  .program-stories__intro {
    margin-bottom: 3.5rem;
  }
}
@media (hover: hover) {
  .program-stories__card:hover {
    box-shadow: 0 24px 32px -12px rgba(0, 0, 0, 0.16);
  }
  .program-stories__card:hover .program-stories__photo img {
    transform: scale(1.05);
  }
}