.hero-with-parallax{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));min-height:var(--min-height-mobile,400px)}@media (min-width:768px){.hero-with-parallax{align-items:var(--hero-align-items,center)}}@media (min-width:768px){.hero-with-parallax{height:52.4vw;min-height:var(--min-height-tablet,500px)}}@media (min-width:1024px){.hero-with-parallax{min-height:var(--min-height-desktop,600px)}}.hero-with-parallax__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:var(--full-width,100vw) 100%;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;overflow:hidden}.hero-with-parallax.backgrounds-loaded .hero-with-parallax__background{opacity:1}@media (min-width:768px){.hero-with-parallax__background{background-image:var(--bg-desktop)}}.hero-with-parallax__revealed-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:var(--full-width,100vw) 100%;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){.hero-with-parallax__revealed-background{background-image:var(--bg-revealed-desktop)}}@media (min-width:768px) and (max-width:1200px){.hero-with-parallax__background,.hero-with-parallax__revealed-background{background-size:var(--full-width,100vw) 100%}}.hero-with-parallax__background .hero-with-parallax__front-image{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100vw;max-width:none;display:block;z-index:10;pointer-events:none}.hero-with-parallax__revealed-background .hero-with-parallax__front-image{position:absolute;bottom:0;left:50%;width:100vw;max-width:none;display:block;z-index:10;pointer-events:none}.hero-with-parallax__front-image img,.hero-with-parallax__front-image source{width:100%;height:auto;display:block;max-width:none}.hero-with-parallax__behind-overlay{position:absolute;top:15%;left:0;width:100%;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max));pointer-events:none;will-change:transform}@media (max-width:768px){.hero-with-parallax__behind-overlay{top:17vh}.hero-with-parallax__front-overlay{top:3vh!important}}.hero-with-parallax__front-overlay{position:absolute;top:10px;left:0;width:100%;height:100%;z-index:20;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max));pointer-events:none;will-change:transform;gap:10px}.hero-with-parallax__subtitle{color:#fff;font-size:1.375rem;line-height:1.5;position:relative;z-index:20;text-transform:uppercase;background:linear-gradient(82.25deg,#090033 27%,#FF7F66 98.13%);padding:12px 13px;border-radius:10px;display:inline-block}.hero-with-parallax__subtitle p{color:#fff;margin-bottom:0;font-size:1.375rem;line-height:1.5}.hero-with-parallax__subtitle--constrained{margin-left:auto;margin-right:auto}.hero-with-parallax__title{margin:0;display:flex;flex-direction:column;align-items:center}.hero-with-parallax__title-1{font-size:18.75rem;line-height:1;font-weight:700;background:linear-gradient(103.25deg,#090033 30%,#FF7F66 97.48%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;display:inline-block}.hero-with-parallax__title-2{position:relative;z-index:4;font-size:7rem;line-height:1;margin-top:-30px;font-weight:400;background:linear-gradient(90.84deg,#090033 15%,#FF7F66 97.05%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;display:inline-block;text-transform:uppercase}.hero-with-parallax__button{pointer-events:auto}.hero-with-parallax__button .custom-button--primary:hover{box-shadow:0 0 30px 0 #bd0101}.hero-with-parallax__cloud{position:absolute;bottom:0;left:0;width:100%;z-index:100;pointer-events:none;overflow:hidden}.hero-with-parallax__cloud img{display:block;width:auto;max-width:40%;height:auto;animation:cloudFloat 100s linear infinite alternate}@keyframes cloudFloat{0%{transform:translateX(0)}100%{transform:translateX(100vw)}}@media (min-width:768px) and (max-width:1200px){.hero-with-parallax__subtitle,.hero-with-parallax__subtitle p{font-size:1rem}.hero-with-parallax__title-1{font-size:9rem}.hero-with-parallax__title-2{font-size:3.75rem;margin-top:-15px}}@media (min-width:1200px) and (max-width:1740px){.hero-with-parallax__subtitle,.hero-with-parallax__subtitle p{font-size:1.25rem}.hero-with-parallax__title-1{font-size:15rem}.hero-with-parallax__title-2{font-size:6rem;margin-top:-25px}}@media (max-width:767px){.hero-with-parallax__subtitle,.hero-with-parallax__subtitle p{font-size:.875rem;margin-top:4px;padding:8px 12px}.hero-with-parallax__title-1{font-size:7.5rem}.hero-with-parallax__title-2{font-size:2.25rem;margin-top:10px}}.block-editor-block-list__block .hero-with-parallax{min-height:400px}.hero-with-parallax.is-revealed .hero-with-parallax__revealed-background{width:100%;height:100%}