@charset "UTF-8";.hero-small{position:relative;min-height:clamp(240px, 34vw + 20px, 380px);color:var(--wp--preset--color--neutral-white);overflow:hidden;outline:none}.hero-small h1,.hero-small h2,.hero-small h3,.hero-small h4,.hero-small h5,.hero-small h6{color:inherit}.hero-small__viewport{position:absolute;inset:10px;overflow:hidden;border-radius:15px;background:var(--wp--preset--color--accent-darker);isolation:isolate}.hero-small__media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-small__media::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .2)}.hero-small__media img,.hero-small__media svg{display:block;width:100%;height:100%;object-fit:cover}.hero-small__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgb(from var(--wp--preset--color--accent-darker) r g b/0.05) 35%,rgb(from var(--wp--preset--color--accent-darker) r g b/0.55) 72%,rgb(from var(--wp--preset--color--accent-darker) r g b/0.92) 100%)}.hero-small__content{position:absolute;inset:auto 0 0 0;z-index:2;display:flex;align-items:flex-end;padding:var(--wp--preset--spacing--space-10)}.hero-small__title{margin:0;font-size:clamp(36px, calc(36px + 36 * ((100vw - 800px) / (1440 - 800))), 72px);line-height:1.02;font-weight:var(--wp--custom--tokens--font--weight--bold,600);text-transform:uppercase;text-wrap:balance}@media (max-width:768px){.hero-small{min-height:clamp(200px, 48vw + 20px, 300px)}.hero-small__viewport{inset:6px}.hero-small__content{padding:var(--wp--preset--spacing--space-6)}.hero-small__title{font-size:clamp(26px, 1.35rem + 1.5vw, 36px)}}