.fc-hero-section{border-radius:40px;margin:1rem;min-height:85vh;overflow:hidden}.fc-hero-section__image{object-fit:cover;z-index:0}.fc-hero-section__image,.fc-hero-section__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.fc-hero-section__overlay{background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.35));z-index:1}.fc-hero-section__content{display:flex;min-height:85vh;padding:3rem 2rem;position:relative;width:100%;z-index:2}.fc-hero-section__content--centered{align-items:center;justify-content:center}.fc-hero-section__content--left{align-items:flex-end;justify-content:flex-start;padding-bottom:4rem}.fc-hero-section__title{font-size:3rem;font-weight:400;line-height:1.1;margin-bottom:1rem}.fc-hero-section__description{font-size:.9rem;line-height:1.4;max-width:450px}.fc-hero-section__scroll-arrow{animation:fc-hero-bounce 2s ease infinite;bottom:1.5rem;color:#fff;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.fc-hero-section__scroll-arrow--right{left:auto;right:2rem;transform:none}.fc-hero-section__cta-text{background-color:#fff;border-radius:30px;color:#22262e;display:inline-block;font-size:1rem;font-style:normal;font-weight:500;letter-spacing:.05rem;line-height:.875rem;margin-top:1rem;padding:10px 20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.fc-hero-section__cta-link:hover .fc-hero-section__cta-text{background-color:#22262e;color:#fff}@keyframes fc-hero-bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.fc-hero-section__scroll-arrow--right{animation:fc-hero-bounce-right 2s ease infinite}@keyframes fc-hero-bounce-right{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media screen and (max-width:550px){.fc-hero-section{border-radius:30px;margin:15px;min-height:60vh}.fc-hero-section__content{min-height:60vh;padding:2rem 1.5rem}.fc-hero-section__content--left{padding-bottom:3rem}.fc-hero-section__title{font-size:2.25rem}.fc-hero-section__description{font-size:.85rem}}