/* block-title */.block-title .button{align-self:flex-end}.block-title h2{margin-bottom:2rem}.block-title p{margin-bottom:2rem}@media (max-width:768px){.block-title h2{margin-bottom:1rem}.block-title p{margin-bottom:1rem}.block-title .button{margin-bottom:16px;align-self:flex-start}}/* contact-form */.contact-form .container{background-color:#ffffff;padding:100px;box-shadow:5px 5px 40px #0000000d;border-radius:5px}.contact-form .contact-data{display:flex;flex-direction:column;gap:20px}.contact-form-image{margin-bottom:2rem}.contact-form .contact-data h4{color:var(--brand-secondary-color)}.contact-form .contact-data a{display:flex;flex-direction:row;gap:8px;align-items:center}.contact-form .contact-data a img{width:1.5rem}@media (max-width:992px){.contact-form .container{padding:20px}}@media (max-width:768px){.contact-form-image{margin-bottom:0.7rem}.contact-form .contact-data{gap:1rem;margin-bottom:3rem}}/* hero */.hero{background-size:cover;background-position:center;position:relative;padding:20vh 0 20vh 0}.hero h1{margin-top:0}.hero.card-active{padding:20vh 0 0 0 !important}.hero.card-active{margin-bottom:10rem}.hero::before{content:'';inset:0;position:absolute;z-index:1;background:transparent linear-gradient(90deg,#000000e7 0%,#00000000 80%) 00% no-repeat padding-box}.hero>*{position:relative;z-index:2}.hero-content .title{color:white}.hero-content .subtitle{color:white}.hero .hero-content .spacer{display:inline-block;font-size:1rem;height:2rem;line-height:30px;margin-bottom:20px}.hero .content{color:white}.hero .content-right{color:white;/* padding-top:4rem;*/}.hero .background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:0}.hero .hero-card{position:relative;z-index:3;transform:translateY(50%)}.hero .hero-card-image{padding-right:0}.hero .hero-card-image img{border-radius:0;width:fit-content;height:100%;object-fit:cover}.hero .hero-card-content{height:fit-content;display:flex;flex-direction:column;gap:1rem;padding:2rem;background:linear-gradient(90deg,var(--brand-secondary-color) 0%,var(--brand-secondary-color) 50%,var(--brand-secondary-color-lighter) 100%)0% 0% no-repeat padding-box}.hero .hero-card-content h4{word-break:break-all}.hero .hero-card-content>*{color:white}.hero .hero-card-content span{font-weight:800;font-style:italic;text-transform:uppercase;font-size:1rem}.hero .hero-contact-buttons{position:fixed;right:0;bottom:50px;display:flex;flex-direction:column;gap:10px;z-index:5}.hero .hero-contact-buttons>*{display:block;width:60px;height:40px;padding:10px 15px;position:relative;border-radius:30px 0 0 30px;background-color:var(--brand-secondary-color)}.hero .hero-contact-icon{height:100%}@media (max-width:1200px){.hero-card{width:75%}.hero .hero-card-content{height:inherit}}@media (max-width:992px){.hero-card{width:100%}}@media (max-width:768px){.hero .logo-mobile-container{display:block}.hero .hero-card-image{display:none}.hero .hero-contact-buttons>*{display:block;width:40px;height:40px;padding:10px 10px;position:relative;border-radius:30px 0 0 30px;background-color:var(--brand-secondary-color);opacity:0.7}}/* image */.image .button{align-self:flex-end}.image .first-image{width:100%;height:100%}.image .second-image{margin-bottom:2rem}.image ul{padding-left:1rem}.image ul li{list-style-type:disc}.image ul li::marker{color:var(--brand-secondary-color)}.image .only-image{min-height:100%;border-radius:5px}.image .mobile-only-image-2{display:flex;flex-wrap:nowrap;flex-direction:row;gap:1rem}.image .mobile-only-image-2 img{object-fit:cover;flex:1;width:100px;max-height:170px}@media (max-width:768px){.image .first-image{width:100%}.image .second-image{margin-bottom:30px}.image-row{gap:1rem}}/* image-slider */.image-slider .swiper-pagination-bullet-active{background-color:var(--brand-accent-color) !important}.image-slider h4{justify-self:center;background-image:linear-gradient(90deg,var(--brand-secondary-color) 0%,var(--brand-secondary-color) 51%,var(--brand-accent-color) 100%);color:transparent;margin-bottom:40px;background-clip:text}.image-slider .slider{display:flex;flex-direction:row;overflow:hidden}.image-slider .swiper-slide{height:400px}.image-slider .swiper-slide img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.image-slider .swiper-slide{height:300px}}/* link-collection */.link-collection .link-wrapper{display:flex;gap:1rem;justify-content:center}.link-collection .link-wrapper.wrap{flex-wrap:wrap;gap:1.5rem}.link-collection .headline{justify-self:center;margin-bottom:2rem}.link-collection a.link .button,.link-collection .link{position:relative;cursor:pointer;border-radius:38px;padding:10px 35px;max-height:fit-content;max-width:fit-content;white-space:nowrap;border:none;text-transform:uppercase;background:var(--brand-primary-color-lighter) !important;color:var(--brand-primary-color-text) !important;transition:all 0.3s ease}.link-collection .link::before{content:'';width:100%;height:100%;border-radius:38px;position:absolute;top:0;left:0;z-index:-1;background:linear-gradient(90deg,var(--brand-secondary-color) 0%,var(--brand-secondary-color) 50%,var(--brand-secondary-color-lighter) 100%)0% 0% no-repeat padding-box !important;transition:opacity 0.3s ease;opacity:0}.link-collection .link:hover::before{opacity:1}.link-collection .button.current{background:linear-gradient(90deg,var(--brand-secondary-color) 0%,var(--brand-secondary-color) 50%,var(--brand-secondary-color-lighter) 100%)0% 0% no-repeat padding-box !important;color:var(--brand-primary-color-text) !important}.link-collection .link:hover{background:none !important;color:var(--brand-primary-color-text) !important}.link-collection .link:not(.button).current{display:none}@media (max-width:768px){.link-collection .link-wrapper.wrap{gap:0.7rem;justify-content:flex-start}.link-collection .button,.link-collection .link{padding:10px 20px;max-height:fit-content;max-width:fit-content;font:normal 800 0.9rem Montserrat}}/* link-list */.link-list .content{margin:50px 0}.link-list .product-list{padding-right:80px;margin-bottom:80px}.link-list .product-list-item:not(:last-child)::after{content:'';display:block;width:100%;height:2px;border-radius:10px;background-color:#f7f7f7;margin:20px 0}.link-list .product-list-item{position:relative}.link-list .product-list-item a{font-size:2rem;font-weight:800;line-height:45px;font-style:italic;text-transform:uppercase;transition:color 0.2s ease}.link-list .product-arrow{fill:var(--brand-primary-color)}.link-list .product-list-item a:hover{cursor:pointer;color:var(--brand-secondary-color)}.link-list .product-list-item a::after{content:'';display:block;width:45px;height:45px;border:2px solid var(--brand-primary-color);background-image:url('../../assets/icons/arrow-short-black.svg');background-size:50%;background-repeat:no-repeat;background-position:center;border-radius:50%;margin:20px 0;position:absolute;right:0;top:0;transform:translate(50%,-50%);transition:all 0.2s ease}.link-list .product-list-item a:hover::after{cursor:pointer;background-image:url('../../assets/icons/arrow-short.svg');border:2px solid var(--brand-scendary-color)}.link-list .product-list-item a::before{content:'';display:block;width:45px;height:45px;background:transparent;background-repeat:no-repeat;background-position:center;border-radius:50%;margin:20px 0;position:absolute;right:0;top:0;transform:translate(50%,-50%);transition:all 0.2s ease}.link-list .product-list-item a:hover::before{cursor:pointer;background:radial-gradient(circle,var(--brand-secondary-color-lighter) 0%,var(--brand-secondary-color-lighter) 30%,var(--brand-secondary-color) 100%)}.link-list .product-image{object-position:left}@media (max-width:992px){.link-list .product-list-item a{font-size:1.7rem;font-weight:800;line-height:35px}.link-list .product-list{padding-right:20px}}@media (max-width:768px){.link-list .product-list-item a{font-size:1.5rem;font-weight:800;line-height:25px}}/* shortcode *//* text */.text .image-gallery{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);align-items:center;justify-items:center;width:100%;height:100%;gap:20px}.text .image-gallery.gallery-count-1{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}.text .image-gallery img.img-1{grid-column:1 / span 8;grid-row:1 / span 5;width:100%;height:100%;object-fit:cover}.text .image-gallery img.img-2{grid-column:6 / span 3;grid-row:6 / span 3;width:100%;height:100%;object-fit:cover}.text .image-gallery img.img-3{grid-column:1 / span 3;grid-row:6 / span 3;width:100%;height:100%;object-fit:cover}.text .image-gallery img.img-4{grid-column:4 / span 2;grid-row:6 / span 3;width:100%;height:100%;object-fit:cover}.text-content ul{padding-left:20px;list-style:disc}.text-content ol{padding-left:20px;list-style:decimal}.text .link-list{margin-top:2rem;display:flex;flex-direction:column}.text .link-list-item a{font-size:1rem;font-weight:600;line-height:1rem;font-style:italic;text-transform:uppercase;transition:color 0.2s ease}.text .link-list-item a:hover{cursor:pointer;color:var(--brand-secondary-color)}.text .link-list-item:not(:last-child)::after{content:'';display:block;width:50%;height:2px;border-radius:10px;background-color:#f7f7f7;margin:1rem 0}/* text-card */.text-card{padding:3rem 0;background-color:#f7f7f7}.text-card .button{margin-top:30px}.text-card .card-wrapper{display:flex;flex-direction:column;gap:15px;padding:60px;background:transparent linear-gradient(180deg,color-mix(in srgb,var(--brand-primary-color) 10%,white) 0%,#ffffff00 100%)0% 0% no-repeat padding-box;border-radius:5px}.text-card .link-list{margin-top:2rem;display:flex;flex-direction:column}.text-card .link-list-item a{font-size:1rem;font-weight:600;line-height:1rem;font-style:italic;text-transform:uppercase;transition:color 0.2s ease}.text-card .link-list-item a:hover{cursor:pointer;color:var(--brand-secondary-color)}.text-card .link-list-item:not(:last-child)::after{content:'';display:block;width:50%;height:2px;border-radius:10px;background-color:#f7f7f7;margin:1rem 0}@media (max-width:768px){.text-card .text-wrapper{margin-bottom:2rem}.text-card .card-wrapper{padding-top:2rem;padding-bottom:2rem;padding-left:calc(var(--bs-gutter-x) * 0.5);padding-right:calc(var(--bs-gutter-x) * 0.5)}.text-card .button{margin-bottom:75px}.text-card{padding:0}}/* toggle-cards */.toggle-cards .steps-grid{display:flex;gap:20px}.toggle-cards .step-card{flex:1;display:flex;flex-direction:column;padding:50px 40px;background:transparent linear-gradient(180deg,#00000010 0%,#ffffff00 100%)0 0 no-repeat padding-box;transition:all 0.3s ease-in-out;border-radius:5px}.toggle-cards .step-card:hover{cursor:pointer;background:transparent linear-gradient(180deg,#7a7a7a10 0%,#2e2e2e00 100%)0 0 no-repeat padding-box !important}.toggle-cards .step-card h2,.toggle-cards .step-card h4{transition:color 0.2s ease-in-out}.toggle-cards .step-card.active{flex:2}.toggle-cards .step-card.active h2,.toggle-cards .step-card.active h4{color:var(--brand-secondary-color) !important}.toggle-cards .step-card p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.toggle-cards .step-card.active p{-webkit-line-clamp:10;line-clamp:10}.toggle-cards .step-card .desc-full{display:none}.toggle-cards .step-card.active .desc-full{display:block}.toggle-cards .step-card.active .desc-short{display:none}.toggle-cards .step{margin-bottom:4rem}@media (max-width:1200px){.toggle-cards .steps-grid{display:grid;grid-template-columns:1fr 1fr}.toggle-cards .step-card p{-webkit-line-clamp:unset;line-clamp:unset}.toggle-cards .step-card:hover{cursor:default;background:transparentlinear-gradient(180deg,#00000010 0%,#ffffff00 100%) 0 0 no-repeatpadding-box !important}}@media (max-width:768px){.toggle-cards .steps-grid{grid-template-columns:1fr}.toggle-cards .step-card{background:#00000010 0%;padding:30px 15px}}/* video */.video{padding:0 !important;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:0}.video .glassEffect{padding:8rem 0;backdrop-filter:blur(5px)}.video::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(82,82,82,0.5);/* Adjust the opacity as needed */z-index:1}.video>*{position:relative;z-index:2;color:white}.video h5{text-transform:uppercase;font-weight:500;color:#ffffff}.video h2{font-size:3rem;text-transform:uppercase;font-weight:800;line-height:3.5rem;margin-bottom:20px}.video .openContentBtn{all:unset;position:relative;cursor:pointer;width:170px;aspect-ratio:1/1;background:radial-gradient(closest-side at 50% 50%,var(--brand-secondary-color-lighter) 48%,var(--brand-secondary-color) 100%)0% 0% no-repeat padding-box;border-radius:100%;transition:all 0.3s ease-in-out}.video .openContentBtn::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;aspect-ratio:1/1;border:2px solid #ffffff;opacity:0.32;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:100%;background-color:transparent}.video .openContentBtn::after{content:'';position:absolute;top:calc(50% - 25px);left:calc(50% - 22.5px);width:50px;aspect-ratio:1/1;clip-path:polygon(0% 0%,100% 50%,0% 100%);background:#ffffff 0% 0% no-repeat padding-box;opacity:1}.video .openContentBtn:hover::after{background:#ffffff 0% 0% no-repeat padding-box;transform:scale(1.2);transition:all 0.3s ease-in-out}.video .openContentBtn:hover::before{opacity:0.5;width:195px;transition:all 0.3s ease-in-out}.video .contentPopup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:90%;max-width:900px;max-height:80vh;background-color:white;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1);overflow-y:auto;z-index:1000;transition:transform 0.3s ease-in-out}.video .contentPopup.active{transform:translate(-50%,-50%) scale(1)}.video .contentPopup-header{width:100%;display:flex;justify-content:space-between;align-items:flex-end}.video .contentPopup-header h3{font-size:1rem;line-height:unset;margin:0}.video .contentPopup .closeContentBtn{all:unset;position:absolute;top:15px;right:15px;cursor:pointer;width:30px;height:30px;background:transparentradial-gradient(closest-side at 50% 50%,var(--brand-secondary-color) 0%,var(--brand-secondary-color) 48%,var(--brand-secondary-color-lighter) 100%)0% 0% no-repeat padding-box;border-radius:100%;z-index:1001}.video .contentPopup .closeContentBtn::before,.video .contentPopup .closeContentBtn::after{content:'';position:absolute;top:50%;left:50%;width:16px;height:2px;background-color:white;transform-origin:center}.video .contentPopup .closeContentBtn::before{transform:translate(-50%,-50%) rotate(45deg)}.video .contentPopup .closeContentBtn::after{transform:translate(-50%,-50%) rotate(-45deg)}.video .contentPopup .contentPopup-inner{padding:2rem;gap:1rem;color:#333333}@media (max-width:768px){.video h2{font-size:1.7rem;line-height:2rem}}