@charset "UTF-8";@media only screen and (min-width: 0rem) {#hero {position: relative;display: flex;flex-direction: column;justify-content: center;border-radius: 1.25rem;margin: 0.75rem;box-shadow: 0 1.25rem 3rem rgba(20, 33, 90, 0.18);min-height: 42.5rem;overflow: hidden;padding: 8.75rem 1rem 5rem;}#hero .cs-picture {z-index: -2;position: absolute;top: 0;left: 0;height: 100%;width: 100%;}#hero .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#hero .cs-hero-slide {opacity: 0;transition: opacity 1.5s ease;}}@media only screen and (min-width: 0rem) and (prefers-reduced-motion: reduce) {#hero .cs-hero-slide {transition-duration: 0.3s;}}@media only screen and (min-width: 0rem) {#hero:before {z-index: -1;position: absolute;top: 0;left: 0;content: "";opacity: 0.25;display: block;background: #000;height: 100%;width: 100%;}#hero .cs-container {margin: auto;max-width: 85rem;width: 100%;}#hero .cs-title {margin: 0 0 1.5rem 0;max-width: 57.5rem;font-size: clamp(2rem, 5.4vw, 3.5rem);line-height: 1.2em;font-weight: 500;color: #fff;}#hero .cs-text {margin: 0 0 2.25rem 0;max-width: 43.75rem;font-size: 1rem;line-height: 1.6em;color: #fff;}#hero .cs-button-solid {display: inline-flex;align-items: center;gap: 0.625rem;}#hero .cs-button-text, #hero .cs-cta-microcopy {color: #fff;}}@media only screen and (min-width: 64rem) {#hero {min-height: 50rem;padding: 11.25rem 3.5rem 7.5rem;}}