#toast-container > div {
  box-shadow: none;
  opacity: 1;
  padding: 12px 16px;
}
#toast-container.toast-top-center > div {
  opacity: 1;
}
#toast-container.toast-top-center > .toast {
  border-radius: 8px;
}
#toast-container .toast {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#toast-container .toast .toast-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
#toast-container .toast .toast-message {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
#toast-container .toast-success {
  background-color: #E6F5E7;
}
#toast-container .toast-success::before {
  background-color: #000000;
  padding: 8px;
}

.lesson-rebrand-2025__header::before, .lesson-rebrand-2025__header::after {
  content: none;
}
.lesson-rebrand-2025__header {
  padding: 0;
  margin: 0;
  border: none;
}
.lesson-rebrand-2025__header {
  display: flex;
  flex-direction: column;
  padding: 16px 0 32px;
  gap: 24px;
}
@media (max-width: 1279.9px) {
  .lesson-rebrand-2025__header {
    padding: 16px 0 16px;
  }
}

.lesson-rebrand-2025__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.lesson-rebrand-2025__page-tabs {
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__page-tabs {
    display: none;
  }
}

#lesson-rebrand-2025__video-section .videoContainer {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  #lesson-rebrand-2025__video-section .videoContainer {
    overflow: unset;
  }
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .video-loading-preview__preview-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .wistia-native-play-button {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .wistia-native-play-button button {
  border-radius: 50%;
  padding-inline: 0;
  overflow: hidden;
  background-color: rgba(6, 21, 45, 0.5);
  transition: background-color 150ms;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .wistia-native-play-button button > * {
  display: none;
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .wistia-native-play-button button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  mask-image: url("/images/icons/material/icon-play-24.svg");
  -webkit-mask-image: url("/images/icons/material/icon-play-24.svg");
  mask-size: 40px 40px;
  mask-position: center;
}
#lesson-rebrand-2025__video-section .videoContainer.wistia-embed-ready .video-loading-preview .wistia-native-play-button button:hover {
  background-color: rgba(123, 121, 106, 0.7);
}

#lesson-rebrand-2025__video-section {
  margin-bottom: 32px;
}

.below-video-controls {
  padding-top: 16px;
}
.below-video-controls .lesson-control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 12px;
}
.below-video-controls .lesson-control-bar .left-side-controls {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 32px;
  padding: 0;
  margin: 0;
}
.below-video-controls .lesson-control-bar .left-side-controls > *, .below-video-controls .lesson-control-bar .left-side-controls .addLessonToCustCourseBtn {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  user-select: none;
}
.below-video-controls .lesson-control-bar .left-side-controls > *:not(.customCourseModuleReactContainer),
.below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn .below-video-controls__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #007BBA !important;
}
.below-video-controls .lesson-control-bar .left-side-controls > *:not(.customCourseModuleReactContainer):focus, .below-video-controls .lesson-control-bar .left-side-controls > *:not(.customCourseModuleReactContainer):hover {
  color: #164E75 !important;
}
.below-video-controls .lesson-control-bar .left-side-controls > *:not(.customCourseModuleReactContainer):active {
  color: #072435 !important;
}
.below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:focus-within .below-video-controls__text, .below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:hover .below-video-controls__text {
  color: #164E75 !important;
}
.below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:focus-within::before, .below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:hover::before {
  background-color: #164E75;
}
.below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:active .below-video-controls__text {
  color: #072435 !important;
}
.below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer .addLessonToCustCourseBtn:active ::before {
  background-color: #072435;
}
.below-video-controls .lesson-control-bar .left-side-controls i {
  font-size: 0;
  position: static;
  display: none;
}
@media (min-width: 768px) {
  .below-video-controls .lesson-control-bar .left-side-controls > .below-video-tools__mobile-link {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .below-video-controls .lesson-control-bar .left-side-controls .customCourseModuleReactContainer {
    display: none;
  }
}
.below-video-controls .lesson-control-bar .left-side-controls .addLessonToCustCourseBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/images/icons/material/icon-add-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-add-20.svg");
  margin-right: 4px;
  background-color: #007BBA;
}
.below-video-controls .lesson-control-bar .left-side-controls [below-video-toggle="#videoTimeline"]::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/images/icons/material/icon-activity-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-activity-20.svg");
  margin-right: 4px;
  background-color: #007BBA;
}
.below-video-controls .lesson-control-bar .left-side-controls [below-video-toggle="#videoTimeline"]:focus-within::before, .below-video-controls .lesson-control-bar .left-side-controls [below-video-toggle="#videoTimeline"]:hover::before {
  background-color: #164E75;
}
.below-video-controls .lesson-control-bar .left-side-controls [below-video-toggle="#videoTimeline"]:active ::before {
  background-color: #072435;
}
@media (max-width: 767.9px) {
  .below-video-controls .lesson-control-bar .left-side-controls [below-video-toggle="#videoTimeline"] {
    display: none;
  }
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed {
  display: flex;
  align-items: center;
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed .video-speed__label.before {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #007BBA;
  margin-right: 4px;
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed .video-speed__label.before::after {
  content: ":";
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed .video-speed__label.after {
  display: none;
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed .video-speed__button .video-speed__button__value {
  padding: 0;
  background: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #007BBA;
  border: none;
  display: flex;
  align-items: center;
  min-width: unset;
}
.below-video-controls .lesson-control-bar .left-side-controls .lesson-below-video-play-speed-react-container .video-speed .video-speed__button .video-speed__button__value::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #007BBA;
  mask-image: url("/images/icons/material/icon-caret-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-caret-20.svg");
  margin-left: 4px;
}
.below-video-controls .lesson-control-bar .social-proof {
  border-top: none;
  padding: 0;
  margin: 0;
}
.below-video-controls .lesson-control-bar .social-proof::before, .below-video-controls .lesson-control-bar .social-proof::after {
  display: none;
}
.below-video-controls .lesson-control-bar .social-proof .social-proof-view-count {
  margin-left: 0;
}
.below-video-controls .lesson-control-bar .social-proof .social-proof-view-count, .below-video-controls .lesson-control-bar .social-proof .social-proof-view-count small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}

@media (max-width: 1279.9px) {
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__video-section {
    margin-top: 32px;
  }
}

.lesson-rebrand-2025:not(.low-level-pillar) .below-video-controls .lesson-control-bar .left-side-controls .addLessonToCustCourseBtn::before {
  margin-right: 0;
}

.lesson-rebrand-2025__testimonials {
  display: grid;
  column-gap: 24px;
  row-gap: 12px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__testimonials {
    grid-template-areas: "header" "content";
  }
  .lesson-rebrand-2025__testimonials .lesson-rebrand-2025__testimonials-cta {
    display: none;
  }
}
@media (max-width: 1279.9px) {
  .lesson-rebrand-2025__testimonials {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__testimonials {
    grid-template-areas: "header header" "content content" "cta cta";
    grid-template-columns: 1fr max-content;
  }
}

.lesson-rebrand-2025__testimonials-header {
  grid-area: header;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__testimonials-header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.lesson-rebrand-2025__testimonials-cta {
  grid-area: cta;
}

.lesson-rebrand-2025__testimonials-content {
  grid-area: content;
}

.testimonials-rebrand-2025__testimonial {
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding-block: 24px;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials-rebrand-2025__testimonial-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.testimonials-rebrand-2025__testimonial-avatar {
  color: #FFFFFF;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .testimonials-rebrand-2025__testimonial-cta {
    display: none;
  }
}

.lesson-rebrand-2025__related-content-section {
  padding: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-content-section {
    display: none;
  }
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__related-content-section .lesson-rebrand-2025__section-header {
    margin-bottom: 16px !important;
  }
}
.lesson-rebrand-2025__related-content-section .recommended-content__tabs {
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-content-section .recommended-content__tabs {
    margin-bottom: 24px;
  }
}
.lesson-rebrand-2025__related-content-section .recommended-content__container {
  display: grid;
}
.lesson-rebrand-2025__related-content-section .recommended-content__container > * {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}
.lesson-rebrand-2025__related-content-section .recommended-content__container .tab-content-container {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.lesson-rebrand-2025__related-content-section .recommended-content__container .tab-content-container.active {
  z-index: 0;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides {
    grid-auto-columns: calc((100% - 72px) / 4);
  }
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link .content-card__thumbnail {
  width: 100%;
  aspect-ratio: 1.7777777778;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail .content-card__thumbnail-img, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link .content-card__thumbnail .content-card__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail::before, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link .content-card__thumbnail::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease-in-out;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link:hover .content-card__thumbnail::before, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link:hover .content-card__thumbnail::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__title, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link .content-card__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 16px;
  margin-bottom: 0;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__meta-data, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .course-card-link .content-card__meta-data {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin-top: 8px;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  mask: url(/images/icons/material/icon-play-20.svg) no-repeat center center/cover;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail:has(.content-card__thumbnail-img[src$="text_lesson.svg"]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail:has(.content-card__thumbnail-img[src$="text_lesson.svg"]) .content-card__thumbnail-img {
  width: 64px;
  height: 64px;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide .lesson-card-link .content-card__thumbnail:has(.content-card__thumbnail-img[src$="text_lesson.svg"])::after {
  display: none;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide.llp-slide-skeleton {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide.llp-slide-skeleton .llp-slide-skeleton__thumbnail {
  aspect-ratio: 1.7777777778;
  margin-bottom: 16px;
}
.lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__slides .e2-carousel__slide.llp-slide-skeleton .e2-skeleton--text:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__left-arrow, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__right-arrow {
    align-self: start;
    top: calc((100cqw - 72px) / 4 / 1.7777777778 / 2);
  }
  .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__left-arrow.e2-carousel__left-arrow, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__right-arrow.e2-carousel__left-arrow {
    transform: translate(-50%, -50%);
  }
  .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__left-arrow.e2-carousel__right-arrow, .lesson-rebrand-2025__related-content-section .e2-carousel .e2-carousel__right-arrow.e2-carousel__right-arrow {
    transform: translate(50%, -50%);
  }
}

@media (max-width: 1279.9px) {
  body.low-level-pillar .lesson-rebrand-2025__related-content-section {
    display: none;
  }
}

@media (min-width: 768px) {
  body.video-lesson:not(.long-form-lesson) .lesson-rebrand-2025__longform-toc, body.text-lesson:not(.long-form-lesson) .lesson-rebrand-2025__longform-toc {
    display: none;
  }
}

@media (max-width: 767.9px) {
  body.text-lesson .lesson-rebrand-2025__longform-toc {
    margin-bottom: 32px;
  }
}

.lesson-rebrand-2025__longform-toc:has(.tab-pane.active:empty) {
  display: none;
}

.lesson-rebrand-2025__longform-toc .longformToc {
  margin: 0;
}
.lesson-rebrand-2025__longform-toc .longformToc h2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  font-size: 20px !important;
  padding: 0 0 12px;
  background-color: unset;
  border-radius: unset;
}
.lesson-rebrand-2025__longform-toc .longformToc ul {
  padding: 0;
  background-color: unset;
  columns: 2;
  border-radius: unset;
}
.lesson-rebrand-2025__longform-toc .longformToc ul li {
  padding: 0;
  color: unset;
  line-height: unset;
}
.lesson-rebrand-2025__longform-toc .longformToc ul li::before {
  content: none;
}
.lesson-rebrand-2025__longform-toc .longformToc ul li a {
  display: inline-block;
  padding: 8px 0;
  scroll-behavior: smooth;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__longform-toc .longformToc ul li.tocHideM {
    padding: 0;
  }
}
.lesson-rebrand-2025__longform-toc .longformToc a {
  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;
  font-size: 14px;
}
.lesson-rebrand-2025__longform-toc .longformToc a:hover, .lesson-rebrand-2025__longform-toc .longformToc a:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.lesson-rebrand-2025__longform-toc .longformToc a:active {
  color: #072435;
  text-decoration: underline;
}
.lesson-rebrand-2025__longform-toc .longformToc a.tocShowLink {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  padding: 12px 0;
}
.lesson-rebrand-2025__longform-toc .longformToc a.tocShowLink .tocShowText::after {
  content: " more";
}
.lesson-rebrand-2025__longform-toc .longformToc a.tocShowLink::after {
  background-color: #374F5C;
  content: " ";
  mask: url("/images/eureka-lib/icons/material/icon-chevron-down-24.svg") no-repeat center/contain;
  height: 24px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  width: 24px;
}
.lesson-rebrand-2025__longform-toc .longformToc.collapseD a.tocShowLink {
  display: flex;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__longform-toc .longformToc.collapseM a.tocShowLink {
    display: flex;
  }
}
.lesson-rebrand-2025__longform-toc .longformToc.in .tocShowLink .tocShowText::after {
  content: " less";
}
.lesson-rebrand-2025__longform-toc .longformToc.in .tocShowLink::after {
  transform: rotate(180deg);
}

.lesson-rebrand-2025__longform-toc {
  background: #EFF5F6;
  border-radius: 8px;
  padding: 24px;
  margin-top: 32px;
}
.lesson-rebrand-2025__longform-toc h2 {
  padding-top: 0;
}
.lesson-rebrand-2025__longform-toc ul {
  columns: 2;
}

#seo-cta-container {
  text-align: center;
}
#seo-cta-container .e2-button {
  display: inline-grid;
}
@media (max-width: 767.9px) {
  #seo-cta-container {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  #seo-cta-container {
    display: none;
  }
}

@media (max-width: 1279.9px) {
  body.low-level-pillar #seo-cta-container {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  body.low-level-pillar #seo-cta-container .e2-button {
    width: 100%;
  }
}

.lessonTranscriptTabs .e2-tabs {
  column-gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .lessonTranscriptTabs {
    display: none;
  }
}

body.low-level-pillar #lesson-rebrand-2025__content-rail-1 .lesson-description {
  margin-bottom: 0;
  padding-block: 8px;
}

@media (max-width: 1279.9px) {
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 .lesson-description {
    margin-bottom: 16px;
  }
}

body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
  margin-right: 0;
  margin-bottom: 16px;
}
body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count, body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}
@media (min-width: 768px) {
  body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    margin-top: -16px;
  }
  body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count .mobile-link {
    display: none;
  }
}
@media (max-width: 767.9px) {
  body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    display: flex;
    align-items: center;
    column-gap: 24px;
  }
  body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count .mobile-link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    color: #007BBA;
  }
  body.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count .view-count-text {
    margin-left: auto;
  }
}

@media (max-width: 767.9px) {
  body.text-lesson.long-form-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    margin-bottom: 0;
  }
}

.videoLessonVideoTranscriptHeader {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .videoLessonVideoTranscriptHeader {
    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) {
  .videoLessonVideoTranscriptHeader {
    display: none;
  }
}

@media (max-width: 767.9px) {
  body.long-form-lesson:not(.low-level-pillar):has(.lessonTranscriptTabs .e2-tabs__item[data-target="[data-transcript-content]"].e2-tabs__item--selected) .lesson-rebrand-2025__longform-toc .tab-pane:not(.active) {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media (max-width: 767.9px) {
  body.long-form-lesson:not(.low-level-pillar):has(.lessonTranscriptTabs .e2-tabs__item[data-target="[data-transcript-content]"].e2-tabs__item--selected) .lesson-transcript-content.active .faded-content h2[id^=section---]:first-child {
    padding-top: 0;
  }
}

@media (max-width: 767.9px) {
  #seo-cta-container {
    margin-top: 16px;
  }
}

#seo-transcript-container-mid, #seo-transcript-container-2 {
  margin-top: 0;
}

.accordionOneHeader.lesson-wiki-sections {
  margin-bottom: 0;
  border-bottom: none;
  padding: 32px 0 12px;
  transition: padding-bottom 0.35s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.accordionOneHeader.lesson-wiki-sections::after {
  content: "" !important;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  margin: 0;
  mask-image: url("/images/icons/material/icon-chevron-up-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-chevron-up-20.svg");
  background-color: #000000;
  color: #000000;
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  position: static;
  transition: transform 0.35s;
}
.accordionOneHeader.lesson-wiki-sections a {
  flex: 1 1 auto;
  border-bottom: none;
  padding: 0 !important;
}
.accordionOneHeader.lesson-wiki-sections a h2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.accordionOneHeader.lesson-wiki-sections a > *:not(h2):empty {
  display: none;
}
.accordionOneHeader.lesson-wiki-sections.collapsed {
  padding: 32px 0;
}
.accordionOneHeader.lesson-wiki-sections.collapsed::after {
  transform: rotateX(180deg);
}
.accordionOneHeader.lesson-wiki-sections.collapsed:has(+ *:not(.collapsing)) {
  box-shadow: inset 0 -1px 0 0 #F1F1F1;
}
.accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img), .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img) {
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img), .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img) {
    gap: 8px;
  }
}
.accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img) .cta-text, .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img) .cta-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  user-select: none;
}
.accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img) .cta-text::before, .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img) .cta-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #000000;
  mask-image: url("/images/icons/material/icon-unlocked-24.svg");
  -webkit-mask-image: url("/images/icons/material/icon-unlocked-24.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media (max-width: 767.9px) {
  .accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img), .accordionOneHeader.lesson-wiki-sections + .collapse .article-cutoff-div:not(.article-cutoff-div--img) .cta-text, .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img), .accordionOneHeader.lesson-wiki-sections + .collapsing .article-cutoff-div:not(.article-cutoff-div--img) .cta-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.accordionOneHeader.lesson-wiki-sections + .collapse .faded-content--sections p, .accordionOneHeader.lesson-wiki-sections + .collapsing .faded-content--sections p {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.accordionOneHeader.lesson-wiki-sections + .collapse .faded-content--sections ul, .accordionOneHeader.lesson-wiki-sections + .collapsing .faded-content--sections ul {
  list-style-position: outside;
}

@media (min-width: 768px) {
  .lesson-transcript-content {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .lesson-transcript-content .lesson-section-header--video-transcript {
    padding: 32px 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .lesson-transcript-content .lesson-section-header--video-transcript .lesson-section-header__text {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    padding: 0;
    border-bottom: none;
  }
}
@media (max-width: 767.9px) and (min-width: 768px) {
  .lesson-transcript-content .lesson-section-header--video-transcript .lesson-section-header__text {
    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) {
  .lesson-transcript-content .lesson-section-header--video-transcript + .faded-content h2:first-child {
    padding-top: 16px;
  }
}
.lesson-transcript-content p:has(> br:only-child) {
  display: none;
}

.lesson-wiki-sections, .wikiDescription, .wikiContent {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.lesson-wiki-sections h2, .wikiDescription h2, .wikiContent h2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  padding-block: 32px 12px;
}
.lesson-wiki-sections h3, .wikiDescription h3, .wikiContent h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  padding-block: 16px 8px;
}
.lesson-wiki-sections h4, .wikiDescription h4, .wikiContent h4 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding-top: 16px;
}
.lesson-wiki-sections p, .wikiDescription p, .wikiContent p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0;
  padding-block: 8px;
}
.lesson-wiki-sections a:not(.lesson-wiki-sections a), .lesson-wiki-sections a.external:not(.lesson-wiki-sections a), .wikiDescription a:not(.lesson-wiki-sections a), .wikiDescription a.external:not(.lesson-wiki-sections a), .wikiContent a:not(.lesson-wiki-sections a), .wikiContent a.external:not(.lesson-wiki-sections a) {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.lesson-wiki-sections a:not(.lesson-wiki-sections a):hover, .lesson-wiki-sections a:not(.lesson-wiki-sections a):focus-within, .lesson-wiki-sections a.external:not(.lesson-wiki-sections a):hover, .lesson-wiki-sections a.external:not(.lesson-wiki-sections a):focus-within, .wikiDescription a:not(.lesson-wiki-sections a):hover, .wikiDescription a:not(.lesson-wiki-sections a):focus-within, .wikiDescription a.external:not(.lesson-wiki-sections a):hover, .wikiDescription a.external:not(.lesson-wiki-sections a):focus-within, .wikiContent a:not(.lesson-wiki-sections a):hover, .wikiContent a:not(.lesson-wiki-sections a):focus-within, .wikiContent a.external:not(.lesson-wiki-sections a):hover, .wikiContent a.external:not(.lesson-wiki-sections a):focus-within {
  color: #164E75;
  text-decoration: underline;
}
.lesson-wiki-sections a:not(.lesson-wiki-sections a):active, .lesson-wiki-sections a.external:not(.lesson-wiki-sections a):active, .wikiDescription a:not(.lesson-wiki-sections a):active, .wikiDescription a.external:not(.lesson-wiki-sections a):active, .wikiContent a:not(.lesson-wiki-sections a):active, .wikiContent a.external:not(.lesson-wiki-sections a):active {
  color: #072435;
  text-decoration: underline;
}

@media (max-width: 767.9px) {
  body.low-level-pillar #seo-transcript-container-section-1 {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  body.lesson-rebrand-2025--dedicated-video #seo-description-container .wikiDescription {
    margin-top: 32px;
  }
}

#lesson-rebrand-2025__authors-section {
  display: grid;
  grid-template-columns: 1fr 0fr;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  #lesson-rebrand-2025__authors-section {
    margin-bottom: 0;
  }
}

[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author {
  padding: 16px 16px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  min-width: 300px;
  cursor: default;
  user-select: none;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=top] {
  box-shadow: 0px 8px 24px 0px rgba(25, 32, 56, 0.14);
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=top] .tippy-arrow {
  border-top-color: #FFFFFF;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=left] {
  box-shadow: 8px 0px 24px 0px rgba(25, 32, 56, 0.14);
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=left] .tippy-arrow {
  border-left-color: #FFFFFF;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=right] {
  box-shadow: -8px 0px 24px 0px rgba(25, 32, 56, 0.14);
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=right] .tippy-arrow {
  border-right-color: #FFFFFF;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=bottom] {
  box-shadow: 0px -8px 24px 0px rgba(25, 32, 56, 0.14);
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author[data-placement=bottom] .tippy-arrow {
  border-bottom-color: #FFFFFF;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author .bio-popover-title-row {
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 8px;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author .bio-popover__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  mask-image: url("/images/icons/material/icon-close-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-close-20.svg");
  background-color: #000000;
  mask-size: 16px 16px;
  mask-repeat: no-repeat;
  mask-position: center;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author .bio-popover__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}
[data-tippy-root]:has(.lesson-rebrand-transcript-author) .lesson-rebrand-transcript-author .bio-popover__bio {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin-bottom: 0;
}

.lesson-contributors__grouped-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: 16px;
}
@media (max-width: 767.9px) {
  .lesson-contributors__grouped-title {
    display: none;
  }
}

.lesson-contributors {
  display: grid;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767.9px) {
  .lesson-contributors {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor__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: 24px;
}
@media (max-width: 767.9px) {
  .lesson-contributors .lesson-contributor .lesson-contributor__title {
    display: none;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor-container {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container:has(.lesson-contributor__bio) {
  align-items: flex-start;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .e2-avatar {
  flex: 0 0 auto;
}
@media (max-width: 767.9px) {
  .lesson-contributors .lesson-contributor .lesson-contributor-container .e2-avatar {
    display: none;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio {
  padding: 4px 0;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__title-and-name {
  display: flex;
  align-items: center;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__mobile-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 3px 0 0;
  user-select: none;
}
@media (min-width: 768px) {
  .lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__mobile-title {
    display: none;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  user-select: none;
}
@media (max-width: 767.9px) {
  .lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__name {
    font-weight: 400;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  user-select: none;
}
@media (max-width: 767.9px) {
  .lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    margin-top: 4px;
  }
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio.overflowed {
  cursor: pointer;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio-show-more {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #007BBA;
  cursor: pointer;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio-show-more:hover, .lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio-show-more:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio-show-more:active {
  color: #072435;
  text-decoration: underline;
}
.lesson-contributors .lesson-contributor .lesson-contributor-container .lesson-contributor__name-and-bio .lesson-contributor__bio-show-more {
  text-decoration: none;
}

body.low-level-pillar .lesson-contributors {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (max-width: 767.9px) {
  body.low-level-pillar .lesson-contributors {
    grid-template-columns: 1fr;
  }
}

.lesson-rebrand-2025__authors-react-container .e2-accordion-section::before {
  height: 0;
  display: none;
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section:not(.e2-accordion-section--open) {
  padding-bottom: 0;
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section.e2-accordion-section--open {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__authors-react-container .e2-accordion-section.e2-accordion-section--open {
    grid-template-rows: 0 1fr;
  }
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section .e2-accordion-section__heading {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding-top: 0;
  padding-bottom: 16px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section .e2-accordion-section__heading .contributor-mobile-toggle-btn .contributor-names {
  color: #007BBA;
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section .e2-accordion-section__heading .contributor-mobile-toggle-btn .contributor-names:hover {
  text-decoration: underline;
  text-decoration-color: #007BBA;
}
.lesson-rebrand-2025__authors-react-container .e2-accordion-section .e2-accordion-section__heading .e2-material-icon {
  display: none;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__authors-react-container .e2-accordion-section .e2-accordion-section__heading {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .lesson-contributors-react-root.ssr .e2-accordion-section.e2-accordion-section--open {
    grid-template-rows: max-content 0fr;
    padding-bottom: 0;
  }
  .lesson-contributors-react-root.ssr .e2-accordion-section__content {
    display: none;
  }
}

.lesson-rebrand-citation-button {
  display: block;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-citation-button {
    margin-top: auto;
    margin-bottom: 16px;
  }
}
.lesson-rebrand-citation-button .academic-citation-btn__button {
  min-width: 123px;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  column-gap: 4px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.lesson-rebrand-citation-button .academic-citation-btn__button .academic-citation-btn__label {
  order: 2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 16px;
  color: #007BBA;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-citation-button .academic-citation-btn__button .academic-citation-btn__label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    color: #007BBA;
  }
}
.lesson-rebrand-citation-button .academic-citation-btn__button .academic-citation-btn__icon {
  padding: 0;
  order: 1;
  width: 20px;
  height: 20px;
  background-color: #007BBA;
  mask-image: url("/images/icons/material/icon-notes-20.svg");
  -webkit-mask-image: url("/images/icons/material/icon-notes-20.svg");
}
.lesson-rebrand-citation-button .academic-citation-btn__button .academic-citation-btn__icon img {
  display: none;
}
.lesson-rebrand-citation-button .academic-citation-btn__button:focus-within .academic-citation-btn__label, .lesson-rebrand-citation-button .academic-citation-btn__button:hover .academic-citation-btn__label {
  color: #164E75;
}
.lesson-rebrand-citation-button .academic-citation-btn__button:focus-within .academic-citation-btn__icon, .lesson-rebrand-citation-button .academic-citation-btn__button:hover .academic-citation-btn__icon {
  background-color: #164E75;
}
.lesson-rebrand-citation-button .academic-citation-btn__button:active .academic-citation-btn__label {
  color: #072435;
}
.lesson-rebrand-citation-button .academic-citation-btn__button:active .academic-citation-btn__icon {
  background-color: #072435;
}

.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content {
  border-radius: 8px;
  max-height: 90vh;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head {
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  justify-content: flex-start;
  padding-block: 24px;
  padding-left: 24px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__modal-title {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1279.9px) {
  .academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__modal-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__modal-title .citation-head__icon {
  display: none;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .btn-close {
  opacity: 1;
  margin-right: 24px;
  margin-top: 24px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__link-container {
  padding-inline: 32px;
  padding-bottom: 32px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__heading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 12px;
  margin-bottom: 8px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-body__citation {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  background-color: #FFFFFF;
  border: 2px solid #D0DEE4;
  border-radius: 8px;
  padding: 12px 16px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  padding-top: 8px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links > span:first-child {
  display: inline-block;
  padding-right: 8px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links .citation-copy-clipboard {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links .citation-copy-clipboard:hover, .academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links .citation-copy-clipboard:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-head .citation-head__copy-links .citation-copy-clipboard:active {
  color: #072435;
  text-decoration: underline;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body {
  scrollbar-width: none;
  box-shadow: none;
  padding-top: 0;
  padding-inline: 32px;
  padding-bottom: 16px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-item__style {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-item__type {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
  padding-top: 12px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-item__citation {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 0;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-copy-clipboard {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  margin: 0;
  padding-top: 8px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-copy-clipboard:hover, .academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-copy-clipboard:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-copy-clipboard:active {
  color: #072435;
  text-decoration: underline;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body .citation-item .citation-copy-clipboard:not(:last-child) {
  padding-bottom: 4px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .citation-body hr {
  border-top: 0;
  margin-block: 16px;
}
.academic-citation-modal.academic-citation-modal__lesson-rebrand-2025 .bs5-modal-content .bs5-modal-footer {
  border-top: none;
  padding: 24px;
}

.expert-additions-rebrand-2025 {
  padding-top: 32px;
}

body.low-level-pillar .expert-additions-rebrand-2025 {
  padding-top: 0;
}
@media (min-width: 1280px) {
  body.low-level-pillar .expert-additions-rebrand-2025 {
    margin-top: 0;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar .expert-additions-rebrand-2025 {
    margin-top: 32px;
  }
}
body.low-level-pillar .expert-additions-rebrand-2025 .expert-additions-rebrand-2025__expert-addition--faqs .e2-accordion-section__content [itemprop=acceptedAnswer] p, body.low-level-pillar .expert-additions-rebrand-2025 .expert-additions-rebrand-2025__expert-addition--faqs .e2-accordion-section__content [itemprop=acceptedAnswer] li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.expert-additions-rebrand-2025__header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .expert-additions-rebrand-2025__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

body.low-level-pillar .expert-additions-rebrand-2025__header {
  margin-top: 32px;
}

@media (max-width: 767.9px) {
  .expert-additions-rebrand-2025__expert-addition {
    background-color: #F3F6F8;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}
.expert-additions-rebrand-2025__expert-addition.expert-additions-rebrand-2025__expert-addition--faqs {
  padding-bottom: 8px;
}
.expert-additions-rebrand-2025__expert-addition.expert-additions-rebrand-2025__expert-addition--faqs [itemprop=name] {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .expert-additions-rebrand-2025__expert-addition.expert-additions-rebrand-2025__expert-addition--faqs h3[itemprop=name]:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .expert-additions-rebrand-2025__expert-addition.expert-additions-rebrand-2025__expert-addition--activities .wikiContent > h2:first-child {
    padding-top: 0;
  }
}

.e2-flexbox {
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
}
.e2-flexbox.e2-flexbox--row {
  flex-direction: row;
}
.e2-flexbox.e2-flexbox--row-reverse {
  flex-direction: row-reverse;
}
.e2-flexbox.e2-flexbox--column {
  flex-direction: column;
}
.e2-flexbox.e2-flexbox--column-reverse {
  flex-direction: column-reverse;
}

.lesson-rebrand-2025 .videoContainer .borderContainer {
  display: grid;
  height: fit-content;
}
.lesson-rebrand-2025 .videoContainer .borderContainer > div {
  grid-column: 1;
  grid-row: 1;
}
.lesson-rebrand-2025 #videoPaywall {
  /* Override the !important height from globalMisc.less */
  height: fit-content !important;
  position: relative;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall {
  background-color: #000000;
  height: fit-content;
  min-height: 100%;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__preview-img {
  filter: opacity(0.2);
  grid-column: 1;
  grid-row: 1/4;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: -1;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .paywall-title {
  background-color: #04242D;
  display: flex;
  height: fit-content;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .paywall-title h2 {
  padding: 8px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  background: none;
  color: #FFFFFF;
  margin: 0;
  /* Override the !important font-size from lessonFast.css */
  font-size: 16px !important;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .paywall-inner {
  grid-column: 1;
  grid-row: 2/4;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall h4 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-prompt {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  text-shadow: none;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-prompt--transcript {
  padding-top: 8px;
  padding-bottom: 8px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page .paywallBack {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page.active {
  margin: 0;
  padding: 32px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-prompt {
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .benefits-text.teacherSegText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  /* Override the !important font-size from lessonFast.css */
  font-size: 16px !important;
  margin: 0;
  padding-top: 8px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .benefits-text.teacherSegText.short-form {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  padding: 0;
  /* Override the !important font-size from lessonFast.css */
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .benefits-text.teacherSegText.short-form {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .video-paywall__cta-button {
  margin-top: 16px;
  margin-bottom: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-reminder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-already-registered {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  margin: 0;
  padding-top: 4px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-already-registered a {
  color: #A6B5BD;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "header header" "points testimonial" "buttons buttons";
  column-gap: 32px;
  row-gap: 24px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container {
  grid-area: header;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title, .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
  margin: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
  padding-top: 8px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points {
  grid-area: points;
  margin-block: auto;
  margin-inline: 0;
  padding: 0;
  text-align: left;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 24px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: calc(24px * 2) 1fr;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon {
  background-color: #FFC340;
  justify-self: center;
  mask-position: center;
  mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.playlist {
  mask-image: url("/images/videoPaywall/paywallMango/playlist.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/playlist.svg");
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.pencil {
  mask-image: url("/images/videoPaywall/paywallMango/pencil.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/pencil.svg");
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.people {
  mask-image: url("/images/videoPaywall/paywallMango/peopleMango.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/peopleMango.svg");
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.lesson-plan {
  mask-image: url("/images/videoPaywall/paywallMango/lesson plan.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/lesson plan.svg");
  mask-size: contain;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial {
  grid-area: testimonial;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 24px;
  text-align: left;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial strong {
  font-weight: normal;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial > p {
  margin: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 24px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details {
  align-content: center;
  display: grid;
  grid-template-areas: "name name" "bio course";
  grid-template-rows: max-content max-content;
  column-gap: 4px;
  row-gap: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  grid-area: name;
  height: fit-content;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__bio,
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #808A97;
  height: fit-content;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__bio {
  grid-area: bio;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course {
  grid-area: course;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__portrait img {
  border-radius: 50%;
  margin: 0;
  max-height: 45px;
  max-width: 45px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons {
  grid-area: buttons;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button {
  margin: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active {
    padding: 32px 64px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-prompt,
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    color: #A6B5BD;
    text-shadow: none;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page.active {
    padding: 16px;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active h3 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #A6B5BD;
    letter-spacing: -0.02em;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices button.e2-button {
    width: 100%;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .video-paywall__cta-button {
    width: 100%;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active {
    display: flex;
    flex-direction: column;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
    display: block;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points {
    display: none;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial,
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__cta-button {
    align-self: center;
    max-width: 500px;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons {
    align-items: center;
    width: 100%;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button,
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button > a {
    width: 100%;
  }
}

.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter {
  color: #FFFFFF;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter h4 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  text-shadow: none;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt--transcript {
  padding-top: 8px;
  padding-bottom: 8px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page .paywallBack {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
  margin: 0;
  padding: 32px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-prompt {
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-choices {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .benefits-text.teacherSegText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  /* Override the !important font-size from lessonFast.css */
  font-size: 16px !important;
  margin: 0;
  padding-top: 8px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .benefits-text.teacherSegText.short-form {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  padding: 0;
  /* Override the !important font-size from lessonFast.css */
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .benefits-text.teacherSegText.short-form {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .video-paywall__cta-button {
  margin-top: 16px;
  margin-bottom: 0;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-reminder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-already-registered {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  margin: 0;
  padding-top: 4px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-already-registered a {
  color: #A6B5BD;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "header header" "points testimonial" "buttons buttons";
  column-gap: 32px;
  row-gap: 24px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container {
  grid-area: header;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title, .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
  margin: 0;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
  padding-top: 8px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points {
  grid-area: points;
  margin-block: auto;
  margin-inline: 0;
  padding: 0;
  text-align: left;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 24px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: calc(24px * 2) 1fr;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon {
  background-color: #FFC340;
  justify-self: center;
  mask-position: center;
  mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.playlist {
  mask-image: url("/images/videoPaywall/paywallMango/playlist.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/playlist.svg");
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.pencil {
  mask-image: url("/images/videoPaywall/paywallMango/pencil.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/pencil.svg");
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.people {
  mask-image: url("/images/videoPaywall/paywallMango/peopleMango.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/peopleMango.svg");
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__icon.lesson-plan {
  mask-image: url("/images/videoPaywall/paywallMango/lesson plan.svg");
  -webkit-mask-image: url("/images/videoPaywall/paywallMango/lesson plan.svg");
  mask-size: contain;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points .video-paywall-icon-and-text .video-paywall-icon-and-text__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial {
  grid-area: testimonial;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 24px;
  text-align: left;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial strong {
  font-weight: normal;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial > p {
  margin: 0;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 24px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details {
  align-content: center;
  display: grid;
  grid-template-areas: "name name" "bio course";
  grid-template-rows: max-content max-content;
  column-gap: 4px;
  row-gap: 0;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  grid-area: name;
  height: fit-content;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__bio,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #808A97;
  height: fit-content;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__bio {
  grid-area: bio;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course {
  grid-area: course;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__portrait img {
  border-radius: 50%;
  margin: 0;
  max-height: 45px;
  max-width: 45px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons {
  grid-area: buttons;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button {
  margin: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active {
    padding: 32px 64px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    color: #A6B5BD;
    text-shadow: none;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
    padding: 16px;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active h3 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #A6B5BD;
    letter-spacing: -0.02em;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-choices {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-choices button.e2-button {
    width: 100%;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .video-paywall__cta-button {
    width: 100%;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active {
    display: flex;
    flex-direction: column;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-header-container .paywall__subtext {
    display: block;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-points {
    display: none;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-testimonial,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__cta-button {
    align-self: center;
    max-width: 500px;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons {
    align-items: center;
    width: 100%;
  }
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.wizard-page.active .video-paywall__teacher-buttons .video-paywall__cta-button > a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.paywall {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .long-form {
    display: none;
  }
}
@media (min-width: 480px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .short-form {
    display: none;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
  background-color: #04242D;
  border-radius: 8px;
  text-align: center;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active.wizard-page-user-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active .lesson-rebrand-2025__user-type-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active .lesson-rebrand-2025__user-type-question {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active .lesson-rebrand-2025__user-type-question {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active .lesson-rebrand-2025__segmenter-button-container {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active h3 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
  font-style: normal;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active h4.benefits-text {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin: 0;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active h4.benefits-text {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active h4.benefits-text {
    font-size: 32px;
    line-height: 40px;
  }
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active h5.benefits-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  padding-top: 8px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-text {
  margin: 0;
  padding-top: 16px;
}
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-text,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-text > a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter {
    display: none;
  }
}

@media (max-width: 1279.9px) {
  body.low-level-pillar #lesson-rebrand-2025__content-rail-2 .lesson-rebrand-2025__student-teacher-segmenter {
    margin-top: 32px;
  }
}

.course-nav-2025 {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: white;
  contain: paint;
  user-select: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  --course-nav-gutter-size: 16px;
}
@media (min-width: 1280px) {
  .course-nav-2025 {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: max-content 1fr;
  }
}
@media (min-width: 1280px) {
  .course-nav-2025 {
    --course-nav-gutter-size: 24px;
  }
}

.course-nav-2025__header {
  padding-block: 24px;
  padding-inline: var(--course-nav-gutter-size);
  border-bottom: 1px solid #F1F1F1;
}

.course-nav-2025__header-heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .course-nav-2025__header-heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.course-nav-2025__header-metadata {
  padding-top: 8px;
  display: flex;
  column-gap: 16px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.course-nav-2025__header-metadata > * {
  flex: 0 0 auto;
}

.course-nav-2025__chapters {
  position: relative;
}
@media (min-width: 1280px) {
  .course-nav-2025__chapters {
    max-height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
}
.course-nav-2025__chapters .e2-carousel__slides {
  padding-inline: var(--course-nav-gutter-size);
  padding-block: 16px;
}
.course-nav-2025__chapters .e2-carousel__slides .e2-carousel__slide {
  scroll-margin-inline: var(--course-nav-gutter-size);
}

.course-nav-2025 .e2-accordion-section::before,
.course-nav-2025 .e2-accordion-section__heading {
  padding-inline: var(--course-nav-gutter-size);
}

.course-nav-2025 .e2-accordion-section:last-child::before {
  display: none;
}

.course-nav-2025__chapter-ordinal {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #627680;
  padding-bottom: 4px;
}

.course-nav-2025__chapter-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}

.course-nav-2025__header-cta {
  margin-top: 16px;
}
@media (max-width: 1279.9px) {
  .course-nav-2025__header-cta {
    display: none;
  }
}

@media (max-width: 1279.9px) {
  .course-nav-2025__lessons .course-nav-2025__lesson-preview-image {
    height: 140px;
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 8px;
    background-color: #F8F8F8;
  }
}

.course-nav-2025__lesson {
  position: relative;
  display: grid;
  grid-auto-flow: row;
}
.course-nav-2025__lesson, .course-nav-2025__lesson:hover, .course-nav-2025__lesson:active, .course-nav-2025__lesson:focus {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
@media (max-width: 1279.9px) {
  .course-nav-2025__lesson {
    align-content: start;
    row-gap: 8px;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--active .course-nav-2025__lesson-caption {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 12px;
    border-radius: 999px;
    background: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--video .course-nav-2025__lesson-preview-image {
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .course-nav-2025__lesson {
    align-items: start;
    row-gap: 4px;
    padding-block: 16px;
    padding-inline: var(--course-nav-gutter-size);
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--active, .course-nav-2025__lesson:hover {
    background-color: #E3F3FF;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: #007BBA;
    top: 0;
    height: 100%;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--current.course-nav-2025__lesson--active .course-nav-2025__lesson-duration {
    display: none;
  }
  .course-nav-2025__lesson .course-nav-2025__lesson-preview-image {
    display: none;
  }
  .course-nav-2025__lesson:has(.course-nav-2025__lesson-preview-image--always-show) {
    grid-template-columns: 1fr min(50%, 142.2222222222px);
    column-gap: 8px;
  }
  .course-nav-2025__lesson:has(.course-nav-2025__lesson-preview-image--always-show) .course-nav-2025__lesson-preview-image {
    display: block;
    grid-column: 2;
    grid-row: 1/span 3;
  }
}

.course-nav-2025__lesson-caption,
.course-nav-2025__quiz-caption {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #627680;
}

.course-nav-2025__lesson-preview-image {
  aspect-ratio: 16/9;
  background-image: url("/images/marketing-icons/marketing-icon-text_lesson.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.course-nav-2025__lesson.course-nav-2025__lesson--video:not(.course-nav-2025__lesson.course-nav-2025__lesson--active) .course-nav-2025__lesson-preview-image {
  position: relative;
}
.course-nav-2025__lesson.course-nav-2025__lesson--video:not(.course-nav-2025__lesson.course-nav-2025__lesson--active) .course-nav-2025__lesson-preview-image::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: path("M29.6085 12.2606L7.13992 0.580938C6.40615 0.194576 5.5744 -0.00582157 4.72929 0.00012875C3.88417 0.00607907 3.05585 0.218166 2.32857 0.614814C1.62002 0.988189 1.03136 1.52771 0.622376 2.17856C0.213393 2.82941 -0.00133481 3.5684 6.24319e-06 4.32047V27.6798C-0.00133481 28.4319 0.213393 29.1709 0.622376 29.8217C1.03136 30.4726 1.62002 31.0121 2.32857 31.3855C3.05592 31.7819 3.88422 31.9939 4.72929 31.9999C5.57436 32.0058 6.40608 31.8055 7.13992 31.4194L29.6085 19.7397C30.3332 19.3698 30.9371 18.828 31.3577 18.1704C31.7782 17.5128 32 16.7634 32 16.0001C32 15.2369 31.7782 14.4875 31.3577 13.8299C30.9371 13.1723 30.3332 12.6305 29.6085 12.2606Z");
  height: 32px;
  width: 32px;
}

.course-nav-2025__lesson-title,
.course-nav-2025__quiz-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1280px) {
  .course-nav-2025__lesson-title,
  .course-nav-2025__quiz-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #374F5C;
    letter-spacing: -0.02em;
    color: #000000;
  }
}
@media (max-width: 1279.9px) {
  .course-nav-2025__lesson-title,
  .course-nav-2025__quiz-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.course-nav-2025__lesson-duration {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
  color: #627680;
}
.course-nav-2025__lesson--next .course-nav-2025__lesson-duration {
  display: none;
}

.course-nav-2025__lesson-command {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.course-nav-2025__lesson-command:hover, .course-nav-2025__lesson-command:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.course-nav-2025__lesson-command:active {
  color: #072435;
  text-decoration: underline;
}

@media (max-width: 1279.9px) {
  .course-nav-2025__quizzes .course-nav-2025__lesson {
    align-items: start;
    row-gap: 4px;
    padding-block: 16px;
    padding-inline: var(--course-nav-gutter-size);
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson:hover {
    background-color: #E3F3FF;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson .course-nav-2025__lesson-preview-image {
    display: none;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson:has(.course-nav-2025__lesson-preview-image--always-show) {
    grid-template-columns: max-content 1fr;
    column-gap: 8px;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson:has(.course-nav-2025__lesson-preview-image--always-show) .course-nav-2025__lesson-preview-image {
    display: block;
    grid-column: 1;
    grid-row: 1/span 3;
    height: 80px;
    background-color: #F8F8F8;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson .course-nav-2025__lesson-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #007BBA;
    cursor: pointer;
    text-decoration: underline;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson .course-nav-2025__lesson-title:hover, .course-nav-2025__quizzes .course-nav-2025__lesson .course-nav-2025__lesson-title:focus-within {
    color: #164E75;
    text-decoration: underline;
  }
  .course-nav-2025__quizzes .course-nav-2025__lesson .course-nav-2025__lesson-title:active {
    color: #072435;
    text-decoration: underline;
  }
}

.course-nav-2025__quiz {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  align-items: start;
  row-gap: 4px;
  padding-block: 16px;
  padding-inline: var(--course-nav-gutter-size);
}
.course-nav-2025__quiz, .course-nav-2025__quiz:hover, .course-nav-2025__quiz:active, .course-nav-2025__quiz:focus {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.course-nav-2025__quiz.course-nav-2025__quiz--active, .course-nav-2025__quiz:hover {
  background-color: #E3F3FF;
}
.course-nav-2025__quiz.course-nav-2025__quiz--active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  background: #007BBA;
  top: 0;
  height: 100%;
}
@media (max-width: 1279.9px) {
  .course-nav-2025__quiz .course-nav-2025__quiz-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #007BBA;
    cursor: pointer;
    text-decoration: underline;
  }
  .course-nav-2025__quiz .course-nav-2025__quiz-title:hover, .course-nav-2025__quiz .course-nav-2025__quiz-title:focus-within {
    color: #164E75;
    text-decoration: underline;
  }
  .course-nav-2025__quiz .course-nav-2025__quiz-title:active {
    color: #072435;
    text-decoration: underline;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar react-ssr[component=SidebarCourseNavigator] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.course-nav-2025__top-cta {
  display: none;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1280px) {
  .course-nav-2025__top-cta {
    display: block;
  }
}
.course-nav-2025__top-cta .course-nav-2025__top-cta-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons #seo-related-study-materials-header {
    padding-bottom: 16px;
  }
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-section {
  display: none;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-section {
    display: block;
    margin-bottom: 0;
  }
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-section .recommended-content__container {
    display: block;
  }
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-section .recommended-content__container > .tab-content-container {
    display: none;
  }
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-section .recommended-content__container > .tab-content-container.active {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons #seo-related-study-materials-desktop {
    display: none;
  }
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-study-materials-header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-study-materials-header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-study-materials-header {
    padding-top: 12px;
  }
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-study-materials-subheader {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #627680;
  margin: 0;
  padding-top: 4px;
}
.lesson-rebrand-2025__related-courses-and-lessons .seoBoxHeader {
  display: none;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box {
    grid-template-columns: 1fr;
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box .lesson-rebrand-2025__related-content-column {
  padding-top: 24px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box .lesson-rebrand-2025__related-content-column:first-child {
    padding-top: 0;
  }
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul li {
  padding-top: 12px;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul li a:hover, .lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul li a:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.lesson-rebrand-2025__related-courses-and-lessons .lesson-rebrand-2025__related-content-link-box ul li a:active {
  color: #072435;
  text-decoration: underline;
}

/*
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.
 */
.interrupter-cta {
  padding: 24px;
  background-color: #E7FAFF;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .interrupter-cta {
    background: linear-gradient(266deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  }
}
.interrupter-cta .interrupter-cta__header {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.interrupter-cta .interrupter-cta__subheader,
.interrupter-cta .interrupter-cta__text-under-button {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.interrupter-cta .interrupter-cta__text-under-button {
  text-align: center;
  text-wrap: balance;
}
.interrupter-cta:not(:has(.interrupter-cta__column)) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.9px) {
  .interrupter-cta:not(:has(.interrupter-cta__column)) {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .interrupter-cta:not(:has(.interrupter-cta__column)) .interrupter-cta__text {
    flex: 1 1 100%;
  }
}
.interrupter-cta:not(:has(.interrupter-cta__column)) .e2-button {
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .interrupter-cta:not(:has(.interrupter-cta__column)) .e2-button {
    margin-left: 24px;
    width: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 767.9px) {
  .interrupter-cta:not(:has(.interrupter-cta__column)) .e2-button {
    margin-top: 24px;
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .interrupter-cta:has(.interrupter-cta__column) {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 24px;
  }
  .interrupter-cta:has(.interrupter-cta__column) .interrupter-cta__column {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 12px;
  }
  .interrupter-cta:has(.interrupter-cta__column) .interrupter-cta__column.interrupter-cta__column--buttons {
    gap: 8px;
  }
  .interrupter-cta:has(.interrupter-cta__column) .interrupter-cta__text-under-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .interrupter-cta:has(.interrupter-cta__column) {
    display: grid;
    grid-template-columns: 1fr max-content;
    column-gap: 24px;
  }
  .interrupter-cta:has(.interrupter-cta__column) .interrupter-cta__column {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 4px;
  }
  .interrupter-cta:has(.interrupter-cta__column) .interrupter-cta__column.interrupter-cta__column--buttons {
    gap: 8px;
  }
}

.lesson-bottom-seo-cta .interrupter-cta {
  background: linear-gradient(266deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
}

@media (max-width: 1279.9px) {
  body.low-level-pillar .lesson-bottom-seo-cta {
    margin-top: 32px;
  }
}

.search-or-browse {
  display: grid;
}
@media (max-width: 767.9px) {
  .search-or-browse {
    padding-block: 32px;
    gap: 16px;
    grid-template-areas: "header" "search" "browse";
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .search-or-browse {
    padding-block: 32px;
    gap: 16px;
    grid-template-areas: "header header" "search browse";
  }
}
@media (min-width: 1280px) {
  .search-or-browse {
    padding-block: 32px;
    gap: 24px;
    grid-template-areas: "header header" "search browse";
  }
}
.search-or-browse .e2-form-field {
  margin: 0;
}

.search-or-browse__header {
  grid-area: header;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .search-or-browse__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.search-or-browse__search-form {
  grid-area: search;
}

.search-or-browse__browse-field {
  grid-area: browse;
}

.browse-by-subject {
  position: relative;
  z-index: 1;
}

.browse-by-subject__button {
  width: 100%;
  padding-right: 48px;
  border-width: 2px;
}
.browse-by-subject__button > .e2-button__content {
  width: 100%;
  justify-content: space-between;
}
.browse-by-subject__button::after {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  right: 8px;
  width: 24px;
  height: 24px;
  mask-image: url(/images/eureka-lib/icons/material/icon-caret-24.svg);
}
.browse-by-subject__button:has(+ .browse-by-subject__drop-box.e2-drop-box--show)::after {
  transform: translateY(-50%) rotateX(180deg);
}

.browse-by-subject__drop-box {
  width: max-content;
  max-width: 100%;
  margin-block: 4px;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  padding-inline: 12px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.browse-by-subject__drop-box.e2-drop-box--show {
  opacity: 1;
  pointer-events: auto;
}
.browse-by-subject__drop-box .e2-accordion-section:last-child::before {
  display: none;
}
.browse-by-subject__drop-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.browse-by-subject__drop-box li {
  margin: 0;
  padding: 0;
}
.browse-by-subject__drop-box a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
.browse-by-subject__drop-box a:hover, .browse-by-subject__drop-box a:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.browse-by-subject__drop-box a:active {
  color: #072435;
  text-decoration: underline;
}

.lesson-rebrand-2025--dedicated-video .lesson-rebrand-2025__title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025--dedicated-video .lesson-rebrand-2025__title {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025--dedicated-video .lesson-rebrand-2025__title {
    padding-block: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025--dedicated-video .lesson-rebrand-2025__title {
    padding-bottom: 32px;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025--dedicated-video .lesson-rebrand-2025__title {
    padding-bottom: 32px;
  }
}
@media (max-width: 1279.9px) {
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 #lesson-rebrand-2025__video-section {
    order: 10;
  }
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 .lesson-rebrand-2025__title {
    order: 20;
  }
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 .dvl-description-and-contents {
    order: 30;
  }
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 #seo-description-container {
    order: 40;
  }
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 .lesson-rebrand-2025__testimonials {
    order: 50;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 #lesson-rebrand-2025__video-section {
    padding-top: 32px;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 #lesson-rebrand-2025__video-section {
    padding-top: 16px;
  }
}

.dv-recommendations-2025 {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #FFFFFF;
  contain: paint;
  user-select: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  --course-nav-gutter-size: 16px;
}
@media (min-width: 1280px) {
  .dv-recommendations-2025 {
    --course-nav-gutter-size: 24px;
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-rows: max-content 1fr;
  }
}

.dv-recommendations-2025__header {
  padding-block: 16px;
  padding-inline: var(--course-nav-gutter-size);
}

.dv-recommendations-2025__heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .dv-recommendations-2025__heading {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 768px) and (max-width: 1279.9px) {
  .dv-recommendations-2025__recommendations {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .dv-recommendations-2025__recommendations {
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

.dv-recommendations-2025__recommendation {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  row-gap: 4px;
  padding-block: 16px;
  padding-inline: var(--course-nav-gutter-size);
}
.dv-recommendations-2025__recommendation, .dv-recommendations-2025__recommendation:hover, .dv-recommendations-2025__recommendation:active, .dv-recommendations-2025__recommendation:focus {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.dv-recommendations-2025__recommendation:hover {
  background-color: #E3F3FF;
}
.dv-recommendations-2025__recommendation .dv-recommendations-2025__recommendation-preview-image {
  display: none;
}
.dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--video {
  grid-template-areas: "title preview";
  grid-template-columns: 1fr min(50%, 80px / 9 * 16);
  column-gap: 8px;
  min-height: 80px;
}
.dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--video .dv-recommendations-2025__recommendation-preview-image {
  grid-area: preview;
  display: block;
}
.dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--video .dv-recommendations-2025__recommendation-title {
  grid-area: title;
}
@media (min-width: 1280px) {
  .dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--mobile {
    display: none;
  }
}

.dv-recommendations-2025__recommendation-preview-image {
  aspect-ratio: 16/9;
  background-image: url("/images/marketing-icons/marketing-icon-text_lesson.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--video .dv-recommendations-2025__recommendation-preview-image {
  position: relative;
}
.dv-recommendations-2025__recommendation.dv-recommendations-2025__recommendation--video .dv-recommendations-2025__recommendation-preview-image::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: path("M29.6085 12.2606L7.13992 0.580938C6.40615 0.194576 5.5744 -0.00582157 4.72929 0.00012875C3.88417 0.00607907 3.05585 0.218166 2.32857 0.614814C1.62002 0.988189 1.03136 1.52771 0.622376 2.17856C0.213393 2.82941 -0.00133481 3.5684 6.24319e-06 4.32047V27.6798C-0.00133481 28.4319 0.213393 29.1709 0.622376 29.8217C1.03136 30.4726 1.62002 31.0121 2.32857 31.3855C3.05592 31.7819 3.88422 31.9939 4.72929 31.9999C5.57436 32.0058 6.40608 31.8055 7.13992 31.4194L29.6085 19.7397C30.3332 19.3698 30.9371 18.828 31.3577 18.1704C31.7782 17.5128 32 16.7634 32 16.0001C32 15.2369 31.7782 14.4875 31.3577 13.8299C30.9371 13.1723 30.3332 12.6305 29.6085 12.2606Z");
  height: 32px;
  width: 32px;
}

.dv-recommendations-2025__recommendation-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-wrap: balance;
}
@media (min-width: 1280px) {
  .dv-recommendations-2025__recommendation-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #374F5C;
    letter-spacing: -0.02em;
    color: #000000;
  }
}
@media (max-width: 1279.9px) {
  .dv-recommendations-2025__recommendation-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.dv-get-more-cta__container {
  margin-top: 24px;
}

.dv-get-more-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) {
  .dv-get-more-cta__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.dv-get-more-cta__preview-and-title {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  padding: 16px;
  margin-top: 16px;
}
.dv-get-more-cta__preview-and-title .e2-content-card.e2-content-card--horizontal-layout {
  grid-template-columns: 64px 3fr;
}
.dv-get-more-cta__preview-and-title .e2-content-card__text-container {
  justify-content: center;
}

@media (max-width: 1279.9px) {
  .dv-more-rec-lessons__container {
    display: none;
  }
}

.dv-more-rec-lessons__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) {
  .dv-more-rec-lessons__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.dv-get-more-cta__container + .dv-more-rec-lessons__container {
  margin-top: 32px;
}

.dv-breadcrumbs {
  padding-top: 24px;
}

.dvl-description-and-contents {
  background-color: #F3F6F8;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 24px;
}

.dvl-description-and-contents__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.dvl-description-and-contents__description {
  margin-bottom: 16px;
}

.dvl-description-and-contents__markers {
  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;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dvl-description-and-contents__markers:hover, .dvl-description-and-contents__markers:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.dvl-description-and-contents__markers:active {
  color: #072435;
  text-decoration: underline;
}

body.low-level-pillar .subject-subtopics-sidebar .sidebar-content-component__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  body.low-level-pillar .subject-subtopics-sidebar .sidebar-content-component__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
body.low-level-pillar .subject-subtopics-sidebar .subject-sub-topics-placeholder-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 8px;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column {
  gap: 12px;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li {
  background-color: #A3D7FF;
  border-radius: 8px;
  padding: 0;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li a, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:hover, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:hover a, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:active, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:active a, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:visited, body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:visited a {
  border: none;
  outline: none;
  text-decoration: none;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:hover {
  background-color: #b5dfff;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li:active {
  background-color: #c8e7ff;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li a {
  padding: 12px 16px;
  column-gap: 8px;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li a .subject-subtopics-sidebar__name {
  max-width: unset;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li a .icon__arrow-right {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
}
body.low-level-pillar .subject-subtopics-sidebar .lesson-rebrand-2025-subject-subtopics-react .single-column li a .icon__arrow-right svg {
  width: 100%;
  height: 100%;
  fill: #000000;
}
@media (min-width: 1280px) {
  body.low-level-pillar #lesson-rebrand-2025__sidebar-rail .subject-subtopics-sidebar {
    padding: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar #lesson-rebrand-2025__sidebar-rail .subject-subtopics-sidebar {
    padding: 0;
    margin-top: 32px;
    border: none;
  }
}

#lesson-pillar-related-lessons-sidebar {
  border-radius: 8px;
  padding: 24px;
}
#lesson-pillar-related-lessons-sidebar .sidebar-content-component__title {
  padding: 0;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #lesson-pillar-related-lessons-sidebar .sidebar-content-component__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets {
  padding: 0;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * {
  margin-bottom: 16px;
  column-gap: 16px;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > *:last-child {
  margin-bottom: 0;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .e2-skeleton.e2-skeleton--block {
  width: 150px;
  aspect-ratio: 16/9;
  flex: 0 0 auto;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .e2-skeleton.e2-skeleton--text {
  flex: 1 1 100%;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .eureka-thumbnail__graphic {
  position: relative;
  border-radius: 4px;
  aspect-ratio: 16/9;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .eureka-thumbnail__graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .eureka-thumbnail__graphic .eureka-thumbnail__thumbnail-svg {
  position: relative;
  background-color: rgba(31, 62, 93, 0.57);
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .eureka-thumbnail__graphic .not-eureka-thumbnail__play-button {
  background: transparent;
  opacity: 1;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > * .eureka-thumbnail__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  word-break: break-word;
}
#lesson-pillar-related-lessons-sidebar .lesson-pillar-related-lessons-react .lesson-pillar-thumbnail__assets > *:hover .eureka-thumbnail__graphic::before {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
  body.low-level-pillar #lesson-pillar-related-lessons-sidebar {
    margin-top: 24px;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar #lesson-pillar-related-lessons-sidebar {
    margin-top: 32px;
  }
}

body.low-level-pillar #lesson-pillar-related-course-sidebar {
  margin-top: 0;
  padding: 24px;
  border-radius: 8px;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .component-container__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body.low-level-pillar #lesson-pillar-related-course-sidebar .component-container__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul {
  row-gap: 16px;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li {
  padding: 0;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail {
  column-gap: 16px;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .e2-skeleton.e2-skeleton--block {
  width: 150px;
  flex: 0 0 auto;
  aspect-ratio: 16/9;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .e2-skeleton.e2-skeleton--text {
  flex: 1 1 100%;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__graphic {
  width: 150px;
  flex-basis: auto;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 4px;
  position: relative;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__graphic .eureka-thumbnail__thumbnail-img {
  width: 100%;
  object-fit: cover;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__body {
  justify-content: center;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__body .eureka-thumbnail__context, body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__body .eureka-thumbnail__metadata {
  display: none;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail .eureka-thumbnail__body .eureka-thumbnail__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  word-break: break-word;
}
body.low-level-pillar #lesson-pillar-related-course-sidebar .lesson-pillar-related-courses-react ul li .eureka-thumbnail:hover .eureka-thumbnail__graphic::before {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1280px) {
  body.low-level-pillar #lesson-rebrand-2025__sidebar-rail #lesson-pillar-related-course-sidebar {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  body.low-level-pillar #lesson-rebrand-2025__sidebar-rail #lesson-pillar-related-course-sidebar {
    display: none;
  }
}
@media (max-width: 767.9px) {
  body.low-level-pillar #lesson-rebrand-2025__sidebar-rail #lesson-pillar-related-course-sidebar {
    display: block;
    margin-top: 32px;
  }
}

#lesson-pillar-siblings {
  padding-block: 12px;
  border: none;
}
#lesson-pillar-siblings .component-container__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding: 0;
  margin-bottom: 24px;
  background: none;
}
@media (min-width: 768px) {
  #lesson-pillar-siblings .component-container__title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
#lesson-pillar-siblings .sibling-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 12px;
}
#lesson-pillar-siblings .sibling-list li {
  padding: 0;
}
#lesson-pillar-siblings .sibling-list li .sibling-sub-topic-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
}
#lesson-pillar-siblings .sibling-list li .sibling-sub-topic-link:hover, #lesson-pillar-siblings .sibling-list li .sibling-sub-topic-link:focus-within {
  color: #164E75;
  text-decoration: underline;
}
#lesson-pillar-siblings .sibling-list li .sibling-sub-topic-link:active {
  color: #072435;
  text-decoration: underline;
}

@media (max-width: 1279.9px) {
  body.low-level-pillar #lesson-pillar-siblings {
    margin-top: 32px;
    border: none;
  }
}
body.low-level-pillar #lesson-pillar-siblings .sibling-list-component-container {
  padding: 0;
}
body.low-level-pillar #lesson-pillar-siblings .component-container li {
  border: none;
}
@media (max-width: 767.9px) {
  body.low-level-pillar #lesson-pillar-siblings .sibling-list {
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    row-gap: 12px;
  }
  body.low-level-pillar #lesson-pillar-siblings .sibling-list li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #007BBA;
    cursor: pointer;
    text-decoration: underline;
  }
  body.low-level-pillar #lesson-pillar-siblings .sibling-list li a:hover, body.low-level-pillar #lesson-pillar-siblings .sibling-list li a:focus-within {
    color: #164E75;
    text-decoration: underline;
  }
  body.low-level-pillar #lesson-pillar-siblings .sibling-list li a:active {
    color: #072435;
    text-decoration: underline;
  }
  body.low-level-pillar #lesson-pillar-siblings .sibling-list.sibling-list {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section {
    order: 3;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__testimonials {
    order: 4;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__related-content-section {
    order: 5;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 6;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .videoLessonVideoTranscriptHeader {
    order: 7;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 8;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 9;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 10;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 11;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 12;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 13;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 14;
  }
}
@media (max-width: 767.9px) {
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 2;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 3;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 4;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 5;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .videoLessonVideoTranscriptHeader {
    order: 6;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 7;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 8;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section {
    order: 9;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__related-content-section {
    order: 10;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 11;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 12;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 13;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 14;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 15;
  }
  body.video-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__testimonials {
    order: 16;
  }
}

@media (min-width: 768px) {
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section {
    order: 3;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__related-content-section {
    order: 4;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 5;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs {
    order: 6;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 7;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 8;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 9;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 10;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 11;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 12;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 13;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 14;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 15;
  }
}
@media (max-width: 767.9px) {
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 2;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 3;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 4;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 5;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 6;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 7;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 8;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section {
    order: 9;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__related-content-section {
    order: 10;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 11;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 12;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 13;
  }
  body.video-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 14;
  }
}

@media (min-width: 768px) {
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    order: 3;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 4;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 5;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 6;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 7;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 8;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 9;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 10;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 11;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 12;
  }
}
@media (max-width: 767.9px) {
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 2;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 3;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 4;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 5;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    order: 6;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 7;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 8;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 9;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 10;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 11;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 12;
  }
  body.text-lesson:not(.long-form-lesson):not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 13;
  }
}

@media (min-width: 768px) {
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    order: 3;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 4;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs {
    order: 5;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 6;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 7;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 8;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 9;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 10;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 11;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 12;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 13;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 14;
  }
}
@media (max-width: 767.9px) {
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 2;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 3;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 4;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 5;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    order: 6;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 7;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 8;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 9;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 10;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 11;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 12;
  }
  body.text-lesson.long-form-lesson:not(.low-level-pillar) #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 13;
  }
}

@media (min-width: 1280px) {
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section {
    order: 3;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__related-content-section {
    order: 4;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 5;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs {
    order: 6;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 7;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 8;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 9;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 10;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 11;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 12;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 13;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 14;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 {
    display: contents;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > *, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > *, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > * {
    grid-column-start: content-start;
    grid-column-end: content-end;
  }
}
@media (max-width: 1279.9px) and (min-width: 768px) and (max-width: 1279.9px) {
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__header-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__authors-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__authors-section {
    order: 3;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lessonTranscriptTabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lessonTranscriptTabs {
    order: 4;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-description, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-description {
    order: 5;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__longform-toc, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__longform-toc {
    order: 6;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-1, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-1 {
    order: 7;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__video-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__video-section {
    order: 8;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-cta-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-cta-container {
    order: 9;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-mid, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-mid {
    order: 10;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-2, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-2 {
    order: 11;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #interactive-learning-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #interactive-learning-container {
    order: 12;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 13;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-ia-subject-subtopics-sidebar {
    order: 14;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .expert-additions-rebrand-2025--container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .expert-additions-rebrand-2025--container {
    order: 15;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-lessons-sidebar {
    order: 16;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-course-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-course-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-course-sidebar {
    order: 17;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-bottom-seo-cta, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-bottom-seo-cta, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-bottom-seo-cta {
    order: 18;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-siblings, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-siblings, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-siblings {
    order: 19;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > [component=SidebarCourseNavigator], body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > [component=SidebarCourseNavigator], body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > [component=SidebarCourseNavigator] {
    order: 20;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > [component=SearchOrBrowse], body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > [component=SearchOrBrowse], body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > [component=SearchOrBrowse] {
    order: 21;
  }
}
@media (max-width: 1279.9px) and (max-width: 767.9px) {
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__header-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__authors-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__authors-section {
    order: 2;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lessonTranscriptTabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lessonTranscriptTabs {
    order: 3;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-description, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-description {
    order: 4;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__longform-toc, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__longform-toc {
    order: 5;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-1, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-1 {
    order: 6;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__page-tabs {
    order: 7;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__video-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__video-section, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__video-section {
    order: 8;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-cta-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-cta-container {
    order: 9;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-mid, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-mid {
    order: 10;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-2, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-2 {
    order: 11;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #interactive-learning-container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #interactive-learning-container {
    order: 12;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 13;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-ia-subject-subtopics-sidebar {
    order: 14;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .expert-additions-rebrand-2025--container, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .expert-additions-rebrand-2025--container {
    order: 15;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-lessons-sidebar {
    order: 16;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-course-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-course-sidebar, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-course-sidebar {
    order: 17;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-bottom-seo-cta, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-bottom-seo-cta, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-bottom-seo-cta {
    order: 18;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-siblings, body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-siblings, body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-siblings {
    order: 19;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > [component=SidebarCourseNavigator], body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > [component=SidebarCourseNavigator], body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > [component=SidebarCourseNavigator] {
    order: 20;
  }
  body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-1 > [component=SearchOrBrowse], body.low-level-pillar.video-lesson #lesson-rebrand-2025__sidebar-rail > [component=SearchOrBrowse], body.low-level-pillar.video-lesson #lesson-rebrand-2025__content-rail-2 > [component=SearchOrBrowse] {
    order: 21;
  }
}

@media (min-width: 1280px) {
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count {
    order: 3;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section {
    order: 4;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs {
    order: 5;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description {
    order: 6;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__longform-toc {
    order: 7;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container {
    order: 8;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container {
    order: 9;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1 {
    order: 10;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid {
    order: 11;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2 {
    order: 12;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container {
    order: 13;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 14;
  }
}
@media (max-width: 1279.9px) {
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 {
    display: contents;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > *, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > *, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > * {
    grid-column-start: content-start;
    grid-column-end: content-end;
  }
}
@media (max-width: 1279.9px) and (min-width: 768px) and (max-width: 1279.9px) {
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__header-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__page-tabs {
    order: 2;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .social-proof-view-count, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .social-proof-view-count {
    order: 3;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__authors-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__authors-section {
    order: 4;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lessonTranscriptTabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lessonTranscriptTabs {
    order: 5;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-description, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-description {
    order: 6;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-cta-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-cta-container {
    order: 7;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-1, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-1 {
    order: 8;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-mid, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-mid {
    order: 9;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-2, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-2 {
    order: 10;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #interactive-learning-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #interactive-learning-container {
    order: 11;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 12;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-ia-subject-subtopics-sidebar {
    order: 13;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .expert-additions-rebrand-2025--container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .expert-additions-rebrand-2025--container {
    order: 14;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-lessons-sidebar {
    order: 15;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-course-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-course-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-course-sidebar {
    order: 16;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-bottom-seo-cta, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-bottom-seo-cta, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-bottom-seo-cta {
    order: 17;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-siblings, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-siblings, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-siblings {
    order: 18;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > [component=SidebarCourseNavigator], body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > [component=SidebarCourseNavigator], body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > [component=SidebarCourseNavigator] {
    order: 19;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > [component=SearchOrBrowse], body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > [component=SearchOrBrowse], body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > [component=SearchOrBrowse] {
    order: 20;
  }
}
@media (max-width: 1279.9px) and (max-width: 767.9px) {
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__header-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__header-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__header-section {
    order: 1;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .social-proof-view-count, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .social-proof-view-count, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .social-proof-view-count {
    order: 2;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-rebrand-2025__authors-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-rebrand-2025__authors-section, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-rebrand-2025__authors-section {
    order: 3;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lessonTranscriptTabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lessonTranscriptTabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lessonTranscriptTabs {
    order: 4;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-description, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-description, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-description {
    order: 5;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-cta-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-cta-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-cta-container {
    order: 6;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__page-tabs, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__page-tabs {
    order: 7;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-1, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-1, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-1 {
    order: 8;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-mid, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-mid, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-mid {
    order: 9;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #seo-transcript-container-2, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #seo-transcript-container-2, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #seo-transcript-container-2 {
    order: 10;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #interactive-learning-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #interactive-learning-container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #interactive-learning-container {
    order: 11;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-rebrand-2025__student-teacher-segmenter, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-rebrand-2025__student-teacher-segmenter {
    order: 12;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-ia-subject-subtopics-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-ia-subject-subtopics-sidebar {
    order: 13;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .expert-additions-rebrand-2025--container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .expert-additions-rebrand-2025--container, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .expert-additions-rebrand-2025--container {
    order: 14;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-lessons-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-lessons-sidebar {
    order: 15;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-related-course-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-related-course-sidebar, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-related-course-sidebar {
    order: 16;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > .lesson-bottom-seo-cta, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > .lesson-bottom-seo-cta, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > .lesson-bottom-seo-cta {
    order: 17;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > #lesson-pillar-siblings, body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > #lesson-pillar-siblings, body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > #lesson-pillar-siblings {
    order: 18;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > [component=SidebarCourseNavigator], body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > [component=SidebarCourseNavigator], body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > [component=SidebarCourseNavigator] {
    order: 19;
  }
  body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-1 > [component=SearchOrBrowse], body.low-level-pillar.text-lesson #lesson-rebrand-2025__sidebar-rail > [component=SearchOrBrowse], body.low-level-pillar.text-lesson #lesson-rebrand-2025__content-rail-2 > [component=SearchOrBrowse] {
    order: 20;
  }
}

html {
  scroll-behavior: smooth;
}

#mainContainer {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: grid;
}
#mainContainer {
  margin: 0;
  padding-bottom: 32px;
  padding-top: 0;
  padding-inline: 0;
  width: 100%;
  max-width: unset;
}
#mainContainer::before, #mainContainer::after {
  content: none;
}
@media (max-width: 767.9px) {
  #mainContainer {
    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 {
    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 {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] calc(78px + max(0px, 100dvw - 1452px) / 2 - 24px) [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) minmax(0, 1fr) [percent-50] minmax(0, 1fr) minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] calc(78px + max(0px, 100dvw - 1452px) / 2 - 24px) [full-bleed-end];
    column-gap: 24px;
  }
}
#mainContainer > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
#mainContainer > [id^=lesson-rebrand-2025__content-rail],
#mainContainer > [id^=lesson-rebrand-2025__sidebar-rail] {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
#mainContainer > [id^=lesson-rebrand-2025__content-rail]#lesson-rebrand-2025__content-rail-1,
#mainContainer > [id^=lesson-rebrand-2025__sidebar-rail]#lesson-rebrand-2025__content-rail-1 {
  row-gap: 0;
}
#mainContainer > [id^=lesson-rebrand-2025__content-rail]#lesson-rebrand-2025__content-rail-2,
#mainContainer > [id^=lesson-rebrand-2025__sidebar-rail]#lesson-rebrand-2025__content-rail-2 {
  padding-top: 32px;
}
@media (min-width: 1280px) {
  #mainContainer {
    overflow: visible;
    grid-template-rows: auto auto 1fr;
  }
  #mainContainer #lesson-rebrand-2025__content-rail-1,
  #mainContainer #lesson-rebrand-2025__content-rail-2 {
    grid-column-start: percent-0;
    grid-column-end: percent-67;
  }
  #mainContainer #lesson-rebrand-2025__content-rail-1 {
    grid-row: 1;
  }
  #mainContainer #lesson-rebrand-2025__content-rail-2 {
    grid-row: 2;
  }
  #mainContainer #lesson-rebrand-2025__sidebar-rail {
    grid-column-start: percent-67;
    grid-column-end: percent-100;
    grid-row-start: 1;
    grid-row-end: -1;
    padding-bottom: 0;
  }
}
#mainContainer .lesson-rebrand-2025__section-header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 12px;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  #mainContainer .lesson-rebrand-2025__section-header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

[id^=lesson-rebrand-2025__sidebar-rail] {
  position: relative;
  padding-block: 32px;
}
@media (max-width: 1279.9px) {
  [id^=lesson-rebrand-2025__sidebar-rail] {
    padding-block-end: 0;
  }
}

body.low-level-pillar #lesson-rebrand-2025__sidebar-rail {
  row-gap: 0;
}
body.low-level-pillar aside {
  padding-left: 0;
}

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