/*
Figma has a bug where the layers of any multiple-background definition are in
REVERSE ORDER
so you will need to manually invert the ordering.  Also simplify their linear-gradients-that-are-just-solid-colors.
 */
.content-hub__information .content-hub__information__item-container::before, .interrupter-cta::before, .content-hub__simple-cta::before, .content-hub__information .content-hub__information__item-container::after, .interrupter-cta::after, .content-hub__simple-cta::after {
  content: none;
}

.section-content--full.section-content--blue, .section-content--full.section-content--blueberry {
  grid-column: full-bleed !important;
  display: grid;
}
@media (max-width: 767.9px) {
  .section-content--full.section-content--blue, .section-content--full.section-content--blueberry {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .section-content--full.section-content--blue, .section-content--full.section-content--blueberry {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .section-content--full.section-content--blue, .section-content--full.section-content--blueberry {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.section-content--full.section-content--blue > *, .section-content--full.section-content--blueberry > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (min-width: 1280px) {
  .section-content--full.section-content--blue > *, .section-content--full.section-content--blueberry > * {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}

.interrupter-cta, .content-hub__simple-cta {
  padding: 24px !important;
  background: #E7FAFF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .interrupter-cta, .content-hub__simple-cta {
    flex-direction: column;
  }
}
.interrupter-cta .interrupter-cta__text, .interrupter-cta .content-hub__simple-cta__text, .content-hub__simple-cta .interrupter-cta__text, .content-hub__simple-cta .content-hub__simple-cta__text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.interrupter-cta .interrupter-cta__text .interrupter-cta__header, .interrupter-cta .interrupter-cta__text .content-hub__simple-cta__header, .interrupter-cta .content-hub__simple-cta__text .interrupter-cta__header, .interrupter-cta .content-hub__simple-cta__text .content-hub__simple-cta__header, .content-hub__simple-cta .interrupter-cta__text .interrupter-cta__header, .content-hub__simple-cta .interrupter-cta__text .content-hub__simple-cta__header, .content-hub__simple-cta .content-hub__simple-cta__text .interrupter-cta__header, .content-hub__simple-cta .content-hub__simple-cta__text .content-hub__simple-cta__header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .interrupter-cta .interrupter-cta__text .interrupter-cta__header, .interrupter-cta .interrupter-cta__text .content-hub__simple-cta__header, .interrupter-cta .content-hub__simple-cta__text .interrupter-cta__header, .interrupter-cta .content-hub__simple-cta__text .content-hub__simple-cta__header, .content-hub__simple-cta .interrupter-cta__text .interrupter-cta__header, .content-hub__simple-cta .interrupter-cta__text .content-hub__simple-cta__header, .content-hub__simple-cta .content-hub__simple-cta__text .interrupter-cta__header, .content-hub__simple-cta .content-hub__simple-cta__text .content-hub__simple-cta__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.interrupter-cta .interrupter-cta__text .interrupter-cta__description, .interrupter-cta .interrupter-cta__text .content-hub__simple-cta__subheader, .interrupter-cta .content-hub__simple-cta__text .interrupter-cta__description, .interrupter-cta .content-hub__simple-cta__text .content-hub__simple-cta__subheader, .content-hub__simple-cta .interrupter-cta__text .interrupter-cta__description, .content-hub__simple-cta .interrupter-cta__text .content-hub__simple-cta__subheader, .content-hub__simple-cta .content-hub__simple-cta__text .interrupter-cta__description, .content-hub__simple-cta .content-hub__simple-cta__text .content-hub__simple-cta__subheader {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .interrupter-cta .interrupter-cta__text .interrupter-cta__description, .interrupter-cta .interrupter-cta__text .content-hub__simple-cta__subheader, .interrupter-cta .content-hub__simple-cta__text .interrupter-cta__description, .interrupter-cta .content-hub__simple-cta__text .content-hub__simple-cta__subheader, .content-hub__simple-cta .interrupter-cta__text .interrupter-cta__description, .content-hub__simple-cta .interrupter-cta__text .content-hub__simple-cta__subheader, .content-hub__simple-cta .content-hub__simple-cta__text .interrupter-cta__description, .content-hub__simple-cta .content-hub__simple-cta__text .content-hub__simple-cta__subheader {
    margin-top: 12px;
  }
}
@media (max-width: 767.9px) {
  .interrupter-cta .interrupter-cta__button .design-system-cta__button, .interrupter-cta .content-hub__simple-cta__button .design-system-cta__button, .content-hub__simple-cta .interrupter-cta__button .design-system-cta__button, .content-hub__simple-cta .content-hub__simple-cta__button .design-system-cta__button {
    width: 100%;
  }
}

.content-hub__simple-cta {
  background: #FFF1EA;
}

#mainContainer .bottom-cta, #mainContainer .content-hub__bottomCTA, #mainContainer .free-trial-cta {
  grid-column: full-bleed !important;
  background: #04242D;
  text-align: center;
  padding: 64px 0;
  display: grid;
}
@media (max-width: 767.9px) {
  #mainContainer .bottom-cta, #mainContainer .content-hub__bottomCTA, #mainContainer .free-trial-cta {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  #mainContainer .bottom-cta, #mainContainer .content-hub__bottomCTA, #mainContainer .free-trial-cta {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  #mainContainer .bottom-cta, #mainContainer .content-hub__bottomCTA, #mainContainer .free-trial-cta {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
#mainContainer .bottom-cta > *, #mainContainer .content-hub__bottomCTA > *, #mainContainer .free-trial-cta > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
#mainContainer .bottom-cta h3, #mainContainer .bottom-cta .content-hub__bottomCTA__text, #mainContainer .content-hub__bottomCTA h3, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__text, #mainContainer .free-trial-cta h3, #mainContainer .free-trial-cta .content-hub__bottomCTA__text {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  #mainContainer .bottom-cta h3, #mainContainer .bottom-cta .content-hub__bottomCTA__text, #mainContainer .content-hub__bottomCTA h3, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__text, #mainContainer .free-trial-cta h3, #mainContainer .free-trial-cta .content-hub__bottomCTA__text {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1280px) {
  #mainContainer .bottom-cta .bottom-cta__content, #mainContainer .content-hub__bottomCTA .bottom-cta__content, #mainContainer .free-trial-cta .bottom-cta__content {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
#mainContainer .bottom-cta .bottom-cta__btn a, #mainContainer .bottom-cta .bottom-cta__btn .e2-button, #mainContainer .bottom-cta .content-hub__bottomCTA__button a, #mainContainer .bottom-cta .content-hub__bottomCTA__button .e2-button, #mainContainer .content-hub__bottomCTA .bottom-cta__btn a, #mainContainer .content-hub__bottomCTA .bottom-cta__btn .e2-button, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__button a, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__button .e2-button, #mainContainer .free-trial-cta .bottom-cta__btn a, #mainContainer .free-trial-cta .bottom-cta__btn .e2-button, #mainContainer .free-trial-cta .content-hub__bottomCTA__button a, #mainContainer .free-trial-cta .content-hub__bottomCTA__button .e2-button {
  margin-left: auto;
  margin-right: auto;
}
#mainContainer .bottom-cta .bottom-cta__subheader, #mainContainer .bottom-cta .content-hub__bottomCTA__subtext, #mainContainer .content-hub__bottomCTA .bottom-cta__subheader, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__subtext, #mainContainer .free-trial-cta .bottom-cta__subheader, #mainContainer .free-trial-cta .content-hub__bottomCTA__subtext {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #mainContainer .bottom-cta .bottom-cta__subheader, #mainContainer .bottom-cta .content-hub__bottomCTA__subtext, #mainContainer .content-hub__bottomCTA .bottom-cta__subheader, #mainContainer .content-hub__bottomCTA .content-hub__bottomCTA__subtext, #mainContainer .free-trial-cta .bottom-cta__subheader, #mainContainer .free-trial-cta .content-hub__bottomCTA__subtext {
    margin-bottom: 16px;
  }
}
#mainContainer .bottom-cta .free-trial-cta-buttons, #mainContainer .content-hub__bottomCTA .free-trial-cta-buttons, #mainContainer .free-trial-cta .free-trial-cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
#mainContainer .bottom-cta .bottom-cta__risk-free, #mainContainer .bottom-cta .greenText, #mainContainer .content-hub__bottomCTA .bottom-cta__risk-free, #mainContainer .content-hub__bottomCTA .greenText, #mainContainer .free-trial-cta .bottom-cta__risk-free, #mainContainer .free-trial-cta .greenText {
  color: #7CCF85;
}

#mainContainer .ppc-directory__features {
  padding: 64px 0 32px;
  text-align: center;
}
#mainContainer .ppc-directory__features .ppc-directory__features__text {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  #mainContainer .ppc-directory__features .ppc-directory__features__text {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
#mainContainer .ppc-directory__features .ppc-directory__features__icons {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#mainContainer .ppc-directory__features .ppc-directory__features__icons .display-flex {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContainer .ppc-directory__features .ppc-directory__features__icons .display-flex img {
  height: 35px;
}

.section-meet-experts .section-content__experts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  padding-top: 8px;
}

.scholarship-banner .scholarship-banner__body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #F3F6F8;
  min-height: 208px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1279.9px) {
  .scholarship-banner .scholarship-banner__body {
    grid-template-columns: 1fr;
    min-height: unset;
  }
}
.scholarship-banner .scholarship-banner__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.scholarship-banner .scholarship-banner__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .scholarship-banner .scholarship-banner__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.9px) {
  .scholarship-banner .scholarship-banner__image {
    display: none;
  }
}

.main-container .content-hub__video-banner-background {
  background-color: #eee;
  margin: 32px 0 16px 0;
  padding-top: 64px;
  padding-bottom: 0;
  grid-column: full-bleed !important;
  display: grid;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__video-banner-background {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .main-container .content-hub__video-banner-background {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main-container .content-hub__video-banner-background {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.main-container .content-hub__video-banner-background > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__video-banner-background {
    padding-bottom: 64px;
  }
}

.main-container .content-hub__cta-banner-background {
  padding: 64px 0;
}

.main-container .content-hub__cta-banner-background--grey {
  grid-column: full-bleed;
  background-color: #eee;
  display: grid;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__cta-banner-background--grey {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .main-container .content-hub__cta-banner-background--grey {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main-container .content-hub__cta-banner-background--grey {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.main-container .content-hub__cta-banner-background--grey > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}

.content-hub__video-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: auto;
}
.content-hub__video-banner .content-hub__video-banner__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 1 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__video-banner .content-hub__video-banner__text {
    text-align: left;
  }
}
.content-hub__video-banner .content-hub__video-banner__text .content-hub__video-banner__header {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .content-hub__video-banner .content-hub__video-banner__text .content-hub__video-banner__header {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__video-banner .content-hub__video-banner__text .content-hub__video-banner__header {
    text-align: left;
  }
}
.content-hub__video-banner .content-hub__video-banner__text p {
  line-height: 1.5em;
  margin-bottom: 0;
}
.content-hub__video-banner .content-hub__video-banner__text a {
  position: relative;
}
.content-hub__video-banner .content-hub__video-banner__text a span {
  display: none;
}
.content-hub__video-banner .content-hub__video-banner__text a:hover {
  text-decoration: none;
}
.content-hub__video-banner .content-hub__video-banner__image {
  flex: 0 1 100%;
}
.content-hub__video-banner .content-hub__video-banner__image img {
  bottom: 0;
  width: 100%;
}
.content-hub__video-banner .content-hub__video-banner__image-container {
  display: flex;
  justify-content: center;
}
.content-hub__video-banner .content-hub__video-banner__image-container .bullet-text {
  display: none;
}
.content-hub__video-banner .content-hub__video-banner__image-container img {
  max-width: 776px;
}
.content-hub__video-banner.detailed .content-hub__video-banner__text {
  flex: 0 1 100%;
  text-align: center;
}
.content-hub__video-banner.detailed .content-hub__video-banner__text .content-hub__video-banner__header {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__video-banner.detailed .content-hub__video-banner__image {
    padding: 10px 165px 0;
  }
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container {
  max-width: 613px;
  margin: auto;
  position: relative;
}
@media (min-width: 1280px) {
  .content-hub__video-banner.detailed .content-hub__video-banner__image-container {
    max-width: 776px;
  }
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text {
  display: inline-block;
  position: absolute;
  width: 150px;
  font-size: 14px;
  line-height: 18px;
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text.one {
  text-align: right;
  top: 10%;
  left: -160px;
}
@media (min-width: 1280px) {
  .content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text.one {
    top: 18%;
  }
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text.two {
  text-align: right;
  top: 55%;
  left: -160px;
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text.three {
  bottom: 20%;
  right: -160px;
}
.content-hub__video-banner.detailed .content-hub__video-banner__image-container .bullet-text.three.three--single-course {
  bottom: 36%;
}

.main-container .content-hub__single-course-practice-test {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__single-course-practice-test {
    justify-content: center;
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .main-container .content-hub__single-course-practice-test {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main-container .content-hub__single-course-practice-test {
    gap: 24px;
  }
}
.main-container .content-hub__single-course-practice-test .content-hub__single-course-practice-test__header {
  margin: 0;
}
.main-container .content-hub__single-course-practice-test .content-hub__single-course-practice-test__words {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__single-course-practice-test .content-hub__single-course-practice-test__words {
    gap: 16px;
    margin-bottom: 0;
  }
}
.main-container .content-hub__single-course-practice-test .content-hub__practice-test-images {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.main-container .content-hub__single-course-practice-test .content-hub__practice-test-images img {
  border-radius: 8px;
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .main-container .content-hub__single-course-practice-test .content-hub__practice-test-images img {
    display: none;
  }
}
@media (min-width: 1280px) {
  .main-container .content-hub__single-course-practice-test .phone img {
    width: 270px;
  }
}
.main-container .content-hub__single-course-practice-test .animations {
  flex: 0 0 200px;
  display: none;
  align-self: stretch;
  padding-right: 10px;
  -ms-grid-rows: 8px 203fr 15px 253fr 15px;
  grid-template-rows: 8px 203fr 15px 253fr 15px;
}
@media (min-width: 1280px) {
  .main-container .content-hub__single-course-practice-test .animations {
    display: -ms-grid;
    display: grid;
  }
}
.main-container .content-hub__single-course-practice-test .animations .content-hub__single-course-practice-test__images__dial, .main-container .content-hub__single-course-practice-test .animations .content-hub__single-course-practice-test__images__attempts {
  background-repeat: no-repeat;
  background-size: contain;
}
.main-container .content-hub__single-course-practice-test .animations .content-hub__single-course-practice-test__images__dial {
  -ms-grid-row: 2;
  grid-row: 2;
  background-position: right;
}
.main-container .content-hub__single-course-practice-test .animations .content-hub__single-course-practice-test__images__attempts {
  -ms-grid-row: 4;
  grid-row: 4;
  background-position: left;
}

.content-hub__cta-banner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .content-hub__cta-banner {
    flex-wrap: wrap;
  }
}
.content-hub__cta-banner > * {
  flex: 1 0 50%;
}
@media (max-width: 767.9px) {
  .content-hub__cta-banner > * {
    flex: 1 1 100%;
  }
}
.content-hub__cta-banner .content-hub__cta-banner__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767.9px) {
  .content-hub__cta-banner .content-hub__cta-banner__text {
    gap: 16px;
  }
}
.content-hub__cta-banner .content-hub__cta-banner__header {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .content-hub__cta-banner .content-hub__cta-banner__header {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.content-hub__cta-banner .content-hub__cta-banner__image img {
  max-width: 95%;
}

.sayop-container {
  position: relative;
  pointer-events: none;
  user-select: none;
  display: inline-block;
}
.sayop-container .sayop-mask {
  position: absolute;
  top: 36.47%; /* native resolution: 128px / 351px */
  left: 9.96%; /* native resolution:  67px / 673px */
  height: 29.34%; /* native resolution: 103px / 351px */
  width: 16.34%; /* native resolution: 110px / 673px */
  overflow: hidden;
}
.sayop-container .sayop-mask .sayop-star {
  position: absolute;
  width: 143.64%; /* native resolution: 158px / 110px */
  height: 153.4%; /* native resolution: 158px / 103px */
  right: 0;
  top: -21.36%; /* native resolution: -22px / 103px */
  animation: sayop-star 2s linear infinite;
}
@keyframes sayop-star {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.sayop-container .sayop-mask .sayop-star path {
  fill: rgb(249, 208, 35);
}
.sayop-container .sayop-mask .sayop-circle {
  position: absolute;
  width: 94.55%; /* native resolution: 104px / 110px */
  height: 100.97%; /* native resolution: 104px / 103px */
  top: 4.85%; /* native resolution:   5px / 103px */
  right: 24.55%; /* native resolution:  27px / 110px */
}
.sayop-container .sayop-mask .sayop-circle path {
  fill: rgb(249, 178, 35);
}
.sayop-container .sayop-mask .sayop-badge {
  position: absolute;
  width: 45.45%; /* native resolution: 50px / 110px */
  height: 48.54%; /* native resolution: 50px / 103px */
  bottom: 20.39%; /* native resolution: 21px / 103px */
  left: 6.36%; /* native resolution:  7px / 110px */
  animation: sayop-badge 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate infinite;
}
@keyframes sayop-badge {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.sayop-container .sayop-mask .sayop-badge path {
  fill: #FFFFFF;
}
.sayop-container .sayop-course-name, .sayop-container .sayop-finish-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sayop-container .sayop-course-name {
  fill: #164E75;
  font-size: 16px;
  font-weight: 600;
}
.sayop-container .sayop-finish-date {
  fill: #374F5C;
  font-size: 14px;
}

.content-hub__full-information-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__full-information-banner {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1280px) {
  .content-hub__full-information-banner {
    grid-template-columns: 2fr 3fr;
  }
}
.content-hub__full-information-banner .content-hub__full-information-banner__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  flex: 0 1 100%;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__full-information-banner .content-hub__full-information-banner__details {
    text-align: left;
  }
}
.content-hub__full-information-banner .content-hub__full-information-banner__details .content-hub__full-information-banner__header {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .content-hub__full-information-banner .content-hub__full-information-banner__details .content-hub__full-information-banner__header {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__full-information-banner .content-hub__full-information-banner__details .content-hub__full-information-banner__header {
    text-align: left;
  }
}
.content-hub__full-information-banner .content-hub__full-information-banner__details p {
  line-height: 1.5em;
  margin-bottom: 0;
}
.content-hub__full-information-banner .content-hub__full-information-banner__details a {
  position: relative;
}
.content-hub__full-information-banner .content-hub__full-information-banner__details a span {
  display: none;
}
.content-hub__full-information-banner .content-hub__full-information-banner__details a:hover {
  text-decoration: none;
}
.content-hub__full-information-banner .content-hub__full-information-banner__image {
  flex: 0 1 100%;
  border-radius: 8px;
  aspect-ratio: unset;
}
@media (min-width: 1280px) {
  .content-hub__full-information-banner .content-hub__full-information-banner__image {
    aspect-ratio: 16/9;
  }
}
.content-hub__full-information-banner .content-hub__full-information-banner__image img {
  bottom: 0;
  width: 100%;
}

#mainContainer .content-hub__full-information-banner-background {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ssr-course-card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ssr-course-card .ssr-course-card__image img {
  height: 85px;
  width: auto;
  aspect-ratio: 14/9;
  border-radius: 8px;
  object-fit: cover;
}
.ssr-course-card .ssr-course-card__title {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.ssr-course-card .ssr-course-card__title:hover {
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .ssr-course-card .ssr-course-card__title {
    -webkit-line-clamp: 4;
  }
}
.ssr-course-card .ssr-course-card__lesson-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.ssr-popular-courses .ssr-popular-courses__tabs {
  margin-bottom: 16px;
}
.ssr-popular-courses .ssr-popular-courses__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .ssr-popular-courses .ssr-popular-courses__content {
    grid-template-columns: 1fr 1fr;
  }
}

.content-data-table {
  width: 100%;
  padding-bottom: 60px;
  border-collapse: separate;
}
.content-data-table:last-child {
  padding-bottom: 30px;
}
.content-data-table.content-data-table--no-margin {
  padding-bottom: 0;
}
.content-data-table.content-data-table--short-margin {
  padding-bottom: 30px;
}
.content-data-table caption {
  caption-side: bottom;
  color: inherit;
  font-style: italic;
  text-align: center;
  padding-top: 30px;
}
.content-data-table caption.text-left {
  text-align: left;
}
.content-data-table caption.caption-header {
  caption-side: top;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 10px;
}
.content-data-table caption.caption-short-margin-before {
  padding-top: 10px;
}
.content-data-table caption.caption-margin-after {
  padding-bottom: 30px;
}
.content-data-table ul {
  padding-left: 20px;
}
.content-data-table:not(.content-data-table--center-arrows) td, .content-data-table:not(.content-data-table--center-arrows) th {
  width: 1px; /* quasi-hack to get the tables to even out a bit better */
  vertical-align: top;
}
.content-data-table:not(.content-data-table--center-arrows) td > ul, .content-data-table:not(.content-data-table--center-arrows) td > ul > li:last-child, .content-data-table:not(.content-data-table--center-arrows) td > ol, .content-data-table:not(.content-data-table--center-arrows) td > ol > li:last-child, .content-data-table:not(.content-data-table--center-arrows) th > ul, .content-data-table:not(.content-data-table--center-arrows) th > ul > li:last-child, .content-data-table:not(.content-data-table--center-arrows) th > ol, .content-data-table:not(.content-data-table--center-arrows) th > ol > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-data-table:not(.content-data-table--center-arrows) thead tr td, .content-data-table:not(.content-data-table--center-arrows) thead tr th {
  position: static;
  top: auto;
  left: auto;
  text-align: left;
  font-weight: 700;
}
@media (min-width: 768px) {
  .content-data-table:not(.content-data-table--center-arrows) thead tr td, .content-data-table:not(.content-data-table--center-arrows) thead tr th {
    padding: 9px 16px;
  }
}
@media (max-width: 767.9px) {
  .content-data-table:not(.content-data-table--center-arrows) thead tr td, .content-data-table:not(.content-data-table--center-arrows) thead tr th {
    border-top: 1px solid #F1F1F1;
  }
  .content-data-table:not(.content-data-table--center-arrows) thead tr td:first-child, .content-data-table:not(.content-data-table--center-arrows) thead tr th:first-child {
    border-top-left-radius: 8px;
    border-left: 1px solid #F1F1F1;
  }
  .content-data-table:not(.content-data-table--center-arrows) thead tr td:last-child, .content-data-table:not(.content-data-table--center-arrows) thead tr th:last-child {
    border-top-right-radius: 8px;
    border-right: 1px solid #F1F1F1;
  }
  .content-data-table:not(.content-data-table--center-arrows) thead tr td.mobile-last-child, .content-data-table:not(.content-data-table--center-arrows) thead tr th.mobile-last-child {
    border-top-right-radius: 8px;
    border-right: 1px solid #F1F1F1;
  }
}
.content-data-table:not(.content-data-table--center-arrows) tbody tr th, .content-data-table:not(.content-data-table--center-arrows) tbody tr td {
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
@media (min-width: 768px) {
  .content-data-table:not(.content-data-table--center-arrows) tbody tr th, .content-data-table:not(.content-data-table--center-arrows) tbody tr td {
    padding: 9px 16px;
  }
}
@media (max-width: 767.9px) {
  .content-data-table:not(.content-data-table--center-arrows) tbody tr th:first-child, .content-data-table:not(.content-data-table--center-arrows) tbody tr td:first-child {
    border-left: 1px solid #F1F1F1;
  }
  .content-data-table:not(.content-data-table--center-arrows) tbody tr th:last-child, .content-data-table:not(.content-data-table--center-arrows) tbody tr td:last-child {
    border-right: 1px solid #F1F1F1;
  }
}
.content-data-table:not(.content-data-table--center-arrows) tbody tr th {
  text-align: left;
  font-weight: 400;
}
.content-data-table:not(.content-data-table--center-arrows) tbody tr:not(:first-child) th, .content-data-table:not(.content-data-table--center-arrows) tbody tr:not(:first-child) td {
  border-top: none;
}
@media (max-width: 767.9px) {
  .content-data-table:not(.content-data-table--center-arrows) tbody tr:last-child :first-child {
    border-bottom-left-radius: 8px;
  }
  .content-data-table:not(.content-data-table--center-arrows) tbody tr:last-child :last-child {
    border-bottom-right-radius: 8px;
  }
}
.content-data-table:not(.content-data-table--center-arrows) .last-row-corner {
  /* in case the last row doesn't actually have a first child to take the rounded corner, due to rowspan */
  border-bottom-left-radius: 8px;
}
.content-data-table:not(.content-data-table--center-arrows) .content-data-table__row--mobile-connect-bottom td {
  border-bottom-color: #F1F1F1;
}
.content-data-table:not(.content-data-table--center-arrows) .content-data-table__row--mobile-connect-bottom + tr td:first-child {
  border-left: none;
}
.content-data-table:not(.content-data-table--center-arrows) .content-data-table__row--mobile-connect-bottom + tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--data-center tbody tr td {
  text-align: center;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--left-header tbody tr th {
  font-weight: 700;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines thead tr td, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines thead tr th, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines tbody tr td, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines tbody tr th {
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines thead tr:last-child td, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines thead tr:last-child th, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines tbody tr:last-child td, .content-data-table:not(.content-data-table--center-arrows).content-data-table--only-row-lines tbody tr:last-child th {
    border-bottom: 0;
  }
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tbody tr td:first-child {
  border-left: 1px solid #F1F1F1;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tbody tr:not(:first-child) th, .content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tbody tr:not(:first-child) td {
  border-top: none;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tbody tr:last-child :first-child {
  border-bottom-left-radius: unset;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tbody tr:last-child :last-child {
  border-bottom-right-radius: unset;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr th, .content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr td {
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr th {
  text-align: left;
  border-left: 1px solid #F1F1F1;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr td:first-child {
  border-left: 1px solid #F1F1F1;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr:last-child :first-child {
  border-bottom-left-radius: 8px;
}
.content-data-table:not(.content-data-table--center-arrows).content-data-table--with-footer tfoot tr:last-child :last-child {
  border-bottom-right-radius: 8px;
}
@media (max-width: 767.9px) {
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse th, .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tr, .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse td {
    display: block;
    width: auto;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr {
    margin-bottom: 15px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding: 24px;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr th,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr th {
    font-weight: 700;
    margin-bottom: 5px;
    border: none;
    border-radius: 8px 8px 0 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr th a,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr th a {
    text-decoration: underline;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr td,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr td {
    border: none;
    text-align: left;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr td[data-label]:before,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr td[data-label]:before {
    display: inline-block;
    content: attr(data-label) ": ";
    font-weight: 600;
    margin-right: 0.4em;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr.content-data-table__row--mobile-connect-bottom,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr.content-data-table__row--mobile-connect-bottom {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr.content-data-table__row--mobile-connect-bottom + tr,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr.content-data-table__row--mobile-connect-bottom + tr {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr.content-data-table__row--mobile-connect-bottom + tr td,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr.content-data-table__row--mobile-connect-bottom + tr td {
    padding-top: 10px;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr:last-child :first-child,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr:last-child :first-child {
    border-bottom-left-radius: 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr:last-child :last-child,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr:last-child :last-child {
    border-bottom-right-radius: 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tbody tr .last-row-corner,
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr .last-row-corner {
    border-bottom-left-radius: 0;
  }
  .content-data-table:not(.content-data-table--center-arrows).content-data-table--mobile-collapse tfoot tr th {
    background-color: #164E75;
  }
}
.content-data-table.content-data-table--center-arrows {
  margin: 0 auto;
  padding: 45px 0 60px;
  border-collapse: separate;
}
.content-data-table.content-data-table--center-arrows thead th {
  font-size: 16px;
  font-weight: 400;
  color: #072435;
  text-align: left;
  padding: 0 0 15px 0;
}
.content-data-table.content-data-table--center-arrows thead th:first-child {
  padding-right: 15px;
}
.content-data-table.content-data-table--center-arrows tbody td {
  position: relative;
  padding: 0 0 15px;
}
.content-data-table.content-data-table--center-arrows tbody td span {
  font-size: 14px;
  font-weight: 600;
  color: #072435;
  text-align: left;
}
.content-data-table.content-data-table--center-arrows tbody td:first-child {
  padding-right: 15px;
}
.content-data-table.content-data-table--center-arrows tbody td:last-child {
  padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-data-table.content-data-table--center-arrows thead th {
    width: 322px;
    text-align: center;
    padding: 0 0 30px 0;
  }
  .content-data-table.content-data-table--center-arrows thead th:first-child {
    padding-right: 0;
  }
  .content-data-table.content-data-table--center-arrows thead th:last-child {
    width: 412px;
    padding-left: 90px;
  }
  .content-data-table.content-data-table--center-arrows tbody td {
    width: 322px;
    padding: 0 0 30px 0;
  }
  .content-data-table.content-data-table--center-arrows tbody td span {
    display: inline-block;
    width: 320px;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    background: #F1F1F1;
    border: 1px solid #164E75;
    border-radius: 8px;
  }
  .content-data-table.content-data-table--center-arrows tbody td:first-child {
    padding-right: 0;
  }
  .content-data-table.content-data-table--center-arrows tbody td:last-child {
    width: 412px;
    padding-left: 90px;
  }
}
.content-data-table.content-data-table--even-two-columns td, .content-data-table.content-data-table--even-two-columns th {
  width: 50%;
}

.ssr-test-prep-practice-test-card {
  width: 100%;
  padding: 15px 10px;
  display: block;
}
@media (min-width: 768px) {
  .ssr-test-prep-practice-test-card {
    display: table;
    padding: 15px 0;
  }
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__icon {
  width: 36px;
  display: table-cell;
  vertical-align: middle;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__icon img {
  width: 36px;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details__text:hover {
  text-decoration: underline;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details__small-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details__btn {
  display: none;
  float: right;
}
@media (min-width: 768px) {
  .ssr-test-prep-practice-test-card .ssr-test-prep-practice-test-card__details__btn {
    display: grid;
  }
}

.ssr-test-prep-practice-tests .ssr-test-prep-practice-tests__tabs {
  margin-bottom: 16px;
}
.ssr-test-prep-practice-tests .ssr-test-prep-practice-tests__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

.deprecated-course-banner {
  display: block;
  background-color: #BF2867;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.deprecated-course-banner .deprecated-course-banner__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.deprecated-course-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.deprecated-course-banner .deprecated-course-banner__alert-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}
.deprecated-course-banner .deprecated-course-banner__alert-wrapper i {
  font-size: 21px;
}

/*
SAMPLE

<div class="view-all-toggleable">
	<c:forEach var="link" items="${courseList}" end="${8}">
		<div>
			meow
		</div>
	</c:forEach>

	<%--view all button--%>
	<c:if test="${courseList.size() > 9}">
			<input type="checkbox" id="read_more_${testPrepPillarSectionStatus.index}" role="button">
			<label class="view-all-toggleable__toggle-btn"
				for="read_more_${testPrepPillarSectionStatus.index}"><span>View all&nbsp;<span class="icon icon-chevron-down" /></span></label>
	</c:if>

	<c:forEach var="link" items="${courseList}" begin="${9}">
		<div class="view-all-toggleable__toggleable-item">
			meow
		</div>
	</c:forEach>
</div>
*/
.view-all-toggleable .view-all-toggleable__toggle-btn {
  grid-column: 1/-1;
}
.view-all-toggleable .view-all-toggleable__toggleable-item {
  display: none;
  visibility: hidden;
}
.view-all-toggleable input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  display: none;
}
.view-all-toggleable input[type=checkbox]:checked ~ label {
  display: none;
}
.view-all-toggleable input[type=checkbox]:checked ~ .view-all-toggleable__toggleable-item {
  display: block;
  visibility: visible;
  width: 100%;
}
.view-all-toggleable .view-all-toggleable__toggleable-item {
  transition: 0.125s linear;
}

.cta-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cta-button.cta-button--center {
  justify-content: center;
}
@media (max-width: 767.9px) {
  .cta-button .cta-button__inner-container {
    width: 100%;
  }
}
.cta-button .cta-button__btn {
  margin-left: auto;
  margin-right: auto;
}
.cta-button .cta-button__subtext {
  margin-top: 12px;
  text-align: center;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
.cta-button .cta-button__subtext.cta-button__subtext--inverted {
  color: #FFFFFF;
}

.pass-guarantee-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px 0;
}
.pass-guarantee-section .pass-guarantee-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pass-guarantee-section .pass-guarantee-content__title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.pass-guarantee-content {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
}

.pass-guarantee-content__steps {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: auto;
  grid-auto-rows: minmax(0, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .pass-guarantee-content__steps {
    grid-auto-flow: column;
    grid-template-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: none;
    grid-auto-rows: unset;
  }
}
.pass-guarantee-content__steps .step {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .pass-guarantee-content__steps .step {
    flex-direction: column;
  }
}
.pass-guarantee-content__steps .step__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .pass-guarantee-content__steps .step__indicator {
    flex-direction: row;
  }
}
.pass-guarantee-content__steps .step__indicator .step__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007BBA;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.pass-guarantee-content__steps .step__indicator .step__circle span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.pass-guarantee-content__steps .step__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 0 20px;
}
@media (min-width: 768px) {
  .pass-guarantee-content__steps .step__body {
    padding: 0 20px 0 0;
  }
}
.pass-guarantee-content__steps .step__heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
.pass-guarantee-content__steps .step__description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.pass-guarantee-content__steps .design-system-cta__actual-button {
  width: fit-content;
}

.pass-guarantee-content__steps .step:not(:last-of-type) .step__rule {
  border: 1px solid #007BBA;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .pass-guarantee-content__steps .step__rule {
    border: 1px solid #007BBA;
    flex-grow: 1;
  }
}

@media (max-width: 767.9px) {
  .interrupter-cta__button {
    width: 100%;
  }
}

.hero {
  background: #04242D;
  min-height: 375px;
  overflow: hidden;
  display: grid;
}
@media (max-width: 767.9px) {
  .hero {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .hero {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.hero > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero {
    min-height: 300px;
  }
}
@media (max-width: 767.9px) {
  .hero {
    min-height: unset;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__content {
    grid-column-end: percent-67;
  }
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__image, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section {
    grid-column-start: percent-67;
    justify-self: normal;
  }
}
.hero.hero--desktop-content-two-thirds .hero__image > img, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section > img {
  max-height: 350px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero.hero--desktop-content-two-thirds .hero__image img, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section img {
    height: 212px;
  }
}
.hero.hero--desktop-content-two-thirds .hero__image--top {
  align-self: start;
}
.hero.hero--desktop-content-two-thirds .hero__image--top > img {
  height: auto;
}
.hero.hero--desktop-content-two-thirds .hero__image--bottom {
  align-self: end;
}
.hero.hero--desktop-content-two-thirds .hero__image--bottom > img {
  height: auto;
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__partner-badge {
    grid-column-start: percent-67;
  }
}
.hero.hero--desktop-content-half .hero__image img {
  height: 100%;
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-half .hero__image img {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero.hero--desktop-content-half .hero__image img {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.hero .hero__content {
  grid-column-start: percent-0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero .hero__content {
    grid-column-end: percent-50;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero .hero__content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .hero .hero__content {
    grid-column-end: percent-100;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 8px;
  }
}
.hero .hero__title h1 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero .hero__title h1 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero .hero__title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero .hero__subheader {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}
.hero .hero__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}
.hero .hero__text .hero__text-list li {
  padding-bottom: 4px;
}
.hero .hero__text .content-hub__hero-banner__item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}
.hero .hero__text .content-hub__hero-banner__item .content-hub__hero-banner__item-text {
  font-weight: 400;
}
.hero .hero__text .content-hub__hero-banner__item .icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.hero .hero__lockup img {
  display: block;
  height: 24px;
  width: auto;
}
@media (max-width: 767.9px) {
  .hero .hero__lockup img {
    height: 20px;
  }
}
.hero .hero__btn-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: max-content;
}
@media (min-width: 1280px) {
  .hero .hero__btn-container {
    flex-direction: row;
  }
}
@media (max-width: 767.9px) {
  .hero .hero__btn-container {
    display: none;
  }
}
.hero .hero__btn-container--mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hero .hero__btn-container--mobile {
    display: none;
  }
}
.hero .hero__btn--mobile {
  display: block;
  margin-top: 32px;
}
@media (max-width: 767.9px) {
  .hero .hero__btn-cta {
    width: 100%;
  }
}
.hero .hero__image, .hero .hero-logo-image-content-section {
  align-self: center;
}
@media (min-width: 768px) {
  .hero .hero__image, .hero .hero-logo-image-content-section {
    grid-column-start: percent-50;
    justify-self: end;
  }
}
.hero .hero__image img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .hero .hero__image {
    display: none;
  }
}
.hero .hero__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero__image-wrapper > img {
  max-width: 100%;
  border-radius: 8px;
}
.hero .hero__image-logo-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 50%;
  z-index: 1;
}
.hero .hero__image-logo-overlay img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.hero .hero__image-mobile {
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero__image-mobile {
    display: none;
  }
}
.hero .hero__image-mobile.hero__image-mobile--bottom {
  position: relative;
  bottom: -32px;
  padding-top: 0;
}
.hero .hero__image-mobile img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section {
    grid-column-start: content-start;
  }
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
  min-height: 50px;
  max-height: 160px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
    height: 50px;
    object-fit: contain;
  }
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--plus {
  font-size: 26px;
  font-weight: 700;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos-no-text {
  border-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background-color: #0c294b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text .hero-logo-image-content-section__logo-and-text--emphasized-prefix {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text .hero-logo-image-content-section__logo-and-text--emphasized-prefix {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.hero .hero-logo-image-content-section--with-special-offer .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
  /*special offer cuts vertical space, so max height of 100% not the best*/
}
@media (min-width: 768px) {
  .hero .hero-logo-image-content-section--with-special-offer .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
    max-height: 120px;
  }
}
.hero .hero-logo-image-content-section__special-offer {
  border-radius: 8px;
  background: #E6F5E7;
  padding: 12px 16px;
  color: #000000;
  align-items: center;
  margin-top: 16px;
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: auto 1fr auto;
  grid-row-gap: 4px;
  grid-template-areas: "cx-so-icon cx-so-header cx-so-cta" "cx-so-icon cx-so-language cx-so-cta";
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section__special-offer {
    display: none;
  }
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-icon {
  grid-area: cx-so-icon;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-icon-discount {
  width: 24px;
  height: 24px;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-header {
  grid-area: cx-so-header;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-language {
  grid-area: cx-so-language;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #000000;
}

.hero__text + .hero__btn {
  padding-top: 16px;
}

.hero__partner-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .hero__partner-badge {
    grid-column: content-start/content-end;
  }
}
@media (min-width: 768px) {
  .hero__partner-badge {
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    align-self: stretch;
    grid-column-start: percent-50;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero__partner-badge {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .hero__partner-badge {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.hero__partner-badge-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero__partner-badge-image {
    width: auto;
    height: 160px;
  }
}

.hero__partner-badge-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero__partner-badge-text {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .hero__partner-badge-text {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}

.cx--testimonial-carousel {
  grid-column: full-bleed !important;
  background: linear-gradient(266deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  padding: 64px 0;
  display: grid;
}
@media (max-width: 767.9px) {
  .cx--testimonial-carousel {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .cx--testimonial-carousel {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .cx--testimonial-carousel {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.cx--testimonial-carousel > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.cx--testimonial-carousel .cx--testimonial-carousel-header {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}

a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):hover, a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):focus-within {
  color: #164E75;
  text-decoration: underline;
}
a:where(:not(.partial-reg-form-modal *):not(.e2-footer *)):active {
  color: #072435;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
}

h1:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h2:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h3:where(:not(.partial-reg-form-modal *)) {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h3:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h4:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h4:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

h5:where(:not(.partial-reg-form-modal *)) {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h5:where(:not(.partial-reg-form-modal *)) {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.main-container {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: grid;
}
@media (max-width: 767.9px) {
  .main-container {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .main-container {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main-container {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.main-container > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.main-container {
  margin: 0;
  padding-bottom: 32px;
  padding-top: 0;
  padding-inline: 0;
  width: 100%;
  max-width: unset;
}

@media (max-width: 767.9px) {
  .hero .e2-button,
  .content-hub__hero .e2-button,
  .content-hub__list .e2-button,
  .content-hub__cta-banner .e2-button,
  .content-hub__simple-cta .e2-button,
  .content-hub__bottomCTA .e2-button,
  .exam-course .e2-button,
  .interrupter-cta .e2-button,
  .bottom-cta .e2-button {
    width: 100%;
  }
}
.study-nav__top a.for-link {
  font-weight: normal;
  text-decoration: none;
}

.study-nav__main .login-link {
  font-size: 14px;
}

.study-nav__site-nav > li > a:not(.unchevron) {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}

.study-nav__main a {
  font-size: 14px;
  font-weight: initial;
  text-decoration: initial;
}

.study-nav--logged-in .study-nav__site-nav > li > a {
  font-size: 14px;
}
.study-nav--logged-in .user-dropdown > li > a {
  font-size: 1.5em;
}
.study-nav--logged-in .study-nav__top a.referTrigger {
  font-weight: normal;
}
.study-nav--logged-in .user-dropdown .collapse .study-nav__member-item {
  text-decoration: none;
}
.study-nav--logged-in .study-nav__member-nav .study-nav__member-item {
  text-decoration: none;
}

.ccpa-floating-bar .ccpa-floating-bar-inner .ccpa-floating-bar-inner-messaging .ccpa-sub-text a {
  font-size: 14px;
}

.wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .section-content h2, .section-content h3, .section-content h4, .section-content h5 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 12px;
}
.wiki-content h2 + .text-center, .wiki-content h3 + .text-center, .wiki-content h4 + .text-center, .wiki-content h5 + .text-center, .section-content h2 + .text-center, .section-content h3 + .text-center, .section-content h4 + .text-center, .section-content h5 + .text-center {
  text-align: left;
}
.wiki-content p, .section-content p {
  margin-top: 8px;
  margin-bottom: 18px;
}
.wiki-content .list-columns li h4, .section-content .list-columns li h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .wiki-content .list-columns li h4, .section-content .list-columns li h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.wiki-content .content__image--full-width, .section-content .content__image--full-width {
  width: 100%;
}
.wiki-content .imageplugin--align img, .section-content .imageplugin--align img {
  max-width: 100%;
  height: auto;
}
.wiki-content iframe[src*="youtube.com/embed/"], .section-content iframe[src*="youtube.com/embed/"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (min-width: 1280px) {
  .main-container > :where(:not(.full-width-section):not(react-ssr:has(.full-width-section))) {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
@media (min-width: 1280px) {
  .main-container > .wide-section {
    grid-column-start: 3;
    grid-column-end: 13;
  }
}
.main-container > .content-width-section {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.main-container > .main-container {
  grid-column-start: full-bleed-start;
  grid-column-end: full-bleed-end;
}

.main-container--padding-top .main-container {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .main-container--padding-top .main-container {
    padding-top: 64px;
  }
}

.main-container > * {
  padding-top: 16px;
  padding-bottom: 16px;
}
.main-container .test-hub-keys-to-classroom {
  padding: 0;
}

@media (max-width: 767.9px) {
  #mainContainer .test-prep-claims__section {
    grid-column-start: full-bleed-start;
    grid-column-end: full-bleed-end;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#mainContainer .test-prep-claims {
  padding: 64px 32px;
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #F8F8F5 43%), linear-gradient(265.54deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
}
@media (min-width: 768px) {
  #mainContainer .test-prep-claims {
    border-radius: 8px;
  }
}
#mainContainer .test-prep-claims__title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  #mainContainer .test-prep-claims__title {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
#mainContainer .test-prep-claims__claims {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 16px;
  color: #000000;
}
@media (min-width: 768px) {
  #mainContainer .test-prep-claims__claims {
    margin-top: 32px;
  }
}
#mainContainer .test-prep-claims__claim {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainContainer .test-prep-claim__stat {
  background-color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 24px 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: fit-content;
  color: #000000;
}
#mainContainer .test-prep-claim__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-left: 12px;
  text-align: center;
  margin-top: 8px;
}
#mainContainer .test-prep-claim__text--bold,
#mainContainer .test-prep-claim__text--bold.semi-bold {
  font-weight: 700;
}
#mainContainer .test-prep-claims__asterisk-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 4px;
  text-align: center;
}
#mainContainer .test-prep-claims--hub-page {
  grid-column: full-bleed !important;
  text-align: center;
  padding: 0;
  display: grid;
}
@media (max-width: 767.9px) {
  #mainContainer .test-prep-claims--hub-page {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  #mainContainer .test-prep-claims--hub-page {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  #mainContainer .test-prep-claims--hub-page {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
#mainContainer .test-prep-claims--hub-page > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (max-width: 767.9px) {
  #mainContainer .test-prep-claims--hub-page .test-prep-claims {
    padding: 32px 0;
  }
}
#mainContainer .test-prep-claims--hub-page,
#mainContainer .test-prep-claims--hub-page .test-prep-claims {
  background: #FFFFFF;
}
#mainContainer .test-prep-claim__stat {
  background-color: #F0F1F3;
}
#mainContainer .test-prep-claim__text {
  color: #000000;
}

section.section-content {
  padding: 12px 0;
}

.content-hub__hero {
  position: relative;
  min-height: 436px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: grid;
}
@media (max-width: 767.9px) {
  .content-hub__hero {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__hero {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .content-hub__hero {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.content-hub__hero > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.content-hub__hero.content-hub__hero--solid {
  background: #04242D;
}
.content-hub__hero.content-hub__hero--banner-img {
  --defaultBannerUrl: url("/images/testPrep/banners/test-prep-banner.jpg");
  --defaultBannerProps: 67% 0/cover no-repeat;
  background: linear-gradient(294.82deg, rgba(4, 36, 45, 0.75) -6.54%, rgba(255, 255, 255, 0) 107.05%), var(--bannerUrl, var(--defaultBannerUrl)) var(--bannerProps, var(--defaultBannerProps));
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__hero {
    min-height: 376px;
  }
}
.content-hub__hero .content-hub__hero__title {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .content-hub__hero .content-hub__hero__title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.content-hub__hero .content-hub__hero__item-container {
  font-size: 20px;
  font-weight: 400;
}
.content-hub__hero .content-hub__hero-banner__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.content-hub__hero .content-hub__hero__content {
  grid-column-start: percent-0;
  grid-column-end: percent-67;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 850px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__hero .content-hub__hero__content {
    grid-column-end: percent-50;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .content-hub__hero .content-hub__hero__content {
    grid-column-end: percent-100;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.content-hub__hero .content-hub__hero__subheader {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.content-hub__hero .content-hub__hero__body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-hub__hero .design-system-cta {
  text-align: left !important;
}
.content-hub__hero .design-system-cta .design-system-cta__button {
  width: 100%;
}
@media (min-width: 768px) {
  .content-hub__hero .design-system-cta .design-system-cta__button {
    width: unset;
  }
}

.content-hub__hero-banner__partner-desktop {
  display: none;
  position: absolute;
  bottom: 0;
  right: 15px;
  background: rgba(255, 255, 255, 0.85);
  color: #A0A0A0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
  .content-hub__hero-banner__partner-desktop {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: auto 15px auto;
    -ms-grid-rows: auto 15px auto;
    max-height: 125px;
    max-width: 300px;
  }
  .content-hub__hero-banner__partner-desktop .partner-preface {
    -ms-grid-column: 1/3;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .content-hub__hero-banner__partner-desktop .left-partner-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 2;
    max-width: 100%;
    max-height: 60px;
  }
  .content-hub__hero-banner__partner-desktop .right-partner-image {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 2;
    max-width: 100%;
    max-height: 60px;
  }
}

.content-hub__hero-banner__partner-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 15px;
  color: #A0A0A0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.content-hub__hero-banner__partner-mobile > * {
  margin-left: 15px;
}
.content-hub__hero-banner__partner-mobile > *:first-child {
  margin-left: 0;
}
.content-hub__hero-banner__partner-mobile img {
  max-height: 40px;
}
@media (min-width: 768px) {
  .content-hub__hero-banner__partner-mobile {
    display: none;
  }
}

.section-page-contents {
  background-color: #F3F6F8;
  border-radius: 8px;
  padding: 12px 24px;
}

.section-content--toc .section-page-contents {
  padding: 24px;
}
.section-content--toc .in-this-guide__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
}
.section-content--toc .in-this-guide__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .section-content--toc .in-this-guide__list {
    columns: 2;
  }
}
.section-content--toc .in-this-guide__list li {
  padding: 16px 0 0;
}

table {
  width: 100%;
}
table tr {
  border-bottom: solid #F1F1F1 2px;
}

.list-bullets--four-column-desktop {
  column-count: 1;
}
@media (min-width: 1280px) {
  .list-bullets--four-column-desktop {
    column-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .list-bullets--four-column-desktop {
    column-count: 2;
  }
}
.list-bullets--four-column-desktop li {
  padding-bottom: 4px;
}

.content-hub__view-all {
  text-align: center;
}
.content-hub__view-all .content-hub__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.mega-course-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.mega-course-list .mega-course-list__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.mega-course-list .mega-course-list__view-all {
  color: #007BBA;
  cursor: pointer;
}
.mega-course-list .mega-course-list__view-all:hover {
  color: #164E75;
}

.test-prep-claims-disclaimer {
  padding-top: 32px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}

.section-content--full.section-content--blue, .section-content--full.section-content--blueberry {
  background: #04242D;
  padding: 32px 0;
}
.section-content--full.section-content--blue .section-content__body, .section-content--full.section-content--blueberry .section-content__body {
  background: #FFFFFF;
  padding: 0 24px;
}
.section-content--full.section-content--blue .section-content__body:first-of-type, .section-content--full.section-content--blueberry .section-content__body:first-of-type {
  padding: 24px 24px 0 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-content--full.section-content--blue .section-content__feature, .section-content--full.section-content--blueberry .section-content__feature {
  background: #FFFFFF;
  padding: 0 24px;
}
.section-content--full.section-content--blue .section-content__feature:last-of-type, .section-content--full.section-content--blueberry .section-content__feature:last-of-type {
  padding-bottom: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-content--full.section-content--blue .section-content__feature .content__header, .section-content--full.section-content--blueberry .section-content__feature .content__header {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
}
.section-content--full.section-content--blue > div:only-child, .section-content--full.section-content--blueberry > div:only-child {
  border-radius: 8px;
  padding: 24px;
}
.section-content--full.section-content--blue h2, .section-content--full.section-content--blueberry h2 {
  margin-top: 0;
}

.list-cards {
  padding-left: 20px;
}
.list-cards .list-cards__item {
  display: list-item;
  margin-bottom: 8px;
}

.list-cards-grid {
  padding-left: 20px;
}
.list-cards-grid li {
  margin-bottom: 8px;
}

.test-hub-keys-to-classroom .test-hub-keys-to-classroom--title-and-img-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.test-hub-keys-to-classroom .test-hub-keys-to-classroom--logo {
  display: none;
}

.list-benefit-row {
  width: 100%;
}
.list-benefit-row + .list-benefit-row {
  padding-top: 24px;
}
.list-benefit-row__item {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-benefit-row {
    display: grid;
  }
  .list-benefit-row__item {
    max-width: none;
  }
  .list-benefit-row.list-benefit-row--two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .list-benefit-row.list-benefit-row--three-cols {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .list-benefit-row.list-benefit-row--two-cols {
    gap: 24px;
  }
  .list-benefit-row.list-benefit-row--three-cols {
    gap: 24px;
  }
}

.benefit-callout {
  text-align: center;
}
.benefit-callout__image img {
  width: 120px;
  height: 120px;
}
.benefit-callout .benefit-callout__title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .benefit-callout .benefit-callout__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.benefit-callout__body--no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.benefit-callout .benefit-callout__body__last-paragraph {
  padding-bottom: 0;
}

.benefit-callout__image + .benefit-callout__title {
  margin-top: 8px;
}

.test-prep-claims--hub-page + .content-hub__information {
  padding-top: 64px;
  padding-bottom: 64px;
}

.content-hub__information .content-hub__information__item-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .content-hub__information .content-hub__information__item-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .content-hub__information .content-hub__information__item-container.content-hub__information__item-container--single-course {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .content-hub__information .content-hub__information__item-container.content-hub__information__item-container--single-course {
    grid-template-columns: minmax(auto, 350px) minmax(auto, 350px);
    justify-items: center;
    justify-content: center;
  }
}
.content-hub__information .content-hub__information__item-container .content-hub__information__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.content-hub__information .content-hub__information__item-container .content-hub__information__item .content-hub__information__item__icon img {
  height: 96px;
  width: 96px;
}
.content-hub__information .content-hub__information__item-container .content-hub__information__item .content-hub__information__item-header {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}

#everythingYouNeed h2 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  #everythingYouNeed h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) {
  #everythingYouNeed h2 {
    text-align: center;
  }
}
#everythingYouNeed h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  text-align: left;
  color: #A0A0A0;
  padding-top: 8px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  #everythingYouNeed h5 {
    text-align: center;
  }
}

.cx--testimonial-carousel {
  padding: 64px 0;
  margin-top: 32px;
}

/*# sourceMappingURL=testPrepHubRebrand.css.map */
