.unc-hero{position:relative;width:100%;aspect-ratio:var(--hero-aspect, 1441/828);min-height:var(--hero-min-height, 828px);overflow:hidden;display:flex}@media screen and (max-width: 1024px){.unc-hero{aspect-ratio:var(--hero-aspect-mobile, unset);min-height:var(--hero-min-height-mobile, 728px)}}.unc-hero--no-media{aspect-ratio:unset;min-height:unset;padding-top:var(--hero-pt, 80px);padding-bottom:var(--hero-pb, 80px)}@media screen and (max-width: 1024px){.unc-hero--no-media{min-height:unset;padding-top:var(--hero-pt-mobile, 40px);padding-bottom:var(--hero-pb-mobile, 40px)}}.unc-hero--no-media .unc-hero__content{position:relative !important;top:auto !important;bottom:auto !important;left:auto !important;right:auto !important;transform:none !important;width:100%;max-width:var(--hero-content-max-width, 900px);margin:auto}@media screen and (max-width: 1024px){.unc-hero--no-media .unc-hero__content{max-width:100%}}.unc-hero--crop .unc-hero__media{left:50%;top:50%;width:90%;height:70%;transform:translate(-50%, -50%);border-radius:16px;transition:.5s;transition-delay:1s;overflow:hidden}@media screen and (max-width: 1024px){.unc-hero--crop .unc-hero__media{width:100%;height:100%;border-radius:0;transition:none}}.unc-hero--crop.is-revealed .unc-hero__media{width:100%;height:100%;border-radius:0}.unc-hero--h-left .unc-hero__content{left:100px;right:auto}@media screen and (max-width: 1024px){.unc-hero--h-left .unc-hero__content{left:16px;right:16px}}.unc-hero--h-center .unc-hero__content{left:50%;transform:translateX(-50%)}@media screen and (max-width: 1024px){.unc-hero--h-center .unc-hero__content{left:16px;transform:none;right:16px}}.unc-hero--h-right .unc-hero__content{right:100px;left:auto}@media screen and (max-width: 1024px){.unc-hero--h-right .unc-hero__content{left:16px;right:16px}}@media screen and (min-width: 1025px){.unc-hero--ta-left .unc-hero__content{align-items:flex-start;text-align:left}.unc-hero--ta-center .unc-hero__content{align-items:center;text-align:center}.unc-hero--ta-right .unc-hero__content{align-items:flex-end;text-align:right}}@media screen and (max-width: 1024px){.unc-hero--mta-left .unc-hero__content{align-items:flex-start;text-align:left}.unc-hero--mta-center .unc-hero__content{align-items:center;text-align:center}.unc-hero--mta-right .unc-hero__content{align-items:flex-end;text-align:right}}.unc-hero--v-top .unc-hero__content{top:var(--hero-pt, 80px);bottom:auto}@media screen and (max-width: 1024px){.unc-hero--v-top .unc-hero__content{top:auto}}.unc-hero--v-middle .unc-hero__content{top:50%;transform:translateY(-50%)}@media screen and (max-width: 1024px){.unc-hero--v-middle .unc-hero__content{top:auto;transform:none}}.unc-hero--v-middle.unc-hero--h-center .unc-hero__content{transform:translate(-50%, -50%)}@media screen and (max-width: 1024px){.unc-hero--v-middle.unc-hero--h-center .unc-hero__content{transform:none}}.unc-hero--v-bottom .unc-hero__content{bottom:var(--hero-pb, 80px);top:auto}@media screen and (max-width: 1024px){.unc-hero--v-bottom .unc-hero__content{bottom:auto}}@media screen and (max-width: 1024px){.unc-hero--mv-top .unc-hero__content{top:var(--hero-pt-mobile, 40px);bottom:auto}.unc-hero--mv-middle .unc-hero__content{top:50%;transform:translateY(-50%);bottom:auto}.unc-hero--v-middle.unc-hero--h-center.unc-hero--mv-middle .unc-hero__content{transform:translateY(-50%)}.unc-hero--mv-bottom .unc-hero__content{bottom:var(--hero-pb-mobile, 40px);top:auto}}.unc-hero__media{position:absolute;inset:0;width:100%;height:100%}.unc-hero__image,.unc-hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media screen and (max-width: 1024px){.unc-hero__image--hide-mobile,.unc-hero__video--hide-mobile{display:none}}.unc-hero__image--mobile,.unc-hero__video--mobile{display:none}@media screen and (max-width: 1024px){.unc-hero__image--mobile,.unc-hero__video--mobile{display:block}}.unc-hero__overlay{position:absolute;inset:0;background-color:var(--hero-overlay-bg);pointer-events:none}.unc-hero__content{position:absolute;display:flex;flex-direction:column;z-index:2;max-width:var(--hero-content-max-width, 900px);width:calc(100% - 160px)}@media screen and (max-width: 1024px){.unc-hero__content{width:calc(100% - 32px);max-width:100%}}.unc-hero__heading{color:var(--hero-heading-color, #fff);font-family:var(--Typography-Family-Primary);font-size:var(--hero-heading-size, 180px);font-weight:400;font-style:normal;line-height:88%;text-transform:uppercase;margin:0}@media screen and (max-width: 1024px){.unc-hero__heading{font-size:var(--hero-heading-size-mobile, 96px)}}.unc-hero__heading p{margin:0}.unc-hero__heading strong,.unc-hero__heading b{font-weight:400}.unc-hero__description{color:var(--hero-description-color, #fff);font-family:var(--Typography-Family-Tertiary);font-size:var(--hero-description-size, 40px);font-weight:700;font-style:normal;line-height:120%;text-transform:uppercase;margin:0;margin-top:4px;max-width:59%}@media screen and (max-width: 1024px){.unc-hero__description{font-size:var(--hero-description-size-mobile, 32px)}}.unc-hero__cta{margin-top:32px;background-color:var(--hero-cta-bg, #FBDC00) !important;color:var(--hero-cta-text, #EC1107) !important;border-color:var(--hero-cta-bg, #FBDC00) !important}.unc-hero__cta:hover{opacity:.7}