.feature-card{box-shadow:0 4px 12px rgba(var(--main-font-color-rgb), .03);border:1px solid rgba(var(--main-font-color-rgb), .08);background-color:#fff;border-radius:1.25rem;flex-direction:column;gap:2rem;width:100%;padding:2rem;transition:all .25s ease-in-out;display:flex}.feature-card:hover{box-shadow:0 12px 24px rgba(var(--main-font-color-rgb), .07);transform:translateY(-5px)}@media screen and (min-width:1024px){.feature-card{flex-direction:row;align-items:center;padding:3rem}}.feature-card__content{flex-direction:column;gap:1rem;display:flex}@media screen and (min-width:1024px){.feature-card__content{flex:1;padding-right:2rem}}.feature-card__date{background-color:var(--light-primary-color);color:var(--primary-color);font-family:var(--font-jakarta-sans);text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;align-self:flex-start;margin-bottom:.5rem;padding:.4rem .85rem;font-size:.75rem;font-weight:800}.feature-card__title{font-family:var(--font-jakarta-sans);color:var(--main-font-color);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.feature-card__description{font-family:var(--font-jakarta-sans);color:rgba(var(--main-font-color-rgb), .85);margin:0;font-size:1rem;line-height:1.6}.feature-card__gallery-wrapper{width:100%;position:relative}@media screen and (min-width:1024px){.feature-card__gallery-wrapper{flex:1}}.feature-card__gallery-wrapper:hover .feature-card__arrow{opacity:1}.feature-card__gallery{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1rem;display:flex;overflow-x:auto}.feature-card__gallery::-webkit-scrollbar{display:none}.feature-card__gallery{-ms-overflow-style:none;scrollbar-width:none}.feature-card__gallery--single{justify-content:center}.feature-card__gallery--single .feature-card__image-wrapper{flex:0 0 100%}.feature-card__image-wrapper{font:inherit;text-align:inherit;appearance:none;cursor:pointer;scroll-snap-align:center;border:none;border-radius:.75rem;flex:0 0 85%;height:250px;padding:0;position:relative;overflow:hidden}@media screen and (min-width:1024px){.feature-card__image-wrapper{flex:0 0 100%;height:300px}}.feature-card__image{object-fit:contain}.feature-card__controls{display:none}@media screen and (min-width:1024px){.feature-card__controls{display:block}}.feature-card__arrow{border:1px solid rgba(var(--main-font-color-rgb), .1);width:2.5rem;height:2.5rem;color:var(--main-font-color);cursor:pointer;opacity:0;z-index:2;background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.feature-card__arrow:hover{color:var(--primary-color);background-color:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #00000026}.feature-card__arrow--left{left:1rem}.feature-card__arrow--right{right:1rem}
.hero{background-color:var(--primary-color);justify-content:center;align-items:center;width:100%;height:50dvh;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero__overlay{z-index:2;background:linear-gradient(#0000004d 0%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero__content{z-index:3;text-align:center;max-width:900px;padding:0 1.5rem;position:relative}.hero__title{text-shadow:0 2px 10px #0003;background:linear-gradient(90deg,#ffffffa6 0% 40%,#fffffff2 50%,#ffffffa6 60% 100%) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,7dvh,6rem);font-weight:700;line-height:1.1;animation:7s ease-in-out infinite windGlow}.hero__subtitle{color:#fff;opacity:.9;text-shadow:0 2px 8px #0000004d;margin-bottom:2.5rem;font-size:clamp(1.1rem,3vw,1.5rem)}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@keyframes windGlow{0%{background-position:-200% 0}50%{background-position:0 0}to{background-position:200% 0}}
