.hero{position:relative;--font-clr: var(--white)}.hero .swiper-container{overflow:clip;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius)}.hero .swiper-container .swiper-slide{height:auto}.hero__slide{--font-clr: var(--white);display:grid;grid-template-columns:1fr;grid-auto-rows:5fr;max-height:90vh}@media (max-width:991.98px){.hero__slide{max-height:80vh}}.hero__background{grid-column:1;grid-row:1 / 6;pointer-events:none}.hero__background video,.hero__background img{height:100%;width:100%;object-fit:cover}.hero__foreground{grid-column:1;grid-row:4;display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:10}.hero__foreground--content{display:flex;flex-direction:column;gap:1.5rem}.hero__foreground--content a{width:max-content}.hero__gradient{background:black;background:linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 75%);position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.hero__title span{transition:transform 0.15s ease-in-out}.hero__title span:nth-child(even):hover{transform:rotate(-2deg)}.hero__title span:nth-child(odd):hover{transform:rotate(2deg)}.hero__bird{position:absolute;bottom:-1rem;right:2.5rem;width:min(330px, 20%);height:auto;object-fit:contain;z-index:20}