.hero-section{position:relative;height:83vh;max-height:1000px;background-color:var(--light-blue);overflow:hidden}.light-blur-1{position:absolute;height:300px;width:300px;background-color:#83d2ff;border-radius:50%;right:10%;top:15%;filter:blur(100px);z-index:0;animation:pulse 4s infinite}.light-blur-2{position:absolute;height:400px;width:400px;background-color:#83d2ff;border-radius:50%;left:10%;top:5%;filter:blur(120px);z-index:0;animation:pulse -2s 5s infinite}.light-blur-3{position:absolute;height:250px;width:250px;background-color:#83d2ff;border-radius:50%;right:38%;top:63%;filter:blur(70px);z-index:0;animation:pulse -5s 4s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.5)}}.heroSlider{height:83vh;max-height:1000px;position:relative;z-index:2}.admin-bar .hero-section,.admin-bar .heroSlider{height:80vh}.hero-section .blue-triangle{clip-path:polygon(0% 100%,100% 100%,0% 100%);background-color:var(--dark-blue);transition:.6s ease-in;height:100%;width:100%;position:absolute;z-index:1}.swiper-slide-active .blue-triangle{clip-path:polygon(0% 70.5%,100% 100%,0% 100%)}.hero-section .slider-con{position:relative;height:100%;max-height:1000px;max-width:1520px;margin:0 auto}.hero-section .slider-con img{position:absolute;left:-200px;height:100%;object-fit:cover;width:100%;z-index:10;opacity:0;transition:.5s ease-in-out}.swiper-slide-active .slider-con img{opacity:1;left:0}.hero-section .hero-text-container{display:flex;flex-direction:column;position:absolute;right:0%;height:50%;width:50%;justify-content:flex-end;z-index:50}.hero-section .hero-text-container h3{font-family:'Raleway',sans-serif;font-weight:600;font-size:3.8rem;line-height:137.02%;letter-spacing:1.2px;color:#FFF;max-width:585px;margin-bottom:.2em;opacity:0;transform:translateY(100px);transition:.9s}.swiper-slide-active .hero-text-container h3{opacity:1;transform:translateY(0)}.hero-text-container .cta-button{opacity:0;transform:translateY(100px);transition:.9s;transition-delay:.1s}.swiper-slide-active .hero-text-container .cta-button{opacity:1;transform:translateY(0)}.hero-section .slider-swiper-pagination{position:absolute;padding:0 1em;z-index:20;bottom:30px;left:50px}.hero-section .swiper-button-next::after,.hero-section .swiper-button-prev{content:url("data:image/svg+xml,%3Csvg width='22' height='34' viewBox='0 0 22 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.18623 0L0 3.995L13.5978 17L0 30.005L4.18623 34L22 17L4.18623 0Z' fill='white'/%3E%3C/svg%3E")}.hero-section .swiper-button-next{right:50px}.hero-section .swiper-button-prev{transform:rotate(180deg);left:50px}.hero-section .slider-swiper-pagination .swiper-pagination-bullet,.product-swiper-pagination .swiper-pagination-bullet{width:22px;height:22px;border:1px solid #FFF;background:#fff0;opacity:1}.hero-section .slider-swiper-pagination .swiper-pagination-bullet-active,.product-swiper-pagination .swiper-pagination-bullet-active{border:1px solid #FFF;background:#FFF}.intro-text{text-align:center;font-weight:400;font-size:1.5rem;padding:1em 0;max-width:1260px;margin:auto}.products-section h4{font-weight:700;font-size:2.25rem;line-height:150.02%;text-align:center;color:var(--dark-blue);margin:0}.productSlider{height:700px;width:100%;border-radius:18px;box-shadow:0 4px 4px rgb(0 0 0 / .25);margin-top:2em}.productSlider .swiper-slide{background-position:center;background-size:cover;display:flex;align-items:flex-end;position:relative;}.productSlider .swiper-slide .darken{background-color:rgb(0 0 0 / .25);position:absolute;height:100%;width:100%;top:0;left:0}.product-text-container{position:relative;z-index:2;padding:2em;color:#fff}.product-text-container h3{font-weight:700;font-size:2.2rem;line-height:150.02%;transition:.5s ease-in;opacity:0}.swiper-slide-active .product-text-container h3{opacity:1}.product-text-container .product-buttons{display:flex;gap:2em;padding-bottom:1em}.blue-cta-button{transition:.5s ease;opacity:0;transform:translateX(-100px)}.swiper-slide-active .blue-cta-button{opacity:1;transform:translateX(0)}.blue-cta-button a{color:var(--dark-blue);font-weight:700;background:#fff;border-radius:23px;padding:.7em .4em;font-size:1.5rem;text-decoration:none;transition:.4s}.blue-cta-button a:hover{background-color:var(--dark-blue);color:#fff}.productSlider .product-swiper-pagination{position:absolute;text-align:right;padding:1em;z-index:10;width:20%;right:0;left:auto;bottom:30px}.latest-events-section{background-color:var(--dark-blue);padding-bottom:5em}.latest-events-header{margin-top:-1000px;padding-top:1000px;background-color:var(--dark-blue);clip-path:polygon(0% 70.5%,100% 100%,0% 100%)}.latest-events-section .event-main-title{text-align:center;margin:0;font-weight:700;font-size:2.2rem;line-height:44px;letter-spacing:1.2px;color:#FFF;padding:2em 0}.events-con{display:flex;align-items:flex-start;gap:2em}.events-con a{width:50%;text-decoration:none}.event-article .event-img-con{position:relative;width:100%;height:auto;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .25));border-radius:8px;overflow:hidden;background-size:150%;background-position:center;transition:.7s ease;aspect-ratio:16 / 9}.event-article:hover .event-img-con{background-size:160%}.event-date{position:absolute;display:flex;align-items:center;right:0;top:10%;background-color:#fff;color:var(--dark-blue);box-shadow:0 4px 4px rgb(0 0 0 / .25);border-radius:8px 0 0 8px;padding:.5em 1em .5em 1em;transition:.4s cubic-bezier(0,0,.03,1.98)}.event-article:hover .event-date{padding-right:2em}.event-date .date{font-weight:400;font-size:20px;padding-left:1em}.event-triangle{position:absolute;width:100%;height:100%;background-color:var(--light-blue);clip-path:polygon(0% 70.5%,100% 100%,0% 100%)}.event-info .event-title{font-weight:700;font-size:2rem;margin:1em 0;line-height:44px;letter-spacing:1.2px;color:#fff;text-decoration:none}.event-info .event-place{font-weight:400;font-size:1.3rem;line-height:29px;color:#FFF}.suppliers-section{padding:2em 0}.suppliers-main-title,.news-main-title,.founders-main-title{text-align:center;color:var(--dark-blue);font-weight:700;font-size:2.2rem}.suppliers-grid{grid-template-columns:repeat(3,1fr);justify-items:center;align-items:center;gap:2em}.brand-img{transition:.3s;filter:grayscale(1)}.brand-img:hover{filter:grayscale(0)}.news-con{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:2em}.news-con .news-link{position:absolute;width:100%;height:100%;margin:-2em -1em;z-index:11}.news-article{background:var(--light-blue);box-shadow:0 4px 4px rgb(0 0 0 / .25);border-radius:16px 16px 0 0;padding:2em 1em;width:100%;height:660px;max-width:480px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.news-article .image-con{display:flex;align-items:center;justify-content:center}.news-article .news-title{font-weight:700;font-size:2.2rem;line-height:44px;margin:0;text-decoration:none;color:#fff}.news-content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#fff}.news-date{position:relative;color:#fff;font-weight:400;font-size:1.5rem;z-index:10}.news-text-con{position:relative;z-index:5}.news-article .dark-triangle{position:absolute;background-color:var(--dark-blue);clip-path:polygon(100% 100%,100% 100%,0% 100%,0% 82.5%);width:100%;height:100%;margin:-2em -1em;transition:.4s ease}.news-article:hover .dark-triangle{clip-path:polygon(100% 80%,100% 100%,0% 100%,0% 62.5%)}.founders-section{padding:2em 0;padding-bottom:4em;position:relative}.founders-section .dark-triangle{position:absolute;width:100%;height:100%;background-color:var(--dark-blue);clip-path:polygon(0% 60.5%,150% 100%,0% 100%);bottom:0}.founders-container{display:flex;width:90%;margin:0 auto}.quote-section{position:relative;width:40%;background-color:var(--light-blue);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2em;font-size:1.6rem;line-height:39px;letter-spacing:.2px;border-radius:12px 0 0 12px;box-shadow:0 4px 4px rgb(0 0 0 / .25)}.open-quote{position:absolute;left:2%;top:2%}.close-quote{position:absolute;right:2%;bottom:2%;transform:rotate(180deg)}.founders-img{width:60%;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .25));border-radius:0 12px 12px 0}.founders-container img{object-fit:cover;height:100%;width:100%;border-radius:0 12px 12px 0}.quote-section .name{font-weight:700;margin-top:1em}@media (max-width:1370px){.intro-text{font-size:1.2rem}.products-section h4,.latest-events-section .event-main-title,.suppliers-main-title,.news-main-title,.founders-main-title{font-size:2rem}.productSlider{height:500px;width:90%}.product-text-container{width:80%}.product-text-container .product-buttons{gap:1em}.product-text-container h3{font-size:1.7rem}.blue-cta-button a{font-size:1.1rem}.event-info .event-title{font-size:1.5rem;line-height:1}.event-info .event-place{font-size:1rem}.news-article{height:540px}.founders-container{width:82%}.quote-section{font-size:1.2rem;line-height:initial}}@media (max-width:1050px){.hero-section .hero-text-container h3{font-size:3rem}.product-text-container .product-buttons{flex-direction:column;gap:2em}.productSlider .product-swiper-pagination{width:30%}.events-con{flex-direction:column;align-items:center}.event-date .date{font-size:.9rem}.event-date svg{width:30px;height:30px}.news-article .news-title{font-size:1.2rem}.news-article{height:66vh}.open-quote,.close-quote{width:50px;height:50px}}@media (max-width:950px){.hero-section .hero-text-container h3{line-height:1}.products-section h4,.latest-events-section .event-main-title,.suppliers-main-title,.news-main-title,.founders-main-title{font-size:1.5rem}.news-con{grid-template-columns:repeat(2,1fr)}.founders-container{width:95%}}@media (max-width:770px){.hero-section .hero-text-container{width:60%}.hero-section .hero-text-container h3{font-size:2.3rem}.intro-text{font-size:1.1rem}.productSlider{height:345px}.product-text-container h3,.event-info .event-title{font-size:1.2rem}.blue-cta-button a{font-size:1rem}.product-swiper-pagination .swiper-pagination-bullet{width:15px;height:15px}.quote-section{font-size:1rem}.events-con a{width:100%}}.product-img{display:none}@media (max-width:600px){.swiper-slide .slider-con img{height:70%;object-position:left;left:-150px}.swiper-slide-active .slider-con img{left:0}.hero-section .hero-text-container h3{font-size:2rem;padding:0 .5em}.hero-section .hero-text-container{width:100%;height:95%;text-align:center;align-items:center}.hero-section .slider-swiper-pagination,.hero-section .swiper-button-next,.hero-section .swiper-button-prev{display:none}.product-img{display:block;width:100%}.product-img img{border-radius:18px;box-shadow:0 4px 4px rgb(0 0 0 / 25%);height:300px;object-fit:cover;width:100%}.productSlider{border-radius:0;box-shadow:none;height:auto;width:100%}.productSlider .swiper-slide{background-image:none!important;flex-direction:column}.product-text-container{width:96%;padding:.5em;color:var(--dark-blue)}.productSlider .product-swiper-pagination{width:100%;height:60px;text-align:center;top:270px;padding:0}.latest-events-header{display:none}.news-con{gap:1em}.news-article .image-con img{width:40%}.news-article{height:400px}.open-quote,.close-quote{width:30px;height:30px}}@media (max-width:500px){.intro-text{font-size:1rem}.news-con{grid-template-columns:repeat(1,1fr)}.news-article .image-con img{width:auto}.founders-container{flex-direction:column}.quote-section,.founders-img,.founders-container img{width:100%;border-radius:0}}