.course-hero{position:relative;overflow:hidden;color:var(--course-hero-text, #fff)}.course-hero__frame{position:relative;width:100%;overflow:hidden}.course-hero__media{position:relative;z-index:0;width:100%;overflow:hidden}.course-hero__frame:not(.adapt):not(.large) .course-hero__media{aspect-ratio:var(--aspect-ratio-image)}.course-hero__frame.adapt .course-hero__media{height:0;padding-bottom:var(--aspect-ratio-adapt)}.course-hero__frame.large .course-hero__media{height:100vh;min-height:31.25rem}@media screen and (min-width:750px){.course-hero--desk-max-h .course-hero__frame,.course-hero--desk-max-h .course-hero__media{max-height:var(--course-hero-banner-max-h-desktop)}.course-hero--desk-max-h .course-hero__frame.large .course-hero__media{height:min(100vh,var(--course-hero-banner-max-h-desktop));min-height:min(31.25rem,var(--course-hero-banner-max-h-desktop))}}@media screen and (max-width:749px){.course-hero--mob-max-h .course-hero__frame,.course-hero--mob-max-h .course-hero__media{max-height:var(--course-hero-banner-max-h-mobile)}.course-hero--mob-max-h .course-hero__frame.large .course-hero__media{height:min(100vh,var(--course-hero-banner-max-h-mobile));min-height:min(31.25rem,var(--course-hero-banner-max-h-mobile))}}.course-hero__media-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.course-hero__media .course-hero__media-img--mobile{display:none}@media screen and (max-width:749px){.course-hero__media .course-hero__media-img--desktop{display:none}.course-hero__media .course-hero__media-img--mobile{display:block}}.course-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--course-hero-overlay-bg, #000);opacity:var(--course-hero-overlay-opacity, .55);pointer-events:none}.course-hero__layout{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;align-items:center;padding-left:1.6rem;padding-right:1.6rem;overflow-y:auto}.course-hero__stack{width:100%;max-width:var(--course-hero-max, 52rem);text-align:center}.course-hero__block-inner{margin-left:auto;margin-right:auto}.course-hero__heading{margin:0;color:var(--text-text-white, #FFF);text-align:center;font-family:var(--typography-font-name-Title, Inter);font-size:var(--typography-text-size-H1, 56px)!important;font-style:normal;font-weight:900;line-height:110%;letter-spacing:-.56px;text-transform:uppercase}.course-hero__subheading{margin:0;color:var(--text-text-invert, #E7E7E7);text-align:center;font-family:var(--typography-font-name-Title, Inter);font-size:var(--typography-text-size-H6, 20px);font-style:normal;font-weight:900;line-height:110%;letter-spacing:-.2px;text-transform:uppercase}.course-hero__rte p{margin:0;color:var(--text-text-invert, #E7E7E7);text-align:center;font-family:Inter;font-size:var(--typography-text-size-Text-Regular, 18px);font-style:normal;font-weight:400;line-height:150%}.course-hero__rte p{margin:0}.course-hero__rte p+p{margin-top:1em}.course-hero__callout{margin:0;font-family:var(--typography-font-name-Paragraph, inherit);font-size:var(--typography-text-size-Text-Regular, 1.6rem);line-height:1.5;color:inherit}.course-hero__callout-strong{font-weight:800;color:var(--callout-highlight, #e8c547)}.course-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem 1.6rem}.course-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;font-family:var(--typography-font-name-Title, Inter);font-size:var(--typography-text-size-Text-Button, 18px);font-style:normal;font-weight:800;line-height:100%;text-transform:uppercase;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,padding .3s ease}.course-hero__btn:focus-visible{outline:1px solid currentColor;outline-offset:3px}.course-hero__btn[aria-disabled=true]{opacity:.65;cursor:not-allowed}.course-hero__btn--dot{position:relative;gap:0;min-width:max-content;padding-left:46px;padding-right:2rem;padding-top:1.5rem;padding-bottom:1.5rem}.course-hero__btn--dot:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:1rem;height:1rem;border-radius:50%;background:currentColor;transition:left .3s ease,box-shadow .25s ease}.course-hero__btn--dot:hover:not([aria-disabled=true]){padding-left:2rem;padding-right:46px}.course-hero__btn--dot:hover:not([aria-disabled=true]):before{left:calc(100% - 22px);box-shadow:0 0 0 5px color-mix(in srgb,currentColor 22%,transparent)}@media(prefers-reduced-motion:reduce){.course-hero__btn--dot:hover:not([aria-disabled=true]){padding:1.4rem 2rem 1.4rem 2.875rem}.course-hero__btn--dot:hover:not([aria-disabled=true]):before{left:1.1875rem;box-shadow:none}}.course-hero__btn--primary{background:var(--btn1-bg, #a61d24);color:var(--btn1-fg, #fff);border-color:var(--btn1-border, transparent)}.course-hero__btn--primary:hover{background:var(--btn1-bg-h, #8c1820);color:var(--btn1-fg-h, #fff);border-color:var(--btn1-border-h, transparent)}.course-hero__btn--secondary{background:var(--btn2-bg, transparent);color:var(--btn2-fg, #fff);border-color:var(--btn2-border, #fff)}.course-hero__btn--secondary:hover{background:var(--btn2-bg-h, rgba(255, 255, 255, .12));color:var(--btn2-fg-h, #fff);border-color:var(--btn2-border-h, #fff)}.course-hero__note{margin:0;color:var(--text-text-invert, #E7E7E7);text-align:center;font-family:Inter;font-size:var(--typography-text-size-Text-Regular, 18px);font-style:italic;font-weight:400;line-height:150%}.course-hero__link-row{margin:0;color:var(--text-text-invert, #E7E7E7);text-align:center;font-family:var(--typography-font-name-Paragraph, Inter);font-size:var(--typography-text-size-Text-Small, 16px);font-style:normal;font-weight:400;line-height:150%;color:inherit}.course-hero__link-row a{font-family:var(--typography-font-name-Paragraph, Inter);font-size:var(--typography-text-size-Text-Small, 16px);font-style:normal;font-weight:700;line-height:150%;text-decoration:underline;text-underline-offset:.2em;color:var(--footer-link-color, #a61d24);transition:opacity .2s ease}.course-hero__link-row a:hover{opacity:.85}@media screen and (max-width:1024px){.course-hero__frame.adapt .course-hero__media{padding-bottom:76.638889%!important}}@media screen and (max-width:768px){.course-hero__frame.adapt .course-hero__media{padding-bottom:100%!important}}@media screen and (max-width:749px){.course-hero__buttons{flex-direction:column;width:100%}.course-hero__btn{width:100%;max-width:fit-content}}@media screen and (max-width:480px){.course-hero__frame.adapt .course-hero__media{padding-bottom:242%!important}.course-hero__btn{width:100%;max-width:fit-content}.course-hero__heading{font-size:var(--typography-text-size-H1, 40px)!important}.course-hero__subheading{font-size:var(--typography-text-size-H6, 16px)}.course-hero__rte p,.course-hero__note{font-size:var(--typography-text-size-Text-Regular, 16px)}.course-hero__link-row a,.course-hero__link-row{font-size:var(--typography-text-size-Text-Small, 16px)}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/section-course-hero-banner.css.map */
