.carousel-container{position:relative;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(34,197,94,.1) 0,transparent 50%);overflow:hidden;border-radius:30px;box-shadow:0 8px 18px rgba(157,195,194,.9);white-space:pre-line}.default-height{height:300px}@media (min-width:480px){.default-height{height:400px}}@media (min-width:768px){.default-height{height:500px}}@media (min-width:1024px){.default-height{height:600px}}@media (min-width:1280px){.default-height{height:700px}}.fullscreen{height:100vh}.carousel-track{display:flex;height:100%;filter:brightness(60%);transition:transform .5s ease-in-out}.carousel-track img{object-fit:cover;object-position:center}.carousel-slide,.carousel-track img{width:100%;height:100%;flex-shrink:0}.carousel-slide{background-size:cover;background-position:50%;background-repeat:no-repeat}.carousel-indicators{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.indicator-dot{width:8px;height:8px;border-radius:9999px;background-color:rgba(255,255,255,.5);transition:background-color .3s;cursor:pointer}@media (min-width:768px){.indicator-dot{width:4px;height:4px}}.indicator-dot.active{background-color:#ffffff}.carousel-hero-wrapper{font-family:var(--font-outfit);position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;z-index:10;pointer-events:none;padding-left:1.5rem;width:100%;height:100%;max-width:1400px;@media screen and (min-width:768px){padding-left:4rem;width:80%}@media screen and (min-width:1024px){padding-left:6rem;.carousel-hero-title{white-space:pre-line;font-size:2.2rem}.carousel-hero-subtitle{font-size:2rem}}}.carousel-hero-text{text-align:left;color:white;pointer-events:auto;opacity:0;animation:fadeInUpBlur .4s ease-in-out .4s forwards}.carousel-hero-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;white-space:normal;word-wrap:break-word;max-width:90%;@media screen and (min-width:768px){font-size:2rem;max-width:100%}@media screen and (min-width:1024px){font-size:2.2rem}}.carousel-hero-subtitle{white-space:pre-line;font-size:1.25rem;margin-bottom:1rem;@media screen and (min-width:768px){font-size:1.5rem}}@keyframes fadeInUpBlur{0%{opacity:0;transform:translateY(30px);filter:blur(10px)}60%{filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.contact{margin-top:2rem;font-size:1.5rem;display:flex;gap:1rem}.product-btn{color:#8ed200;border:1px solid #8ed200;padding:.25rem 1.5rem;border-radius:50px;transition:border-color .3s ease-in-out,color .3s ease-in-out}.product-btn:hover{border-color:white;color:white}@media (max-width:1000px){.product-btn{padding:.25rem 1rem;font-size:.9rem}}@media (max-width:800px){.product-btn{padding:.25rem 1rem;font-size:.9rem}}@media (max-width:600px){.product-btn{padding:.25rem 1rem;font-size:.9rem}}.carousel-container2{position:relative;margin:1rem}