.logo-carousel-section{width:100%}.logo-carousel-section .logo-carousel-container{overflow:hidden;position:relative}.logo-carousel-section .scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.logo-carousel-section .scroll-animate.animate-in{opacity:1;transform:translateY(0)}.logo-carousel-section .logo-carousel-track{display:flex;width:-moz-fit-content;width:fit-content;animation:scroll 120s linear infinite}.logo-carousel-section .logo-carousel-inner{display:flex;align-items:center;gap:4rem;padding:0 2rem}.logo-carousel-section .logo-slide{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:100px;min-width:150px}.logo-carousel-section .logo-item{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1rem;transition:transform .3s ease,opacity .3s ease}.logo-carousel-section .logo-item:hover{transform:scale(1.1);opacity:.8}.logo-carousel-section .logo-item .logo-image{filter:grayscale(100%);opacity:.6;transition:filter .3s ease,opacity .3s ease}.logo-carousel-section .logo-item .logo-image:hover{filter:grayscale(0);opacity:1}.logo-carousel-section .logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;cursor:pointer}.logo-carousel-section .logo-link:hover .logo-item{transform:scale(1.1)}.logo-carousel-section .logo-link:hover .logo-image{filter:grayscale(0);opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:768px){.logo-carousel-section{padding:3rem 1rem}.logo-carousel-section .logo-carousel-inner{gap:3rem;padding:1.5rem 0}.logo-carousel-section .logo-slide{height:80px;min-width:120px}.logo-carousel-section .logo-item{padding:.5rem}.logo-carousel-section .logo-item .logo-image{max-width:120px;max-height:60px}}@media(max-width:480px){.logo-carousel-section{padding:2rem 1rem}.logo-carousel-section .logo-carousel-inner{gap:2rem;padding:1rem 0}.logo-carousel-section .logo-slide{height:70px;min-width:100px}.logo-carousel-section .logo-item{padding:.5rem}.logo-carousel-section .logo-item .logo-image{max-width:100px;max-height:50px}}:root{--primary:#dd5330;--secondary:#141f38;--accent:#f48c48;--text:#0c1419;--background:#f8fafc}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-light-background-section{display:flex;background-color:#f3f3f3;justify-content:center;align-items:center;padding:3rem 0 4rem}.hero{height:calc(100vh - 10rem);min-height:650px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:6rem;background-color:rgba(20,31,56,.4);overflow:hidden}.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;filter:brightness(.6);z-index:-1}.hero .hero-content{display:flex;flex-direction:column;justify-content:center;height:50%;width:900px;padding-left:5vw;color:#f3f3f3;gap:2rem}.hero .hero-content .hero-content-text{display:flex;flex-direction:column;gap:.75rem}.hero .hero-content .hero-content-text h1{font-size:4.5rem;font-weight:600;line-height:1.2;opacity:0;animation:fadeInUp .8s ease-out .2s forwards}.hero .hero-content .hero-content-text p{font-size:1.2rem;font-weight:400;line-height:1.5;opacity:0;animation:fadeInUp .8s ease-out .4s forwards}.hero .hero-content .hero-content-text p.hero-content-text-description-mobile{display:none}.hero .hero-content .hero-buttons{display:flex;align-items:center;gap:1rem}.hero .hero-content .hero-buttons .portal-button{background-color:#000;color:#fff;padding:1rem 2rem;cursor:pointer;transition:background-color .3s ease;font-weight:600;opacity:0;animation:fadeInUp .8s ease-out forwards}.hero .hero-content .hero-buttons .portal-button:first-child{background-color:#dd5330;color:#f3f3f3;animation-delay:.6s}.hero .hero-content .hero-buttons .portal-button:nth-child(2){background-color:#f3f3f3;color:#dd5330;animation-delay:.8s}.hero .hero-info-content{display:flex;justify-content:space-around;align-items:center;height:20%;width:100%;margin-bottom:3vh}.hero .hero-info-content .hero-info-content-item{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;color:#f3f3f3;line-height:1.1;opacity:0;animation:fadeInUp .8s ease-out forwards}.hero .hero-info-content .hero-info-content-item h2{font-size:3rem;font-weight:600}.hero .hero-info-content .hero-info-content-item p{font-size:1.5rem;font-weight:400}.hero .hero-info-content .hero-info-content-item:first-child{animation-delay:1s;border-right:1px solid rgba(243,243,243,.4)}.hero .hero-info-content .hero-info-content-item:nth-child(2){animation-delay:1.2s;border-right:1px solid rgba(243,243,243,.4)}.hero .hero-info-content .hero-info-content-item:nth-child(3){animation-delay:1.4s}.logo-carousel-section{display:flex;flex-direction:column;background-color:#f8fafc;padding:1rem 0;text-align:center}.logo-carousel-section h2.scroll-animate{font-size:2rem;font-weight:600;margin:1rem 0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.logo-carousel-section h2.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.quick-action-section-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;max-width:1400px;height:900px;margin:3rem auto}.quick-action-section-grid .quick-action-section-item{display:flex;border-radius:8px}.quick-action-section-grid .quick-action-section-item-first{grid-column:1/5;grid-row:1/2;background-image:url(/boiler.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-end}.quick-action-section-grid .quick-action-section-item-first a{color:#f3f3f3;font-size:1.5rem;font-weight:600;text-decoration:none;background-color:#dd5330;padding:.5rem 2rem;margin-bottom:2rem}.quick-action-section-grid .quick-action-section-item-second{grid-column:5/7;grid-row:1/2;display:flex;flex-direction:column;border:1px solid rgba(27,27,27,.1)}.quick-action-section-grid .quick-action-section-item-second h3{font-size:2rem;font-weight:600;margin-bottom:1rem;padding:1rem 0 0 1rem}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links{display:flex;flex-direction:column;justify-content:space-between;height:100%}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links a{display:flex;align-items:center;color:#1b1b1b;font-size:1.5rem;font-weight:500;text-decoration:none;border-top:1px solid rgba(27,27,27,.2);height:100%;padding-left:1rem}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links a:hover{color:#dd5330}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links a:hover svg{transform:translateX(.5rem);transition:transform .3s ease}.quick-action-section-grid .quick-action-section-item-third{grid-column:1/4;grid-row:2/3;background-image:url(/wall-battery.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-end}.quick-action-section-grid .quick-action-section-item-third a{color:#f3f3f3;font-size:1.5rem;font-weight:600;text-decoration:none;background-color:#141f38;padding:.5rem 2rem;margin-bottom:2rem}.quick-action-section-grid .quick-action-section-item-fourth{grid-column:4/7;grid-row:2/3;background-image:url(/radiator.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-end}.quick-action-section-grid .quick-action-section-item-fourth a{color:#141f38;font-size:1.5rem;font-weight:600;text-decoration:none;background-color:#f3f3f3;padding:.5rem 2rem;margin-bottom:2rem}@media screen and (max-width:1024px){.quick-action-section-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;height:auto;min-height:500px;gap:1rem;margin:2rem auto;padding:0 1rem}.quick-action-section-grid .quick-action-section-item-first{grid-column:1/-1;grid-row:auto;min-height:220px}.quick-action-section-grid .quick-action-section-item-second{grid-column:1/-1;grid-row:auto;min-height:280px}.quick-action-section-grid .quick-action-section-item-second h3{font-size:1.5rem}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links a{font-size:1.15rem}.quick-action-section-grid .quick-action-section-item-fourth,.quick-action-section-grid .quick-action-section-item-third{grid-column:auto;grid-row:auto;min-height:200px}.quick-action-section-grid .quick-action-section-item-fourth a,.quick-action-section-grid .quick-action-section-item-third a{font-size:1.15rem;padding:.5rem 1.25rem;margin-bottom:1.5rem}}@media screen and (max-width:767px){.quick-action-section-grid{grid-template-columns:1fr;grid-template-rows:none;height:auto;min-height:unset;gap:1rem;margin:1.5rem 1rem;padding:0}.quick-action-section-grid .quick-action-section-item{grid-column:1!important;grid-row:auto!important}.quick-action-section-grid .quick-action-section-item-first{aspect-ratio:1/1;min-height:unset}.quick-action-section-grid .quick-action-section-item-first a{font-size:1.1rem;padding:.5rem 1rem;margin-bottom:1rem}.quick-action-section-grid .quick-action-section-item-second{min-height:auto}.quick-action-section-grid .quick-action-section-item-second h3{font-size:1.35rem;padding:.75rem 1rem 0}.quick-action-section-grid .quick-action-section-item-second .quick-action-section-item-second-links a{font-size:1rem;padding:.75rem 1rem}.quick-action-section-grid .quick-action-section-item-fourth,.quick-action-section-grid .quick-action-section-item-third{aspect-ratio:1/1;min-height:unset}.quick-action-section-grid .quick-action-section-item-fourth a,.quick-action-section-grid .quick-action-section-item-third a{font-size:1rem;padding:.5rem 1rem;margin-bottom:1rem}}.home-info-section{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1450px;margin:1rem auto 2rem}.home-info-section .home-info-section-item{display:flex;align-items:center;height:65vh;gap:4rem;justify-content:center;border-radius:20px}.home-info-section .home-info-section-item.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-info-section .home-info-section-item.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.home-info-section .home-info-section-item .home-info-section-item-image{width:600px;height:100%;position:relative;overflow:hidden;border-radius:16px;box-shadow:0 0 50px rgba(221,83,48,.3)}.home-info-section .home-info-section-item .home-info-section-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.home-info-section .home-info-section-item .home-info-section-item-image .home-info-section-item-image-badge{position:absolute;bottom:1rem;right:1rem;width:48px;height:48px;background-color:#f48c48;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#f3f3f3;font-size:1.5rem;z-index:1}.home-info-section .home-info-section-item .home-info-section-item-text{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:2rem;line-height:1}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-text-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-tag{display:inline-block;align-self:flex-start;padding:.35rem 1rem;background-color:rgba(244,140,72,.25);color:#0c1419;font-size:.9rem;font-weight:600;border-radius:999px}.home-info-section .home-info-section-item .home-info-section-item-text h2{font-size:3rem;font-weight:600}.home-info-section .home-info-section-item .home-info-section-item-text h3{font-size:2.5rem;font-weight:600;color:#f48c48}.home-info-section .home-info-section-item .home-info-section-item-text p{font-size:1.25rem;font-weight:400;line-height:1.5}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-checklist li{display:flex;align-items:center;gap:.75rem;font-size:1rem;line-height:1.4}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-checklist li:before{content:"";flex-shrink:0;width:24px;height:24px;background-color:#f48c48;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");background-size:14px;background-position:50%;background-repeat:no-repeat}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons{display:flex;gap:1rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons .home-info-section-item-button{color:#f3f3f3;padding:1rem 2rem;cursor:pointer;transition:background-color .3s ease;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border-radius:8px;text-decoration:none}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons .home-info-section-item-button.home-info-section-item-button-primary{background-color:#f48c48;color:#f3f3f3}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons .home-info-section-item-button.home-info-section-item-button-secondary{border:1px solid #f48c48;color:#f48c48}.home-info-section .home-info-section-item:first-child.scroll-animate .home-info-section-item-image{opacity:0;transform:translateX(-30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.home-info-section .home-info-section-item:first-child.scroll-animate .home-info-section-item-text{opacity:0;transform:translateX(30px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}.home-info-section .home-info-section-item:first-child.scroll-animate.animate-in .home-info-section-item-image,.home-info-section .home-info-section-item:first-child.scroll-animate.animate-in .home-info-section-item-text{opacity:1;transform:translateX(0)}.home-info-section .home-info-section-item:nth-child(2).scroll-animate .home-info-section-item-image{opacity:0;transform:translateX(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.home-info-section .home-info-section-item:nth-child(2).scroll-animate .home-info-section-item-text{opacity:0;transform:translateX(-30px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}.home-info-section .home-info-section-item:nth-child(2).scroll-animate.animate-in .home-info-section-item-image,.home-info-section .home-info-section-item:nth-child(2).scroll-animate.animate-in .home-info-section-item-text{opacity:1;transform:translateX(0)}.home-info-section-small-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8fafc;max-width:1200px;margin:0 auto}.home-info-section-small-container .home-info-section-small-title h2.scroll-animate{font-size:3rem;font-weight:600;margin-bottom:2rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-info-section-small-container .home-info-section-small-title h2.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.home-info-section-small-container .home-info-section-small{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#f8fafc;max-width:1200px;margin:0 auto;gap:1.5rem}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:first-child{transition-delay:.1s}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:nth-child(2){transition-delay:.2s}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:nth-child(3){transition-delay:.3s}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:nth-child(4){transition-delay:.4s}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:nth-child(5){transition-delay:.5s}.home-info-section-small-container .home-info-section-small.scroll-animate .home-info-section-item:nth-child(6){transition-delay:.6s}.home-info-section-small-container .home-info-section-small.scroll-animate.animate-in .home-info-section-item{opacity:1;transform:translateY(0)}.home-info-section-small-container .home-info-section-small .home-info-section-item{display:flex;flex-direction:column;align-items:center;background-color:#f8fafc;gap:.5rem;justify-content:center;border-radius:16px;padding:2rem;box-shadow:0 0 30px rgba(0,0,0,.05);border:1px solid rgba(27,27,27,.1);width:375px;height:250px;text-align:center;transition:all .3s ease-in-out}.home-info-section-small-container .home-info-section-small .home-info-section-item svg{font-size:3rem;color:#f48c48}.home-info-section-small-container .home-info-section-small .home-info-section-item h2{font-size:2rem;font-weight:600}.home-info-section-small-container .home-info-section-small .home-info-section-item p{font-size:1rem;font-weight:400}.home-info-section-small-container .home-info-section-small .home-info-section-item:hover{background-color:rgba(244,140,72,.05);transform:scale(1.01);cursor:pointer;box-shadow:0 0 30px rgba(0,0,0,.1)}.home-projects-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0}.home-projects-section .home-projects-section-header{text-align:center;margin-bottom:3rem}.home-projects-section .home-projects-section-header .home-projects-section-label{display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background-color:rgba(244,140,72,.08);color:#f48c48;margin-bottom:.8rem}.home-projects-section .home-projects-section-header h2.scroll-animate{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-projects-section .home-projects-section-header h2.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.home-projects-section .home-projects-section-header .home-projects-section-subtitle{max-width:540px;margin:0 auto;font-size:.95rem;color:rgba(12,20,25,.75)}.home-projects-section .home-projects-section-items{max-width:1200px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;width:100%}@media screen and (max-width:767px){.home-projects-section .home-projects-section-items{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;margin:0 -2rem;padding:.5rem 2rem}.home-projects-section .home-projects-section-items::-webkit-scrollbar{display:none}}.home-projects-section .home-projects-section-items.scroll-animate .home-projects-section-item{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-projects-section .home-projects-section-items.scroll-animate .home-projects-section-item:first-child{transition-delay:.1s}.home-projects-section .home-projects-section-items.scroll-animate .home-projects-section-item:nth-child(2){transition-delay:.2s}.home-projects-section .home-projects-section-items.scroll-animate .home-projects-section-item:nth-child(3){transition-delay:.3s}.home-projects-section .home-projects-section-items.scroll-animate.animate-in .home-projects-section-item{opacity:1;transform:translateY(0)}.home-projects-section .home-projects-section-items a.home-projects-section-item{text-decoration:none;color:inherit}.home-projects-section .home-projects-section-items .home-projects-section-item{height:100%}@media screen and (max-width:767px){.home-projects-section .home-projects-section-items .home-projects-section-item{flex:0 0 85%;max-width:85%;min-width:85%;scroll-snap-align:start}}.home-projects-section .home-projects-section-items .home-projects-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.12);transition:transform .2s ease,box-shadow .2s ease}.home-projects-section .home-projects-section-items .home-projects-card:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(15,23,42,.18)}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-image{position:relative;width:100%;padding-top:68%;overflow:hidden;aspect-ratio:1/1}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-content{padding:1.5rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:.5rem}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-content .home-projects-card-location{display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;color:rgba(12,20,25,.6);text-transform:uppercase}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-content .home-projects-card-title{font-size:1.4rem;font-weight:600;color:#0c1419}.home-projects-section .home-projects-section-items .home-projects-card .home-projects-card-content .home-projects-card-description{font-size:1rem;line-height:1.5;color:rgba(12,20,25,.7);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-projects-section .home-projects-section-items .project-card-skeleton{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.12)}.home-projects-section .home-projects-section-items .project-card-skeleton .project-card-skeleton-image{position:relative;width:100%;padding-top:68%;overflow:hidden}.home-projects-section .home-projects-section-items .project-card-skeleton .project-card-skeleton-content{padding:1.5rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:.6rem}.home-projects-section .home-projects-section-items .project-card-skeleton .project-card-skeleton-content .project-card-skeleton-title{height:1.1rem;width:80%}.home-projects-section .home-projects-section-items .project-card-skeleton .project-card-skeleton-content .project-card-skeleton-description{height:.9rem;width:100%}.home-projects-section .home-projects-section-items .project-card-skeleton .project-card-skeleton-content .project-card-skeleton-description:last-child{width:60%}.home-projects-section .home-projects-section-cta{margin-top:2.5rem;display:flex;justify-content:center}.home-projects-section .home-projects-section-cta .home-projects-section-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2.2rem;border-radius:999px;background-color:#f48c48;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 30px rgba(244,140,72,.35)}.home-projects-section .home-projects-section-cta .home-projects-section-cta-button span[aria-hidden=true]{font-size:1.1rem;transform:translateY(1px)}.home-projects-section .home-projects-section-cta .home-projects-section-cta-button:hover{background-color:rgb(242.5541237113,124.8840206186,47.9458762887);transform:translateY(-2px);box-shadow:0 18px 40px rgba(244,140,72,.45)}.home-sponsoringen-section{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1600px}.home-sponsoringen-section .home-sponsoringen-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;max-width:800px}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-badge{display:inline-flex;align-items:center;padding:.4rem 1.5rem;background-color:#fae8e6;border:1px solid #c92a1f;border-radius:50px;color:#c92a1f;font-size:.875rem;font-weight:500;margin-bottom:2rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-badge.animate-in{opacity:1;transform:translateY(0)}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-badge svg{flex-shrink:0;color:#c92a1f;margin-right:.5rem;width:14px;height:14px}.home-sponsoringen-section .home-sponsoringen-header h2.scroll-animate{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#212529;line-height:1.2;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-sponsoringen-section .home-sponsoringen-header h2.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-description{font-size:1.125rem;color:#555b62;line-height:1.7;margin:0;font-weight:400;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-description.animate-in{opacity:1;transform:translateY(0)}.home-sponsoringen-section .scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-sponsoringen-section .scroll-animate.animate-in{opacity:1;transform:translateY(0)}.home-sponsoringen-section .sponsoringen-container{width:100%;max-width:1200px;padding:0}.home-sponsoringen-section .sponsoringen-container .sponsoringen-nav-arrow{display:none}.home-sponsoringen-section .sponsoringen-container .sponsoringen-scroll-wrapper{overflow:visible}@media screen and (max-width:767px){.home-sponsoringen-section .sponsoringen-container .sponsoringen-scroll-wrapper{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:.5rem 2rem;max-width:100vw}.home-sponsoringen-section .sponsoringen-container .sponsoringen-scroll-wrapper::-webkit-scrollbar{display:none}}.home-sponsoringen-section .sponsoringen-container .sponsoringen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1200px;min-width:unset;padding:0;margin:0 auto}@media screen and (max-width:1024px){.home-sponsoringen-section .sponsoringen-container .sponsoringen-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width:767px){.home-sponsoringen-section .sponsoringen-container .sponsoringen-grid{display:flex;flex-direction:row;gap:1.5rem;width:-moz-fit-content;width:fit-content;min-width:100%}}.home-sponsoringen-section .sponsoringen-container .sponsoringen-card{width:100%;min-width:unset}@media screen and (max-width:767px){.home-sponsoringen-section .sponsoringen-container .sponsoringen-card{flex:0 0 auto;width:280px;min-width:280px;max-width:280px;scroll-snap-align:start}}@media screen and (max-width:610px){.hero{height:calc(100vh - 8rem);gap:2rem;padding-bottom:1.5rem}.hero .hero-content{padding:0 1.5rem;gap:1.25rem}.hero .hero-content .hero-content-text{gap:.5rem}.hero .hero-content .hero-content-text h1{font-size:2rem;line-height:1.3}.hero .hero-content .hero-content-text p{font-size:.9rem;line-height:1.4}.hero .hero-content .hero-buttons{flex-direction:column;width:100%;gap:.75rem;align-items:start}.hero .hero-content .hero-buttons button{width:100%;padding:.75rem 1.25rem;font-size:.9rem}.logo-carousel-section{padding:.75rem 0}.logo-carousel-section h2.scroll-animate{font-size:1.25rem;margin:.5rem 0;padding:0 1rem}.home-info-section{padding:1.5rem 1rem}.home-info-section .home-info-section-item{margin:1rem 0;padding:0 .5rem;gap:1.5rem}.home-info-section .home-info-section-item .home-info-section-item-image{height:250px}.home-info-section .home-info-section-item .home-info-section-item-text{gap:1.25rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-tag{font-size:.8rem;padding:.3rem .75rem}.home-info-section .home-info-section-item .home-info-section-item-text h2{font-size:1.75rem}.home-info-section .home-info-section-item .home-info-section-item-text h3{font-size:1.25rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-checklist li,.home-info-section .home-info-section-item .home-info-section-item-text p{font-size:.9rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons{gap:.5rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons .home-info-section-item-button{padding:.75rem 1.25rem;font-size:.9rem}.home-info-section .home-info-section-item .home-info-section-item-image .home-info-section-item-image-badge{width:40px;height:40px;font-size:1.25rem;bottom:.75rem;right:.75rem}.home-projects-section{padding:2.5rem 1.25rem}.home-projects-section .home-projects-section-header{margin-bottom:2rem}.home-projects-section .home-projects-section-header h2.scroll-animate{font-size:1.75rem}.home-projects-section .home-projects-section-header .home-projects-section-subtitle{font-size:.9rem}.home-projects-section .home-projects-section-items{grid-template-columns:1fr}.home-projects-section .home-projects-section-cta{margin-top:2rem}.home-projects-section .home-projects-section-cta .home-projects-section-cta-button{width:100%;justify-content:center}.home-info-section-small-container{padding:1.5rem 1rem 1rem}.home-info-section-small-container .home-info-section-small-title h2.scroll-animate{font-size:1.75rem;margin-bottom:1.25rem;padding:0 .5rem;text-align:center}.home-info-section-small-container .home-info-section-small{gap:1rem;padding:0}.home-info-section-small-container .home-info-section-small .home-info-section-item{width:100%!important;min-width:unset;height:auto;padding:1.5rem 1rem;margin:0}.home-info-section-small-container .home-info-section-small .home-info-section-item svg{font-size:2.5rem;margin-bottom:.5rem}.home-info-section-small-container .home-info-section-small .home-info-section-item h2{font-size:1.25rem;margin:.5rem 0;line-height:1.3}.home-info-section-small-container .home-info-section-small .home-info-section-item p{font-size:.875rem;line-height:1.5}.home-projects-section{padding:1.5rem 1rem}.home-projects-section h2.scroll-animate{font-size:1.75rem;margin-bottom:1.25rem;padding:0 .5rem;text-align:center}.home-projects-section .home-projects-section-items{gap:1rem;padding:0 .5rem}.home-projects-section .home-projects-section-items .home-projects-section-item{min-width:280px}.home-projects-section .home-projects-section-items .home-projects-section-item .home-projects-section-item-text h2{font-size:1.25rem}.home-projects-section .home-projects-section-items .home-projects-section-item .home-projects-section-item-text p{font-size:.875rem}.home-sponsoringen-section{padding:1.5rem 1rem}.home-sponsoringen-section .home-sponsoringen-header{margin-bottom:1.5rem}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-badge{font-size:.7rem;padding:.35rem .875rem;margin-bottom:.875rem}.home-sponsoringen-section .home-sponsoringen-header h2.scroll-animate{font-size:1.75rem;margin-bottom:.625rem;padding:0 .5rem}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-description{font-size:.9rem;padding:0 .5rem}.home-sponsoringen-section .sponsoringen-container{padding:0;max-width:95vw;overflow:hidden}}@media screen and (max-width:768px){.hero{gap:3rem;padding-bottom:2rem;width:100%;display:flex;align-items:flex-end;justify-content:center}.hero .hero-content{display:flex;width:100%;padding:0 2rem;height:auto;gap:1.5rem}.hero .hero-content .hero-content-text{gap:.5rem}.hero .hero-content .hero-content-text h1{font-size:2.5rem;line-height:1.3}.hero .hero-content .hero-content-text p{font-size:1rem;line-height:1.4}.hero .hero-content .hero-content-text p.hero-content-text-description-desktop{display:none}.hero .hero-content .hero-content-text p.hero-content-text-description-mobile{display:block}.hero .hero-content .hero-buttons{width:100%;gap:.75rem}.hero .hero-content .hero-buttons button{width:100%;padding:.875rem 1.5rem;min-height:44px;border-radius:100px}.hero .hero-content .hero-buttons button:first-child{background-color:#f3f3f3;color:#1b1b1b}.hero .hero-content .hero-buttons button:nth-child(2){background-color:rgba(243,243,243,.2);color:#f3f3f3}.hero .hero-info-content{display:none}.logo-carousel-section{padding:1rem 0}.logo-carousel-section h2.scroll-animate{font-size:1.5rem;margin:.75rem 0;padding:0 1rem}.home-info-section{padding:2rem 1rem}.home-info-section .home-info-section-item{flex-direction:column;height:auto;gap:2rem;margin:1.5rem 0;padding:0 1rem}.home-info-section .home-info-section-item .home-info-section-item-image{width:100%;height:300px;order:1}.home-info-section .home-info-section-item .home-info-section-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-info-section .home-info-section-item .home-info-section-item-text{width:100%;height:auto;order:2;gap:1.5rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-tag{font-size:.85rem;padding:.3rem .875rem}.home-info-section .home-info-section-item .home-info-section-item-text h2{font-size:2rem}.home-info-section .home-info-section-item .home-info-section-item-text h3{font-size:1.5rem}.home-info-section .home-info-section-item .home-info-section-item-text p{font-size:1rem;line-height:1.5}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-checklist li{font-size:.95rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons{flex-direction:column;width:100%;gap:.75rem}.home-info-section .home-info-section-item .home-info-section-item-text .home-info-section-item-buttons .home-info-section-item-button{width:100%;padding:.875rem 1.5rem;text-align:center;min-height:44px}.home-info-section .home-info-section-item .home-info-section-item-image .home-info-section-item-image-badge{width:44px;height:44px;font-size:1.35rem;bottom:.875rem;right:.875rem}.home-info-section .home-info-section-item:first-child.scroll-animate .home-info-section-item-image,.home-info-section .home-info-section-item:nth-child(2).scroll-animate .home-info-section-item-image{transform:translateY(-30px)}.home-info-section .home-info-section-item:first-child.scroll-animate .home-info-section-item-text,.home-info-section .home-info-section-item:nth-child(2).scroll-animate .home-info-section-item-text{transform:translateY(30px)}.home-info-section .home-info-section-item:first-child.scroll-animate.animate-in .home-info-section-item-image,.home-info-section .home-info-section-item:first-child.scroll-animate.animate-in .home-info-section-item-text,.home-info-section .home-info-section-item:nth-child(2).scroll-animate.animate-in .home-info-section-item-image,.home-info-section .home-info-section-item:nth-child(2).scroll-animate.animate-in .home-info-section-item-text{transform:translateY(0)}.home-info-section-small-container{padding:0 1rem 1rem}.home-info-section-small-container .home-info-section-small-title h2.scroll-animate{font-size:2rem;margin-bottom:1.5rem;padding:0 1rem}.home-info-section-small-container .home-info-section-small{gap:1rem;flex-wrap:wrap}.home-info-section-small-container .home-info-section-small .home-info-section-item{width:48%;height:auto;padding:1.5rem}.home-info-section-small-container .home-info-section-small .home-info-section-item svg{font-size:2rem}.home-info-section-small-container .home-info-section-small .home-info-section-item h2{font-size:1.5rem}.home-info-section-small-container .home-info-section-small .home-info-section-item p{font-size:.9rem}.home-projects-section{padding:2rem 1rem}.home-projects-section h2.scroll-animate{font-size:2rem;margin-bottom:1.5rem;padding:0 1rem}.home-projects-section .home-projects-section-items{flex-wrap:nowrap;flex-direction:row;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;justify-content:flex-start}.home-projects-section .home-projects-section-items::-webkit-scrollbar{display:none}.home-projects-section .home-projects-section-items{gap:1.5rem;padding:0 1rem}.home-projects-section .home-projects-section-items .home-projects-section-item{width:100%;min-width:350px}.home-projects-section .home-projects-section-items .home-projects-section-item .home-projects-section-item-text h2{font-size:1.5rem}.home-projects-section .home-projects-section-items .home-projects-section-item .home-projects-section-item-text p{font-size:.9rem}.home-sponsoringen-section{padding:2rem 1rem}.home-sponsoringen-section .home-sponsoringen-header{margin-bottom:2rem}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-badge{font-size:.75rem;padding:.4rem 1rem;margin-bottom:1rem}.home-sponsoringen-section .home-sponsoringen-header h2.scroll-animate{font-size:2rem;margin-bottom:.75rem}.home-sponsoringen-section .home-sponsoringen-header .home-sponsoringen-description{font-size:1rem;padding:0 1rem}.home-sponsoringen-section .sponsoringen-container{padding:0}}@media screen and (max-width:1024px)and (min-width:769px){.hero{justify-content:center}.hero .hero-content{width:70%;padding-left:3vw}.hero .hero-content .hero-content-text h1{font-size:3.5rem}.hero .hero-content .hero-content-text p{font-size:1.1rem}.hero .hero-info-content{display:none}.home-info-section .home-info-section-item .home-info-section-item-image{width:520px}.home-info-section .home-info-section-item .home-info-section-item-text h2{font-size:3rem}.home-info-section .home-info-section-item .home-info-section-item-text h3{font-size:2rem}.home-info-section-small-container .home-info-section-small .home-info-section-item{width:calc(50% - .75rem)}.home-projects-section .home-projects-section-items{grid-template-columns:repeat(2,minmax(0,1fr))}.home-sponsoringen-section{padding:3rem 2rem}}