.reveal-hero{position:relative;width:100%;height:147.625vw;overflow:hidden;display:flex;align-items:var(--hero-align-items-mobile,var(--hero-align-items,center));justify-content:center;padding-left:clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max));padding-right:clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max))}@media (min-width:768px){.reveal-hero{align-items:var(--hero-align-items,center)}}@media (min-width:768px){.reveal-hero{height:52.4vw}}@media (max-width:767px){.reveal-hero{min-height:400px}}@media (min-width:768px){.reveal-hero{min-height:500px}}@media (min-width:1024px){.reveal-hero{min-height:600px}}.reveal-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100vw auto;background-position:center center;background-repeat:no-repeat;z-index:1;background-image:var(--bg-mobile,var(--bg-desktop));opacity:0;transition:opacity 0.3s ease}.reveal-hero.backgrounds-loaded .reveal-hero__background{opacity:1}@media (min-width:768px){.reveal-hero__background{background-image:var(--bg-desktop)}}.reveal-hero__revealed-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100vw auto;background-position:center center;background-repeat:no-repeat;z-index:2;margin:auto;inset:0;border-radius:0;overflow:hidden;background-image:var(--bg-revealed-mobile,var(--bg-revealed-desktop))}@media (min-width:768px){.reveal-hero__revealed-background{background-image:var(--bg-revealed-desktop)}}@media (min-width:768px) and (max-width:1200px){.reveal-hero__background,.reveal-hero__revealed-background{background-size:100vw 100%}}.reveal-hero__content{position:relative;z-index:5;text-align:var(--content-text-align-mobile,var(--content-text-align,center));padding:var(--content-padding-mobile,var(--content-padding,0 8vw));max-width:var(--content-max-width,calc(1300px + 8vw));width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:var(--content-align-items-mobile,var(--content-align-items,center));gap:60px}@media (min-width:768px){.reveal-hero__content{text-align:var(--content-text-align,center);padding:var(--content-padding,0 8vw);align-items:var(--content-align-items,center)}}.reveal-hero__title{margin:0 0 24px 0;display:flex;flex-direction:column}@media (min-width:768px){.reveal-hero__title{margin-left:-4px}}.reveal-hero__title-1,.reveal-hero__title-2{line-height:6.2rem;letter-spacing:-.04em}@media (min-width:1000px) and (max-width:1400px){.reveal-hero__title{font-size:4rem;line-height:5rem}}@media (min-width:768px) and (max-width:1000px){.reveal-hero__title{font-size:3rem;line-height:4rem}}.reveal-hero__title-1,.reveal-hero__title-2{display:block}.reveal-hero__subtitle{margin:0;color:#fff;text-shadow:0 0 80px rgb(0 0 0 / .8),2px 2px 4px rgb(0 0 0 / .6),4px 4px 80px rgb(0 0 0 / .4)}@media (min-width:768px){.reveal-hero__subtitle{font-size:1.5rem}}.reveal-hero__button .custom-button--primary:hover{box-shadow:0 0 30px 0 #bd0101}@media (max-width:768px){.reveal-hero__content{gap:20px}.reveal-hero__title-1,.reveal-hero__title-2{gap:5px;font-size:2.75rem;line-height:2.75rem}.reveal-hero__subtitle{font-size:1.125rem;line-height:2rem}.reveal-hero__reveal-window{width:90%;height:85%}}.block-editor-block-list__block .reveal-hero{min-height:400px}.reveal-hero.is-revealed .reveal-hero__revealed-background{width:100%;height:100%}