@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-display:swap;font-family:Helvetica;src:url(/static/media/Helvetica.06113bf748ae7dc33e05.ttf) format("truetype")}@font-face{font-display:swap;font-family:Gotham Bold;src:url(/static/media/Gotham-Bold.19cbd08d9da163ba87d6.otf) format("truetype")}@font-face{font-display:swap;font-family:Gotham-Bold;font-weight:700;src:url(/static/media/Gotham-Bold.19cbd08d9da163ba87d6.otf) format("opentype")}:root{--title-font-family:"Gotham-Bold",sans-serif;--title-font-weight:800;--title-font-size:50px;--title-line-height:100%;--title-color-white:#fff;--title-color-Black:#000;--subtitle-font-family:"Gotham-Bold",sans-serif;--subtitle-font-weight:800;--subtitle-font-size:18px;--subtitle-line-height:30px;--subtitle-color-white:#fff;--subtitle-color-black:#000;--subtitle-color-grey:#707070;--subtitle-color-blue:#3b82f6;--text-font-family:"Helvetica",sans-serif;--text-font-weight:400;--text-font-weight-bold:700;--text-font-size:16px;--text-line-height:0px;--text-line-height-50:50px;--text-line-height-description:1.6;--text-color-white:#fff;--text-color-black:#000;--text-color-grayish-blue:#374151;--text-input-select-font-family:"Helvetica",sans-serif;--text-input-select-font-weight:400;--text-input-select-font-size:18px;--text-input-select-line-height:0px;--text-input-select-line-height-50:50px;--text-input-select-color-white:#fff;--text-input-select-color-black:#000;--text-products-font-family:"Helvetica",sans-serif;--text-products-font-weight:400;--text-products-font-size:20px;--text-products-line-height:0px;--text-products-line-height-50:50px;--text-products-color-white:#fff;--text-products-color-black:#000;--text-products-color-grey:#707070;--Button-font-family:"Helvetica",sans-serif;--Button-font-weight:700;--Button-font-size:20px;--Button-line-height:100%;--Button-color-white:#fff;--Button-color-black:#000;--Button-backgroundcolor-grey:#7b7b7b;--Button-backgroundcolor-grey-hover:#7b7b7b79;--Button-accept-font-family:"Helvetica",sans-serif;--Button-accept-font-weight:700;--Button-accept-font-size:24px;--Button-accept-line-height:100%;--Button-accept-color-white:#fff;--Button-accept-color-black:#000;--Button-accept-backgroundcolor-blue:#07236b;--Button-accept-backgroundcolor-blue-hover:#07236bd5}.latestCreationsContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.textLatestCreationsContainer{padding-top:30px;width:100%}.textLatestCreations{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);padding-left:198px}.textCategoryProductsContainer{padding-top:30px;width:100%}.textCategoryProducts{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);padding-left:198px}.productGrid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0 auto;max-width:1200px;padding:2rem;width:100%}.productCard{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 6px 18px #0000001f;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:1.5rem;text-align:center;transition:transform .35s ease,box-shadow .35s ease}.productCard:hover{box-shadow:0 12px 28px #0000002e;transform:translateY(-6px)}.productImage{height:250px;margin-bottom:1rem;object-fit:contain}.productTitle{align-items:center;color:var(--subtitle-color-black);display:flex;flex-grow:1;font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);justify-content:center;line-height:var(--subtitle-line-height);margin:0;padding:0 .5rem;text-align:center}.productPrice{color:var(--subtitle-color-blue)}.productID,.productPrice{font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);margin-top:.5rem}.productID{color:var(--subtitle-color-grey);color:#6b7280;margin-bottom:0}.featuredProductsContainer{align-items:center;display:flex;flex-direction:column;padding-top:30px}.navArrowLeft{margin-left:10px}.navArrowLeft,.navArrowRight{align-items:center;background-color:#000;border-radius:20px;display:flex;height:30px;justify-content:center;margin-top:200px;position:absolute;width:30px;z-index:10}.navArrowRight{right:10px}.arrowIconCategory{filter:brightness(0) invert(1)}.categoryContainer{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto;overflow-y:hidden;padding:20px 0;scroll-behavior:smooth;scrollbar-width:none;width:100%}.categoryContainer::-webkit-scrollbar{display:none}.categoryCardsWrapper{display:flex;gap:1rem;justify-content:center;overflow-x:auto;scroll-behavior:smooth;width:100%}.categoryCardsWrapper::-webkit-scrollbar{height:8px}.categoryCardsWrapper::-webkit-scrollbar-track{background:#0000}.categoryCardsWrapper::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.categoryCardsWrapper::-webkit-scrollbar-thumb:hover{background-color:#888;border-radius:4px}.categoryCardsWrapper{scrollbar-color:#bbb #0000;scrollbar-width:thin}.categoryCard{align-items:center;background-position:50%;background-size:cover;clip-path:polygon(22% 0,100% 0,79% 100%,0 100%);cursor:pointer;display:flex;flex-shrink:0;height:400px;justify-content:center;margin-left:-35px;overflow:hidden;position:relative;transition:transform .3s ease;width:300px}.categoryCard:hover{transform:translateY(-10px)}.categoryText{-webkit-text-stroke:2px #000;color:#fff;font-size:2rem;font-weight:700;text-align:center;z-index:2}.textfeaturedProductsContainer{padding-top:30px;width:100%}.textfeaturedProducts{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);padding-left:198px}.collectionContainer{margin-bottom:30px}.collectionBannerContainer{align-items:end;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh}.infoBannerCollectionContainer{margin-bottom:50px;margin-left:50px}.logoCollectionBanner{height:97px}.logoCollectionBannerContainer{align-items:center;display:flex;flex-direction:row}.textLogoCollectionBanner{border-left:1px solid #fff;color:var(--subtitle-color-white);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);margin-left:10px;padding-left:10px}.markYourStyleCollectionBanner{color:var(--text-color-white);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height)}.buyButtonCollectionBanner{align-items:center;background-color:var(--Button-backgroundcolor-grey);cursor:pointer;display:flex;height:64px;justify-content:center;width:225px}.buyButtonCollectionBanner:hover{background-color:var(--Button-backgroundcolor-grey-hover)}.textBuyButtonCollection{color:var(--Button-color-white);font-family:var(--Button-font-family);font-size:var(--Button-font-size);font-weight:var(--Button-font-weight);line-height:var(--Button-line-height)}.collectionCatalogContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.imagesSection,body{overflow-x:hidden}.imagesSection{background:#f5f5f5;box-sizing:border-box;padding:60px 20px;position:relative;width:100%}.imagesHeader{margin-bottom:50px;text-align:center}.imagesTitle{color:#000;font-family:var(--title-font-family);font-size:3rem;font-weight:var(--title-font-weight);margin:0}.imagesText{color:#333;font-family:var(--text-font-family);font-size:1.2rem;font-weight:var(--text-font-weight);line-height:1.6;margin:20px auto 0;max-width:800px;text-align:center}.imagesCarousel{box-sizing:border-box;margin:0 auto;max-width:1200px;overflow-x:hidden;position:relative;width:100%}.imagesSwiper{height:600px;overflow:hidden;padding:50px 0;width:100%}.imagesSlide{border-radius:20px;box-shadow:0 10px 30px #0003;height:500px!important;overflow:hidden;width:400px!important}.imagesSlide img{display:block;height:100%;object-fit:cover;width:100%}.imagesSwiper .swiper-button-next,.imagesSwiper .swiper-button-prev{background:#ffffffe6;border-radius:50%;box-shadow:0 4px 15px #0003;color:#000!important;height:35px!important;margin-top:-17px!important;transition:all .3s ease;width:35px!important}.imagesSwiper .swiper-button-next:after,.imagesSwiper .swiper-button-prev:after{font-size:14px!important;font-weight:700}.imagesSwiper .swiper-button-next:hover,.imagesSwiper .swiper-button-prev:hover{background:#fff;box-shadow:0 6px 20px #0000004d;transform:scale(1.1)}.imagesSwiper .swiper-pagination{margin-top:30px;position:relative!important}.imagesSwiper .swiper-pagination-bullet{background:#ccc!important;height:12px!important;margin:0 6px!important;opacity:1!important;transition:all .3s ease;width:12px!important}.imagesSwiper .swiper-pagination-bullet-active{background:#dc2626!important;transform:scale(1.3)}@media (max-width:1040px){.logoBanner{width:80%}.productGrid{max-width:80%}.logoCollectionBannerContainer{align-items:center;display:flex;flex-direction:column}.textLogoCollectionBanner{word-wrap:break-word;border-left:0 solid #fff;border-top:1px solid #fff;line-height:normal;overflow-wrap:break-word;padding-left:0;padding-top:20px;text-align:center;white-space:normal}.collectionBannerContainer{align-items:center;justify-content:center;margin:0}.infoBannerCollectionContainer{margin:0}.buyButtonCollectionBannerContainer{align-items:center;display:flex;justify-content:center;padding-top:10px}.textLatestCreations,.textfeaturedProducts{padding:0}.markYourStyleCollectionBanner,.textLatestCreations,.textfeaturedProducts{word-wrap:break-word;line-height:normal;overflow-wrap:break-word;text-align:center;white-space:normal}}@media (max-width:856px){.categoryContainer{overflow-x:none;overflow-y:auto}.categoryCardsWrapper{gap:1rem;justify-content:normal;padding-left:40px;padding-right:10px}.categoryText{-webkit-text-stroke:2px #000;font-size:min(6vw,2rem);white-space:normal}.textCategoryProducts,.textLatestCreations,.textfeaturedProducts{padding-left:0;text-align:center}.bannerContainer{height:50vh}.collectionBannerContainer{height:70vh}.imagesTitle{font-size:2.5rem}.imagesText{font-size:1.1rem;padding:0 20px}.imagesSlide{height:400px!important;width:300px!important}.imagesSwiper{height:500px}.imagesSwiper .swiper-button-next,.imagesSwiper .swiper-button-prev{height:30px!important;margin-top:-15px!important;width:30px!important}.imagesSwiper .swiper-button-next:after,.imagesSwiper .swiper-button-prev:after{font-size:12px!important}}@media (max-width:768px){.imagesSlide{height:350px!important;width:250px!important}.imagesSwiper{height:450px}.imagesTitle{font-size:2rem}.imagesText{font-size:1rem;padding:0 15px}}.containerForAllProductInformation{display:flex;flex-direction:column;margin-left:13%;width:80%}.containerTitleAndImage{display:flex;flex-direction:row;overflow:hidden}.imageProductInfo{margin-right:20px;width:380px}.imageProduct{width:380px}.nameProduct{color:var(--title-color-Black);font-family:var(--title-font-family);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);margin:0;text-align:left}.categoryNameProduct{color:var(--subtitle-color-grey)}.categoryNameProduct,.priceProduct{font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);margin:0;text-align:left}.priceProduct{color:var(--subtitle-color-blue)}.titleProductInfoContainer{border-radius:20px;display:flex;flex-direction:column;gap:1.5rem;max-width:800px;transition:all .3s ease-in-out}.descriptionProduct{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:var(--text-color-grayish-blue);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight-bold);line-height:var(--text-line-height-description);padding:1rem;white-space:pre-line}.article-paragraph strong{color:var(--text-color-Black);font-family:var(--text-font-family)}.article-paragraph strong,.product-paragraph strong{font-size:var(--text-font-size);font-weight:var(--text-font-weight-bold);line-height:var(--text-line-height);line-height:40px;margin:0}.product-paragraph strong,.productHeading{color:var(--text-color-grayish-blue);font-family:var(--subtitle-font-family)}.productHeading{font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height)}.arrowBack{cursor:pointer;height:40px;margin-left:150px;margin-top:50px}.arrowBack:hover{background-color:#3700ff;border-radius:25px}.titleLastProductsInProduct{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);margin:30px 0 0;text-align:center}.ProductinProductContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px}.additionalImagesSection{margin-top:20px;width:100%}.additionalImagesTitle{color:var(--text-products-color-black);font-family:var(--text-products-font-family);font-size:var(--text-products-font-size);font-weight:var(--text-products-font-weight);margin-bottom:10px}.additionalImagesContainer{display:flex;flex-wrap:wrap;gap:10px}.additionalImage{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;height:80px;object-fit:cover;transition:all .3s ease;width:80px}.additionalImage:hover{border-color:#0000001a;box-shadow:0 2px 8px #0000001a;transform:scale(1.05)}@media (max-width:1040px){.containerTitleAndImage{flex-direction:column}.arrowBack{margin-left:10%}.nameProduct{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.categoryProductInfo,.nameProduct,.priceProductInfo{text-align:center}}.titleCategoryName{color:var(--title-color-Black);font-family:var(--title-font-family);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);margin:0;text-align:center}.categoryProductsContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px}.bannerContainer{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:end}.logoBanner{margin-bottom:50px;margin-left:40px;width:735px}.slick-dots{top:93vh}.slick-dots li button:before{color:#bbb!important;font-size:14px!important}.slick-dots li.slick-active button:before{color:#fff!important}.slick-list,.slick-slide,.slick-slider,.slick-track{height:100vh}@media (max-width:856px){.bannerContainer,.slick-list,.slick-slide,.slick-slider,.slick-track{height:50vh}.slick-dots{top:42vh}.logoBanner{margin-left:10px;width:80%}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.navContainer{display:flex;flex-direction:row;justify-content:space-between;position:fixed;width:100vw;z-index:10}.navContainer,.navScrolled{padding-bottom:10px;padding-top:10px;transition:background-color .3s ease}.navScrolled{background-color:rgba(0,0,0,.699)}.optionsLeftContainer{color:#fff;font-size:.8rem;text-shadow:-1px -1px 0 #000c,1px -1px 0 #000c,-1px 1px 0 #000c,1px 1px 0 #000c}.logoContainer,.optionsLeftContainer{display:flex;flex-direction:row;justify-content:center;width:33.33%}.logoNavContainer{height:112px;left:50%;position:absolute;transform:translate(-50%);transition:all .3s ease;width:auto}.logoScrolled{height:56px;width:auto}.optionsRightContainer{color:#fff;display:flex;flex-direction:row;font-size:.8rem;justify-content:center;text-shadow:-1px -1px 0 #000c,1px -1px 0 #000c,-1px 1px 0 #000c,1px 1px 0 #000c;width:33.33%}.optionsNav{cursor:pointer;margin-left:20px;margin-right:20px}.optionsNav:hover{transform:translateY(-10px);transition:transform .3s ease}.activeNav{color:#fff;height:40px;margin:0;text-decoration:none}.activeNav.active{border-bottom:1px solid #fff}.mobile-logo-container{display:none;margin-left:20px}.hamburger-menu{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-around;margin-left:auto;margin-right:20px;width:30px;z-index:20}.hamburger-line{background-color:#fff;height:3px;transition:all .3s ease;width:100%}.hamburger-line.open:first-child{transform:rotate(45deg) translate(5px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.mobile-menu-container{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000d9;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;padding:40px 20px;position:fixed;top:0;transform:translateX(100%);transition:transform .4s ease;width:100%;z-index:15}.mobile-menu-container.open{transform:translateX(0)}.mobile-menu-content{align-items:center;display:flex;flex-direction:column;gap:14px;width:100%}.mobile-menu-content .optionsNav{color:#fff;font-size:1.2rem;font-weight:500;margin:0;transition:transform .2s ease,color .2s ease}.mobile-menu-content .optionsNav:hover{color:#f0c040;transform:scale(1.1)}.mobile-logo{animation:fadeIn .6s ease;height:auto;margin-bottom:30px;width:90px}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:1010px){.optionsLeftContainer{margin-left:5%}.optionsRightContainer{margin-right:5%}}@media (max-width:856px){.navScrolled{background-color:#fff0}.optionsNav{color:#fff}.logoContainer,.optionsLeftContainer,.optionsRightContainer{display:none}.navContainer{justify-content:flex-end}}@media (min-width:857px){.hamburger-menu,.mobile-logo-container,.mobile-menu-container{display:none}}@media (max-width:550px){.logoNavContainer{height:50px;width:auto}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mainContainerContact{align-items:center;display:flex;justify-content:center;min-height:100vh;position:relative;width:100%}.mapBackgroundContact{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.dataAndFormContainer{background-color:initial;background-repeat:repeat-x;display:flex;height:auto;min-height:100vh;padding-bottom:100px;padding-top:100px;position:relative;width:100%;z-index:2}.dataContainer{display:flex;justify-content:center;width:50%}.formContainer{padding-left:50px;width:50%}.dataInfo{display:flex;flex-direction:column;margin-top:100px;padding-left:50px}.titleContactUsContact{color:var(--title-color-white);font-family:var(--title-font-family);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);margin:0}.titleContactUsContact.dark{color:#fff}.textContactUsContact{color:var(--text-color-white);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height-50);width:70%}.textContactUsContact.dark{color:#fff}.socialNetworksArticuleContainerContact{align-items:center;display:flex;flex-direction:row}.fallowContactUs{color:var(--text-color-white);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height-50)}.fallowContactUs.dark{color:#fff}.socialNetworksArticuleContact{cursor:pointer;height:60px;margin-left:7px;margin-right:7px;width:60px}.socialNetworksArticuleContact:hover{transform:translateY(-10px);transition:transform .3s ease}.cardFormContact{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin-bottom:200px;margin-top:100px;padding-bottom:20px;padding-top:20px;width:577px}.cardFormContact.dark{background-color:#3f3e52}.titleFormContainerContact{display:flex;flex-direction:column;margin-left:61px;width:100%}.titleFormContact{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);margin:0}.titleFormContact.dark{color:#fff}.subTitleFormContact{color:var(--text-color-black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);margin:0 0 30px}.subTitleFormContact.dark{color:#fff}.fullNameContainerContact{display:flex;flex-direction:row}.fullNameContact{border-radius:5px;height:50px;margin:10px 5px;padding-left:10px;width:240px}.fullNameContact.dark{background-color:#3f3e52}.emailContact{border-radius:5px;height:50px;margin-bottom:10px;margin-top:10px;padding-left:10px;width:504px}.phoneContainerContact{align-items:center;background-color:#fff;border:1px solid #000;border-radius:5px;display:flex;flex-direction:row;height:50px;margin:10px;width:516px}.prefixContact{border:none;border-right:1px solid #000;width:75px}.phoneNumber,.prefixContact{height:40px;padding-left:10px}.phoneNumber{border:none;outline:none;width:420px}.helpContact{border-radius:5px;height:181px;margin-bottom:10px;margin-top:10px;padding-left:10px;width:504px}.emailContact,.fullNameContact,textarea{border:1px solid #000!important}.buttonSubmitContact{align-items:center;background-color:var(--Button-accept-backgroundcolor-blue);border-radius:5px;display:flex;height:50px;justify-content:center;margin-bottom:10px;margin-top:10px;width:518px}.buttonSubmitContact:hover{background-color:var(--Button-accept-backgroundcolor-blue-hover);transform:scale(1.05);transition:transform .3s ease}.submitContact{color:var(--text-color-white);font-family:var(--Button-accept-font-family);font-size:var(--Button-accept-font-size);font-weight:var(--Button-accept-font-weight)}@media (max-width:1117px){.dataAndFormContainer{flex-direction:column}.dataContainer{display:flex;justify-content:center;width:100%}.textContactUsContact{word-wrap:break-word;overflow-wrap:break-word;text-align:center;white-space:normal}.dataInfo{margin-top:60px;width:90%}.dataInfo,.formContainer{align-items:center;justify-content:center;padding-left:0}.formContainer{display:flex;width:100%}.cardFormContact{width:90%}.titleFormContainerContact{margin-left:0;text-align:center;width:90%}.fullNameContainerContact{align-items:center;flex-direction:column;justify-content:center;width:100%}.emailContact,.fullNameContact{width:90%}.helpContact{width:88%}.phoneContainerContact{width:90%}.prefixContact{width:25%}.phoneNumber{width:75%}.buttonSubmitContact{width:90%}.socialNetworksArticuleContainerContact{flex-direction:column}.titleContactUsContact{font-size:min(10vw,var(--title-font-size));text-align:center;white-space:normal}}.footerContainer{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;padding:30px 20px}.optionFooterContainer{border-bottom:1px solid #444;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;max-width:1200px;padding-bottom:40px;width:100%}.opcionFooter{flex:1 1 220px;margin:20px}.titlesFooter{color:#fff;font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);letter-spacing:.05rem;line-height:var(--subtitle-line-height);margin-bottom:15px}.optionsFooter{color:var(--text-color-Black);color:#ccc;font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height);line-height:1.6}.optionsFooter:hover{color:#fff;transition:color .3s ease}.optionsCategoryFooter,.optionsLinksFooter,.optionsSocialNetworksFooter{cursor:pointer;transition:transform .3s ease,color .3s ease}.optionsCategoryFooter:hover,.optionsLinksFooter:hover,.optionsSocialNetworksFooter:hover,.readMoreContainer:hover{color:#fff;transform:translateY(-5px)}.readMoreContainer{align-items:center;cursor:pointer;display:flex;gap:10px;margin-top:10px}.arrowFooter{height:24px;width:24px}.socialNetworksFooterContainer{display:flex;gap:15px;margin-top:15px}.socialNetworksFooter{filter:brightness(.9);height:36px;width:36px}.socialNetworksFooter:hover{filter:brightness(1.2)}.aboutFooterContainer{max-width:90%}.copyrightFooter{color:#888;font-size:.9rem;margin-top:10px;text-align:center}@media (max-width:768px){.optionFooterContainer{align-items:center;flex-direction:column}.opcionFooter{flex:1 1 100px;margin:10px 0 0;text-align:center;width:100%}.aboutFooterContainer{margin:0 auto 30px}.socialNetworksFooterContainer{justify-content:center}}.factoryItemContainer{display:flex;flex-direction:row;height:583px;justify-content:center;overflow:hidden;padding-bottom:50px;padding-top:50px}.imageFactoryItem{width:550px}.imageFactory{border-radius:10px;height:100%;object-fit:cover;width:550px}.infoFactoryItem{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px 30px 20px 90px;width:700px}.alternateInfoFactory{padding-left:30px!important;padding-right:90px!important}.titleFactory{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);margin:0;max-width:100%}.descriptionFactory{color:var(--text-color-black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);margin:0;max-width:100%;text-align:justify}.viewProductsButtonFactoryItem{align-items:center;background-color:var(--Button-backgroundcolor-grey);border-radius:20px;cursor:pointer;display:flex;height:64px;justify-content:center;margin-bottom:30px;margin-top:30px;width:225px}.viewProductsButtonFactoryItem:hover{background-color:var(--Button-backgroundcolor-grey-hover)}.viewProductsButtonFactoryText{color:var(--Button-color-white);font-family:var(--Button-font-family);font-size:var(--Button-font-size);font-weight:var(--Button-font-weight);line-height:var(--Button-line-height)}.alternateFactoryItem{background-color:#bcbbbb;flex-direction:row-reverse;padding-bottom:50px;padding-top:50px}.descriptionHeading{font-weight:700;margin:15px 0 10px}.descriptionHeading.level-1{font-size:1.5em}.descriptionHeading.level-2{font-size:1.3em}.descriptionHeading.level-3{font-size:1.1em}.descriptionHeading.level-4,.descriptionHeading.level-5,.descriptionHeading.level-6{font-size:1em}.description-paragraph{line-height:1.5;margin:5px 0}.quote-container{background-color:#f5f5f5;border-left:3px solid #ccc;font-style:italic;margin:10px 0;padding:10px}.two-column-list{display:flex;gap:60px;margin:15px auto;max-width:100%;width:fit-content}.list-column{text-align:left}.list-item{align-items:center;display:flex;margin-bottom:12px;white-space:nowrap}.list-icon{height:20px;margin-right:8px;object-fit:contain;width:20px}.list-text{white-space:normal}.fabricHeading{text-align:center}@media (max-width:1100px){.imageFactory,.imageFactoryItem,.infoFactoryItem{align-items:center;display:flex;justify-content:center;width:90%}.infoFactoryItem{align-items:center;margin-left:0;padding:20px;text-align:center}.titleFactory{font-size:calc(var(--subtitle-font-size)*.8);line-height:1.3;padding:0 20px}.descriptionFactory{font-size:calc(var(--text-font-size)*.9);line-height:1.5;padding:0 20px}.viewProductsButtonFactoryItem{height:56px;width:200px}.factoryItemContainer{height:680px}.alternateInfoFactory,.infoFactoryItem{padding-left:30px!important;padding-right:30px!important}}@media (max-width:600px){.alternateInfoFactory,.infoFactoryItem{padding-left:20px!important;padding-right:20px!important}.titleFactory{font-size:calc(var(--subtitle-font-size)*.7);padding:0 15px}.descriptionFactory{font-size:calc(var(--text-font-size)*.8);padding:0 15px}.viewProductsButtonFactoryItem{height:50px;width:90%}.viewProductsButtonFactoryText{font-size:min(3.5vw,var(--Button-font-size))}.alternateFactoryItem,.factoryItemContainer{align-items:center;flex-direction:column;height:auto}.two-column-list{flex-direction:column;gap:0}.list-item{white-space:normal}}.titleFactoryProduct{color:var(--title-color-black);font-family:var(--title-font-family);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);margin:50px 0;text-align:center}.factoryProductsContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media (max-width:1040px){.titleFactoryProduct{word-wrap:break-word;line-height:normal;overflow-wrap:break-word;text-align:center;white-space:normal}}.aboutContainer{display:flex;flex-direction:row;justify-content:center;padding-bottom:50px;padding-top:50px}.aboutContainer.dark{background-color:#2a303c}.aboutContainerabout{width:80%}.contentImageAbout{height:486px}.backgroudImageAbout{background-image:url(/static/media/ChatGPT_Image_29_abr_2025_15_18_48.98f8a7ebd44ad7c7714c.png);display:flex;height:486px;justify-content:center;overflow:hidden;width:728px}.socialNetworksArticuleContainerAbout{align-items:center;display:flex;flex-direction:row}.socialNetworksArticuleAbout{cursor:pointer;height:40px;margin-left:7px;margin-right:7px;width:40px}.socialNetworksArticuleAbout:hover{transform:translateY(-10px);transition:transform .3s ease}.textSocialNetworksArticuleAbout{color:var(--text-color-Black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height-50)}.textSocialNetworksArticuleAbout.dark{color:#fff}.titleAbout{color:var(--title-color-Black);font-family:var(--title-font-family);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);margin:0;text-align:center}.titleAbout.dark{color:#fff}.contentImageAbout{font-family:Inter,sans-serif;font-size:24px;font-weight:400}.imageAboutContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.firstParagraph{margin-right:24px!important}.restOfParagraph{margin-bottom:30px!important;margin-top:30px!important}.textAbount{color:var(--text-color-Black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:var(--text-line-height);line-height:32px;margin:0;text-align:justify}.textAbount.dark{color:#fff}.phraseAbout{color:var(--subtitle-color-grey);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);text-align:center}.phraseAbout.dark{color:#cecece}.article-link{border-bottom:1px solid #000;color:var(--text-color-Black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight-bold);line-height:var(--text-line-height);line-height:32px;margin:0}.contentImageArticle{border-radius:10px;margin-bottom:30px;margin-top:30px;width:398px}.articleHeading{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height)}.team-section{margin-top:60px;text-align:center}.team-title{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);margin-bottom:30px}.team-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.team-card{align-items:center;display:flex;flex-direction:column;max-width:160px}.team-image{border-radius:50%;height:120px;margin-bottom:15px;object-fit:cover;width:120px}.team-name{color:var(--text-color-Black);font-family:var(--text-font-family);font-size:var(--text-font-size);font-weight:var(--text-font-weight-bold);line-height:var(--text-line-height);margin-bottom:5px}.team-role{color:#555;font-size:15px}.offices-section{margin-top:4rem;text-align:center}.offices-title{color:var(--subtitle-color-black);font-family:var(--subtitle-font-family);font-size:var(--subtitle-font-size);font-weight:var(--subtitle-font-weight);line-height:var(--subtitle-line-height);margin-bottom:2rem}.offices-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.office-card{border-radius:1rem;box-shadow:0 4px 10px #0000001a;overflow:hidden}.office-image{height:250px;object-fit:cover;width:100%}.photoContainerArticle,.whiteContainerAbout{display:flex;justify-content:center}.whiteContainerAbout{align-items:center;background-color:#fff;box-sizing:border-box;height:140vh;overflow:hidden;padding:40px 20px;position:relative;width:100%}.chicaBuzoImage{animation:slideInFromLeft 1.5s ease-out forwards;height:100%;left:0;object-fit:contain;opacity:0;position:absolute;top:50%;transform:translateY(-50%);width:auto;z-index:1}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%) translateY(-50%)}to{opacity:1;transform:translateX(0) translateY(-50%)}}.contentBoxAbout{align-items:flex-start;animation:fadeInFromRight 1.5s ease-out forwards;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#ffffff7d;border-radius:20px 0 0 20px;box-shadow:-10px 0 30px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;padding:60px 40px;position:absolute;right:0;top:0;width:77%;z-index:2}@keyframes fadeInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRightCentered{0%{opacity:0;transform:translate(50%,-50%) translateX(100px)}to{opacity:1;transform:translate(50%,-50%) translateX(0)}}.blueRectangleAbout{background-color:#1e40af;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;opacity:0;position:absolute;right:56%;top:15%;transform:translate(50%,-50%);width:800px;z-index:3}.whiteContainerAbout.animate .blueRectangleAbout{animation:slideInFromRightCentered 1s ease-out .5s forwards}.quienesSomosText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;letter-spacing:4px;line-height:1;opacity:0;position:absolute;right:47%;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:11%;transform:translate(50%,-50%);width:966px;z-index:4}.whiteContainerAbout.animate .quienesSomosText{animation:slideInFromRightCentered 1s ease-out .8s forwards}.aboutTextContainer{opacity:0;padding:20px;position:absolute;right:40.9%;top:38%;transform:translate(50%,-50%);width:70%;z-index:4}.whiteContainerAbout.animate .aboutTextContainer{animation:slideInFromRightCentered 1s ease-out 1.2s forwards}.aboutText{color:#000;font-family:var(--text-font-family);font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:20px;text-align:justify}.aboutText:last-child{margin-bottom:0}.redRectangleAbout{background-color:#dc2626;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;left:-35%;opacity:0;position:absolute;top:63%;transform:translate(50%,-50%);width:70%;z-index:4}.whiteContainerAbout.animate .redRectangleAbout{animation:slideInFromRightCentered 1s ease-out 1.5s forwards}.propositoText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;letter-spacing:4px;line-height:1;opacity:0;position:absolute;right:33.5%;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:68%;transform:translate(50%,-50%);width:966px;z-index:4}.whiteContainerAbout.animate .propositoText{animation:slideInFromRightCentered 1s ease-out 1.8s forwards}.propositoContentContainer{opacity:0;padding:20px;position:absolute;right:41%;top:81%;transform:translate(50%,-50%);width:70%;z-index:4}.whiteContainerAbout.animate .propositoContentContainer{animation:slideInFromRightCentered 1s ease-out 2.1s forwards}.propositoContent{color:#000;font-family:var(--text-font-family);font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:20px;text-align:justify}.propositoContent:last-child{margin-bottom:0}.newSectionAbout{background-color:#fff;height:120vh;overflow:hidden;position:relative;width:100vw}.chicasImage{height:100%;object-fit:contain;position:absolute;right:42px;top:50%;transform:translateY(-50%);width:auto;z-index:1}.redRectangleNewSection{height:80px;left:50px;top:20%;width:300px}.blueRectangleNewSection{background-color:#1e40af;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;left:-67px;opacity:0;position:absolute;top:18%;width:800px;z-index:2}.newSectionAbout.animate .blueRectangleNewSection{animation:slideInFromRightCentered 1s ease-out .5s forwards}.misionText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;left:-66px;letter-spacing:4px;line-height:1;opacity:0;position:absolute;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:13%;transform:translateY(-50%);width:966px;z-index:3}.newSectionAbout.animate .misionText{animation:slideInFromRightCentered 1s ease-out .8s forwards}.misionContentContainer{opacity:0;padding:20px;position:absolute;right:1355px;top:35%;transform:translateY(-50%);width:966px;z-index:4}.newSectionAbout.animate .misionContentContainer{animation:slideInFromRightCentered 1s ease-out 1.1s forwards}.misionContent{color:#000;font-family:var(--text-font-family);font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:20px;text-align:justify}.misionContent:last-child{margin-bottom:0}.redRectangleNewSection{background-color:#dc2626;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;left:-672px;opacity:0;position:absolute;top:55%;width:59%;z-index:2}.newSectionAbout.animate .redRectangleNewSection{animation:slideInFromRightCentered 1s ease-out 1.4s forwards}.visionText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;left:-320px;letter-spacing:4px;line-height:1;opacity:0;position:absolute;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:60%;transform:translateY(-50%);width:966px;z-index:3}.newSectionAbout.animate .visionText{animation:slideInFromRightCentered 1s ease-out 1.7s forwards}.visionContentContainer{opacity:0;padding:20px;position:absolute;right:1355px;top:78%;transform:translateY(-50%);width:966px;z-index:4}.newSectionAbout.animate .visionContentContainer{animation:slideInFromRightCentered 1s ease-out 2s forwards}.visionContent{color:#000;font-family:var(--text-font-family);font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:20px;text-align:justify}.visionContent:last-child{margin-bottom:0}.thirdSectionAbout{background-color:#fff;height:100vh;overflow:hidden;position:relative;width:100vw}.buzoImage{bottom:0;height:1205px;object-fit:cover;position:absolute;right:0;width:auto;z-index:1}.redRectangleThirdSection{background-color:#dc2626;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;opacity:0;position:absolute;right:1248px;top:20%;width:70%;z-index:2}.thirdSectionAbout.animate .redRectangleThirdSection{animation:slideInFromRightCentered 1s ease-out .5s forwards}.valoresText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;letter-spacing:4px;line-height:1;opacity:0;position:absolute;right:1391px;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:14%;transform:translateY(-50%);width:966px;z-index:3}.thirdSectionAbout.animate .valoresText{animation:slideInFromRightCentered 1s ease-out .8s forwards}.valoresContentContainer{opacity:0;padding:20px;position:absolute;right:1630px;top:53%;transform:translateY(-50%);width:966px;z-index:4}.thirdSectionAbout.animate .valoresContentContainer{animation:slideInFromRightCentered 1s ease-out 1.1s forwards}.valoresContent{color:#333;font-family:var(--text-font-family);font-size:2rem;font-weight:600;letter-spacing:1px;line-height:1.5;margin-bottom:0;text-align:right}.valoresContent:last-child{margin-bottom:0}.fourthSectionAbout{background-color:#fff;height:120vh;overflow:hidden;position:relative;width:100vw}.grupitoChicasImage{bottom:0;height:126.7vh;object-fit:cover;position:absolute;right:0;width:auto;z-index:1}.contentBoxFourthSection{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff7d;border-radius:0 20px 20px 0;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:55%;z-index:2}.blueRectangleFourthSection{background-color:#1e40af;border-radius:0;box-shadow:0 10px 40px #0000004d;height:100px;opacity:0;position:absolute;right:1200px;top:20%;width:75%;z-index:3}.fourthSectionAbout.animate .blueRectangleFourthSection{animation:slideInFromRightCentered 1s ease-out .5s forwards}.universosText{align-items:center;color:#000;display:flex;font-family:var(--title-font-family);font-size:6rem;font-weight:var(--title-font-weight);height:140px;justify-content:center;letter-spacing:4px;line-height:1;opacity:0;position:absolute;right:1290px;text-shadow:3px 3px 0 #fff,-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,0 3px 0 #fff,0 -3px 0 #fff,3px 0 0 #fff,-3px 0 0 #fff;top:15%;transform:translateY(-50%);width:966px;z-index:4}.fourthSectionAbout.animate .universosText{animation:slideInFromRightCentered 1s ease-out .8s forwards}.universosContentContainer{opacity:0;padding:20px;position:absolute;right:1290px;top:63%;transform:translateY(-50%);width:30%;z-index:4}.fourthSectionAbout.animate .universosContentContainer{animation:slideInFromRightCentered 1s ease-out 1.1s forwards}.universosContent{color:#000;font-family:var(--text-font-family);font-size:1.5rem;font-weight:var(--text-font-weight);line-height:1.5;margin:0 0 15px;text-align:right}.universosTerms{margin:30px 0;text-align:right}.universosTerm{color:#000;font-family:var(--title-font-family);font-size:2.5rem;font-weight:var(--title-font-weight);letter-spacing:2px;line-height:1.2;margin:15px 0;text-transform:uppercase}.fifthSectionAbout{width:100vw}.fifthSectionAbout,.fifthSectionParallax{height:100vh;overflow:hidden;position:relative}.fifthSectionParallax{align-items:center;display:flex;justify-content:center;width:100%}.fifthSectionContent{left:80px;margin:0 auto;max-width:80%;opacity:0;position:absolute;text-align:left;top:80px;transform:translateY(50px);transition:all .8s ease-out;z-index:2}.fifthSectionParallax.animate .fifthSectionContent{opacity:1;transform:translateY(0)}.productosTitulo{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.3;margin:0 0 30px;text-shadow:none}.productosTexto{text-align:left}.productosTexto p{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.3;margin:8px 0;text-shadow:none}.textilIcon{filter:brightness(0) invert(1);height:200px;left:55%;margin-top:40px;object-fit:contain;opacity:0;position:absolute;top:320px;transform:translateY(30px) scale(.8);transition:opacity .8s ease-out .3s,transform .2s ease-out;width:200px}.fifthSectionParallax.animate .textilIcon{opacity:1;transform:translateY(0) scale(1)}.textilModaText{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;font-weight:700;left:64%;opacity:0;position:absolute;text-align:center;top:670px;transform:translateX(-50%) translateY(20px);transition:all .8s ease-out .6s}.fifthSectionParallax.animate .textilModaText{opacity:1;transform:translateX(-50%) translateY(0)}.sixthSectionAbout{width:100vw}.sixthSectionAbout,.sixthSectionParallax{height:100vh;overflow:hidden;position:relative}.sixthSectionParallax{align-items:center;display:flex;justify-content:center;width:100%}.sixthSectionContent{left:80px;max-width:80%;position:absolute;top:80px;z-index:2}.prendasTexto{opacity:0;text-align:left;transform:translateY(50px);transition:all .8s ease-out}.sixthSectionParallax.animate .prendasTexto{opacity:1;transform:translateY(0)}.prendasTexto p{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.4;margin:15px 0;text-shadow:none}.juventudIcons{display:flex;gap:30px;opacity:0;position:absolute;right:30%;top:455px;transform:translateY(-50%) translateX(100vw);transition:transform .2s ease-out}.iconHorizontal{flex-direction:column;padding-right:30px}.iconHorizontal,.iconVertical{display:flex;height:200px;justify-content:space-between;transition:transform .2s ease-out;width:200px}.iconVertical{flex-direction:row;padding-left:30px}.bar{background-color:#fff;border-radius:2px}.iconHorizontal .bar{height:25px;width:100%}.iconVertical .bar{height:100%;width:25px}.juventudAlegriaText{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;font-weight:700;opacity:0;position:absolute;right:44%;text-align:center;top:635px;transform:translateX(50%) translateY(20px);transition:all .8s ease-out .6s}.sixthSectionParallax.animate .juventudAlegriaText{opacity:1;transform:translateX(50%) translateY(0)}.seventhSectionAbout{width:100vw}.seventhSectionAbout,.seventhSectionParallax{height:100vh;overflow:hidden;position:relative}.seventhSectionParallax{align-items:center;display:flex;justify-content:center;width:100%}.seventhSectionContent{left:80px;max-width:80%;position:absolute;top:80px;z-index:2}.accesoriosTexto{opacity:0;text-align:left;transform:translateY(50px);transition:all .8s ease-out}.seventhSectionParallax.animate .accesoriosTexto{opacity:1;transform:translateY(0)}.accesoriosTexto p{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.4;margin:15px 0;text-shadow:none}.concienciaIcon{filter:brightness(0) invert(1);height:200px;object-fit:contain;opacity:0;position:absolute;right:40%;top:420px;transform:translateY(-50%) translateX(-100vw);transition:transform .2s ease-out;width:200px}.concienciaSostenibleText{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;font-weight:700;opacity:0;position:absolute;right:46%;text-align:center;top:600px;transform:translateX(50%) translateY(20px);transition:all .8s ease-out .6s}.seventhSectionParallax.animate .concienciaSostenibleText{opacity:1;transform:translateX(50%) translateY(0)}.eighthSectionAbout{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.eighthSectionContent{left:80px;max-width:80%;position:absolute;top:80px;z-index:2}.memorabiliaTexto{opacity:0;text-align:left;transform:translateY(30px);transition:all .8s ease-out}.eighthSectionAbout.animate .memorabiliaTexto{opacity:1;transform:translateY(0)}.memorabiliaTexto p{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.4;margin:15px 0;text-shadow:none}.fenixIcon{filter:brightness(0) invert(1);height:200px;object-fit:contain;position:absolute;right:40%;top:380px;transform:translateY(-50%);width:200px}.fenixRenacerText{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;font-weight:700;opacity:0;position:absolute;right:46%;text-align:center;top:560px;transform:translateX(50%);transform:translateX(50%) translateY(30px);transition:all .8s ease-out}.eighthSectionAbout.animate .fenixRenacerText{opacity:1;transform:translateX(50%) translateY(0)}.ninthSectionAbout{background-color:#0e0e1a;height:200vh;position:relative}.logoMergeContainer,.ninthSectionAbout{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100vw}.logoMergeContainer{height:100vh;position:sticky;top:0}.mergeIcon{height:300px;transition:all .1s ease-out;width:300px}.finalLogo,.mergeIcon{filter:brightness(0) invert(1);object-fit:contain;position:absolute}.finalLogo{height:400px;opacity:0;transition:opacity .5s ease-out;width:400px}.tenthSectionAbout{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.legadoContent{text-align:center;z-index:2}.legadoTexto{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:4rem;font-weight:300;letter-spacing:2px;line-height:1.2;opacity:0;text-align:center;text-shadow:2px 2px 4px #00000080;transform:translateY(50px);transition:opacity .5s ease-out,transform .5s ease-out}.eleventhSectionAbout{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;position:relative;width:100vw}.eleventhSectionOverlay{align-items:center;background-color:#fffc;display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100vw;z-index:1}.productosContent{align-items:center;display:flex;flex-direction:column;z-index:2}.productosTitle{color:#000;font-family:Helvetica,Arial,sans-serif;font-size:4rem;letter-spacing:3px;top:100px}.abrigosSection,.productosTitle{left:40px;opacity:0;position:absolute;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.abrigosSection{align-items:baseline;display:flex;gap:20px;top:300px;width:80%}.abrigosTitle{color:#000;font-weight:700}.abrigosList,.abrigosTitle{font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;margin:0}.abrigosList{color:#666;font-weight:300;line-height:1.4;max-width:calc(100vw - 200px)}.sueterSection{align-items:baseline;display:flex;gap:20px;left:40px;opacity:0;position:absolute;top:500px;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out;width:80%}.sueterTitle{color:#000;font-weight:700}.sueterList,.sueterTitle{font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;margin:0}.sueterList{color:#666;font-weight:300;line-height:1.4;max-width:calc(100vw - 200px)}.accesoriosSection{align-items:baseline;display:flex;gap:20px;left:40px;opacity:0;position:absolute;top:700px;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out;width:80%}.accesoriosTitle{color:#000;font-weight:700}.accesoriosList,.accesoriosTitle{font-family:Helvetica,Arial,sans-serif;font-size:2.5rem;margin:0}.accesoriosList{color:#666;font-weight:300;line-height:1.4;max-width:calc(100vw - 200px)}.twelfthSectionAbout{align-items:center;background-color:#060515;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.textoLogoRebornAboutus{top:0}.logoRebornAboutus,.textoLogoRebornAboutus{height:300px;object-fit:contain;position:absolute;width:300px}.logoRebornAboutus{top:210px}.contactInfo{color:#fff;font-family:Helvetica,Arial,sans-serif;left:50%;position:absolute;text-align:center;top:690px;transform:translate(-50%,-50%);z-index:2}.companyName{font-size:1.8rem;font-weight:700;margin-bottom:20px;text-transform:uppercase}.address{margin-bottom:10px}.address,.nit{font-size:1.2rem;text-transform:uppercase}.nit{margin-bottom:30px}.advisorInfo,.ceoInfo{margin-bottom:20px}.advisorName,.ceoName{font-size:1.3rem;font-weight:700;margin-bottom:5px;text-transform:uppercase}.advisorPhone,.ceoPhone{font-size:1.1rem;margin-bottom:10px;text-transform:uppercase}.socialMedia{font-size:1.2rem;font-weight:700;margin-top:20px;text-transform:uppercase}.brochureImageContainer{align-items:center;display:flex;height:auto;justify-content:center;margin:0;overflow:hidden;padding:0;width:100%}.brochureImage{height:auto;image-rendering:auto;object-fit:contain;object-position:center;width:100%}@media (max-width:1117px){.backgroudImageAbout{width:90%}.titleAbout{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.phraseAbout,.titleAbout{text-align:center}.socialNetworksArticuleContainerAbout{align-items:center;flex-direction:column;justify-content:center}.textAbount{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}}@media (max-width:1000px){.chicaBuzoImage{width:100%}.blueRectangleAbout{height:80px;right:70%;top:10%}.quienesSomosText{font-size:4rem;right:45%;top:6%}.redRectangleAbout{height:80px;top:65%}.propositoText{font-size:4rem;top:68%}.aboutText,.propositoContent{font-size:1rem}.blueRectangleNewSection{height:80px;left:-10%;width:59%}.misionText{font-size:4rem;left:-55%}.misionContentContainer{right:50%;width:80%}.misionContent{font-size:1rem;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.redRectangleNewSection{height:80px;left:-10%}.visionText{font-size:4rem;left:-55%}.visionContentContainer{right:50%;width:80%}.visionContent{font-size:1rem;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.redRectangleThirdSection{height:80px;right:50%}.valoresText{font-size:4rem;right:50%}.valoresContentContainer{right:50%;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;width:70%}.buzoImage{width:100%}.fourthSectionAbout{height:140vh}.contentBoxFourthSection{width:100%}.blueRectangleFourthSection{height:80px;right:50%}.universosText{font-size:4rem;right:50%}.universosContentContainer{right:50%}.universosContent{font-size:1rem}.universosTerm{font-size:2rem}.eleventhSectionAbout,.eleventhSectionOverlay{height:130vh}.abrigosList,.abrigosTitle,.accesoriosList,.accesoriosTitle,.sueterList,.sueterTitle{font-size:2rem}.twelfthSectionAbout{height:130vh}.productosTexto p{font-size:1.1rem}.textilIcon{top:220px}.textilModaText{left:72%;top:550px;width:100%}.prendasTexto p{font-size:1.1rem}.iconHorizontal,.iconVertical{height:150px;width:150px}.juventudIcons{right:25%;top:370px}.juventudAlegriaText{right:50%;top:535px;width:100%}.accesoriosTexto p{font-size:1.1rem}.concienciaIcon{right:35%;top:320px}.concienciaSostenibleText{top:500px;width:100%}.memorabiliaTexto p{font-size:1.1rem}.fenixIcon{top:280px}.fenixRenacerText{right:49%;top:460px;width:100%}}@media (max-width:700px){.contentBoxAbout{width:100%}.blueRectangleAbout{height:60px;width:500px}.quienesSomosText{font-size:2rem;right:43%;top:7%}.aboutTextContainer{right:50%;width:80%}.redRectangleAbout{height:60px;left:-60%;width:500px}.propositoText{font-size:2rem;right:42%;top:67.6%}.propositoContentContainer{right:50%;width:80%}.blueRectangleNewSection{height:60px}.misionText{font-size:2rem;left:-117%;top:15%}.redRectangleNewSection{height:60px}.visionText{font-size:2rem;left:-117%;top:58%}.abrigosList,.abrigosTitle,.accesoriosList,.accesoriosTitle,.sueterList,.sueterTitle{font-size:1.5rem}.contactInfo{top:755px}.textilIcon{left:30%;margin-top:60px}.textilModaText{left:50%}.juventudIcons{right:14%;top:430px}.juventudAlegriaText{top:565px}.concienciaIcon{right:37%;top:360px}.fenixIcon{right:30%;top:330px}}@media (max-width:500px){.aboutText,.propositoContent{font-size:.8rem}.blueRectangleAbout,.propositoText,.quienesSomosText{right:50%}.misionText{left:-160%}.misionContent{font-size:.8rem}.visionText{left:-160%}.visionContent{font-size:.8rem}.redRectangleThirdSection{height:60px;top:18%}.valoresText{font-size:2rem}.blueRectangleFourthSection{height:60px}.universosText{font-size:2rem;top:17%}.universosTerm{font-size:1.5rem}.productosTitle{font-size:2rem}.abrigosList,.abrigosTitle,.accesoriosList,.accesoriosTitle,.sueterList,.sueterTitle{font-size:1rem}.twelfthSectionAbout{height:110vh}.logoRebornAboutus,.textoLogoRebornAboutus{height:150px;width:150px}.logoRebornAboutus{top:110px}.contactInfo{top:553px}.textilIcon{height:100px;left:38%;margin-top:55px;width:100px}.textilModaText{font-size:2rem;left:41%;top:450px;width:100%}.productosTexto p{font-size:.8rem}.fifthSectionContent{top:150px}.iconHorizontal{height:100px;padding-left:10px;width:100px}.iconHorizontal .bar{height:15px}.iconVertical{height:100px;padding-left:10px;width:100px}.iconVertical .bar{width:15px}.prendasTexto p{font-size:.8rem}.juventudAlegriaText{font-size:2rem}.juventudIcons{right:20%;top:400px}.accesoriosTexto p{font-size:.8rem}.concienciaIcon{height:150px;top:320px;width:150px}.concienciaSostenibleText{font-size:1.5rem;right:55%;top:450px}.seventhSectionContent{top:100px}.memorabiliaTexto p{font-size:.8rem}.fenixIcon{height:150px;top:280px;width:150px}.fenixRenacerText{font-size:2rem;top:400px}.eighthSectionContent{top:100px}.fourthSectionAbout{height:100vh}.universosContent,.universosTerm{text-align:center}.ninthSectionAbout{height:120vh}.universosContentContainer{width:90%}}@media (max-width:400px){.blueRectangleAbout{width:390px}.redRectangleAbout{width:418px}.misionText,.visionText{left:-220%}.fifthSectionContent{left:50px}.textilIcon{left:30%}.sixthSectionContent{left:50px}.juventudIcons{right:10%}.juventudAlegriaText{right:60%}.seventhSectionContent{left:50px}.concienciaIcon{right:30%}.eighthSectionContent{left:50px}.fenixRenacerText{right:50%}}#root,body,html{height:100%;margin:0;overscroll-behavior-y:contain;padding:0}.collection-container{background-color:#000;display:flex;height:calc(100vh - 70px);min-height:-webkit-fill-available;overflow:hidden;padding-top:70px;position:relative;width:100%}.content-area{flex:1 1;height:100%;overflow:hidden;position:relative}.collection-container{flex-direction:row}@media (orientation:portrait){.collection-container{flex-direction:column-reverse;height:100vh;padding-top:0}.content-area{height:calc(100% - 22vh);min-height:calc(100% - 22vh)}}@media (orientation:landscape) and (max-width:1024px){.collection-container{flex-direction:row;height:100vh;padding-top:0}.vertical-navbar{height:100%;width:16rem}.content-area{height:100%;width:calc(100% - 16rem)}}@media (min-width:769px) and (max-width:1024px){.collection-container{height:calc(100vh - 70px);padding-top:70px}}@media (min-width:1025px){.collection-container{height:calc(100vh - 70px);padding-top:70px}}@supports (-webkit-touch-callout:none){.collection-container{height:-webkit-fill-available}}@media (max-height:500px) and (orientation:landscape){.content-area{height:100%}.collection-container{height:100vh}}@media (max-width:320px) and (orientation:portrait){.content-area{height:calc(100% - 20vh)}}@supports (padding-top:env(safe-area-inset-top)){.collection-container{padding-top:calc(70px + env(safe-area-inset-top))}@media (orientation:portrait){.collection-container{padding-top:env(safe-area-inset-top)}}}.vertical-navbar-container{-webkit-tap-highlight-color:transparent;background-color:#1f2937;color:#fff;display:flex;flex-direction:column}.portrait-mode{height:22vh;justify-content:flex-end;min-height:120px;width:100%}.landscape-mode{height:100%;justify-content:flex-start;min-width:16rem;width:16rem}.navbar-header{align-items:center;border-bottom:1px solid #374151;display:flex;font-size:clamp(1rem,4vw,1.25rem);font-weight:700;height:2.5rem;justify-content:center;overflow:hidden;padding:0 .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:768px){.navbar-header{font-size:1.25rem;height:3.75rem}}.items-container{display:flex;flex-grow:1;flex-wrap:nowrap;padding:0 1rem;scrollbar-color:#4b5563 #1f2937;scrollbar-width:auto;width:100%}.items-container::-webkit-scrollbar{height:8px;width:6px}.items-container::-webkit-scrollbar-thumb{background-color:#4b5563;border-radius:4px}.items-container::-webkit-scrollbar-track{background-color:#1f2937}.portrait-layout{-webkit-overflow-scrolling:touch;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scroll-padding:0 1rem;scroll-snap-type:x mandatory}.landscape-layout{-webkit-overflow-scrolling:touch;gap:.75rem;overflow-x:hidden;overflow-y:auto}.nav-item{flex-direction:column;flex-shrink:0;scroll-snap-align:start}.item-label,.nav-item{align-items:center;display:flex;padding:0 .5rem}.item-label{font-size:clamp(.75rem,3vw,.875rem);height:2rem;justify-content:center;max-width:8.5rem;text-align:center;transition:all .3s ease;width:auto}@media (min-width:768px){.item-label{font-size:.875rem;max-width:none;width:100%}}.active-label{color:#fff;font-weight:600}.inactive-label{color:#9ca3af}.item-button{aspect-ratio:1/1;background-color:#1f293700;border:none;border-radius:.5rem;cursor:pointer;outline:none;padding:.5rem;position:relative;transition:all .3s ease}.portrait-layout .item-button{height:12vh;max-width:130px;min-height:80px;min-width:90px;width:22vw}.landscape-layout .item-button{height:15vh;max-height:150px;min-height:100px;min-width:80%;width:80%}.active-button{box-shadow:0 0 0 2px #fff,0 4px 6px -1px #0003;opacity:1;transform:scale(1.03)}.inactive-button{opacity:.7;transition:opacity .3s ease}@media (hover:hover){.inactive-button:hover{background-color:#374151;opacity:1;transform:scale(1.02)}}.item-spacing{margin-bottom:.5rem}.item-spacing:last-child{margin-bottom:0}@media (max-height:500px) and (orientation:landscape){.landscape-layout .item-button{height:12vh;min-height:80px}.item-label{font-size:.75rem;height:1.75rem}}@media (max-width:532px){.items-container{justify-content:flex-start;padding-left:1rem;padding-right:1rem;width:100%}.portrait-layout .item-button{height:10vh;min-height:70px;min-width:85px;width:22vw}.item-label{font-size:.7rem;margin-bottom:5px}}.portrait-layout:after,.portrait-layout:before{content:"";flex:0 0 0.5rem}@media (max-width:350px){.portrait-layout .item-button{min-height:60px;min-width:75px}.items-container{padding-left:.75rem;padding-right:.75rem}}.item-detail-container{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.item-detail-container,.main-content{display:flex;height:100%;width:100%}.portrait-main{flex-direction:column-reverse;height:100%}.portrait-left{height:60%;overflow:hidden;position:relative;width:100%}.portrait-right{height:40%;overflow-y:auto;width:100%}.landscape-main{flex-direction:row;height:100%}.landscape-left{height:100%;position:relative;width:60%}.landscape-right{height:100%;overflow-y:auto;width:40%}.left-section{display:flex;flex-direction:column;overflow:hidden;position:relative}.secondary-bg{background-color:#3e4245}.left-content-wrapper{display:flex;flex:1 1;flex-direction:column;height:100%}.image-container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:1rem;width:100%}.detail-image{max-height:100%;max-width:100%;object-fit:contain}.navigation-buttons{display:flex;justify-content:space-between;left:0;padding:0 1rem;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:10}.nav-button{align-items:center;background-color:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.nav-button:hover{background-color:#ffffff80}.nav-button:disabled{cursor:not-allowed;opacity:.3}.right-content{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:1rem}.text-content{flex-direction:column;text-align:center}.logo-content,.text-content{align-items:center;display:flex;justify-content:center;padding:1rem}.logo-content{flex:0 0 auto}.right-logo{max-height:100px;max-width:80%;object-fit:contain}.indicator-container{bottom:1rem;display:flex;gap:.5rem;justify-content:center;left:0;position:absolute;right:0;z-index:5}.indicator{border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.active-indicator{background-color:#fff;border-radius:4px;width:24px}.inactive-indicator{background-color:#ffffff80}.left-text-content{box-sizing:border-box;justify-content:center}.left-text-content,.nosotros-section{display:flex;flex-direction:column;height:100%;padding:1rem}.nosotros-section{align-items:center;color:#fff;overflow-y:auto;text-align:center}.nosotros-section h2{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:600;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.nosotros-section p{color:#f0f0f0;font-size:clamp(.9rem,3vw,1.1rem);line-height:1.5;margin:0 auto;max-width:600px}.right-text-content{box-sizing:border-box}.caracteristicas-section,.right-text-content{display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:1rem}.caracteristicas-section{align-items:center;color:#fff;overflow-y:auto}.caracteristicas-section h2{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:600;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.caracteristicas-section ul{list-style-type:none;margin:0;max-width:500px;padding:0;width:100%}.caracteristicas-section li{color:#f0f0f0;font-size:clamp(.9rem,3vw,1.1rem);line-height:1.4;margin-bottom:.8rem;padding-left:1.5rem;position:relative;text-align:left}.caracteristicas-section li:before{color:#fff;content:"•";font-size:1.2rem;left:0;line-height:1;position:absolute;top:0}.left-logo-single{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:1.5rem;width:100%}.left-logo-img{max-height:100%;max-width:100%;object-fit:contain}.portrait-padding{padding:1rem}.landscape-padding{padding:2rem}.left-logos-multiple{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));overflow-y:auto;padding:1rem;width:100%}.left-logo-item,.left-logos-multiple{align-items:center;height:100%;justify-content:center}.left-logo-item{display:flex}.left-logo-img-multiple{max-height:100%;max-width:100%;object-fit:contain}.right-logos-container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-around;overflow-y:auto;padding:1rem;width:100%}.portrait-layout{align-content:center;flex-direction:row}.landscape-layout{flex-direction:column}.right-logo-item{align-items:center;display:flex;justify-content:center;margin:.5rem}.portrait-size{height:100px;width:30%}.landscape-size{height:200px}.right-logo-img{max-height:100%;max-width:100%;object-fit:contain}@media (max-width:980px){.portrait-left{height:70%!important}.portrait-right{height:30%!important}.portrait-left:has(.left-text-content){height:60%!important}.portrait-right:has(.right-text-content){height:40%!important}.right-content{flex-direction:row;justify-content:center}.text-content{flex:0 0 auto}}.no-logos .portrait-left,.no-logos .portrait-right{height:50%!important}.left-logo-single:empty{display:none}@media (max-width:480px){.portrait-left{height:55%}.portrait-right{height:45%}.caracteristicas-section,.nosotros-section{padding:.8rem}.caracteristicas-section li{margin-bottom:.5rem;padding-left:1.2rem}.left-logo-single{padding:1rem}.left-logos-multiple{grid-template-columns:1fr}.portrait-size{width:40%}}.item-title{color:#fff;font-family:Allura;font-size:3.5rem;margin-bottom:.5rem;margin-top:0;text-shadow:0 1px 2px #0000004d}.item-description{color:#f0f0f0;font-size:1.2rem;line-height:1.4;margin-top:0;padding:0 1rem}.enlarged-logo{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.enlarged-logo .left-logo-img{max-height:80%;max-width:80%;object-fit:contain}.logo-content.enlarged-right-logo{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.logo-content.enlarged-right-logo .right-logo{max-height:70%;max-width:70%;object-fit:contain}.text-content:empty{display:none}@media (max-width:1024px){.item-detail-container{height:100%!important}.logo-content.enlarged-right-logo{flex:0 0 auto;padding:1rem}.logo-content.enlarged-right-logo .right-logo{max-height:100px;max-width:80%}.right-content{flex-direction:row;justify-content:center}.text-content.portrait-text{flex:0 0 auto}}.maintenance-container{align-items:center;background:linear-gradient(135deg,#f4f4f4,#eaeaea);display:flex;height:100vh;justify-content:center;padding:20px;text-align:center}.maintenance-content{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;max-width:500px;padding:40px 30px;transition:all .3s ease;width:100%}.maintenance-icon{color:#4a90e2;font-size:60px;margin-bottom:20px}.maintenance-content h1{color:#333;font-size:28px;margin-bottom:10px}.maintenance-content p{color:#666;font-size:16px;margin-bottom:20px}.maintenance-subtext{color:#aaa;font-size:14px}.logoMaintenace{height:100px}
/*# sourceMappingURL=main.39507751.css.map*/