@font-face {
    font-family: "Barayand Product Yekan";
    src: url("../fonts/bookademy/yekan-bakh-fanum-variable.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Product Peyda";
    src: url("../fonts/bookademy/peyda-semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Product Peyda";
    src: url("../fonts/bookademy/peyda-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Product Peyda";
    src: url("../fonts/bookademy/peyda-extrabold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Product Peyda";
    src: url("../fonts/bookademy/peyda-black.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

.br-product-page {
    --brp-primary-50: #f3f8f9;
    --brp-primary-100: #e6f1f2;
    --brp-primary-200: #c7dee1;
    --brp-primary-300: #a7ced3;
    --brp-primary-500: #5fa8b0;
    --brp-primary-600: #136b76;
    --brp-primary-700: #0a4d56;
    --brp-primary-800: #08404a;
    --brp-primary-900: #062e33;
    --brp-primary-950: #03191d;
    --brp-accent-200: #f6e1b7;
    --brp-accent-300: #f0ce87;
    --brp-accent-400: #e8b560;
    --brp-accent-500: #d49b3a;
    --brp-accent-600: #c08a2e;
    --brp-ink: #0f172a;
    --brp-ink-soft: #334155;
    --brp-muted: #64748b;
    --brp-border: #dce6e4;
    --brp-card: #ffffff;
    --brp-page: #f3f8f9;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--brp-ink);
    background: var(--brp-page);
    font-family: "Barayand Product Yekan", IRANSansX, Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html.dark .br-product-page {
    --brp-ink: #f8fafc;
    --brp-ink-soft: #cbd5e1;
    --brp-muted: #a7bdc1;
    --brp-border: rgba(199, 222, 225, .15);
    --brp-card: #062e33;
    --brp-page: #03191d;
}

.br-product-page *,
.br-product-page *::before,
.br-product-page *::after {
    box-sizing: border-box;
}

.br-product-page a {
    color: inherit;
    text-decoration: none;
}

.br-product-page button,
.br-product-page input,
.br-product-page textarea,
.br-product-page select {
    font: inherit;
}

.br-product-page button {
    color: inherit;
}

.br-product-page img {
    display: block;
    max-width: 100%;
}

.br-product-page h1,
.br-product-page h2,
.br-product-page h3,
.br-product-page h4,
.br-product-page strong {
    font-family: "Barayand Product Peyda", "Barayand Product Yekan", Tahoma, Arial, sans-serif;
}

.br-product-page [hidden] {
    display: none !important;
}

.brp-container {
    width: min(calc(100% - 32px), 1248px);
    margin-inline: auto;
}

.brp-centered {
    text-align: center;
}

.brp-hero {
    position: relative;
    isolation: isolate;
    margin: 8px auto 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% 14%, rgba(95, 168, 176, .25), transparent 34%),
        radial-gradient(circle at 88% 76%, rgba(212, 155, 58, .16), transparent 36%),
        var(--brp-primary-950);
}

.brp-hero::after {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: -1;
    border: 1px solid rgba(212, 155, 58, .25);
    border-radius: 22px;
    pointer-events: none;
}

.brp-brand-mark {
    display: block;
    background: var(--brp-accent-300);
    -webkit-mask: url("../home-redesign/barayand/brand/arrow-mark.png") center / contain no-repeat;
    mask: url("../home-redesign/barayand/brand/arrow-mark.png") center / contain no-repeat;
}

.brp-hero > .brp-brand-mark {
    position: absolute;
    top: 24px;
    right: 24px;
    left: auto;
    width: 104px;
    height: 81px;
    z-index: 0;
    opacity: .3;
    pointer-events: none;
}

.brp-hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 1248px);
    margin-inline: auto;
    padding: 16px 0 28px;
}

.brp-hero__copy {
    text-align: center;
}

.brp-hero h1 {
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1.85rem, 8.5vw, 2.1rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.brp-hero__mobile-poster {
    width: min(72vw, 280px);
    margin: 0 auto 20px;
}

.brp-hero__media {
    display: none;
}

.brp-poster {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 19px;
    background: var(--brp-primary-900);
    box-shadow: 0 28px 70px -38px rgba(0, 0, 0, .95);
}

.brp-poster > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brp-poster__shade {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(to top, rgba(3, 25, 29, .88), transparent);
    pointer-events: none;
}

.brp-poster__badge,
.brp-poster__popular,
.brp-poster__level,
.brp-poster__preview {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 850;
}

.brp-poster__badge {
    top: 10px;
    right: 10px;
    min-height: 34px;
    padding: 5px 12px;
    color: var(--brp-primary-950);
    border-radius: 999px;
    background: var(--brp-accent-500);
    box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .9);
    font-size: 11px;
}

.brp-poster__popular {
    top: 10px;
    left: 10px;
    min-height: 34px;
    padding: 5px 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: #c2410c;
    box-shadow: 0 14px 30px -18px rgba(67, 20, 7, .95);
    font-size: 11px;
}

html.dark .brp-poster__popular {
    color: #2a0b02;
    border-color: rgba(255, 255, 255, .18);
    background: #fb923c;
}

.brp-poster__badge .amount,
.brp-poster__badge bdi {
    color: inherit;
}

.brp-poster__badge del {
    display: none;
}

.brp-poster__badge svg,
.brp-poster__popular svg,
.brp-poster__level svg,
.brp-poster__preview svg {
    width: 16px;
    height: 16px;
}

.brp-poster__level {
    right: 10px;
    bottom: 10px;
    min-height: 32px;
    padding: 5px 10px;
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 11px;
    background: rgba(3, 25, 29, .88);
    font-size: 10px;
}

.brp-poster__preview {
    left: 10px;
    bottom: 10px;
    min-height: 34px;
    padding: 6px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 11px;
    background: var(--brp-primary-800);
    font-size: 10px;
}

.brp-hero__mobile-actions,
.brp-hero__desktop-actions {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(86px, 1fr);
    gap: 8px;
    margin-top: 16px;
}

.brp-hero__desktop-actions {
    display: none;
}

.brp-button {
    min-height: 54px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.brp-button:hover {
    transform: translateY(-2px);
}

.brp-button svg {
    width: 19px;
    height: 19px;
}

.brp-button--gold {
    color: var(--brp-primary-950) !important;
    background: linear-gradient(135deg, var(--brp-accent-300), var(--brp-accent-500));
    box-shadow: 0 18px 38px -24px rgba(212, 155, 58, .9);
}

.brp-button--secondary,
.brp-button--icon {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .15);
    background: var(--brp-primary-800);
}

.brp-button--icon {
    min-width: 0;
    padding-inline: 9px;
    gap: 5px;
    font-size: 11px;
    white-space: nowrap;
}

.brp-button--icon svg {
    width: 17px;
    height: 17px;
}

.brp-hero__summary {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--brp-primary-200);
    font-size: 12px;
    line-height: 1.95;
}

.brp-hero__summary.brp-hero__summary--desktop {
    display: none;
}

.brp-free-note {
    margin: 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--brp-primary-300);
    font-size: 9px;
    font-weight: 750;
    line-height: 1.8;
}

.brp-free-note svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    color: #9bd8b9;
}

.brp-free-note--desktop {
    display: none;
}

.brp-hero__desktop-benefits {
    display: none;
}

.brp-hero__teacher {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 11px;
    max-width: 680px;
    margin: 18px auto 0;
    padding-block: 11px;
    text-align: right;
    border-block: 1px solid rgba(255, 255, 255, .1);
}

.brp-hero__teacher > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--brp-accent-300);
    border-radius: 50%;
    background: var(--brp-primary-800);
}

.brp-hero__teacher svg {
    width: 23px;
    height: 23px;
}

.brp-hero__teacher small,
.brp-hero__teacher strong {
    display: block;
}

.brp-hero__teacher small {
    color: var(--brp-primary-300);
    font-size: 10px;
}

.brp-hero__teacher strong {
    margin-top: 2px;
    color: #fff;
    font-size: 16px;
}

.brp-hero__facts {
    display: grid;
    grid-template-columns: repeat(var(--brp-fact-count, 3), minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.brp-hero__facts[style*="--brp-fact-count:1"] {
    grid-template-columns: minmax(150px, 250px);
    justify-content: center;
}

.brp-hero__facts > span {
    min-width: 0;
    padding: 10px 5px;
    display: grid;
    justify-items: center;
    gap: 2px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: var(--brp-primary-900);
}

.brp-hero__facts svg {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    color: #9bd8b9;
}

.brp-hero__facts b {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}

.brp-hero__facts small {
    max-width: 100%;
    overflow: hidden;
    color: var(--brp-primary-300);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brp-section-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid var(--brp-border);
    background: var(--brp-card);
    box-shadow: 0 12px 30px -28px rgba(3, 25, 29, .8);
}

.brp-section-nav > div {
    width: min(100%, 1344px);
    margin-inline: auto;
    padding: 8px 16px;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
}

.brp-section-nav > div::-webkit-scrollbar {
    display: none;
}

.brp-section-nav a {
    min-height: 44px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--brp-primary-700);
    border: 1px solid var(--brp-border);
    border-radius: 12px;
    background: var(--brp-primary-50);
    font-size: 11px;
    font-weight: 800;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.brp-section-nav a.is-active,
.brp-section-nav a:hover {
    color: #fff;
    border-color: var(--brp-primary-700);
    background: var(--brp-primary-700);
}

html.dark .brp-section-nav {
    background: var(--brp-primary-900);
}

html.dark .brp-section-nav a {
    color: var(--brp-primary-200);
    background: var(--brp-primary-800);
}

html.dark .brp-section-nav a.is-active,
html.dark .brp-section-nav a:hover {
    color: var(--brp-primary-950);
    border-color: var(--brp-accent-400);
    background: var(--brp-accent-400);
}

.brp-section {
    padding: 40px 0;
    scroll-margin-top: 132px;
}

.brp-section--soft {
    background: var(--brp-primary-50);
}

.brp-section--white {
    background: #fff;
}

.brp-section--tint {
    background: var(--brp-primary-100);
}

html.dark .brp-section--soft,
html.dark .brp-section--tint {
    background: var(--brp-primary-950);
}

html.dark .brp-section--white {
    background: var(--brp-primary-900);
}

.brp-heading {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.brp-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--brp-primary-700);
    font-size: 11px;
    font-weight: 850;
}

.brp-heading > span::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
}

.brp-heading h2 {
    margin: 5px 0 0;
    color: var(--brp-primary-950);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
}

.brp-heading p {
    margin: 5px 0 0;
    color: var(--brp-primary-600);
    font-size: 13px;
    line-height: 2;
}

html.dark .brp-heading > span {
    color: #9bd8b9;
}

html.dark .brp-heading h2 {
    color: #fff;
}

html.dark .brp-heading p {
    color: var(--brp-primary-300);
}

.brp-outcomes {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}

.brp-outcomes article {
    min-height: 112px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--brp-primary-800);
    border: 1px solid var(--brp-border);
    border-radius: 20px;
    background: var(--brp-card);
    box-shadow: 0 18px 42px -36px rgba(8, 64, 74, .48);
}

.brp-outcomes article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--brp-primary-700);
    border-radius: 12px;
    background: var(--brp-primary-100);
    font-weight: 850;
}

.brp-outcomes p {
    margin: 0;
    font-size: 13px;
    line-height: 2;
}

html.dark .brp-outcomes article {
    color: var(--brp-primary-200);
    background: var(--brp-primary-900);
}

html.dark .brp-outcomes article > span {
    color: #9bd8b9;
    background: var(--brp-primary-800);
}

.brp-more {
    min-height: 44px;
    margin: 16px auto 0;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--brp-primary-700) !important;
    border: 1px solid var(--brp-primary-300);
    border-radius: 12px;
    background: var(--brp-card);
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

.brp-more svg {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.brp-more[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

html.dark .brp-more {
    color: var(--brp-primary-200) !important;
    border-color: var(--brp-primary-600);
    background: var(--brp-primary-900);
}

.brp-audience-grid {
    display: grid;
    gap: 32px;
}

.brp-audience-list {
    margin-top: 20px;
    display: grid;
    gap: 8px;
}

.brp-audience-list p {
    min-height: 62px;
    margin: 0;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--brp-primary-800);
    border: 1px solid var(--brp-border);
    border-radius: 16px;
    background: var(--brp-primary-50);
    font-size: 13px;
    line-height: 1.9;
}

.brp-audience-check {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    border-radius: 11px;
    background: var(--brp-primary-700);
}

.brp-audience-check svg {
    width: 23px;
    height: 23px;
    stroke-width: 3;
}

html.dark .brp-audience-list p {
    color: var(--brp-primary-200);
    background: var(--brp-primary-800);
}

.brp-access {
    position: relative;
    overflow: hidden;
    padding: 24px 20px;
    color: #fff;
    text-align: center;
    border-radius: 26px;
    background: var(--brp-primary-800);
    box-shadow: 0 28px 68px -48px rgba(3, 25, 29, .95);
}

.brp-access::before {
    content: "";
    position: absolute;
    top: -62px;
    left: -62px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(240, 206, 135, .2);
    border-radius: 50%;
}

.brp-access__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--brp-accent-300);
    font-size: 11px;
    font-weight: 850;
}

.brp-access__eyebrow svg {
    width: 20px;
    height: 20px;
}

.brp-access h3 {
    position: relative;
    margin: 8px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
}

.brp-access > p {
    position: relative;
    margin: 7px 0 0;
    color: var(--brp-primary-200);
    font-size: 12px;
    line-height: 2;
}

.brp-access > div {
    position: relative;
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.brp-access > div > span {
    min-height: 58px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: var(--brp-primary-900);
    font-size: 12px;
}

.brp-access > div svg {
    width: 20px;
    height: 20px;
    color: var(--brp-accent-300);
}

.brp-access > small {
    position: relative;
    margin-top: 18px;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--brp-primary-300);
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 10px;
    line-height: 1.8;
}

.brp-access > small svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: #9bd8b9;
}

.brp-syllabus {
    max-width: 1040px;
}

.brp-syllabus__summary {
    margin-top: 17px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.brp-syllabus__summary span {
    padding: 7px 11px;
    color: var(--brp-primary-700);
    border: 1px solid var(--brp-border);
    border-radius: 999px;
    background: var(--brp-card);
    font-size: 10px;
    font-weight: 800;
}

html.dark .brp-syllabus__summary span {
    color: var(--brp-primary-200);
    background: var(--brp-primary-900);
}

.brp-chapters {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.brp-chapters article {
    overflow: hidden;
    border: 1px solid var(--brp-border);
    border-radius: 20px;
    background: var(--brp-card);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.brp-chapters article.is-open {
    border-color: var(--brp-primary-500);
    box-shadow: 0 22px 52px -40px rgba(8, 64, 74, .75);
}

.brp-chapters article > button {
    width: 100%;
    min-height: 76px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto 20px;
    align-items: center;
    gap: 10px;
    text-align: right;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.brp-chapters article > button.is-webinar {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
}

.brp-chapters article > button > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--brp-primary-700);
    border-radius: 12px;
    background: var(--brp-primary-100);
    font-size: 12px;
    font-weight: 850;
}

.brp-chapters article > button strong {
    min-width: 0;
    color: var(--brp-primary-950);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.7;
}

.brp-chapters article > button small {
    color: var(--brp-primary-600);
    font-size: 9px;
    white-space: nowrap;
}

.brp-chapters article > button > svg {
    width: 19px;
    height: 19px;
    color: var(--brp-primary-600);
    transition: transform .2s ease;
}

.brp-chapters article > button[aria-expanded="true"] > svg {
    transform: rotate(180deg);
}

html.dark .brp-chapters article > button > span {
    color: #9bd8b9;
    background: var(--brp-primary-800);
}

html.dark .brp-chapters article > button strong {
    color: #fff;
}

html.dark .brp-chapters article > button small,
html.dark .brp-chapters article > button > svg {
    color: var(--brp-primary-300);
}

.brp-chapter-panel ol {
    margin: 0 14px 14px;
    padding: 8px 0 0;
    border-top: 1px solid var(--brp-border);
    list-style: none;
}

.brp-chapter-panel li {
    min-width: 0;
    padding: 10px 2px;
    display: grid;
    grid-template-columns: 17px auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    color: var(--brp-primary-800);
    text-align: right;
    border-bottom: 1px solid var(--brp-border);
    font-size: 11px;
}

.brp-chapter-panel li.has-duration {
    grid-template-columns: 17px auto minmax(0, 1fr) auto;
}

.brp-chapter-panel li.is-topic {
    grid-template-columns: 17px minmax(0, 1fr);
}

.brp-chapter-panel li:last-child {
    border-bottom: 0;
}

.brp-chapter-panel li > svg {
    width: 16px;
    height: 16px;
    color: var(--brp-primary-600);
}

.brp-chapter-panel li small {
    color: var(--brp-primary-500);
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
}

.brp-chapter-panel li span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brp-lesson-duration {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--brp-primary-600);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.brp-lesson-duration svg {
    width: 14px;
    height: 14px;
}

html.dark .brp-chapter-panel li {
    color: var(--brp-primary-200);
}

.brp-about {
    max-width: 1040px;
}

.brp-about__body {
    position: relative;
    margin-top: 22px;
    padding: 22px 18px;
    display: grid;
    justify-items: center;
    gap: 15px;
    overflow: hidden;
    color: #fff;
    text-align: right;
    border-radius: 23px;
    background: var(--brp-primary-800);
    box-shadow: 0 26px 60px -46px rgba(3, 25, 29, .95);
}

.brp-about__body.is-collapsed {
    max-height: 480px;
}

.brp-about__body.is-collapsed::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 110px;
    background: linear-gradient(to bottom, transparent, var(--brp-primary-800) 82%);
    pointer-events: none;
}

.brp-about__toggle {
    position: relative;
    z-index: 2;
    margin-top: -19px;
}

.brp-about__body > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--brp-primary-950);
    border-radius: 13px;
    background: var(--brp-accent-500);
}

.brp-about__body > span svg {
    width: 22px;
    height: 22px;
}

.brp-richtext {
    width: min(100%, 900px);
    color: var(--brp-primary-200);
    text-align: right;
    font-size: 13px;
    line-height: 2.1;
}

.brp-richtext > :first-child {
    margin-top: 0;
}

.brp-richtext > :last-child {
    margin-bottom: 0;
}

.brp-richtext h2,
.brp-richtext h3,
.brp-richtext h4 {
    margin: 1.5em 0 .5em;
    color: #fff;
    font-weight: 900;
    line-height: 1.65;
}

.brp-richtext h2 {
    margin-block: 1.6em .75em;
    padding: 15px 17px;
    color: #fff;
    text-align: right;
    border-right: 4px solid var(--brp-accent-400);
    border-radius: 14px;
    background: var(--brp-primary-700);
    font-size: 21px;
}
.brp-richtext h2:nth-of-type(3n + 2) {
    color: var(--brp-primary-950);
    border-right-color: var(--brp-primary-700);
    background: var(--brp-accent-300);
}
.brp-richtext h2:nth-of-type(3n + 3) {
    border-right-color: #9bd8b9;
    background: #155e63;
}
.brp-richtext h3 { font-size: 18px; }
.brp-richtext h4 { font-size: 16px; }
.brp-richtext p {
    margin: .9em 0;
    color: var(--brp-primary-100);
    text-align: right;
    line-height: 2.25;
}
.brp-richtext p + p {
    margin-top: 1.1em;
    padding-top: 1.1em;
    border-top: 1px solid rgba(199, 222, 225, .13);
}
.brp-richtext h2 + p,
.brp-richtext h3 + p,
.brp-richtext h4 + p {
    padding-top: 0;
    border-top: 0;
}
.brp-richtext ul,
.brp-richtext ol { margin: .8em 0; padding-right: 1.3em; text-align: right; }
.brp-richtext li { margin: .45em 0; }
.brp-richtext a { color: var(--brp-accent-300); text-decoration: underline; text-underline-offset: 3px; }
.brp-richtext img { height: auto; margin: 18px auto; border-radius: 16px; }

.brp-tags {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.brp-tags span {
    padding: 6px 10px;
    color: var(--brp-primary-700);
    border: 1px solid var(--brp-border);
    border-radius: 999px;
    background: var(--brp-primary-50);
    font-size: 10px;
    font-weight: 800;
}

html.dark .brp-tags span {
    color: var(--brp-primary-200);
    background: var(--brp-primary-800);
}

.brp-section--teacher {
    padding-inline: 16px;
    color: #fff;
    background: var(--brp-primary-950);
}

.brp-teacher {
    position: relative;
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(212, 155, 58, .3);
    border-radius: 28px;
    background: var(--brp-primary-900);
}

.brp-teacher > .brp-brand-mark {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 64px;
    height: 50px;
    z-index: 3;
    opacity: .25;
}

.brp-teacher__media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: var(--brp-primary-800);
}

.brp-teacher__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 68%;
    background: linear-gradient(to top, var(--brp-primary-900), rgba(6, 46, 51, .28), transparent);
}

.brp-teacher__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.brp-teacher__initials {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--brp-accent-300);
    background:
        radial-gradient(circle, rgba(212, 155, 58, .18), transparent 45%),
        var(--brp-primary-800);
    font-size: 70px;
    font-weight: 900;
}

.brp-teacher__copy {
    position: relative;
    z-index: 2;
    margin-top: -12px;
    padding: 0 18px 24px;
    text-align: center;
}

.brp-heading--light > span {
    color: var(--brp-accent-300);
}

.brp-heading--light h2 {
    color: #fff;
}

.brp-heading--light p {
    color: var(--brp-primary-200);
}

.brp-teacher__facts {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.brp-teacher__facts > span {
    min-height: 82px;
    padding: 13px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .055);
}

.brp-teacher__facts svg {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    padding: 10px;
    color: var(--brp-accent-300);
    border-radius: 12px;
    background: var(--brp-primary-800);
}

.brp-teacher__facts small,
.brp-teacher__facts strong {
    display: block;
}

.brp-teacher__facts small {
    align-self: end;
    color: var(--brp-primary-300);
    font-size: 9px;
}

.brp-teacher__facts strong {
    align-self: start;
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
}

.brp-teacher__bio {
    margin-top: 15px;
    overflow: hidden;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: var(--brp-primary-200);
    font-size: 12px;
    line-height: 2;
}

.brp-teacher__bio p {
    margin: 0 0 7px;
}

.brp-teacher__bio-full {
    display: none;
}

.brp-teacher__link {
    min-height: 44px;
    margin-top: 12px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--brp-primary-950) !important;
    border-radius: 12px;
    background: var(--brp-accent-400);
    font-size: 11px;
    font-weight: 850;
}

.brp-teacher__link svg {
    width: 16px;
    height: 16px;
}

.brp-reviews {
    max-width: 1040px;
}

.brp-testimonials {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.brp-testimonials blockquote {
    margin: 0;
    padding: 18px;
    color: var(--brp-ink-soft);
    text-align: right;
    border: 1px solid var(--brp-border);
    border-radius: 18px;
    background: var(--brp-card);
}

.brp-testimonials blockquote > svg {
    width: 24px;
    height: 24px;
    color: var(--brp-accent-500);
}

.brp-testimonials p {
    margin: 9px 0 0;
    font-size: 13px;
    line-height: 2;
}

.brp-testimonials footer {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brp-testimonials footer strong {
    color: var(--brp-primary-950);
    font-size: 12px;
}

.brp-testimonials footer small {
    color: var(--brp-muted);
    font-size: 10px;
}

html.dark .brp-testimonials footer strong {
    color: #fff;
}

.brp-wc-reviews {
    margin-top: 22px;
    padding: 18px;
    color: var(--brp-ink-soft);
    text-align: right;
    border: 1px solid var(--brp-border);
    border-radius: 20px;
    background: var(--brp-card);
}

.brp-wc-reviews > .wc-product-reviews {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.brp-wc-reviews > .wc-product-reviews > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.brp-wc-reviews .woocommerce-Reviews-title,
.brp-wc-reviews .comment-reply-title {
    color: var(--brp-primary-950);
    font-family: "Barayand Product Peyda", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

html.dark .brp-wc-reviews .woocommerce-Reviews-title,
html.dark .brp-wc-reviews .comment-reply-title {
    color: #fff;
}

.brp-wc-reviews input,
.brp-wc-reviews textarea,
.brp-wc-reviews select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--brp-ink);
    border: 1px solid var(--brp-border);
    border-radius: 12px;
    background: var(--brp-page);
}

.brp-wc-reviews textarea {
    min-height: 130px;
}

.brp-wc-reviews .submit {
    min-height: 46px;
    padding: 0 18px;
    color: #fff !important;
    border: 0;
    border-radius: 12px;
    background: var(--brp-primary-700) !important;
    font-weight: 850;
}

.brp-faq {
    max-width: 920px;
}

.brp-faq__list {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.brp-faq details {
    overflow: hidden;
    text-align: right;
    border: 1px solid var(--brp-border);
    border-radius: 18px;
    background: var(--brp-card);
}

.brp-faq details[open] {
    border-color: var(--brp-primary-500);
}

.brp-faq summary {
    min-height: 64px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    list-style: none;
    cursor: pointer;
}

.brp-faq summary::-webkit-details-marker {
    display: none;
}

.brp-faq summary > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--brp-primary-700);
    border-radius: 10px;
    background: var(--brp-primary-100);
    font-size: 10px;
    font-weight: 850;
}

.brp-faq summary strong {
    color: var(--brp-primary-950);
    text-align: center;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.75;
}

.brp-faq summary > svg {
    width: 19px;
    height: 19px;
    color: var(--brp-primary-600);
    transition: transform .2s ease;
}

.brp-faq details[open] summary > svg {
    transform: rotate(180deg);
}

.brp-faq details > div {
    padding: 15px 16px;
    color: var(--brp-primary-800);
    text-align: center;
    border-top: 1px solid var(--brp-border);
    font-size: 12px;
    line-height: 2;
}

.brp-faq details > div p {
    margin: 0;
}

html.dark .brp-faq summary > span {
    color: #9bd8b9;
    background: var(--brp-primary-800);
}

html.dark .brp-faq summary strong {
    color: #fff;
}

html.dark .brp-faq details > div {
    color: var(--brp-primary-200);
}

.brp-related {
    padding-bottom: 20px;
}

.brp-related__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.brp-related__heading .brp-heading {
    margin: 0;
    text-align: right;
}

.brp-related__heading > a {
    min-height: 44px;
    padding: 0 14px;
    display: none;
    align-items: center;
    gap: 7px;
    color: var(--brp-primary-700);
    border: 1px solid var(--brp-border);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 850;
}

.brp-related__heading > a svg {
    width: 16px;
    height: 16px;
}

.brp-related__rail {
    margin-top: 22px;
    padding-bottom: 5px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.brp-related__rail::-webkit-scrollbar {
    display: none;
}

.brp-related__rail > a {
    min-width: 80.5%;
    overflow: hidden;
    flex: 0 0 80.5%;
    scroll-snap-align: start;
    color: var(--brp-ink);
    border: 1px solid var(--brp-border);
    border-radius: 22px;
    background: var(--brp-primary-50);
    transition: transform .22s ease, border-color .22s ease;
}

.brp-related__rail > a:hover {
    transform: translateY(-3px);
    border-color: var(--brp-primary-500);
}

.brp-related__poster {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--brp-primary-100);
}

.brp-related__poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 25, 29, .68), transparent 48%);
}

.brp-related__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.brp-related__rail > a:hover .brp-related__poster img {
    transform: scale(1.025);
}

.brp-related__poster small {
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 2;
    min-height: 29px;
    padding: 4px 9px;
    display: inline-flex;
    align-items: center;
    color: var(--brp-primary-950);
    border-radius: 999px;
    background: var(--brp-accent-500);
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
}

.brp-related__poster small del {
    display: none;
}

.brp-related__copy {
    padding: 14px;
    display: block;
    text-align: center;
}

.brp-related__copy strong,
.brp-related__copy small,
.brp-related__copy em {
    display: block;
}

.brp-related__copy strong {
    color: var(--brp-primary-950);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
}

.brp-related__copy small {
    margin-top: 3px;
    color: var(--brp-primary-600);
    font-size: 10px;
}

.brp-related__copy em {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--brp-primary-700);
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
}

.brp-related__copy em svg {
    width: 15px;
    height: 15px;
}

html.dark .brp-related__rail > a {
    background: var(--brp-primary-950);
}

html.dark .brp-related__copy strong {
    color: #fff;
}

html.dark .brp-related__copy small,
html.dark .brp-related__copy em,
html.dark .brp-related__heading > a {
    color: var(--brp-primary-200);
}

.brp-final-cta {
    padding-top: 0;
}

.brp-final-cta .brp-container > div {
    position: relative;
    overflow: hidden;
    padding: 23px 18px;
    color: #fff;
    text-align: center;
    border-radius: 27px;
    background: var(--brp-primary-800);
    box-shadow: 0 34px 76px -52px rgba(3, 25, 29, .95);
}

.brp-final-cta .brp-container > div::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(240, 206, 135, .15);
    border-radius: 50%;
}

.brp-final-cta .brp-container > div > span {
    position: relative;
    width: 48px;
    height: 48px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    color: var(--brp-primary-950);
    border-radius: 14px;
    background: var(--brp-accent-500);
}

.brp-final-cta .brp-container > div > span svg {
    width: 23px;
    height: 23px;
}

.brp-final-cta h2 {
    position: relative;
    margin: 10px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.6;
}

.brp-final-cta p {
    position: relative;
    max-width: 520px;
    margin: 5px auto 0;
    color: var(--brp-primary-200);
    font-size: 11px;
    line-height: 1.9;
}

.brp-final-cta .brp-button {
    position: relative;
    margin-top: 14px;
}

.brp-newsletter {
    color: #f8fafc;
    border-block: 1px solid rgba(199, 222, 225, .13);
    background: var(--brp-primary-950);
}

.brp-newsletter__inner {
    padding-block: 30px;
}

.brp-newsletter__copy {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.brp-newsletter__copy > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--brp-accent-300);
    border: 1px solid rgba(232, 181, 96, .28);
    border-radius: 14px;
    background: var(--brp-primary-900);
}

.brp-newsletter__copy > span svg {
    width: 23px;
    height: 23px;
}

.brp-newsletter h2 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.55;
}

.brp-newsletter__copy p {
    margin: 4px 0 0;
    color: var(--brp-primary-300);
    font-size: 11px;
}

.brp-newsletter-form {
    max-width: 650px;
    margin: 17px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
}

.brp-newsletter-form .bf-fields,
.brp-newsletter-form .bf-field,
.brp-newsletter-form .bf-control {
    width: 100%;
}

.brp-newsletter-form .bf-control {
    min-height: 50px;
    padding: 0 14px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(199, 222, 225, .18);
    border-radius: 13px;
    background: var(--brp-primary-900);
}

.brp-newsletter-form .bf-control::placeholder {
    color: #79999e;
}

.brp-newsletter-form .bf-form__actions {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.brp-newsletter-form .bf-submit {
    width: min(100%, 220px);
    min-height: 48px;
    padding: 0 20px;
    color: var(--brp-primary-950) !important;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--brp-accent-300), var(--brp-accent-500)) !important;
    font-size: 12px;
    font-weight: 900;
}

.brp-newsletter-form .bf-form__status,
.brp-newsletter-form .bf-error {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 10px;
}

.brp-newsletter-form .bf-form__status {
    grid-column: 1 / -1;
}

.br-product-page :focus-visible {
    outline: 3px solid var(--brp-accent-400);
    outline-offset: 3px;
}

@media (min-width: 640px) {
    .brp-container {
        width: min(calc(100% - 48px), 1248px);
    }

    .brp-hero {
        width: min(calc(100% - 32px), 1344px);
        margin-top: 16px;
        border-radius: 28px;
    }

    .brp-hero__inner {
        width: min(calc(100% - 64px), 1248px);
        padding-block: 26px 34px;
    }

    .brp-hero__teacher {
        display: flex;
    }

    .brp-hero__summary {
        display: block;
        font-size: 15px;
    }

    .brp-outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brp-outcomes article:first-child:last-child,
    .brp-outcomes article:nth-child(odd):last-child {
        grid-column: 1 / -1;
    }

    .brp-audience-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brp-audience-list p:nth-child(odd):last-child {
        grid-column: 1 / -1;
    }

    .brp-teacher__facts,
    .brp-testimonials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brp-related__heading > a {
        display: inline-flex;
    }

    .brp-related__rail > a {
        min-width: 46%;
        flex-basis: 46%;
    }

    .brp-newsletter-form {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .brp-newsletter-form .bf-form__actions {
        width: auto;
    }

    .brp-newsletter-form .bf-submit {
        width: 180px;
    }
}

@media (min-width: 900px) {
    .brp-hero > .brp-brand-mark {
        top: 34px;
        right: 38px;
        width: 148px;
        height: 115px;
        opacity: .24;
    }

    .brp-section-nav {
        position: sticky;
        top: 76px;
        z-index: 40;
    }

    .brp-hero__inner {
        padding-block: 38px;
        display: grid;
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
        grid-template-areas: "media copy";
        align-items: stretch;
        gap: 52px;
    }

    .brp-hero__copy {
        grid-area: copy;
        display: flex;
        flex-direction: column;
        padding-top: 14px;
        text-align: right;
    }

    .brp-hero__media {
        grid-area: media;
        width: 100%;
        max-width: 410px;
        display: block;
        justify-self: center;
    }

    .brp-hero__mobile-poster,
    .brp-hero__mobile-actions {
        display: none;
    }

    .brp-hero h1 {
        margin: 0;
        font-size: clamp(2.6rem, 3.5vw, 3.35rem);
        line-height: 1.36;
        text-align: right;
    }

    .brp-hero__summary,
    .brp-hero__teacher {
        margin-inline: 0;
        text-align: right;
    }

    .brp-hero__summary.brp-hero__summary--mobile {
        display: none;
    }

    .brp-hero__summary.brp-hero__summary--desktop {
        display: block;
        max-width: 720px;
        font-size: 15px;
        line-height: 2.05;
    }

    .brp-hero__teacher {
        justify-content: flex-start;
    }

    .brp-hero__teacher strong {
        font-size: 19px;
    }

    .brp-free-note--mobile {
        display: none;
    }

    .brp-free-note--desktop {
        display: flex;
        justify-content: flex-start;
    }

    .brp-hero__desktop-benefits {
        max-width: 680px;
        margin-top: 14px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .brp-hero__desktop-benefits span {
        min-height: 48px;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: var(--brp-primary-200);
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 13px;
        background: var(--brp-primary-900);
        font-size: 10px;
        font-weight: 800;
        line-height: 1.7;
    }

    .brp-hero__desktop-benefits svg {
        width: 17px;
        height: 17px;
        flex: 0 0 auto;
        color: var(--brp-accent-300);
    }

    .brp-hero__facts {
        max-width: 680px;
    }

    .brp-hero__desktop-actions {
        max-width: 680px;
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
        margin-top: auto;
        padding-top: 18px;
    }

    .brp-section {
        padding-block: 56px;
    }

    .brp-heading h2 {
        font-size: 34px;
    }

    .brp-heading p {
        font-size: 14px;
    }

    .brp-outcomes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brp-outcomes article:first-child:last-child,
    .brp-outcomes article:nth-child(odd):last-child {
        grid-column: auto;
    }

    .brp-outcomes article {
        min-height: 146px;
        flex-direction: column;
    }

    .brp-audience-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
        align-items: stretch;
        gap: 32px;
    }

    .brp-audience-grid > .brp-centered {
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--brp-border);
        border-radius: 26px;
        background: var(--brp-card);
        box-shadow: 0 24px 60px -48px rgba(8, 64, 74, .65);
    }

    .brp-audience-grid > .brp-centered .brp-heading {
        width: 100%;
    }

    .brp-audience-list {
        flex: 1;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .brp-audience-list p,
    .brp-audience-list p:nth-child(odd):last-child {
        min-height: 92px;
        padding: 16px 18px;
        justify-content: flex-start;
        grid-column: auto;
        gap: 14px;
        text-align: right;
        font-size: 14px;
    }

    .brp-audience-check {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .brp-audience-check svg {
        width: 28px;
        height: 28px;
    }

    html.dark .brp-audience-grid > .brp-centered {
        background: var(--brp-primary-950);
    }

    .brp-audience-grid.is-single {
        grid-template-columns: minmax(0, 560px);
        justify-content: center;
    }

    .brp-access {
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }

    .brp-chapters article > button {
        padding-inline: 20px;
    }

    .brp-chapters article > button strong {
        font-size: 17px;
        text-align: center;
    }

    .brp-chapter-panel ol {
        margin-inline: 20px;
    }

    .brp-chapter-panel li {
        justify-content: center;
        grid-template-columns: 18px auto minmax(0, max-content);
        text-align: center;
        font-size: 13px;
    }

    .brp-about__body {
        padding: 30px;
    }

    .brp-about__body.is-collapsed {
        max-height: none;
    }

    .brp-about__body.is-collapsed::after,
    .brp-about__toggle {
        display: none;
    }

    .brp-richtext {
        font-size: 14px;
    }

    .brp-teacher {
        grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
        grid-template-areas: "media copy";
    }

    .brp-teacher__media {
        grid-area: media;
        min-height: 390px;
    }

    .brp-teacher__media::after {
        display: none;
    }

    .brp-teacher__copy {
        grid-area: copy;
        margin: 0;
        padding: 38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: right;
    }

    .brp-teacher__copy .brp-heading {
        width: 100%;
        margin: 0;
        text-align: right;
    }

    .brp-teacher__copy .brp-heading > span {
        justify-content: flex-start;
    }

    .brp-teacher__facts > span,
    .brp-teacher__bio {
        text-align: right;
    }

    .brp-teacher__bio {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }

    .brp-teacher__bio-excerpt {
        display: none;
    }

    .brp-teacher__bio-full {
        display: block;
    }

    .brp-teacher__link {
        align-self: flex-start;
    }

    .brp-related__rail {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        overflow: visible;
    }

    .brp-related__rail > a {
        min-width: 0;
    }

    .brp-final-cta {
        padding-top: 0;
    }

    .brp-final-cta .brp-container > div {
        padding: 30px;
    }

    .brp-newsletter__inner {
        padding-block: 36px;
        display: grid;
        grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
        align-items: center;
        gap: 38px;
    }

    .brp-newsletter__copy {
        grid-template-columns: 52px minmax(0, 1fr);
        justify-items: start;
        text-align: right;
    }

    .brp-newsletter-form {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .brp-section-nav {
        top: 76px;
    }

    .brp-section-nav > div {
        justify-content: center;
        padding-inline: 32px;
    }

    .brp-section-nav a {
        padding-inline: 16px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .br-product-page *,
    .br-product-page *::before,
    .br-product-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
