.support-program {
  display: flex;
  padding-bottom: 119px;
  flex-direction: column;
  align-items: stretch;
}

@media (max-width: 991px) {
  .support-program {
    padding-bottom: 100px;
  }
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .hero-section {
    margin-top: 60px;
  }
}

.content-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  font-weight: 400;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
  }
}

.program-header {
  width: 100%;
  font-family: "Tilt Neon", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 60px;
  color: #1d2d3a;
  line-height: 1;
}

@media (max-width: 991px) {
  .program-header {
    max-width: 100%;
    font-size: 40px;
  }
}

.program-logo {
  aspect-ratio: 3.65;
  object-fit: contain;
  object-position: center;
  width: 303px;
  max-width: 100%;
}

.main-title {
  margin-top: 24px;
  font-size: 60px;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 991px) {
  .main-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.highlight-text {
  color: rgba(201, 72, 8, 1);
}

.program-description {
  color: #515861;
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px;

  sup {
    font-size: 0.7em;
  }
}

@media (max-width: 991px) {
  .program-description {
    max-width: 100%;
  }
}

.neon-accent {
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 230px;
  max-width: 100%;
  width: 2003px;
  left: 0px;
  top: 0px;
  height: 245px;
}

.program-content {
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  align-items: center;
  gap: 40px;
  font-size: 18px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .program-content {
    flex-direction: column-reverse;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  color: #515861;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .features-section {
    max-width: 100%;
  }
}

.feature-item {
  display: flex;
  width: 100%;
  align-items: start;
  column-gap: 24px;
  row-gap: 8px;
  justify-content: start;
  flex-wrap: wrap;

  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "icon title" "icon content";
}

@media (max-width: 991px) {
  .feature-item {
    max-width: 100%;

    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "content content";
    row-gap: 16px;
  }
}
.sup-large {
  font-size: 1em;
  position: relative;
  top: -2px;
}

.sup-small {
  font-size: 0.6em;
  position: relative;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 65px;
  background-blend-mode: multiply;
  flex-shrink: 0;
  grid-area: icon;
}

.feature-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .feature-content {
    max-width: 100%;
  }
}

.feature-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-size: inherit;

  grid-area: title;
}

@media (max-width: 991px) {
  .feature-title {
    max-width: 100%;
    align-self: center;
  }
}

.feature-description {
  font-weight: 400;
  line-height: 22px;
  grid-area: content;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .feature-description {
    max-width: 100%;
  }
}

.divider {
  align-self: stretch;
  border-radius: 10px;
  background-color: #515861;
  display: flex;
  width: 2px;
  flex-shrink: 0;
  height: 100%;
  margin-inline-end: 5px;
}

@media (max-width: 991px) {
  .divider {
    display: none;
  }
}

.enrollment-section {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: 42px auto 0;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  justify-content: flex-start;
  max-width: 400px;

  @media (max-width: 991px) {
    max-width: 450px;
  }
}

.enrollment-card {
  width: 100%;

  .primary-button {
    align-self: flex-start;
  }
}

.card-content {
  position: relative;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .card-content {
    padding: 32px;

    .primary-button {
      align-self: center;
    }
  }
}

.enrollment-title {
  color: #1d2d3a;
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;

  @media (max-width: 991px) {
    font-size: 24px;
    line-height: 28px;
  }
}

.enrollment-description {
  color: #515861;
  line-height: 22px;
  font-size: 18px;
}

.normal-weight {
  font-weight: 400;
}

.time-suffix {
  font-size: 14px;
  line-height: 18px;
}

.download-button {
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #c94808;
  background-color: #c94808;
  align-self: start;
  display: flex;
  margin-top: 24px;
  padding: 12px 20px 12px 24px;
  gap: 4px;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.download-button:hover {
  background-color: #b03f07;
}

@media (max-width: 991px) {
  .download-button {
    padding-left: 20px;
  }
}

.button-text {
  align-self: stretch;
  margin: auto 0;
}

.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.thumbnail-placeholder {
  transform: rotate(5.551115123125783e-17rad);
  margin: -110px auto -65px;
  width: 185px;
  max-width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .thumbnail-placeholder {
    width: 190px;
  }
}

.info-section {
  background-color: #fff;
  padding: 40px 0;
  box-shadow: 0px -4px 20px -4px #51586129;

  @media (max-width: 991px) {
    padding: 24px 0;
  }
}

.info-content {
  display: grid;
  gap: 24px;
  font-size: 18px;
  line-height: 22px;
  color: #515861;

  p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.info-item sup {
  position: relative;
  top: -6px;
  font-size: 0.6em;
}
.info-title {
  font-size: 24px;
  line-height: 28px;
  color: #f16b50;
  margin-bottom: 8px;
}
.info-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #515861;
}

.footnote-section {
  background-color: #fff;
  background-image: url("../images/vector-background/bg-wire-footnote.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 80px 0;

  @media (max-width: 991px) {
    background-image: none;
    padding: 40px 0;
  }
}

.footnote-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footnote-item {
  position: relative;
  font-size: 18px;
  color: #515861;
  line-height: 18px;
  margin: 0;
  padding-left: 8px;

  .sup-small {
    font-size: 0.5em;
  }
}

.footnote-item > sup:first-child {
  position: absolute;
  left: 1px;
  top: 8px;
}

.border-neon--new {
  border: 30px solid transparent;
  border-image-source: url("../images/vector-background/bg-wire-rectangle.svg");
  border-image-slice: 55 fill;
  border-image-repeat: stretch;
  background-repeat: no-repeat;
  background-size: 200% auto; /* stretches horizontally */
  background-position: center center;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0 auto;
  background-clip: padding-box;

  @media (max-width: 767px) {
    border-radius: 3rem;
    border-image-slice: 67 fill;
  }
}
