.Header-module__ldgnoG__header{height:var(--header-height);z-index:1000;transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{height:70px;box-shadow:var(--shadow)}.Header-module__ldgnoG__headerContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__ldgnoG__logo{align-items:center;display:flex}.Header-module__ldgnoG__logoImage{-o-object-fit:contain;object-fit:contain;width:auto}.Header-module__ldgnoG__desktopNav{gap:32px;display:none}@media (min-width:1024px){.Header-module__ldgnoG__desktopNav{display:flex}}.Header-module__ldgnoG__navLink{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.95rem;font-weight:500;display:flex;position:relative}.Header-module__ldgnoG__navLink:hover{color:var(--lg-red)}.Header-module__ldgnoG__chevron{transition:transform .3s}.Header-module__ldgnoG__navItemDropdown:hover .Header-module__ldgnoG__chevron{transform:rotate(180deg)}.Header-module__ldgnoG__navItemDropdown{position:relative}.Header-module__ldgnoG__megaMenu{background-color:var(--background);border:1px solid var(--border);opacity:0;visibility:hidden;z-index:100;border-radius:12px;width:min(900px,90vw);padding:30px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0000001a}.Header-module__ldgnoG__navItemDropdown:hover .Header-module__ldgnoG__megaMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__ldgnoG__megaMenuGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Header-module__ldgnoG__megaMenuItem{color:var(--foreground);border-radius:8px;align-items:center;gap:12px;padding:10px;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.Header-module__ldgnoG__megaMenuItem:hover{background-color:var(--surface);color:var(--lg-red)}.Header-module__ldgnoG__categoryIcon{background-color:var(--surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__ldgnoG__categoryIcon img{-o-object-fit:contain;object-fit:contain}.Header-module__ldgnoG__navLink:after{content:"";background-color:var(--lg-red);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLink:hover:after{width:100%}.Header-module__ldgnoG__actions{align-items:center;gap:16px;display:flex}.Header-module__ldgnoG__contactBtn{background-color:var(--surface);border:1px solid var(--border);color:var(--foreground);border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;display:flex}.Header-module__ldgnoG__contactBtn:hover{border-color:var(--lg-red);color:var(--lg-red)}.Header-module__ldgnoG__btnText{display:none}@media (min-width:640px){.Header-module__ldgnoG__btnText{display:inline}}.Header-module__ldgnoG__mobileMenuToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;display:block}@media (min-width:1024px){.Header-module__ldgnoG__mobileMenuToggle{display:none}}.Header-module__ldgnoG__mobileNav{top:var(--header-height);background-color:var(--background);z-index:999;padding:40px 24px;transition:transform .3s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.Header-module__ldgnoG__mobileNavOpen{transform:translate(0)}.Header-module__ldgnoG__mobileNavLinks{flex-direction:column;gap:16px;font-size:1.15rem;font-weight:600;display:flex}.Header-module__ldgnoG__mobileNavLinks a{padding:8px 0}.Header-module__ldgnoG__mobileSubMenu{flex-direction:column;display:flex}.Header-module__ldgnoG__mobileNavLink{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 0;font-size:1.15rem;font-weight:600;display:flex}.Header-module__ldgnoG__mobileChevron{transition:transform .3s}.Header-module__ldgnoG__rotate{transform:rotate(180deg)}.Header-module__ldgnoG__mobileSubMenuItems{flex-direction:column;gap:8px;margin-bottom:10px;padding-left:20px;display:none}.Header-module__ldgnoG__show{display:flex}.Header-module__ldgnoG__mobileSubMenuItems a{color:var(--muted);padding:8px 0;font-size:1rem;font-weight:500}.Header-module__ldgnoG__mobileSubMenuItems a:active{color:var(--lg-red)}
.Footer-module__Grjkva__footer{background-color:var(--surface);border-top:1px solid var(--border);margin-top:auto;padding:80px 0 40px}.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr;gap:48px;margin-bottom:60px;display:grid}@media (min-width:768px){.Footer-module__Grjkva__footerGrid{grid-template-columns:2fr 1fr 1fr 2fr}}.Footer-module__Grjkva__logo{align-items:center;margin-bottom:24px;display:flex}.Footer-module__Grjkva__logoImage{-o-object-fit:contain;object-fit:contain;width:auto}.Footer-module__Grjkva__description{color:var(--muted);max-width:300px;margin-bottom:24px}.Footer-module__Grjkva__socials{gap:16px;display:flex}.Footer-module__Grjkva__socialLink{background-color:var(--background);border:1px solid var(--border);width:40px;height:40px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialLink:hover{background-color:var(--lg-red);color:#fff;border-color:var(--lg-red);transform:translateY(-3px)}.Footer-module__Grjkva__sectionTitle{color:var(--foreground);margin-bottom:24px;font-size:1.125rem;font-weight:700}.Footer-module__Grjkva__links{flex-direction:column;gap:12px;display:flex}.Footer-module__Grjkva__links li a{color:var(--muted);transition:var(--transition)}.Footer-module__Grjkva__links li a:hover{color:var(--lg-red);padding-left:4px}.Footer-module__Grjkva__contactList{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__contactList li{color:var(--muted);gap:12px;display:flex}.Footer-module__Grjkva__icon{color:var(--lg-red);flex-shrink:0}.Footer-module__Grjkva__contactList li a:hover{color:var(--lg-red)}.Footer-module__Grjkva__bottomBar{border-top:1px solid var(--border);text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:16px;padding-top:40px;font-size:.9rem;display:flex}@media (min-width:768px){.Footer-module__Grjkva__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__Grjkva__bottomLinks{gap:24px;display:flex}.Footer-module__Grjkva__bottomLinks a:hover{color:var(--lg-red)}
.product-module__TxDV0W__main{background:var(--background);min-height:100vh}.product-module__TxDV0W__backLink{color:#666;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.product-module__TxDV0W__backLink:hover{color:var(--lg-red)}.product-module__TxDV0W__productGrid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-bottom:4rem;display:grid}.product-module__TxDV0W__imageSection,.product-module__TxDV0W__contentSection{width:100%;min-width:0}.product-module__TxDV0W__categoryBadge{text-transform:uppercase;color:#666;background:#f0f0f0;border-radius:2rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.product-module__TxDV0W__productName{color:#111;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.product-module__TxDV0W__tagline{color:#555;margin-bottom:2rem;font-size:1.25rem;line-height:1.4}.product-module__TxDV0W__featuresList{flex-direction:column;gap:.85rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.product-module__TxDV0W__featureItem{color:#444;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:500;line-height:1.4;display:flex}.product-module__TxDV0W__checkIcon{color:#a50034;flex-shrink:0;margin-top:2px}.product-module__TxDV0W__pricingWrapper{margin-bottom:2.5rem}.product-module__TxDV0W__priceSection{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.product-module__TxDV0W__priceCard{background:#f9f9f9;border-radius:1rem;padding:1.5rem}.product-module__TxDV0W__priceLabel{color:#666;margin-bottom:.5rem;font-size:.875rem;display:block}.product-module__TxDV0W__priceValue{color:#333;font-size:1.25rem;font-weight:700}.product-module__TxDV0W__richContent{border-top:1px solid #eee;padding-top:4rem}@media (max-width:968px){.product-module__TxDV0W__productGrid{grid-template-columns:1fr;gap:2rem}.product-module__TxDV0W__productName{font-size:2.25rem}}@media (max-width:480px){.product-module__TxDV0W__priceSection{grid-template-columns:1fr}}
.ProductGallery-module__IgxmDa__gallery{flex-direction:column;gap:1.5rem;display:flex}.ProductGallery-module__IgxmDa__mainContainer{aspect-ratio:1;background:#f8f8f8;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.ProductGallery-module__IgxmDa__imageWrapper{width:100%;height:100%;position:relative}.ProductGallery-module__IgxmDa__mainImage{-o-object-fit:contain;object-fit:contain;padding:2rem;transition:transform .5s}.ProductGallery-module__IgxmDa__videoWrapper{background:#000;width:100%;height:100%;position:relative}.ProductGallery-module__IgxmDa__videoWrapper iframe{border:none;width:100%;height:100%}.ProductGallery-module__IgxmDa__closeVideo{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.ProductGallery-module__IgxmDa__closeVideo:hover{background:#fff;transform:scale(1.1)}.ProductGallery-module__IgxmDa__navButton{cursor:pointer;color:#333;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 1rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductGallery-module__IgxmDa__navButton:hover{color:var(--lg-red);background:#fff;box-shadow:0 4px 12px #0000001a}.ProductGallery-module__IgxmDa__playButton{background:var(--lg-red);color:#fff;cursor:pointer;border:none;border-radius:2rem;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #e600284d}.ProductGallery-module__IgxmDa__playButton:hover{background:#d00024;transform:translate(-50%)translateY(-2px);box-shadow:0 6px 20px #e6002866}.ProductGallery-module__IgxmDa__thumbnails{scrollbar-width:thin;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProductGallery-module__IgxmDa__thumbnail{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:.75rem;flex:0 0 80px;height:80px;padding:.25rem;transition:all .2s;position:relative;overflow:hidden}.ProductGallery-module__IgxmDa__thumbnail:hover{border-color:#ddd}.ProductGallery-module__IgxmDa__thumbnail.ProductGallery-module__IgxmDa__active{border-color:var(--lg-red)}.ProductGallery-module__IgxmDa__thumbnail img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.ProductGallery-module__IgxmDa__videoThumb{color:#fff;background:#333;justify-content:center;align-items:center;width:100%;height:100%;display:flex}
.CategoryNav-module__XVp9EW__navWrapper{top:var(--header-height);z-index:40;background-color:#f0ece4;border-bottom:1px solid #e2e2e2;width:100%;position:sticky}.CategoryNav-module__XVp9EW__outerContainer{max-width:1550px;margin:0 auto;position:relative;overflow:hidden}.CategoryNav-module__XVp9EW__scrollContainer{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:2.5rem;padding:1.5rem 2rem;display:flex;overflow-x:auto}.CategoryNav-module__XVp9EW__scrollContainer::-webkit-scrollbar{display:none}.CategoryNav-module__XVp9EW__navItem{text-align:center;color:#4a4a4a;scroll-snap-align:center;cursor:pointer;border-bottom:2px solid #0000;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:100px;max-width:150px;padding:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.CategoryNav-module__XVp9EW__navItem:hover{color:var(--lg-red)}.CategoryNav-module__XVp9EW__activeItem{color:var(--lg-red);border-bottom-color:var(--lg-red)}.CategoryNav-module__XVp9EW__iconWrapper{justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.75rem;transition:transform .3s;display:flex;position:relative}.CategoryNav-module__XVp9EW__navItem:hover .CategoryNav-module__XVp9EW__iconWrapper{transform:translateY(-4px)}.CategoryNav-module__XVp9EW__iconImage{-o-object-fit:contain;object-fit:contain;filter:grayscale(.2);transition:filter .3s}.CategoryNav-module__XVp9EW__navItem:hover .CategoryNav-module__XVp9EW__iconImage{filter:grayscale(0)}.CategoryNav-module__XVp9EW__label{white-space:nowrap}.CategoryNav-module__XVp9EW__scrollBtn{cursor:pointer;z-index:50;color:#000;background:linear-gradient(90deg,#f0ece4e6,#f0ece4b3);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.CategoryNav-module__XVp9EW__scrollBtn:hover{background:#fff;box-shadow:0 4px 12px #00000026}.CategoryNav-module__XVp9EW__scrollBtnLeft{left:10px}.CategoryNav-module__XVp9EW__scrollBtnRight{right:10px}.CategoryNav-module__XVp9EW__hidden{opacity:0;pointer-events:none}@media (max-width:768px){.CategoryNav-module__XVp9EW__scrollBtn{display:none}.CategoryNav-module__XVp9EW__scrollContainer{gap:1.5rem;padding:1rem}.CategoryNav-module__XVp9EW__navItem{min-width:80px;font-size:.75rem}}
.PricingComparison-module__AVaKZG__pricing{width:100%}.PricingComparison-module__AVaKZG__toggleContainer{background:#f1f1f1;border-radius:1rem;width:fit-content;margin-bottom:2rem;padding:.4rem;display:flex}.PricingComparison-module__AVaKZG__toggleButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:.75rem;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.PricingComparison-module__AVaKZG__toggleButton.PricingComparison-module__AVaKZG__active{color:#333;background:#fff;box-shadow:0 4px 10px #0000000d}.PricingComparison-module__AVaKZG__content{min-height:200px}.PricingComparison-module__AVaKZG__plansGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.PricingComparison-module__AVaKZG__planCard{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:1.25rem;padding:1.5rem;transition:all .3s;position:relative}.PricingComparison-module__AVaKZG__planCard:hover{border-color:#ddd;transform:translateY(-4px)}.PricingComparison-module__AVaKZG__planCard.PricingComparison-module__AVaKZG__selected{border-color:var(--lg-red);background:#e6002805}.PricingComparison-module__AVaKZG__planHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PricingComparison-module__AVaKZG__period{font-size:1.1rem;font-weight:700}.PricingComparison-module__AVaKZG__badge{color:var(--lg-red);background:#fff0f2;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.PricingComparison-module__AVaKZG__priceContainer{align-items:baseline;margin-bottom:1rem;display:flex}.PricingComparison-module__AVaKZG__currency{font-size:1.25rem;font-weight:600}.PricingComparison-module__AVaKZG__price{letter-spacing:-1px;font-size:2.5rem;font-weight:800}.PricingComparison-module__AVaKZG__month{color:#666;font-size:.9rem}.PricingComparison-module__AVaKZG__service{color:#555;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.PricingComparison-module__AVaKZG__outrightCard{background:#fdfdfd;border:1px solid #eee;border-radius:1.5rem;padding:2.5rem}.PricingComparison-module__AVaKZG__specs{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.PricingComparison-module__AVaKZG__specItem{color:#444;align-items:center;gap:.75rem;display:flex}.PricingComparison-module__AVaKZG__action{margin-top:2.5rem}.PricingComparison-module__AVaKZG__inquireButton{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:2rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #25d3664d}.PricingComparison-module__AVaKZG__inquireButton:hover{background:#20ba56;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media (max-width:640px){.PricingComparison-module__AVaKZG__specs{grid-template-columns:1fr}}.PricingComparison-module__AVaKZG__promoNote{color:var(--lg-red);text-align:center;border:1px dashed var(--lg-red);background-color:#ffeef0;border-radius:8px;margin-top:10px;padding:6px 12px;font-size:.85rem;font-weight:700}
.Hero-module__JgYmMq__hero{width:100%;height:calc(100vh - var(--header-height));background-color:#e4d0b0;min-height:600px;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroImage{-o-object-fit:cover;object-fit:cover;height:100%;display:block}.Hero-module__JgYmMq__actions{z-index:10;flex-direction:column;gap:12px;display:flex;position:absolute;top:12vw;left:3vw}@media (min-width:1024px){.Hero-module__JgYmMq__actions{align-items:flex-start;gap:16px}}.Hero-module__JgYmMq__subscribeBtn{color:#fff;background-color:#dc2626;border-radius:50px;align-items:center;gap:8px;padding:8px 20px;font-size:.875rem;font-weight:600;transition:background-color .3s;display:flex}@media (min-width:1024px){.Hero-module__JgYmMq__subscribeBtn{font-size:1rem}}.Hero-module__JgYmMq__subscribeBtn:hover{background-color:#b91c1c}.Hero-module__JgYmMq__arrow{font-size:1.125rem}.Hero-module__JgYmMq__secondaryBtn{padding:8px 20px;font-size:.875rem}@media (min-width:1024px){.Hero-module__JgYmMq__secondaryBtn{font-size:1rem}}.Hero-module__JgYmMq__badge,.Hero-module__JgYmMq__title,.Hero-module__JgYmMq__description,.Hero-module__JgYmMq__highlight{display:none}
.SpecificationsTable-module__8_b-LG__container{background:#fff;border-radius:1.5rem;margin:4rem 0;padding:3rem;box-shadow:0 4px 20px #00000005}.SpecificationsTable-module__8_b-LG__title{text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.SpecificationsTable-module__8_b-LG__specsWrapper{flex-direction:column;gap:3rem;display:flex}.SpecificationsTable-module__8_b-LG__section{flex-direction:column;display:flex}.SpecificationsTable-module__8_b-LG__sectionHeader{color:#111;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ddd;margin-bottom:2rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:800}.SpecificationsTable-module__8_b-LG__itemsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.SpecificationsTable-module__8_b-LG__item{flex-direction:column;gap:.5rem;display:flex}.SpecificationsTable-module__8_b-LG__itemKey{color:#888;font-size:.8rem;font-weight:600}.SpecificationsTable-module__8_b-LG__itemValue{color:#111;font-size:.95rem;font-weight:700;line-height:1.4}.SpecificationsTable-module__8_b-LG__flatRow{border-bottom:1px solid #eee;max-width:800px;padding:1rem 0;display:flex}.SpecificationsTable-module__8_b-LG__key{color:#666;flex:0 0 40%;font-weight:600}.SpecificationsTable-module__8_b-LG__value{color:#333;flex:1;font-weight:500}@media (max-width:1024px){.SpecificationsTable-module__8_b-LG__itemsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SpecificationsTable-module__8_b-LG__container{padding:2rem 1.5rem}.SpecificationsTable-module__8_b-LG__itemsGrid{grid-template-columns:1fr;gap:1.5rem}.SpecificationsTable-module__8_b-LG__flatRow{flex-direction:column;gap:.25rem}}
.ProductCard-module__g-pugq__card{background-color:var(--background);border:1px solid var(--border);transition:var(--transition);border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden}.ProductCard-module__g-pugq__card:hover{box-shadow:var(--shadow);border-color:#e6002833}.ProductCard-module__g-pugq__imageContainer{aspect-ratio:1;background-color:#fcfcfc;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductCard-module__g-pugq__productImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:24px}.ProductCard-module__g-pugq__rentalBadge{background-color:var(--foreground);color:var(--background);text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:16px;right:16px;box-shadow:0 4px 10px #0000001a}.ProductCard-module__g-pugq__promoBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:linear-gradient(135deg,#e60028,#b20020);border-radius:50px;padding:4px 14px;font-size:.75rem;font-weight:800;animation:2s infinite ProductCard-module__g-pugq__pulse;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #e600284d}@keyframes ProductCard-module__g-pugq__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.ProductCard-module__g-pugq__content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.ProductCard-module__g-pugq__productName{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3rem;margin-bottom:16px;font-size:1.15rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__g-pugq__priceContainer{background-color:#00000008;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:20px;padding:12px;display:flex}.ProductCard-module__g-pugq__priceItem{flex-direction:column;gap:2px;display:flex}.ProductCard-module__g-pugq__priceLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.ProductCard-module__g-pugq__priceValue{color:var(--lg-red);font-size:1.1rem;font-weight:800}.ProductCard-module__g-pugq__planNote{color:var(--lg-red);border-left:2px solid var(--lg-red);background-color:#e600280d;border-radius:4px;margin-top:4px;padding:4px 8px;font-size:.75rem;font-style:italic}.ProductCard-module__g-pugq__features{color:var(--muted);flex-direction:column;gap:8px;margin-bottom:24px;font-size:.9rem;display:flex}.ProductCard-module__g-pugq__features li{align-items:center;gap:8px;display:flex}.ProductCard-module__g-pugq__features li:before{content:"•";color:var(--lg-red)}.ProductCard-module__g-pugq__actions{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.ProductCard-module__g-pugq__detailsLink{color:var(--foreground);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.ProductCard-module__g-pugq__detailsLink:after{content:"";z-index:1;position:absolute;inset:0}.ProductCard-module__g-pugq__detailsLink:hover{color:var(--lg-red)}.ProductCard-module__g-pugq__waBtn{z-index:2;color:#fff;width:44px;height:44px;transition:var(--transition);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.ProductCard-module__g-pugq__waBtn:hover{transform:scale(1.1);box-shadow:0 4px 12px #25d3664d}
.about-module__8TymFG__main{min-height:100vh}.about-module__8TymFG__hero{background-color:var(--surface);text-align:center;padding:160px 0 80px}.about-module__8TymFG__badge{color:var(--lg-red);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:.85rem;font-weight:700;display:inline-block}.about-module__8TymFG__title{color:var(--foreground);margin-bottom:24px;font-size:3.5rem;font-weight:800}.about-module__8TymFG__subtitle{color:var(--muted);max-width:800px;margin:0 auto;font-size:1.25rem}.about-module__8TymFG__contentSection{padding:100px 0}.about-module__8TymFG__grid{grid-template-columns:1fr;align-items:center;gap:60px;display:grid}@media (min-width:1024px){.about-module__8TymFG__grid{grid-template-columns:1fr 1.2fr}}.about-module__8TymFG__textContent h2{margin-bottom:24px;font-size:2.5rem}.about-module__8TymFG__textContent p{color:var(--muted);margin-bottom:20px;font-size:1.125rem}.about-module__8TymFG__imageWrapper{box-shadow:var(--shadow);border-radius:32px;overflow:hidden}.about-module__8TymFG__imageWrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.about-module__8TymFG__services{background-color:var(--background);padding:100px 0}.about-module__8TymFG__sectionHeader{text-align:center;margin-bottom:60px}.about-module__8TymFG__sectionHeader h2{margin-bottom:16px;font-size:2.5rem}.about-module__8TymFG__sectionHeader p{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.125rem}.about-module__8TymFG__serviceGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;display:grid}.about-module__8TymFG__serviceCard{background-color:var(--surface);border:1px solid var(--border);transition:var(--transition);border-radius:24px;padding:40px}.about-module__8TymFG__serviceCard:hover{border-color:var(--lg-red);box-shadow:var(--shadow);transform:translateY(-5px)}.about-module__8TymFG__iconWrapper{width:60px;height:60px;color:var(--lg-red);background-color:#e600281a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.about-module__8TymFG__serviceCard h3{margin-bottom:12px;font-size:1.25rem}.about-module__8TymFG__serviceCard p{color:var(--muted)}
.contact-module__swMWYG__main{min-height:100vh}.contact-module__swMWYG__hero{background-color:var(--surface);text-align:center;padding:160px 0 80px}.contact-module__swMWYG__title{color:var(--foreground);margin-bottom:24px;font-size:3.5rem;font-weight:800}.contact-module__swMWYG__subtitle{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.25rem}.contact-module__swMWYG__contactDetails{padding:100px 0}.contact-module__swMWYG__contactGrid{grid-template-columns:1fr;gap:60px;display:grid}@media (min-width:1024px){.contact-module__swMWYG__contactGrid{grid-template-columns:1fr 1fr;align-items:flex-start}}.contact-module__swMWYG__infoColumn{flex-direction:column;gap:32px;display:flex}.contact-module__swMWYG__infoCard{background-color:var(--background);border:1px solid var(--border);transition:var(--transition);border-radius:24px;gap:24px;padding:32px;display:flex}.contact-module__swMWYG__infoCard:hover{border-color:var(--lg-red);box-shadow:var(--shadow)}.contact-module__swMWYG__iconWrapper{width:56px;height:56px;color:var(--lg-red);background-color:#e600281a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__infoCard h3{margin-bottom:8px;font-size:1.25rem}.contact-module__swMWYG__infoCard p{color:var(--muted);margin-bottom:12px}.contact-module__swMWYG__mapLink,.contact-module__swMWYG__actionLinks a{color:var(--lg-red);font-weight:600;text-decoration:underline}.contact-module__swMWYG__separator{color:var(--border);margin:0 8px}.contact-module__swMWYG__status{color:#25d366;font-size:.9rem;font-weight:700}.contact-module__swMWYG__formColumn{position:sticky;top:120px}.contact-module__swMWYG__directContact{background-color:var(--surface);text-align:center;border:1px dashed var(--lg-red);border-radius:32px;padding:60px 40px}.contact-module__swMWYG__chatIcon{color:#25d366;justify-content:center;margin-bottom:24px;display:flex}.contact-module__swMWYG__directContact h2{margin-bottom:16px;font-size:2rem}.contact-module__swMWYG__directContact p{color:var(--muted);margin-bottom:40px;line-height:1.8}
.faq-module__6AW0yG__main{min-height:100vh}.faq-module__6AW0yG__hero{background-color:var(--surface);text-align:center;padding:160px 0 80px}.faq-module__6AW0yG__title{margin-bottom:24px;font-size:3.5rem;font-weight:800}.faq-module__6AW0yG__subtitle{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.25rem}.faq-module__6AW0yG__faqSection{padding:100px 0}.faq-module__6AW0yG__faqList{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.faq-module__6AW0yG__faqItem{background-color:var(--surface);border:1px solid var(--border);transition:var(--transition);border-radius:16px;overflow:hidden}.faq-module__6AW0yG__faqItem[open]{border-color:var(--lg-red);box-shadow:var(--shadow)}.faq-module__6AW0yG__question{cursor:pointer;justify-content:space-between;align-items:center;padding:24px 32px;font-size:1.125rem;font-weight:700;list-style:none;display:flex}.faq-module__6AW0yG__question::-webkit-details-marker{display:none}.faq-module__6AW0yG__plus{color:var(--lg-red)}.faq-module__6AW0yG__minus{color:var(--lg-red);display:none}.faq-module__6AW0yG__faqItem[open] .faq-module__6AW0yG__plus{display:none}.faq-module__6AW0yG__faqItem[open] .faq-module__6AW0yG__minus{display:block}.faq-module__6AW0yG__answer{color:var(--muted);border-top:1px solid #0000;padding:0 32px 32px;line-height:1.8}.faq-module__6AW0yG__faqItem[open] .faq-module__6AW0yG__answer{border-color:var(--border);padding-top:24px}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.page-module___8aEwW__sectionHeaderCentered{text-align:center;margin-bottom:48px}.page-module___8aEwW__sectionBadge{color:var(--lg-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.page-module___8aEwW__sectionTitle{color:var(--foreground);font-size:2.5rem;font-weight:800}.page-module___8aEwW__viewAll{color:var(--muted);align-items:center;gap:8px;font-weight:600;display:flex}.page-module___8aEwW__viewAll:hover{color:var(--lg-red)}.page-module___8aEwW__promotions{background:var(--background);padding:80px 0}.page-module___8aEwW__promoGrid{grid-template-columns:repeat(1,1fr);gap:32px;display:grid}@media (min-width:768px){.page-module___8aEwW__promoGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module___8aEwW__promoGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__promoCard{background:var(--accent-color);color:#fff;border-radius:24px;flex-direction:column;gap:20px;padding:40px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.page-module___8aEwW__promoCard:hover{transform:translateY(-12px);box-shadow:0 20px 40px #0003}.page-module___8aEwW__promoCard:after{content:"";pointer-events:none;background:#ffffff1a;border-radius:50%;width:100%;height:100%;position:absolute;top:-50%;right:-50%}.page-module___8aEwW__promoHighlight{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;background:#fff3;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:20px;right:20px}.page-module___8aEwW__promoIcon{background:#fff3;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.page-module___8aEwW__promoTitle{margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.page-module___8aEwW__promoSubtitle{opacity:.9;flex-grow:1;margin:0;font-size:1rem}.page-module___8aEwW__promoAction{color:#fff;width:fit-content;transition:var(--transition);background:#0003;border-radius:12px;align-items:center;gap:8px;margin-top:10px;padding:12px 24px;font-weight:700;display:inline-flex}.page-module___8aEwW__promoAction:hover{background:#0000004d;gap:12px}@keyframes page-module___8aEwW__pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.page-module___8aEwW__promoCard[style*=Megadeal]{border:2px solid gold;animation:2s ease-in-out infinite page-module___8aEwW__pulse}.page-module___8aEwW__categories{background-color:var(--surface);margin-top:48px;padding-top:48px;padding-bottom:48px}.page-module___8aEwW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (min-width:768px){.page-module___8aEwW__categoryGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module___8aEwW__categoryGrid{grid-template-columns:repeat(4,1fr)}}.page-module___8aEwW__categoryCard{background-color:var(--background);border:1px solid #0000000d;border-radius:8px;padding:0;transition:all .3s;display:block;position:relative;overflow:hidden}.page-module___8aEwW__categoryCard:hover{filter:brightness(1.05);transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.page-module___8aEwW__categoryImageWrapper{aspect-ratio:1.4;width:100%;position:relative}.page-module___8aEwW__categoryImage{-o-object-fit:contain;object-fit:contain;padding:24px}.page-module___8aEwW__categoryOverlay{pointer-events:none;text-align:center;background:linear-gradient(#0000 0%,#0000004d 100%);padding:24px;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__catName{color:#fff;background-color:#ce3c3e;border-radius:4px;padding:8px 16px;font-size:1rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px #0003}.page-module___8aEwW__subscribeIntro{background-color:var(--surface);text-align:center;padding:80px 0}.page-module___8aEwW__tabsWrapper{border-bottom:1px solid var(--border);justify-content:center;gap:40px;margin-bottom:48px;display:flex}.page-module___8aEwW__tab{cursor:pointer;color:var(--muted);transition:var(--transition);padding:16px 24px;font-size:1.25rem;font-weight:700;position:relative}.page-module___8aEwW__tab:hover,.page-module___8aEwW__activeTab{color:var(--foreground)}.page-module___8aEwW__activeTab:after{content:"";background-color:var(--lg-red);height:3px;position:absolute;bottom:-1px;left:0;right:0}.page-module___8aEwW__centeredHeader{max-width:800px;margin:0 auto 48px}.page-module___8aEwW__tabDescription{color:var(--muted);margin-top:24px;font-size:1.125rem;line-height:1.8}.page-module___8aEwW__bannerWrapper{box-shadow:var(--shadow);border-radius:24px;margin-top:60px;overflow:hidden}.page-module___8aEwW__bannerImage{width:100%;height:auto;display:block}.page-module___8aEwW__benefitsSection{background-color:var(--background);padding:80px 0}.page-module___8aEwW__benefitsGrid{grid-template-columns:repeat(1,1fr);gap:32px;margin-top:48px;display:grid}@media (min-width:768px){.page-module___8aEwW__benefitsGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__benefitCard{background-color:var(--surface);text-align:center;transition:var(--transition);border:1px solid var(--border);border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:40px;display:flex}.page-module___8aEwW__benefitCard:hover{box-shadow:var(--shadow);border-color:var(--lg-red);transform:translateY(-8px)}.page-module___8aEwW__benefitIcon{width:64px;height:64px;color:var(--lg-red);background-color:#fff;border-radius:16px;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 16px #0000000d}.page-module___8aEwW__benefitTitle{margin:0;font-size:1.25rem;font-weight:700}.page-module___8aEwW__benefitDescription{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.page-module___8aEwW__sectionSubtitle{color:var(--muted);max-width:600px;margin:16px auto 0;font-size:1.125rem}.page-module___8aEwW__certifications{background-color:var(--surface);border-top:1px solid var(--border)}.page-module___8aEwW__certificationGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (min-width:640px){.page-module___8aEwW__certificationGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module___8aEwW__certificationGrid{grid-template-columns:repeat(5,1fr)}}.page-module___8aEwW__certificationCard{background-color:var(--background);border:1px solid var(--border);transition:var(--transition);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:16px;padding:24px 16px;display:flex}.page-module___8aEwW__certificationCard:hover{box-shadow:var(--shadow);border-color:var(--lg-red);transform:translateY(-5px)}.page-module___8aEwW__certificationLogo{justify-content:center;align-items:center;width:80px;height:80px;display:flex}.page-module___8aEwW__certImage{-o-object-fit:contain;object-fit:contain;filter:grayscale(.2);max-width:100%;max-height:100%;transition:var(--transition)}.page-module___8aEwW__certificationCard:hover .page-module___8aEwW__certImage{filter:grayscale(0)}.page-module___8aEwW__certName{color:var(--muted);font-size:.875rem;font-weight:600}.page-module___8aEwW__certificationCard:hover .page-module___8aEwW__certName{color:var(--foreground)}
.category-module__4m2lnG__main{background-color:var(--background);min-height:100vh}.category-module__4m2lnG__hero{text-align:center;background:linear-gradient(#fdfdfd 0%,#fff 100%);border-bottom:1px solid #f0f0f0;padding:140px 0 80px}.category-module__4m2lnG__title{letter-spacing:-2px;color:#111;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1}.category-module__4m2lnG__subtitle{color:#666;max-width:700px;margin:0 auto;font-size:1.4rem;line-height:1.5}.category-module__4m2lnG__productSection{padding:100px 0}.category-module__4m2lnG__productGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:48px 32px;display:grid}.category-module__4m2lnG__empty{text-align:center;color:var(--muted);padding:120px 0;font-size:1.25rem;font-weight:500}@media (max-width:768px){.category-module__4m2lnG__title{font-size:2.75rem}.category-module__4m2lnG__subtitle{font-size:1.1rem}}
.promotions-module__mPEd_W__main{background-color:var(--background);min-height:100vh}.promotions-module__mPEd_W__hero{text-align:center;background-color:#f9f9f9;border-bottom:1px solid #eee;padding:160px 0 80px}.promotions-module__mPEd_W__badge{background-color:var(--lg-red);color:#fff;letter-spacing:1px;border-radius:50px;margin-bottom:24px;padding:4px 16px;font-size:.85rem;font-weight:700;display:inline-block}.promotions-module__mPEd_W__title{color:#111;letter-spacing:-2px;margin-bottom:24px;font-size:3.5rem;font-weight:900}.promotions-module__mPEd_W__subtitle{color:#666;max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.5}.promotions-module__mPEd_W__promoSection{padding:100px 0}.promotions-module__mPEd_W__promoGrid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:968px){.promotions-module__mPEd_W__promoGrid{grid-template-columns:1.5fr 1fr}}.promotions-module__mPEd_W__highlightCard{background:linear-gradient(135deg, var(--lg-red) 0%, #a0001c 100%);color:#fff;text-align:center;border-radius:32px;grid-column:1/-1;justify-content:center;align-items:center;padding:80px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #e6002833}.promotions-module__mPEd_W__promoContent{z-index:2;position:relative}.promotions-module__mPEd_W__promoCard{background-color:#fdfdfd;border:1px solid #eee;border-radius:24px;padding:40px;transition:all .3s}.promotions-module__mPEd_W__promoCard:hover{border-color:var(--lg-red);transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.promotions-module__mPEd_W__iconWrapper{margin-bottom:24px;background-color:#fff3;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-inline:auto;display:flex}.promotions-module__mPEd_W__promoCard .promotions-module__mPEd_W__iconWrapper{color:var(--lg-red);background-color:#e600280d;margin-inline:0}.promotions-module__mPEd_W__promoTitle{letter-spacing:-1px;margin-bottom:16px;font-size:3rem;font-weight:900}.promotions-module__mPEd_W__terms{opacity:.8;margin-top:24px;font-size:.85rem}.promotions-module__mPEd_W__ctaBanner{margin-bottom:100px;padding:80px 0}.promotions-module__mPEd_W__bannerContent{text-align:center;background-color:#fff;border:1px solid #eee;border-radius:40px;padding:80px 60px;box-shadow:0 4px 20px #00000005}.promotions-module__mPEd_W__bannerContent h2{letter-spacing:-1px;margin-bottom:16px;font-size:2.5rem;font-weight:800}.promotions-module__mPEd_W__bannerContent p{color:#666;margin-bottom:32px;font-size:1.1rem}
.Catalogs-module__eNgXzG__shelfWrapper{flex-direction:column;align-items:center;display:flex}.Catalogs-module__eNgXzG__shelfTabs{background:#0000000d;border-radius:50px;gap:20px;margin-bottom:40px;padding:8px;display:flex}.Catalogs-module__eNgXzG__tabBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:40px;padding:10px 24px;font-weight:600;transition:all .3s}.Catalogs-module__eNgXzG__activeTab{color:var(--lg-red);background:#fff;box-shadow:0 4px 12px #0000001a}.Catalogs-module__eNgXzG__shelfContainer{max-width:1200px;margin:0 auto;padding:60px 20px}.Catalogs-module__eNgXzG__shelfRow{margin-bottom:80px;padding-bottom:20px;position:relative}.Catalogs-module__eNgXzG__booksGrid{z-index:2;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:40px;padding:0 20px;display:grid;position:relative}.Catalogs-module__eNgXzG__shelfPlank{z-index:1;background:linear-gradient(#8b5a2b,#5d3a1a);border-radius:4px;width:100%;height:25px;position:absolute;bottom:0;left:0;box-shadow:0 10px 20px #0000004d,inset 0 2px 2px #ffffff1a}.Catalogs-module__eNgXzG__bookWrapper{cursor:pointer;perspective:1000px;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.Catalogs-module__eNgXzG__bookWrapper:hover{transform:translateY(-15px)}.Catalogs-module__eNgXzG__book{width:180px;height:260px;transform-style:preserve-3d;transition:transform .5s;position:relative;box-shadow:10px 10px 20px #0003}.Catalogs-module__eNgXzG__bookWrapper:hover .Catalogs-module__eNgXzG__book{transform:rotateY(-25deg)}.Catalogs-module__eNgXzG__bookCover{z-index:2;backface-visibility:hidden;background-color:#fff;border:1px solid #0000001a;border-radius:2px 5px 5px 2px;width:100%;height:100%;position:absolute;overflow:hidden}.Catalogs-module__eNgXzG__coverImage{-o-object-fit:cover;object-fit:cover;opacity:.8}.Catalogs-module__eNgXzG__coverOverlay{color:#fff;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:15px;display:flex;position:absolute;inset:0}.Catalogs-module__eNgXzG__productType{text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-bottom:4px;font-size:.7rem}.Catalogs-module__eNgXzG__badgeRow{justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:auto;display:flex}.Catalogs-module__eNgXzG__docBadge{text-transform:uppercase;border-radius:10px;padding:2px 8px;font-size:.6rem;font-weight:700;box-shadow:0 2px 4px #0003}.Catalogs-module__eNgXzG__leafletBadge{background:var(--lg-red);color:#fff}.Catalogs-module__eNgXzG__manualBadge{color:#fff;background:#4a5568}.Catalogs-module__eNgXzG__productName{font-size:.9rem;font-weight:600;line-height:1.2}.Catalogs-module__eNgXzG__bookSpine{z-index:1;background:#3d2b1f;width:30px;height:100%;position:absolute;left:0;transform:rotateY(-90deg)translate(-15px);box-shadow:inset 0 0 10px #00000080}.Catalogs-module__eNgXzG__bookTitle{text-align:center;color:var(--foreground);opacity:.7;white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin-top:20px;font-size:.85rem;font-weight:500;overflow:hidden}.Catalogs-module__eNgXzG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Catalogs-module__eNgXzG__modalContent{background:#fff;border-radius:12px;width:95%;max-width:1200px;height:90vh;position:relative;overflow:hidden}.Catalogs-module__eNgXzG__closeButton{cursor:pointer;z-index:1001;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #0003}.Catalogs-module__eNgXzG__closeButton:hover{background:#f0f0f0;transform:scale(1.1)}@media (max-width:768px){.Catalogs-module__eNgXzG__booksGrid{grid-template-columns:repeat(2,1fr);gap:20px}.Catalogs-module__eNgXzG__book{width:140px;height:200px}.Catalogs-module__eNgXzG__bookTitle{max-width:140px;font-size:.75rem}}
.FeatureHighlights-module__Tn-Dra__container{flex-direction:column;gap:8rem;margin:6rem 0;display:flex}.FeatureHighlights-module__Tn-Dra__features{flex-direction:column;gap:6rem;display:flex}.FeatureHighlights-module__Tn-Dra__sectionHeader{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.FeatureHighlights-module__Tn-Dra__sectionTitle{color:#111;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.FeatureHighlights-module__Tn-Dra__sectionDescription{color:#666;font-size:1.25rem;line-height:1.6}.FeatureHighlights-module__Tn-Dra__gridSection{flex-direction:column;display:flex}.FeatureHighlights-module__Tn-Dra__stack{flex-direction:column;gap:4rem;display:flex}.FeatureHighlights-module__Tn-Dra__visualBox{width:100%}.FeatureHighlights-module__Tn-Dra__imageBox{border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px #0000000d}.FeatureHighlights-module__Tn-Dra__image{width:100%;height:auto;transition:transform .6s;display:block}.FeatureHighlights-module__Tn-Dra__block:hover .FeatureHighlights-module__Tn-Dra__image{transform:scale(1.03)}.FeatureHighlights-module__Tn-Dra__videoWrapper,.FeatureHighlights-module__Tn-Dra__videoWrapperGrid{background:#fff;border-radius:2rem;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.FeatureHighlights-module__Tn-Dra__iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.FeatureHighlights-module__Tn-Dra__title{color:#111;margin-bottom:1.5rem;font-size:2.25rem;font-weight:800;line-height:1.2}.FeatureHighlights-module__Tn-Dra__description{color:#555;font-size:1.1rem;line-height:1.6}.FeatureHighlights-module__Tn-Dra__headline{color:#222;margin-top:-.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.FeatureHighlights-module__Tn-Dra__disclaimer{color:#888;margin-top:1rem;font-size:.85rem;font-style:italic;line-height:1.4}.FeatureHighlights-module__Tn-Dra__tag{color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.FeatureHighlights-module__Tn-Dra__grid{grid-template-columns:repeat(var(--cols,1), 1fr);gap:3rem;display:grid}.FeatureHighlights-module__Tn-Dra__grid1Col{flex-direction:column;width:100%;display:flex}.FeatureHighlights-module__Tn-Dra__gridBlock{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.FeatureHighlights-module__Tn-Dra__gridBlock1Col{text-align:center;flex-direction:column;gap:2.5rem;display:flex}.FeatureHighlights-module__Tn-Dra__textBox1Col{padding:0 2rem}.FeatureHighlights-module__Tn-Dra__sideBySideBlock{text-align:left;grid-column:span 2;align-items:center;gap:5rem;display:flex}.FeatureHighlights-module__Tn-Dra__textBoxSide{flex:1;padding-right:2rem}.FeatureHighlights-module__Tn-Dra__textBoxGrid{padding:0 1rem}.FeatureHighlights-module__Tn-Dra__titleSmall{color:#111;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.FeatureHighlights-module__Tn-Dra__descriptionSmall{color:#666;font-size:.95rem;line-height:1.5}.FeatureHighlights-module__Tn-Dra__headlineSmall{color:#333;margin-top:-.25rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.FeatureHighlights-module__Tn-Dra__disclaimerSmall{color:#999;margin-top:.75rem;font-size:.75rem;font-style:italic;line-height:1.3}@media (max-width:1024px){.FeatureHighlights-module__Tn-Dra__grid{grid-template-columns:repeat(min(var(--cols), 2), 1fr);gap:2rem}}@media (max-width:968px){.FeatureHighlights-module__Tn-Dra__block,.FeatureHighlights-module__Tn-Dra__reverse,.FeatureHighlights-module__Tn-Dra__sideBySideBlock{text-align:center;flex-direction:column;gap:2rem}.FeatureHighlights-module__Tn-Dra__container{gap:6rem}.FeatureHighlights-module__Tn-Dra__features{gap:4rem}.FeatureHighlights-module__Tn-Dra__grid1Col{margin:0 auto}.FeatureHighlights-module__Tn-Dra__sectionTitle{font-size:2rem}}@media (max-width:640px){.FeatureHighlights-module__Tn-Dra__grid{grid-template-columns:1fr}.FeatureHighlights-module__Tn-Dra__title{font-size:1.75rem}.FeatureHighlights-module__Tn-Dra__textBox1Col,.FeatureHighlights-module__Tn-Dra__textBoxSide{padding:0 1rem}}
