.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;
}
.lesson-rebrand-2025__header .lesson-rebrand-2025__breadcrumbs-container {
  position: relative;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs {
  overflow-x: scroll;
  scrollbar-width: none;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs ol {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs::before, .lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 32px;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs::before {
  left: -16px;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF 50%, rgba(0, 0, 0, 0));
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs::after {
  right: -16px;
  background: linear-gradient(to left, #FFFFFF, #FFFFFF 50%, rgba(0, 0, 0, 0));
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs.can-scroll-left::before {
  opacity: 1;
}
.lesson-rebrand-2025__header .e2-breadcrumb.lesson-rebrand-2025__breadcrumbs.can-scroll-right::after {
  opacity: 1;
}
@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: 1280px) {
  .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;
}

#lesson-rebrand-2025__video-section {
  margin-bottom: 32px;
}
#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;
  }
}

.below-video-controls {
  padding-top: 16px;
}
.below-video-controls .social-proof {
  border-top: none;
}
.below-video-controls .social-proof .social-proof-view-count, .below-video-controls .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;
}
.below-video-controls .lesson-control-bar {
  display: flex;
  align-items: stretch;
  column-gap: 32px;
}
@media (max-width: 767.9px) {
  .below-video-controls .lesson-control-bar .customCourseModuleReactContainer {
    display: none;
  }
}
.below-video-controls .lesson-control-bar > *, .below-video-controls .lesson-control-bar .addLessonToCustCourseBtn {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  user-select: none;
}
.below-video-controls .lesson-control-bar > *:not(.customCourseModuleReactContainer), .below-video-controls .lesson-control-bar > * .below-video-controls__text, .below-video-controls .lesson-control-bar .addLessonToCustCourseBtn:not(.customCourseModuleReactContainer), .below-video-controls .lesson-control-bar .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;
}
.below-video-controls .lesson-control-bar > * i, .below-video-controls .lesson-control-bar .addLessonToCustCourseBtn i {
  font-size: 0;
  position: static;
  display: none;
}
.below-video-controls .lesson-control-bar .social-proof {
  margin-left: auto;
}
.below-video-controls .lesson-control-bar .addLessonToCustCourseBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(/images/icons/material/icon-add-20.svg);
  margin-right: 4px;
  background-color: #007BBA;
}
.below-video-controls .lesson-control-bar [below-video-toggle="#videoTimeline"]::before {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(/images/icons/material/icon-activity-20.svg);
  margin-right: 4px;
  background-color: #007BBA;
}
@media (max-width: 767.9px) {
  .below-video-controls .lesson-control-bar [below-video-toggle="#videoTimeline"] {
    display: none;
  }
}
.below-video-controls .lesson-control-bar .lesson-below-video-play-speed-react-container .video-speed {
  display: flex;
  align-items: center;
}
.below-video-controls .lesson-control-bar .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 .lesson-below-video-play-speed-react-container .video-speed .video-speed__label.before::after {
  content: ":";
}
.below-video-controls .lesson-control-bar .lesson-below-video-play-speed-react-container .video-speed .video-speed__label.after {
  display: none;
}
.below-video-controls .lesson-control-bar .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 .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);
  margin-left: 4px;
}

.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";
    margin-top: 32px;
  }
  .lesson-rebrand-2025__testimonials .lesson-rebrand-2025__testimonials-cta {
    display: none;
  }
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__testimonials {
    grid-template-areas: "header cta" "content content";
    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: 1280px) {
  .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 .testimonials-rebrand-2025__testimonial .e2-avatar .e2-avatar__circle {
  background-color: #FFFFFF;
}

.testimonials-rebrand-2025__testimonial {
  border: 1px solid #E5E5E5;
  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;
  color: #000000;
  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;
}
@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 (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 .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: 32px 0 12px;
  background-color: unset;
  border-radius: unset;
}
.lesson-rebrand-2025__longform-toc .longformToc ul {
  padding: 0;
  background-color: unset;
  column-count: unset;
  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;
  color: #007BBA;
  letter-spacing: -0.02em;
  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: #164E75;
  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);
}

#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;
  }
}

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

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;
  }
}

.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;
  color: #000000;
}
@media (min-width: 1280px) {
  .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;
  }
}

body.long-form-lesson:has(.lessonTranscriptTabs .e2-tabs__item[data-target="[data-transcript-content]"].e2-tabs__item--selected) .expert-additions-rebrand-2025 {
  display: none;
}
@media (max-width: 767.9px) {
  body.long-form-lesson: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 (min-width: 768px) {
  body.long-form-lesson:has(.lessonTranscriptTabs .e2-tabs__item[data-target="[data-transcript-content]"].e2-tabs__item--selected) .lesson-rebrand-2025__longform-toc .tab-pane:not(.active) {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
@media (max-width: 767.9px) {
  body.long-form-lesson: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);
  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 #E5E5E5;
}
.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) {
  background-color: #FFF1EA;
  border: none;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.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: 20px;
  line-height: 24px;
  font-weight: 600;
  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/reDesign/svg/black/unlock.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;
    color: #000000;
  }
}
@media (max-width: 767.9px) and (min-width: 1280px) {
  .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-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;
  color: #007BBA;
  letter-spacing: -0.02em;
  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: #164E75;
  text-decoration: underline;
}

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

[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);
  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: 24px;
}

.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;
}
.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;
}
.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;
}
.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__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;
}
.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;
}
.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;
}

.lesson-rebrand-citation-button {
  display: block;
  margin-top: 24px;
}
.lesson-rebrand-citation-button .academic-citation-btn__button {
  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;
}
.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);
}
.lesson-rebrand-citation-button .academic-citation-btn__button .academic-citation-btn__icon img {
  display: none;
}

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

.expert-additions-rebrand-2025__header {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 1280px) {
  .expert-additions-rebrand-2025__header {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.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;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .paywall-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  background: none;
  color: #FFFFFF;
  /* Override the !important font-size from lessonFast.css */
  font-size: 16px !important;
}

.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: #06152D;
  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: grayscale(100%) opacity(0.25);
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
  z-index: -1;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .paywall-title {
  background-color: #06152D;
  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;
}
.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;
}

.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall h3,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter h3 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #B7BFC4;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-prompt,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 1280px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-prompt,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt {
    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 .wizard-prompt,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-prompt {
    font-size: 32px;
    line-height: 40px;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page .paywallBack,
.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: #B7BFC4;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page.active,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
  margin: 0;
  padding: 32px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page.active,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
    padding: 16px;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-prompt,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-prompt {
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices,
.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;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active h3,
  .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: #B7BFC4;
    letter-spacing: -0.02em;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices,
  .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 #videoPaywall .product-wizard-paywall .wizard-page-user-type.active .wizard-choices button.e2-button,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-user-type.active .wizard-choices button.e2-button {
    width: 100%;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active {
    padding: 32px 64px;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .benefits-text.teacherSegText,
.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: #B7BFC4;
  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,
.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: 1280px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .benefits-text.teacherSegText.short-form,
  .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 #videoPaywall .product-wizard-paywall .wizard-page-student.active .video-paywall__cta-button,
.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 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-reminder,
.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: #B7BFC4;
  letter-spacing: -0.02em;
  padding-top: 16px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-already-registered,
.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: #B7BFC4;
  letter-spacing: -0.02em;
  margin: 0;
  padding-top: 4px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .login-already-registered a,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-already-registered a {
  color: #B7BFC4;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .wizard-page-student.active .video-paywall__cta-button,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .video-paywall__cta-button {
    width: 100%;
  }
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "header header" "points testimonial" "buttons testimonial";
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container {
  grid-area: header;
  padding-bottom: 24px;
  text-align: left;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title, .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .paywall__subtext,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .paywall__subtext {
  margin: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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: 1280px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.active .video-paywall__teacher-header-container .video-paywall__segment-title,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.active .video-paywall__teacher-header-container .paywall__subtext,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .paywall__subtext {
  padding-top: 8px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-points,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-points {
  grid-area: points;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-points li,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-points li {
  display: flex;
  gap: 8px;
  padding: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-points li:not(:first-child),
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-points li:not(:first-child) {
  padding-top: 8px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-points li::before,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-points li::before {
  content: "";
  background-color: #FFFFFF;
  mask-image: url("/images/eureka-lib/icons/material/icon-check-24.svg");
  height: 24px;
  width: 24px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-testimonial,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-testimonial {
  grid-area: testimonial;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #072435;
  padding: 24px;
  text-align: left;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-testimonial > p,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-testimonial > p {
  margin: 0;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__name,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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: #FFFFFF;
  letter-spacing: -0.02em;
  grid-area: name;
  height: fit-content;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-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.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.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: #7E8D96;
  height: fit-content;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-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.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.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__details .content-hub__testimonials__source__course,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-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.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__portrait img,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-testimonial .content-hub__testimonials__source .content-hub__testimonials__source__portrait img {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin: 0;
  max-height: 45px;
  max-width: 45px;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-buttons,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-buttons {
  grid-area: buttons;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button,
.lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button {
  margin: 0;
  padding-top: 16px;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active {
    display: flex;
    flex-direction: column;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    text-align: center;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.9px) and (min-width: 1280px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .video-paywall__segment-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-header-container .paywall__subtext,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-header-container .paywall__subtext {
    display: none;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-points,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-points {
    display: none;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-testimonial,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-testimonial {
    padding: 12px;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-buttons,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-buttons {
    align-items: center;
    width: 100%;
  }
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button,
  .lesson-rebrand-2025 #videoPaywall .product-wizard-paywall .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button > a,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button,
  .lesson-rebrand-2025 .lesson-rebrand-2025__student-teacher-segmenter .video-paywall__teacher-page.active .video-paywall__teacher-buttons .video-paywall__cta-button > a {
    width: 100%;
  }
}

.lesson-rebrand-2025__student-teacher-segmenter {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.paywall {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .lesson-rebrand-2025__student-teacher-segmenter .long-form {
    display: none;
  }
}
@media (min-width: 480px) {
  .lesson-rebrand-2025__student-teacher-segmenter .short-form {
    display: none;
  }
}
.lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active {
  background-color: #06152D;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.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: #B7BFC4;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.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: 1280px) {
  .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__student-teacher-segmenter .wizard-page.active .lesson-rebrand-2025__segmenter-button-container {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .lesson-rebrand-2025__student-teacher-segmenter .wizard-page.active.video-paywall__teacher-page .video-paywall__teacher-testimonial {
    background-color: unset;
    padding: 0;
  }
}
.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: #B7BFC4;
  font-style: normal;
}
.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: 1280px) {
  .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__student-teacher-segmenter .wizard-page-student.active h4.benefits-text {
    font-size: 32px;
    line-height: 40px;
  }
}
.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: #B7BFC4;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  padding-top: 8px;
}
.lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-text {
  margin: 0;
  padding-top: 16px;
}
.lesson-rebrand-2025__student-teacher-segmenter .wizard-page-student.active .login-text,
.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: #B7BFC4;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .lesson-rebrand-2025__student-teacher-segmenter {
    display: none;
  }
}

.course-nav-2025 {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  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 #E5E5E5;
}

.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: 1280px) {
  .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.e2-accordion-section--open::before {
  background-color: #E5E5E5;
}

.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;
  }
}

.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;
}
.course-nav-2025__lesson.course-nav-2025__lesson--current::before {
  content: "Reading now";
  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.course-nav-2025__lesson--current.course-nav-2025__lesson--video::before {
  content: "Viewing now";
}
.course-nav-2025__lesson.course-nav-2025__lesson--next::before {
  content: "Up next";
  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.course-nav-2025__lesson--next::after {
  content: "Read next lesson";
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #007BBA;
  letter-spacing: -0.02em;
  cursor: pointer;
  text-decoration: underline;
}
.course-nav-2025__lesson.course-nav-2025__lesson--next::after:hover, .course-nav-2025__lesson.course-nav-2025__lesson--next::after:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.course-nav-2025__lesson.course-nav-2025__lesson--next::after:active {
  color: #164E75;
  text-decoration: underline;
}
.course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video::after {
  content: "Watch next lesson";
}
@media (max-width: 1279.9px) {
  .course-nav-2025__lesson {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    align-content: start;
    row-gap: 8px;
  }
  .course-nav-2025__lesson .course-nav-2025__lesson-preview-image {
    order: 10;
    height: 140px;
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 8px;
    background-color: #FCF8EE;
  }
  .course-nav-2025__lesson::before {
    order: 20;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--current::before {
    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-title {
    order: 30;
  }
  .course-nav-2025__lesson .course-nav-2025__lesson-duration {
    order: 40;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next .course-nav-2025__lesson-duration {
    display: none;
  }
  .course-nav-2025__lesson::after {
    order: 50;
  }
  .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 {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    row-gap: 4px;
    padding-block: 16px;
    padding-inline: var(--course-nav-gutter-size);
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--current, .course-nav-2025__lesson:hover {
    background-color: #E5F3FF;
  }
  .course-nav-2025__lesson .course-nav-2025__lesson-preview-image {
    display: none;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--current .course-nav-2025__lesson-duration {
    display: none;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--current::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: #007BBA;
    top: 0;
    height: 100%;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next .course-nav-2025__lesson-duration {
    display: none;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video {
    grid-template-areas: "caption preview" "title preview" "link preview";
    grid-template-columns: 1fr min(50%, 142.2222222222px);
    column-gap: 8px;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video::before {
    grid-area: caption;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video .course-nav-2025__lesson-preview-image {
    grid-area: preview;
    align-self: start;
    display: block;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video .course-nav-2025__lesson-title {
    grid-area: title;
  }
  .course-nav-2025__lesson.course-nav-2025__lesson--next.course-nav-2025__lesson--video::after {
    grid-area: link;
    align-self: start;
  }
}

.course-nav-2025__lesson-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 {
    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 {
    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-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--current) .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--current) .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;
}

@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: 1280px) {
  .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;
  color: #007BBA;
  letter-spacing: -0.02em;
  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: #164E75;
  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.
 */
.lesson-bottom-seo-cta {
  padding: 24px;
  background: linear-gradient(266deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .lesson-bottom-seo-cta {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.lesson-bottom-seo-cta .lesson-bottom-seo-cta__text .lesson-bottom-seo-cta__header {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.lesson-bottom-seo-cta .lesson-bottom-seo-cta__text .lesson-bottom-seo-cta__description {
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .lesson-bottom-seo-cta .lesson-bottom-seo-cta__text .lesson-bottom-seo-cta__description {
    margin-top: 12px;
  }
}
.lesson-bottom-seo-cta .lesson-bottom-seo-cta__button {
  padding: 12px 16px;
}
@media (max-width: 767.9px) {
  .lesson-bottom-seo-cta .lesson-bottom-seo-cta__button {
    margin-top: 24px;
    width: 100%;
  }
}

.lesson-rebrand-2025 .searchBrowse {
  margin: 0;
}
@media (max-width: 1279.9px) {
  .lesson-rebrand-2025 .searchBrowse {
    display: none;
  }
}

.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: 1280px) {
  .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 #seo-description-container {
    order: 30;
  }
  .lesson-rebrand-2025--dedicated-video #lesson-rebrand-2025__content-rail-1 .lesson-rebrand-2025__testimonials {
    order: 40;
  }
}
@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 #E5E5E5;
  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: 1280px) {
  .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: #E5F3FF;
}
.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;
}

.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;
  }
}

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

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

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

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

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 - 1536px) / 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 - 1536px) / 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: 1280px) {
  #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;
  }
}

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