.full-width-media{height:100vh;position:relative;user-select:none;width:100%;z-index:2}.full-width-media>img{filter:brightness(60%);height:100%;object-fit:cover;object-position:center;pointer-events:none;position:absolute;width:100%}.full-width-media__text{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;width:100%;z-index:2}.full-width-media__title{font-size:6.5rem;font-weight:400;line-height:1;max-width:min(600px,100%)}.full-width-media__eyebrow,.full-width-media__subtext{font-family:var(--font-secondary);font-size:2.1rem;font-weight:300}.full-width-media__subtext{letter-spacing:2px;padding-top:.5rem}.full-width-media__backdrop{background:#000;display:none;height:100%;left:0;opacity:.5;position:absolute;top:0;transition:all .5s ease;width:100%;z-index:5}.full-width-media__ctas{align-items:center;display:flex;flex-direction:column;font-size:1.3rem;row-gap:2rem;width:100%}.full-width-media__ctas .cta{background:#fff;color:var(--color-dark-blue);cursor:pointer;font-family:var(--font-secondary);font-size:1.3rem;height:48px;letter-spacing:1.5px;margin-top:4rem;max-width:350px;padding:.5rem 2rem;transition:all .5s ease;width:80%}@media(min-width:768px){.full-width-media__title{font-size:7.2rem;font-size:9rem;line-height:1;max-width:870px}.full-width-media__ctas{flex-direction:row;gap:1rem;justify-content:center}.full-width-media__subtext{font-size:2.5rem}}@media(min-width:1500px){.full-width-media__title{font-size:9rem}.full-width-media__subtext{font-size:3rem}}