.Header-module__hBw1pG__header{z-index:1000;background-color:#fff;align-items:center;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000000d}.Header-module__hBw1pG__scrolled{height:90px;box-shadow:0 4px 25px #00000014}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:50px;display:block}.Header-module__hBw1pG__navList{align-items:center;gap:32px;display:flex}.Header-module__hBw1pG__navList a{color:var(--text-main);font-weight:500}.Header-module__hBw1pG__navList a:hover{color:var(--primary-red)}.Header-module__hBw1pG__hasDropdown{padding:10px 0;position:relative}.Header-module__hBw1pG__dropdown{opacity:0;visibility:hidden;z-index:100;background-color:#fff;border:1px solid #0000000d;border-radius:12px;min-width:240px;padding:15px 0;list-style:none;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 40px #0000001f}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__megaDropdown{grid-template-columns:1fr 1fr;gap:30px;min-width:600px;padding:30px;display:grid}.Header-module__hBw1pG__dropdownColumn h4{color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;padding-left:20px;font-size:.75rem}.Header-module__hBw1pG__dropdown li a{font-size:var(--body-size);color:var(--dark-blue);border-radius:8px;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__hBw1pG__dropdown li a:hover{color:var(--primary-red);background-color:#f8f9fa;padding-left:25px}.Header-module__hBw1pG__actions{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__contactInfo{align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__phoneIcon{width:35px;height:35px;color:var(--primary-red);background:#fdf2f2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 12px #d6111e1a}.Header-module__hBw1pG__phoneIcon svg{width:18px;height:18px}.Header-module__hBw1pG__contactInfo:hover .Header-module__hBw1pG__phoneIcon{background:var(--primary-red);color:var(--white);transform:scale(1.1)rotate(-10deg)}.Header-module__hBw1pG__phoneText{flex-direction:column;line-height:1.2;display:flex}.Header-module__hBw1pG__phoneText span{color:#888;font-size:.65rem;font-weight:600}.Header-module__hBw1pG__phoneText strong{font-size:var(--body-size);color:#000}.Header-module__hBw1pG__contactBtn{background-color:var(--primary-red)!important;border-radius:8px!important;padding:12px 25px!important;font-weight:700!important}.Header-module__hBw1pG__contactBtn:hover{background-color:var(--primary-red-hover)!important}.Header-module__hBw1pG__navLabel{cursor:pointer;align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__arrowIcon{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--text-main);width:0;height:0;transition:transform .3s}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__arrowIcon,.Header-module__hBw1pG__dropdownActive .Header-module__hBw1pG__arrowIcon{border-top-color:var(--primary-red);transform:rotate(-180deg)}.Header-module__hBw1pG__mobileMenuOverlay{z-index:998;opacity:0;visibility:hidden;background:#0006;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__mobileMenuOverlay.Header-module__hBw1pG__active{opacity:1;visibility:visible}.Header-module__hBw1pG__mobileMenuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:5px;display:none}.Header-module__hBw1pG__mobileOnly{display:none}.Header-module__hBw1pG__mobileContactBtn{background-color:var(--primary-red)!important;border-radius:8px!important;padding:12px 25px!important;font-weight:700!important}.Header-module__hBw1pG__mobileContactBtn:hover{background-color:var(--primary-red-hover)!important}@media (max-width:991px){.Header-module__hBw1pG__header{height:70px}.Header-module__hBw1pG__mobileMenuToggle{display:block}.Header-module__hBw1pG__nav{z-index:999;background:#fff;width:300px;height:100vh;padding:80px 30px;transition:right .4s cubic-bezier(.165,.84,.44,1);display:block;position:fixed;top:0;right:-300px;box-shadow:-5px 0 25px #0000001a}.Header-module__hBw1pG__mobileNavOpen{right:0!important}.Header-module__hBw1pG__navList{flex-direction:column;align-items:flex-start;gap:20px}.Header-module__hBw1pG__hasDropdown{width:100%}.Header-module__hBw1pG__megaDropdown{min-width:100%;box-shadow:none;grid-template-columns:1fr;gap:20px;padding:15px 0 15px 15px;display:none;position:static;opacity:1!important;visibility:visible!important;transform:none!important}.Header-module__hBw1pG__mobileDropdownVisible{display:grid!important}.Header-module__hBw1pG__loginLink,.Header-module__hBw1pG__contactInfo{display:none}.Header-module__hBw1pG__contactBtn{display:none!important}.Header-module__hBw1pG__mobileOnly{width:100%;margin-top:20px;display:block}.Header-module__hBw1pG__mobileContactBtn{text-align:center;width:100%}.Header-module__hBw1pG__logoImage{height:36px}.Header-module__hBw1pG__actions{gap:15px}}@media (max-width:768px){.Header-module__hBw1pG__contactBtn{display:none!important}}.Header-module__hBw1pG__hamburgerIcon,.Header-module__hBw1pG__closeIcon{background-color:var(--dark-blue);width:24px;height:2px;transition:all .3s;display:block;position:relative}.Header-module__hBw1pG__closeIcon{background-color:#0000!important}.Header-module__hBw1pG__closeIcon:before{transform:rotate(45deg);top:0!important}.Header-module__hBw1pG__closeIcon:after{transform:rotate(-45deg);top:0!important}.Header-module__hBw1pG__hamburgerIcon:before,.Header-module__hBw1pG__hamburgerIcon:after,.Header-module__hBw1pG__closeIcon:before,.Header-module__hBw1pG__closeIcon:after{content:"";background-color:var(--dark-blue);width:24px;height:2px;transition:all .3s;position:absolute;left:0}.Header-module__hBw1pG__hamburgerIcon:before{top:-8px}.Header-module__hBw1pG__hamburgerIcon:after{top:8px}
.Button-module__iYV4-q__button{cursor:pointer;text-align:center;border:none;border-radius:50px;justify-content:center;align-items:center;font-family:inherit;font-weight:600;transition:all .3s;display:inline-flex}.Button-module__iYV4-q__primary{background-color:var(--primary-red);color:var(--white)}.Button-module__iYV4-q__primary:hover{background-color:var(--primary-red-hover);transform:translateY(-2px);box-shadow:0 4px 12px #d6111e4d}.Button-module__iYV4-q__secondary{background-color:var(--dark-blue);color:var(--white)}.Button-module__iYV4-q__secondary:hover{background-color:#2c3444;transform:translateY(-2px)}.Button-module__iYV4-q__outline{border:2px solid var(--primary-red);color:var(--primary-red);background-color:#0000}.Button-module__iYV4-q__outline:hover{background-color:var(--primary-red);color:var(--white)}.Button-module__iYV4-q__ghost{color:var(--text-main);background-color:#0000}.Button-module__iYV4-q__ghost:hover{color:var(--primary-red)}.Button-module__iYV4-q__small{padding:8px 16px;font-size:.875rem}.Button-module__iYV4-q__medium{padding:12px 28px;font-size:1rem}.Button-module__iYV4-q__large{padding:var(--btn-padding);font-size:var(--btn-font-size)}
.Footer-module__S6Hkya__footer{color:var(--white);background-image:url(https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0 15px;font-family:Outfit,sans-serif;position:relative}.Footer-module__S6Hkya__footer:before{content:"";z-index:1;background:#000000d9;width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__S6Hkya__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__column h4,.Footer-module__S6Hkya__column h5{color:var(--white);letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__logo{max-width:180px;margin-bottom:1.5rem}.Footer-module__S6Hkya__description{color:#fff9;max-width:300px;font-size:.95rem;line-height:1.8}.Footer-module__S6Hkya__column ul{padding:0;list-style:none}.Footer-module__S6Hkya__column ul li{margin-bottom:.8rem}.Footer-module__S6Hkya__column ul li a{color:#fff9;font-size:.95rem;transition:all .3s;display:inline-block}.Footer-module__S6Hkya__column ul li a:hover{color:var(--primary-red);transform:translate(5px)}.Footer-module__S6Hkya__contactList li{color:#fff9;align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:.95rem;line-height:1.6;display:flex}.Footer-module__S6Hkya__contactIcon{width:20px;height:20px;color:var(--primary-red);flex-shrink:0;justify-content:center;align-items:center;margin-top:3px;display:flex}.Footer-module__S6Hkya__contactIcon svg{width:100%;height:100%}.Footer-module__S6Hkya__newsletter{margin-top:2.5rem}.Footer-module__S6Hkya__newsletter h5{color:var(--white);margin-bottom:1rem;font-size:1rem}.Footer-module__S6Hkya__newsletterForm{gap:.5rem;display:flex}.Footer-module__S6Hkya__newsletterForm input{color:var(--white);background-color:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex:1;padding:.8rem 1rem;font-size:.9rem;transition:all .3s}.Footer-module__S6Hkya__newsletterForm input:focus{border-color:var(--primary-red);background-color:#ffffff14}.Footer-module__S6Hkya__newsletterForm input::placeholder{color:#fff6}.Footer-module__S6Hkya__newsletterForm button{background-color:var(--primary-red);color:var(--white);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.8rem 1.2rem;font-size:1.2rem;transition:all .3s;display:flex}.Footer-module__S6Hkya__newsletterForm button:hover{background-color:var(--primary-red-hover);transform:translate(2px)}.Footer-module__S6Hkya__socialIcon{background:var(--primary-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 10px #d6111e4d}.Footer-module__S6Hkya__socialIcon svg{width:20px;height:20px}.Footer-module__S6Hkya__socialIcon:hover{color:#fff;background:#b50e18;transform:translateY(-3px);box-shadow:0 8px 20px #d6111e80}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding-top:15px;display:flex}.Footer-module__S6Hkya__bottom p{color:#ffffff80;font-size:.9rem}.Footer-module__S6Hkya__linkfooter{color:var(--primary-red);transition:color .3s}.Footer-module__S6Hkya__linkfooter:hover{color:var(--primary-red)}.Footer-module__S6Hkya__socials{gap:1rem;margin-top:20px;display:flex}.Footer-module__S6Hkya__socials a{background-color:var(--primary-red);width:40px;height:40px;color:var(--white);text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;transition:all .3s;display:flex}.Footer-module__S6Hkya__socials a:hover{background-color:var(--primary-red);transform:translateY(-3px)}@media (max-width:1200px){.Footer-module__S6Hkya__grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:2rem}}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__logo{max-width:150px}.Footer-module__S6Hkya__container{padding:0 25px}}
.HeroPremium-module__TB18Ha__hero{background-color:var(--background-cream);height:90vh;min-height:750px;position:relative;overflow:hidden}.HeroPremium-module__TB18Ha__slidesContainer{width:300%;height:100%;transition:transform .8s cubic-bezier(.645,.045,.355,1);display:flex}.HeroPremium-module__TB18Ha__slide{align-items:center;width:33.333%;height:100%;display:flex;position:relative}.HeroPremium-module__TB18Ha__slide1{background-color:var(--background-cream);background-image:radial-gradient(var(--primary-red)1px,transparent 1px);background-size:30px 30px}.HeroPremium-module__TB18Ha__slide2{background-color:#0f141e;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px}.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__title,.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__description,.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__subtitle{color:var(--white)}.HeroPremium-module__TB18Ha__slide3{background-color:#fcf8f8;background-image:radial-gradient(circle at 100% 100%,#d6111e08 0%,#0000 50%),radial-gradient(circle at 0 0,#d6111e08 0%,#0000 50%)}.HeroPremium-module__TB18Ha__container{justify-content:space-between;align-items:center;gap:40px;height:100%;display:flex}.HeroPremium-module__TB18Ha__content{z-index:5;text-align:left;flex:1.2;max-width:680px}.HeroPremium-module__TB18Ha__topLabel{color:var(--primary-red);letter-spacing:1px;align-items:center;gap:15px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.HeroPremium-module__TB18Ha__line{background-color:var(--primary-red);transform-origin:50%;width:40px;height:1px;animation:1.5s forwards HeroPremium-module__TB18Ha__lineReveal}@keyframes HeroPremium-module__TB18Ha__lineReveal{0%{opacity:0;width:0}to{opacity:1;width:40px}}.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__topLabel{color:var(--white)}.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__line{background-color:var(--white)}.HeroPremium-module__TB18Ha__title{font-size:var(--hero-title-size);color:var(--dark-blue);margin-bottom:20px;font-weight:800;line-height:1.1}.HeroPremium-module__TB18Ha__title span{color:var(--primary-red)}.HeroPremium-module__TB18Ha__subtitle{font-size:var(--subheading-size);color:var(--primary-red);margin-bottom:24px;font-weight:600}.HeroPremium-module__TB18Ha__description{font-size:var(--body-size);color:var(--text-muted);margin-bottom:40px;line-height:1.6}.HeroPremium-module__TB18Ha__actions{gap:20px;display:flex}.HeroPremium-module__TB18Ha__outlineBtn{border-color:var(--primary-red);color:var(--primary-red)}.HeroPremium-module__TB18Ha__slide2 .HeroPremium-module__TB18Ha__outlineBtn{border-color:var(--white);color:var(--white)}.HeroPremium-module__TB18Ha__imageWrapper{flex:1;justify-content:flex-end;max-width:600px;display:flex;position:relative}.HeroPremium-module__TB18Ha__heroImageContainer{background-color:#eee;border-radius:30px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.HeroPremium-module__TB18Ha__heroSingleImage{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.HeroPremium-module__TB18Ha__heroImageContainer:hover .HeroPremium-module__TB18Ha__heroSingleImage{transform:scale(1.05)}.HeroPremium-module__TB18Ha__imageOverlay{pointer-events:none;background:linear-gradient(45deg,#d6111e1a 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroPremium-module__TB18Ha__indicators{z-index:10;gap:18px;display:flex;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.HeroPremium-module__TB18Ha__dot{cursor:pointer;background-color:#0000001a;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.HeroPremium-module__TB18Ha__slide2~.HeroPremium-module__TB18Ha__indicators .HeroPremium-module__TB18Ha__dot{background-color:#fff3}@media (max-width:768px){.HeroPremium-module__TB18Ha__indicators{gap:12px;bottom:25px}.HeroPremium-module__TB18Ha__activeDot{width:25px}}@media (max-width:1023px){.HeroPremium-module__TB18Ha__hero{height:auto;min-height:auto;padding-top:50px!important;padding-bottom:50px!important}.HeroPremium-module__TB18Ha__container{text-align:left;flex-direction:row;justify-content:flex-start;gap:40px;padding:40px}.HeroPremium-module__TB18Ha__content{text-align:left;flex-direction:column;flex:1;order:1;align-items:flex-start;max-width:100%;display:flex}.HeroPremium-module__TB18Ha__imageWrapper{flex:1;order:2;justify-content:flex-end;max-width:500px}.HeroPremium-module__TB18Ha__heroImageContainer{width:100%;max-width:450px;height:350px;margin:0}.HeroPremium-module__TB18Ha__actions{flex-flow:row;justify-content:flex-start;gap:15px;width:100%}}@media (max-width:768px){.HeroPremium-module__TB18Ha__hero{height:auto;min-height:550px;padding:40px 0!important}.HeroPremium-module__TB18Ha__container{flex-direction:column;gap:30px;padding:0 20px}.HeroPremium-module__TB18Ha__imageWrapper{display:none}.HeroPremium-module__TB18Ha__content{text-align:center;align-items:center}.HeroPremium-module__TB18Ha__topLabel{justify-content:center;width:100%;margin-bottom:20px;font-size:.65rem}.HeroPremium-module__TB18Ha__line{width:20px!important;display:block!important}.HeroPremium-module__TB18Ha__title{text-align:center;margin-bottom:20px;font-size:2.2rem}.HeroPremium-module__TB18Ha__description{margin-bottom:30px;font-size:.95rem}.HeroPremium-module__TB18Ha__actions{flex-direction:column;gap:12px;width:100%}.HeroPremium-module__TB18Ha__actions>*{text-align:center;justify-content:center;width:100%;margin:0!important}.HeroPremium-module__TB18Ha__indicators{gap:12px;bottom:25px}.HeroPremium-module__TB18Ha__activeDot{width:25px}}@media (min-width:1600px){.HeroPremium-module__TB18Ha__container{max-width:1400px;margin:0 auto}.HeroPremium-module__TB18Ha__title{font-size:4.5rem}.HeroPremium-module__TB18Ha__description{font-size:1.25rem}}
.SolutionGrid-module__dhO8SG__section{text-align:center;padding:80px 0;overflow:hidden}.SolutionGrid-module__dhO8SG__header{margin-bottom:80px}@media (max-width:768px){.SolutionGrid-module__dhO8SG__flowPath1,.SolutionGrid-module__dhO8SG__flowPath2,.SolutionGrid-module__dhO8SG__flowPath3,.SolutionGrid-module__dhO8SG__flowPath4,.SolutionGrid-module__dhO8SG__flowPath5,.SolutionGrid-module__dhO8SG__flowPath6,.SolutionGrid-module__dhO8SG__flowPath7,.SolutionGrid-module__dhO8SG__flowPath8,.SolutionGrid-module__dhO8SG__flowPath9,.SolutionGrid-module__dhO8SG__flowPath10{opacity:.3}}.SolutionGrid-module__dhO8SG__topLabel{color:var(--primary-red);letter-spacing:1px;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;font-size:.75rem;font-weight:700;display:flex}.SolutionGrid-module__dhO8SG__line{background-color:var(--primary-red);width:40px;height:1px}.SolutionGrid-module__dhO8SG__title{font-size:var(--section-heading-size);color:#1a1e29;margin-bottom:20px;font-weight:800}.SolutionGrid-module__dhO8SG__title span{color:var(--primary-red)}.SolutionGrid-module__dhO8SG__subtitle{font-size:var(--body-size);color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.6}.SolutionGrid-module__dhO8SG__gridWrapper{max-width:1200px;height:750px;margin:0 auto;position:relative}.SolutionGrid-module__dhO8SG__cardsRow{z-index:5;grid-template-columns:repeat(3,1fr);gap:30px;display:grid;position:relative}.SolutionGrid-module__dhO8SG__card{background-color:var(--white);text-align:center;border:1px solid #0000000d;border-radius:16px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.SolutionGrid-module__dhO8SG__card:before{content:"";opacity:0;z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.SolutionGrid-module__dhO8SG__card:after{content:"";opacity:0;z-index:1;background:#0009;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.SolutionGrid-module__dhO8SG__card:before,.SolutionGrid-module__dhO8SG__card:after{opacity:1}.SolutionGrid-module__dhO8SG__card h3,.SolutionGrid-module__dhO8SG__card p{z-index:2;position:relative;color:var(--white)!important}.SolutionGrid-module__dhO8SG__card .SolutionGrid-module__dhO8SG__iconWrapper{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;padding:15px;position:relative}.SolutionGrid-module__dhO8SG__iconSingle,.SolutionGrid-module__dhO8SG__iconMulti,.SolutionGrid-module__dhO8SG__iconChain{color:var(--white)!important;background:0 0!important}.SolutionGrid-module__dhO8SG__cardUp:first-child:before{background-image:url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&q=80&w=800)}.SolutionGrid-module__dhO8SG__cardDown:before{background-image:url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=800)}.SolutionGrid-module__dhO8SG__cardUp:last-child:before{background-image:url(https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&q=80&w=800)}.SolutionGrid-module__dhO8SG__cardUp{transform:translateY(-40px)}.SolutionGrid-module__dhO8SG__cardDown{transform:translateY(40px)}.SolutionGrid-module__dhO8SG__card:hover:after{background:#0006}.SolutionGrid-module__dhO8SG__card:hover{transform:translateY(0);box-shadow:0 20px 60px #0003}.SolutionGrid-module__dhO8SG__iconWrapper{justify-content:center;margin-bottom:25px;display:flex}.SolutionGrid-module__dhO8SG__iconSingle,.SolutionGrid-module__dhO8SG__iconMulti,.SolutionGrid-module__dhO8SG__iconChain{border-radius:14px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.SolutionGrid-module__dhO8SG__cardSvg{width:42px;height:42px;color:inherit}.SolutionGrid-module__dhO8SG__iconSingle{color:var(--primary-red);background:#fdf2f2}.SolutionGrid-module__dhO8SG__iconMulti{color:#d6111e;background:#e8edff}.SolutionGrid-module__dhO8SG__iconChain{color:#d6111e;background:#ffeded}.SolutionGrid-module__dhO8SG__card h3{font-size:var(--subheading-size);color:var(--dark-blue);margin-bottom:15px;font-weight:800}.SolutionGrid-module__dhO8SG__card p{font-size:var(--body-size);color:var(--text-muted);line-height:1.6}.SolutionGrid-module__dhO8SG__svgWrapper{z-index:1;pointer-events:none;width:100%;height:600px;position:absolute;top:150px;left:0}.SolutionGrid-module__dhO8SG__svgWrapper svg{width:100%;height:100%}.SolutionGrid-module__dhO8SG__badgesContainer{z-index:5;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.SolutionGrid-module__dhO8SG__badgeCircle{border:3px solid var(--primary-red);cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;box-shadow:0 10px 25px #00000014}.SolutionGrid-module__dhO8SG__badgeSvg,.SolutionGrid-module__dhO8SG__badgeImg{color:#000;width:32px;height:32px}.SolutionGrid-module__dhO8SG__badgeImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.SolutionGrid-module__dhO8SG__pos1{top:530px;left:120px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos2{top:530px;left:340px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos3{top:530px;left:540px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos4{top:530px;left:660px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos5{top:530px;left:860px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos6{top:530px;left:1080px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos7{top:660px;left:340px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos8{top:660px;left:540px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos9{top:660px;left:660px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos10{top:660px;left:860px;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#1a1e29;border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .3s;position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 5px 15px #0003}.SolutionGrid-module__dhO8SG__tooltip:after{content:"";border:6px solid #0000;border-top-color:#1a1e29;position:absolute;top:100%;left:50%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__badgeCircle:hover .SolutionGrid-module__dhO8SG__tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}@keyframes SolutionGrid-module__dhO8SG__float1{0%,to{transform:translate(-50%)rotate(0)}50%{transform:translate(-50%,-10px)rotate(2deg)}}@keyframes SolutionGrid-module__dhO8SG__float2{0%,to{transform:translate(-50%)rotate(0)}50%{transform:translate(-50%,-8px)rotate(-3deg)}}@keyframes SolutionGrid-module__dhO8SG__float3{0%,to{transform:translate(-50%)rotate(0)}50%{transform:translate(-50%,-12px)rotate(1deg)}}.SolutionGrid-module__dhO8SG__float1{animation:4s ease-in-out infinite SolutionGrid-module__dhO8SG__float1}.SolutionGrid-module__dhO8SG__float2{animation:3.5s ease-in-out infinite SolutionGrid-module__dhO8SG__float2}.SolutionGrid-module__dhO8SG__float3{animation:4.5s ease-in-out infinite SolutionGrid-module__dhO8SG__float3}.SolutionGrid-module__dhO8SG__flowPath1,.SolutionGrid-module__dhO8SG__flowPath2,.SolutionGrid-module__dhO8SG__flowPath3,.SolutionGrid-module__dhO8SG__flowPath4,.SolutionGrid-module__dhO8SG__flowPath5,.SolutionGrid-module__dhO8SG__flowPath6,.SolutionGrid-module__dhO8SG__flowPath7,.SolutionGrid-module__dhO8SG__flowPath8,.SolutionGrid-module__dhO8SG__flowPath9,.SolutionGrid-module__dhO8SG__flowPath10{stroke-dasharray:15 30;stroke-dashoffset:450px;opacity:.8;animation:3s linear infinite SolutionGrid-module__dhO8SG__flow}.SolutionGrid-module__dhO8SG__flowPath1{stroke:#ff4d4d;animation-duration:2.5s}.SolutionGrid-module__dhO8SG__flowPath2{stroke:#ff944d;animation-duration:3s;animation-delay:-.5s}.SolutionGrid-module__dhO8SG__flowPath3{stroke:#4dff88;animation-duration:2.8s;animation-delay:-1s}.SolutionGrid-module__dhO8SG__flowPath4{stroke:#4db8ff;animation-duration:3.2s;animation-delay:-1.5s}.SolutionGrid-module__dhO8SG__flowPath5{stroke:#b84dff;animation-duration:2.7s;animation-delay:-2s}.SolutionGrid-module__dhO8SG__flowPath6{stroke:#ff4db8;animation-duration:3.5s;animation-delay:-.8s}.SolutionGrid-module__dhO8SG__flowPath7{stroke:#fc0;animation-duration:1.5s;animation-delay:-.3s}.SolutionGrid-module__dhO8SG__flowPath8{stroke:#0fc;animation-duration:1.8s;animation-delay:-1.2s}.SolutionGrid-module__dhO8SG__flowPath9{stroke:#884dff;animation-duration:1.7s;animation-delay:-1.8s}.SolutionGrid-module__dhO8SG__flowPath10{stroke:#ff4d88;animation-duration:1.6s;animation-delay:-.6s}@keyframes SolutionGrid-module__dhO8SG__flow{to{stroke-dashoffset:0}}@media (max-width:1199px){.SolutionGrid-module__dhO8SG__svgWrapper{display:none}}@media (max-width:1199px) and (min-width:992px){.SolutionGrid-module__dhO8SG__gridWrapper{width:100%;max-width:1200px;margin:0 auto;position:relative}.SolutionGrid-module__dhO8SG__svgWrapper{width:100%;height:600px;position:absolute;top:150px;left:0;display:block!important}.SolutionGrid-module__dhO8SG__badgesContainer{width:100%;height:100%;position:absolute;display:block!important}.SolutionGrid-module__dhO8SG__pos1{top:530px;left:10%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos2{top:530px;left:28.33%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos3{top:530px;left:45%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos4{top:530px;left:55%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos5{top:530px;left:71.66%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos6{top:530px;left:90%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos7{top:660px;left:28.33%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos8{top:660px;left:45%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos9{top:660px;left:55%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__pos10{top:660px;left:71.66%;transform:translate(-50%)}.SolutionGrid-module__dhO8SG__badgeCircle{width:75px;height:75px}}@media (max-width:991px){.SolutionGrid-module__dhO8SG__gridWrapper{height:auto;padding:40px 0}.SolutionGrid-module__dhO8SG__svgWrapper{display:none!important}.SolutionGrid-module__dhO8SG__badgesContainer{pointer-events:auto;grid-template-columns:repeat(5,1fr);gap:40px 10px;width:100%;height:auto;margin-top:50px;padding:0 10px;position:static;display:grid!important}.SolutionGrid-module__dhO8SG__badgeCircle{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:10px;display:flex;position:relative;box-shadow:0 10px 30px #0000000d;top:auto!important;left:auto!important;transform:none!important}.SolutionGrid-module__dhO8SG__badgeImg{object-fit:cover;border-radius:12px;width:50px;height:50px;margin-bottom:0}.SolutionGrid-module__dhO8SG__tooltip{opacity:1;visibility:visible;color:var(--dark-blue);text-align:center;box-shadow:none;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase;background:0 0;padding:0;font-size:9px;font-weight:700;display:block;position:absolute;bottom:-25px;left:0;right:0;transform:none!important}.SolutionGrid-module__dhO8SG__tooltip:after{display:none}.SolutionGrid-module__dhO8SG__float1,.SolutionGrid-module__dhO8SG__float2,.SolutionGrid-module__dhO8SG__float3{animation:none!important}}@media (max-width:500px){.SolutionGrid-module__dhO8SG__badgesContainer{grid-template-columns:repeat(2,1fr)}.SolutionGrid-module__dhO8SG__header{margin-bottom:20px}.SolutionGrid-module__dhO8SG__cardsRow{grid-template-columns:1fr;gap:30px;max-width:450px;margin:0 auto}.SolutionGrid-module__dhO8SG__cardUp,.SolutionGrid-module__dhO8SG__cardDown{transform:none}.SolutionGrid-module__dhO8SG__section{padding:50px 0!important}}@media (max-width:767px){.SolutionGrid-module__dhO8SG__badgesContainer{grid-template-columns:repeat(4,1fr);gap:40px 10px}.SolutionGrid-module__dhO8SG__section{padding:60px 0!important}}@media (max-width:499px){.SolutionGrid-module__dhO8SG__topLabel{font-size:.65rem}.SolutionGrid-module__dhO8SG__badgesContainer{grid-template-columns:repeat(3,1fr);gap:40px 10px}.SolutionGrid-module__dhO8SG__line{width:30px}}
.OrderManagement-module__GBgirq__section{background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0;position:relative;overflow:hidden}.OrderManagement-module__GBgirq__container{align-items:center;gap:80px;display:flex}.OrderManagement-module__GBgirq__content{flex:1;max-width:450px}.OrderManagement-module__GBgirq__topLabel{color:var(--primary-red);letter-spacing:1px;align-items:center;gap:15px;margin-bottom:15px;font-size:.75rem;font-weight:700;display:flex}.OrderManagement-module__GBgirq__line{background-color:var(--primary-red);width:40px;height:1px}.OrderManagement-module__GBgirq__title{font-size:var(--section-heading-size);color:#fff;margin-bottom:24px;font-weight:800;line-height:1.1}.OrderManagement-module__GBgirq__title span{color:var(--primary-red)}.OrderManagement-module__GBgirq__description{font-size:var(--body-size);color:#fff;margin-bottom:40px}.OrderManagement-module__GBgirq__cta{text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.OrderManagement-module__GBgirq__grid{flex:1.5;grid-template-columns:1fr 1fr;gap:30px;display:grid;position:relative}.OrderManagement-module__GBgirq__card{background-color:var(--white);border-radius:12px;padding:35px 25px;transition:all .3s;box-shadow:0 10px 30px #00000008}.OrderManagement-module__GBgirq__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.OrderManagement-module__GBgirq__card h3{font-size:var(--subheading-size);color:var(--dark-blue);margin:20px 0 12px}.OrderManagement-module__GBgirq__card p{font-size:var(--body-size);color:var(--text-muted);line-height:1.6}.OrderManagement-module__GBgirq__card1{margin-top:40px}.OrderManagement-module__GBgirq__card2{margin-top:-40px}.OrderManagement-module__GBgirq__card3{margin-bottom:-40px}.OrderManagement-module__GBgirq__cardImage{border-radius:8px;height:160px;margin-bottom:0;overflow:hidden}.OrderManagement-module__GBgirq__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.OrderManagement-module__GBgirq__card:hover .OrderManagement-module__GBgirq__cardImage img{transform:scale(1.1)}.OrderManagement-module__GBgirq__storeIcons{gap:12px;margin-top:15px;display:flex}.OrderManagement-module__GBgirq__iconStore{opacity:.6;font-size:.75rem;font-weight:700}@media (max-width:1023px){.OrderManagement-module__GBgirq__container{text-align:center;flex-direction:column;gap:60px}.OrderManagement-module__GBgirq__content{max-width:600px}}@media (max-width:768px){.OrderManagement-module__GBgirq__section{background-attachment:scroll;padding:50px 0!important}.OrderManagement-module__GBgirq__grid{grid-template-columns:1fr}.OrderManagement-module__GBgirq__card1,.OrderManagement-module__GBgirq__card2,.OrderManagement-module__GBgirq__card3,.OrderManagement-module__GBgirq__card4{margin-top:0}}
.FrontOffice-module__ZrzteG__section{background-color:#fdfaf5;padding:80px 0}.FrontOffice-module__ZrzteG__header{text-align:center;max-width:900px;margin:0 auto 80px}.FrontOffice-module__ZrzteG__topLabel{color:var(--primary-red);letter-spacing:1px;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.FrontOffice-module__ZrzteG__line{background-color:var(--primary-red);width:40px;height:1px}.FrontOffice-module__ZrzteG__title{font-size:var(--section-heading-size);color:#1a1e29;margin-bottom:24px;font-weight:800;line-height:1.1}.FrontOffice-module__ZrzteG__title span{color:var(--primary-red)}.FrontOffice-module__ZrzteG__description{font-size:var(--body-size);color:var(--text-muted);line-height:1.7}.FrontOffice-module__ZrzteG__grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.FrontOffice-module__ZrzteG__card{background:linear-gradient(135deg,var(--primary-red)0%,#d6111e 100%);border:1px solid #ffffff1a;border-radius:24px;height:380px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #d6111e26}.FrontOffice-module__ZrzteG__card:hover{transform:translateY(-10px);box-shadow:0 30px 70px #d6111e40}.FrontOffice-module__ZrzteG__cardImage{z-index:1;width:45%;height:100%;position:relative;overflow:hidden}.FrontOffice-module__ZrzteG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.FrontOffice-module__ZrzteG__card:hover .FrontOffice-module__ZrzteG__cardImage img{transform:scale(1.1)}.FrontOffice-module__ZrzteG__cardImage:after{content:"";border-right:40px solid var(--primary-red);z-index:2;background-color:#0000;width:80px;height:120%;position:absolute;top:-10%;right:-30px;transform:rotate(6deg)}.FrontOffice-module__ZrzteG__cardContent{width:55%;color:var(--white);z-index:2;flex-direction:column;justify-content:center;padding:40px 25px;display:flex;position:relative}.FrontOffice-module__ZrzteG__cardContent h3{font-size:var(--subheading-size);margin-bottom:12px;font-weight:700}.FrontOffice-module__ZrzteG__cardContent p{font-size:var(--body-size);opacity:.9;margin-bottom:24px;line-height:1.6}.FrontOffice-module__ZrzteG__exploreBtn{color:var(--white);border:1.5px solid #fffc;border-radius:50px;align-self:flex-start;padding:8px 18px;font-size:.75rem;font-weight:700}.FrontOffice-module__ZrzteG__exploreBtn:hover{background-color:var(--white);color:var(--primary-red);border-color:var(--white)}.FrontOffice-module__ZrzteG__featuresList{flex-direction:column;gap:150px;display:flex}.FrontOffice-module__ZrzteG__featureBlock{align-items:center;gap:100px;margin-bottom:80px;display:flex}.FrontOffice-module__ZrzteG__featureBlock.FrontOffice-module__ZrzteG__reverse{flex-direction:row-reverse}.FrontOffice-module__ZrzteG__featureContent{text-align:left;flex:1}.FrontOffice-module__ZrzteG__featureContent h2{font-size:var(--main-heading-size);color:#1a1e29;margin-bottom:25px;font-weight:800;line-height:1.2}.FrontOffice-module__ZrzteG__featureContent h2 span{color:var(--primary-red)}.FrontOffice-module__ZrzteG__featureContent p{font-size:var(--body-size);color:var(--text-muted);margin-bottom:40px;line-height:1.8}.FrontOffice-module__ZrzteG__featureImage{flex:1.2;position:relative}.FrontOffice-module__ZrzteG__realMockup{border-radius:12px;width:100%;height:400px;overflow:hidden;box-shadow:0 40px 80px #0000001a}.FrontOffice-module__ZrzteG__realMockup img{object-fit:cover;width:100%;height:100%}.FrontOffice-module__ZrzteG__accentCircle{background:var(--primary-red);z-index:1;opacity:.8;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-40px;right:-20px}.FrontOffice-module__ZrzteG__accentSquare{z-index:1;opacity:.8;background:#d6111e;border-radius:20px;width:140px;height:140px;position:absolute;top:-30px;left:-20px;transform:rotate(-15deg)}.FrontOffice-module__ZrzteG__notificationBell{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 10px 30px #0000001a}.FrontOffice-module__ZrzteG__statsCard{flex-direction:column;flex:1;gap:20px;padding:40px;display:flex}.FrontOffice-module__ZrzteG__bar{background:#eee;border-radius:6px;width:100%;height:12px}.FrontOffice-module__ZrzteG__bar:nth-child(2){width:80%}.FrontOffice-module__ZrzteG__bar:nth-child(3){width:60%}@media (max-width:1024px){.FrontOffice-module__ZrzteG__featureImage{display:none}.FrontOffice-module__ZrzteG__featureContent{flex:1;text-align:left!important}.FrontOffice-module__ZrzteG__featureBlock{margin-bottom:40px;display:block}}@media (max-width:1023px){.FrontOffice-module__ZrzteG__grid{grid-template-columns:1fr}}@media (max-width:991px){.FrontOffice-module__ZrzteG__section{padding:50px 0}.FrontOffice-module__ZrzteG__header{margin-bottom:40px}.FrontOffice-module__ZrzteG__featureBlock{gap:30px;margin-bottom:60px}.FrontOffice-module__ZrzteG__featureContent{text-align:left}.FrontOffice-module__ZrzteG__featureImage{flex:none;width:100%}.FrontOffice-module__ZrzteG__realMockup{height:250px}.FrontOffice-module__ZrzteG__accentCircle,.FrontOffice-module__ZrzteG__accentSquare,.FrontOffice-module__ZrzteG__notificationBell{display:none}.FrontOffice-module__ZrzteG__card{border-radius:16px;flex-direction:column;height:auto!important}.FrontOffice-module__ZrzteG__cardImage{width:100%!important;height:200px!important}.FrontOffice-module__ZrzteG__cardImage:after{display:none}.FrontOffice-module__ZrzteG__cardContent{text-align:center;width:100%!important;padding:30px 20px!important}.FrontOffice-module__ZrzteG__exploreBtn{align-self:center}}@media (max-width:768px){.FrontOffice-module__ZrzteG__section{padding:50px 0!important}}
.BackOffice-module__DwVYJW__section{background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0;position:relative;overflow:hidden}.BackOffice-module__DwVYJW__container{align-items:center;gap:80px;display:flex}.BackOffice-module__DwVYJW__grid{flex:1.2;grid-template-columns:1fr 1fr;gap:24px;display:grid}.BackOffice-module__DwVYJW__card{background-color:var(--white);color:var(--dark-blue);text-align:left;border-radius:12px;padding:35px 25px}.BackOffice-module__DwVYJW__iconWrapper{background-color:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:20px;font-size:2.5rem;display:flex}.BackOffice-module__DwVYJW__card h3{font-size:var(--subheading-size);color:var(--dark-blue);margin-bottom:15px;line-height:1.3}.BackOffice-module__DwVYJW__card p{font-size:var(--body-size);color:var(--text-muted);line-height:1.6}.BackOffice-module__DwVYJW__content{flex:.8}.BackOffice-module__DwVYJW__topLabel{color:var(--primary-red);letter-spacing:1px;align-items:center;gap:15px;margin-bottom:15px;font-size:.75rem;font-weight:700;display:flex}.BackOffice-module__DwVYJW__line{background-color:var(--primary-red);width:40px;height:1px}.BackOffice-module__DwVYJW__title{font-size:var(--section-heading-size);color:var(--white);margin-bottom:24px;font-weight:700}.BackOffice-module__DwVYJW__title span{color:var(--primary-red)}.BackOffice-module__DwVYJW__description{font-size:var(--body-size);opacity:.8;color:#fff;margin-bottom:40px;line-height:1.7}@media (max-width:768px){.BackOffice-module__DwVYJW__section{background-attachment:scroll;padding:50px 0!important}.BackOffice-module__DwVYJW__container{text-align:center;flex-direction:column-reverse;gap:50px}}@media (max-width:499px){.BackOffice-module__DwVYJW__grid{grid-template-columns:1fr}}
.PageBanner-module__Vc7PlG__banner{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:180px 0;position:relative;overflow:hidden}.PageBanner-module__Vc7PlG__content{z-index:2;position:relative}.PageBanner-module__Vc7PlG__breadcrumbs{font-size:var(--subheading-size,1rem);color:#fffc;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.PageBanner-module__Vc7PlG__breadcrumbs a{color:#fffc;text-decoration:none;transition:color .3s}.PageBanner-module__Vc7PlG__breadcrumbs a:hover{color:#fff}.PageBanner-module__Vc7PlG__breadcrumbs span{color:#fffc}.PageBanner-module__Vc7PlG__separator{color:#ffffff80}.PageBanner-module__Vc7PlG__title{color:#fff;text-shadow:0 4px 20px #0000004d;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2}@media (max-width:768px){.PageBanner-module__Vc7PlG__banner{padding:80px 0}.PageBanner-module__Vc7PlG__breadcrumbs{gap:.375rem;font-size:.875rem}.PageBanner-module__Vc7PlG__title{font-size:2rem}}@media (max-width:480px){.PageBanner-module__Vc7PlG__banner{padding:80px 0}.PageBanner-module__Vc7PlG__breadcrumbs{font-size:.8125rem}.PageBanner-module__Vc7PlG__title{font-size:1.75rem}}
.MultiSupport-module__W_dp9G__section{background-color:var(--background-cream);padding:60px 0;position:relative;overflow:hidden}.MultiSupport-module__W_dp9G__header{text-align:center;max-width:900px;margin:0 auto 20px;position:relative}.MultiSupport-module__W_dp9G__topLabel{color:var(--primary-red);letter-spacing:1px;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.MultiSupport-module__W_dp9G__line{background-color:var(--primary-red);width:40px;height:1px}.MultiSupport-module__W_dp9G__title{font-size:var(--main-heading-size);color:var(--dark-blue);margin-bottom:24px;font-weight:800;line-height:1.1}.MultiSupport-module__W_dp9G__title span{color:var(--primary-red)}.MultiSupport-module__W_dp9G__description{font-size:var(--body-size);color:var(--text-muted);line-height:1.7}.MultiSupport-module__W_dp9G__grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px;display:grid;position:relative}.MultiSupport-module__W_dp9G__section:before{content:"";opacity:.15;z-index:0;background:repeating-linear-gradient(#d6111e66,#d6111e66 60px,#0000 60px 100px);width:1px;height:calc(100% - 100px);position:absolute;top:50px;left:50%;transform:translate(-50%)}.MultiSupport-module__W_dp9G__card{background-color:var(--white);text-align:center;z-index:1;border:1px solid #d6111e0d;border-radius:12px;padding:20px 20px 0;position:relative;box-shadow:0 4px 20px #00000005}.MultiSupport-module__W_dp9G__illus{justify-content:center;align-items:center;height:120px;margin-bottom:25px;display:flex}.MultiSupport-module__W_dp9G__iconCircle{background-color:var(--background-cream);width:80px;height:80px;color:var(--primary-red);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.MultiSupport-module__W_dp9G__iconCircle svg{width:52px;height:52px}.MultiSupport-module__W_dp9G__card:hover .MultiSupport-module__W_dp9G__iconCircle{background-color:var(--primary-red);color:var(--white);transform:scale(1.1)}.MultiSupport-module__W_dp9G__card h3{font-size:var(--subheading-size);color:var(--dark-blue);margin-bottom:15px}.MultiSupport-module__W_dp9G__card p{font-size:var(--body-size);color:var(--text-muted);line-height:1.6}.MultiSupport-module__W_dp9G__actions{text-align:center;margin-top:50px}@media (max-width:991px){.MultiSupport-module__W_dp9G__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}
.FeatureShowcase-module__L6Mj0G__imageWrapper{position:relative}.FeatureShowcase-module__L6Mj0G__imageContainer{border-radius:24px;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 30px 80px #00000026}.FeatureShowcase-module__L6Mj0G__imageContainer:hover{transform:translateY(-10px);box-shadow:0 40px 100px #d6111e33}.FeatureShowcase-module__L6Mj0G__imageContainer img{width:100%;height:auto;transition:transform .6s;display:block}.FeatureShowcase-module__L6Mj0G__imageContainer:hover img{transform:scale(1.05)}.FeatureShowcase-module__L6Mj0G__imageGlow{filter:blur(40px);opacity:0;pointer-events:none;background:radial-gradient(circle,#d6111e33 0%,#0000 70%);transition:opacity .6s;position:absolute;inset:-20px}.FeatureShowcase-module__L6Mj0G__imageContainer:hover .FeatureShowcase-module__L6Mj0G__imageGlow{opacity:1}.FeatureShowcase-module__L6Mj0G__decorCircle1,.FeatureShowcase-module__L6Mj0G__decorCircle2{pointer-events:none;border:2px solid #d6111e4d;border-radius:50%;animation:20s linear infinite FeatureShowcase-module__L6Mj0G__rotate;position:absolute}.FeatureShowcase-module__L6Mj0G__decorCircle1{width:100px;height:100px;top:-20px;right:-20px}.FeatureShowcase-module__L6Mj0G__decorCircle2{width:80px;height:80px;animation-direction:reverse;bottom:-15px;left:-15px}@keyframes FeatureShowcase-module__L6Mj0G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FeatureShowcase-module__L6Mj0G__content{flex-direction:column;justify-content:center;display:flex}.FeatureShowcase-module__L6Mj0G__statsBar{background:linear-gradient(135deg,#d6111e0d 0%,#d6111e05 100%);border:1px solid #d6111e1a;border-radius:16px;align-items:center;gap:30px;margin-top:40px;padding:25px 30px;display:flex}.FeatureShowcase-module__L6Mj0G__stat{flex-direction:column;flex:1;align-items:center;display:flex}.FeatureShowcase-module__L6Mj0G__statValue{background:linear-gradient(135deg,#d6111e 0%,#f44 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:1.75rem;font-weight:800}.FeatureShowcase-module__L6Mj0G__statLabel{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.FeatureShowcase-module__L6Mj0G__statDivider{background:linear-gradient(#0000,#d6111e4d,#0000);width:1px;height:40px}.darkBg .FeatureShowcase-module__L6Mj0G__statsBar{background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border-color:#ffffff1a}.darkBg .FeatureShowcase-module__L6Mj0G__statLabel{color:#ffffffb3}:is(.darkBg .FeatureShowcase-module__L6Mj0G__decorCircle1,.darkBg .FeatureShowcase-module__L6Mj0G__decorCircle2){border-color:#fff3}@media (max-width:768px){.FeatureShowcase-module__L6Mj0G__statsBar{flex-direction:column;gap:20px;padding:20px}.FeatureShowcase-module__L6Mj0G__stat{width:100%}.FeatureShowcase-module__L6Mj0G__statDivider{background:linear-gradient(90deg,#0000,#d6111e4d,#0000);width:100%;height:1px}.FeatureShowcase-module__L6Mj0G__decorCircle1,.FeatureShowcase-module__L6Mj0G__decorCircle2{display:none}}
.BetterBenefits-module__eihOnW__section{color:var(--white);background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0;position:relative}.BetterBenefits-module__eihOnW__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.BetterBenefits-module__eihOnW__content{flex:1}.BetterBenefits-module__eihOnW__topLabel{color:var(--primary-red);letter-spacing:1px;align-items:center;gap:15px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.BetterBenefits-module__eihOnW__line{background-color:var(--primary-red);width:40px;height:1px}.BetterBenefits-module__eihOnW__title{font-size:var(--section-heading-size);margin-bottom:20px;font-weight:800;line-height:1.1}.BetterBenefits-module__eihOnW__title span{color:var(--primary-red)}.BetterBenefits-module__eihOnW__subtitle{font-size:var(--body-size);opacity:.7}.BetterBenefits-module__eihOnW__grid{flex:2;grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.BetterBenefits-module__eihOnW__card{background-color:var(--white);color:var(--dark-blue);text-align:center;border-radius:8px;padding:20px 10px;transition:transform .3s}.BetterBenefits-module__eihOnW__card:hover{transform:translateY(-5px)}.BetterBenefits-module__eihOnW__icon{width:40px;height:40px;color:var(--primary-red);justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.BetterBenefits-module__eihOnW__icon svg{width:100%;height:100%}.BetterBenefits-module__eihOnW__card p{font-size:.75rem;font-weight:600;line-height:1.2}@media (max-width:1023px){.BetterBenefits-module__eihOnW__container{text-align:center;flex-direction:column}.BetterBenefits-module__eihOnW__grid{width:100%}}@media (max-width:768px){.BetterBenefits-module__eihOnW__section{background-attachment:scroll;padding:50px 0!important}}@media (max-width:499px){.BetterBenefits-module__eihOnW__grid{grid-template-columns:1fr 1fr}}
.POSShared-module__WxTb-G__section{padding:80px 0;position:relative;overflow:hidden}.POSShared-module__WxTb-G__whiteBg{background:#fff}.POSShared-module__WxTb-G__creamBg{background:#fdf9f3}.POSShared-module__WxTb-G__darkBg{color:#fff;background:#1a1f2c}.POSShared-module__WxTb-G__topLabel{letter-spacing:2px;color:#d6111e;align-items:center;gap:12px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.POSShared-module__WxTb-G__topLabel .POSShared-module__WxTb-G__line{background:linear-gradient(90deg,#0000,#d6111e);width:40px;height:2px}.POSShared-module__WxTb-G__title{color:#1a1f2c;margin-bottom:20px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.POSShared-module__WxTb-G__darkBg .POSShared-module__WxTb-G__title{color:#fff}.POSShared-module__WxTb-G__title span{color:#d6111e;position:relative}.POSShared-module__WxTb-G__description{color:#666;max-width:600px;margin-bottom:30px;font-size:1.125rem;line-height:1.8}.POSShared-module__WxTb-G__darkBg .POSShared-module__WxTb-G__description{color:#fffc}.POSShared-module__WxTb-G__featureList{margin:30px 0;padding:0;list-style:none}.POSShared-module__WxTb-G__featureList li{color:#333;align-items:center;gap:12px;margin-bottom:16px;font-size:1rem;display:flex}.POSShared-module__WxTb-G__darkBg .POSShared-module__WxTb-G__featureList li{color:#fff}.POSShared-module__WxTb-G__check{color:#fff;background:linear-gradient(135deg,#d6111e,#f44);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:inline-flex}.POSShared-module__WxTb-G__grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:60px;display:grid}.POSShared-module__WxTb-G__gridReverse{direction:rtl}.POSShared-module__WxTb-G__gridReverse>*{direction:ltr}.POSShared-module__WxTb-G__card{background:#fff;border-radius:20px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.POSShared-module__WxTb-G__card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#d6111e,#f44);height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.POSShared-module__WxTb-G__card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #d6111e26}.POSShared-module__WxTb-G__card:hover:before{transform:scaleX(1)}.POSShared-module__WxTb-G__glassCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:40px;transition:all .4s}.POSShared-module__WxTb-G__glassCard:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-5px)}.POSShared-module__WxTb-G__imageWrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.POSShared-module__WxTb-G__imageWrapper img{width:100%;height:auto;transition:transform .6s;display:block}.POSShared-module__WxTb-G__imageWrapper:hover img{transform:scale(1.05)}@keyframes POSShared-module__WxTb-G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.POSShared-module__WxTb-G__floating{animation:6s ease-in-out infinite POSShared-module__WxTb-G__float}@keyframes POSShared-module__WxTb-G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.POSShared-module__WxTb-G__fadeInUp{animation:.8s ease-out POSShared-module__WxTb-G__fadeInUp}.POSShared-module__WxTb-G__gradientBg{background:linear-gradient(135deg,#1a1f2c 0%,#2d3748 100%);position:relative}.POSShared-module__WxTb-G__gradientBg:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#d6111e1a 0%,#0000 50%);position:absolute;inset:0}@media (max-width:1024px){.POSShared-module__WxTb-G__section{padding:80px 0}.POSShared-module__WxTb-G__grid{gap:40px}}@media (max-width:768px){.POSShared-module__WxTb-G__section{padding:60px 0}.POSShared-module__WxTb-G__grid{grid-template-columns:1fr;gap:40px}.POSShared-module__WxTb-G__gridReverse{direction:ltr}.POSShared-module__WxTb-G__title{font-size:2rem}.POSShared-module__WxTb-G__description{font-size:1rem}.POSShared-module__WxTb-G__card{padding:30px}}
.TestimonialsExact-module__GXk__a__section{background-color:#f8f9fa;padding:100px 0;overflow:hidden}.TestimonialsExact-module__GXk__a__header{text-align:center;max-width:800px;margin:0 auto 60px}.TestimonialsExact-module__GXk__a__topLabel{color:#d6111e;letter-spacing:2px;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;font-size:.9rem;font-weight:800;display:flex}.TestimonialsExact-module__GXk__a__line{background-color:#d6111e;width:60px;height:2px}.TestimonialsExact-module__GXk__a__title{font-size:var(--section-heading-size);color:#1a1e29;font-weight:800;line-height:1.2}.TestimonialsExact-module__GXk__a__title span{color:#d6111e}.TestimonialsExact-module__GXk__a__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;display:grid}.TestimonialsExact-module__GXk__a__ratingCard{color:#fff;text-align:center;background:linear-gradient(135deg,#000 0%,#1a1e29 100%);border-radius:20px;padding:50px;position:relative;overflow:hidden}.TestimonialsExact-module__GXk__a__ratingCard:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#ffffff08 0 1px,#0000 1px 10px);position:absolute;inset:0}.TestimonialsExact-module__GXk__a__ratingLarge{margin-bottom:10px;font-size:5rem;font-weight:700;line-height:1}.TestimonialsExact-module__GXk__a__stars{color:#ff0;margin-bottom:10px;font-size:1.5rem}.TestimonialsExact-module__GXk__a__reviewCount{opacity:.8;margin-bottom:30px;font-size:.9rem}.TestimonialsExact-module__GXk__a__ratingDesc{opacity:.9;margin-bottom:30px;font-size:1rem;line-height:1.5}.TestimonialsExact-module__GXk__a__avatarGroup{justify-content:center;align-items:center;display:flex}.TestimonialsExact-module__GXk__a__avatarGroup img{object-fit:cover;border:3px solid #d6111e;border-radius:50%;width:45px;height:45px;margin-left:-15px}.TestimonialsExact-module__GXk__a__avatarGroup img:first-child{margin-left:0}.TestimonialsExact-module__GXk__a__addMore{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-left:-15px;font-size:1.2rem;font-weight:700;display:flex}.TestimonialsExact-module__GXk__a__sliderColumn{position:relative}.TestimonialsExact-module__GXk__a__topText{color:#888;text-align:left;max-width:400px;margin-bottom:30px;line-height:1.6;position:absolute;top:-120px;right:0}.TestimonialsExact-module__GXk__a__viewAllBtn{color:#fff;cursor:pointer;background:#d6111e;border-radius:30px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:transform .3s;display:inline-block;position:absolute;top:-60px;right:0}.TestimonialsExact-module__GXk__a__viewAllBtn:hover{transform:translateY(-2px)}.TestimonialsExact-module__GXk__a__sliderCard{background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:350px;padding:50px;transition:transform .3s;display:flex;box-shadow:0 10px 30px #0000000d}.TestimonialsExact-module__GXk__a__sliderCard:hover{transform:translateY(-5px)}.TestimonialsExact-module__GXk__a__cardHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.TestimonialsExact-module__GXk__a__cardStars{color:#ff0;font-size:1.2rem}.TestimonialsExact-module__GXk__a__cardRating{color:#ccc;font-weight:600}.TestimonialsExact-module__GXk__a__reviewText{font-size:var(--body-size);color:#555;flex-grow:1;margin-bottom:40px;line-height:1.8}.TestimonialsExact-module__GXk__a__cardFooter{justify-content:space-between;align-items:flex-end;display:flex}.TestimonialsExact-module__GXk__a__authorName{color:#1a1e29;font-weight:800;font-size:var(--subheading-size);margin-bottom:4px}.TestimonialsExact-module__GXk__a__authorRole{color:#888;font-size:.9rem}.TestimonialsExact-module__GXk__a__navButtons{gap:15px;display:flex}.TestimonialsExact-module__GXk__a__navBtn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .3s;display:flex}.TestimonialsExact-module__GXk__a__navBtn:not(.TestimonialsExact-module__GXk__a__activeNav),.TestimonialsExact-module__GXk__a__navBtn.TestimonialsExact-module__GXk__a__activeNav{color:#fff;background:#d6111e}.TestimonialsExact-module__GXk__a__navBtn:hover{transform:scale(1.1)}@media (max-width:992px){.TestimonialsExact-module__GXk__a__grid{grid-template-columns:1fr;gap:40px}.TestimonialsExact-module__GXk__a__topText{max-width:100%;margin-bottom:20px;position:static}.TestimonialsExact-module__GXk__a__viewAllBtn{margin-bottom:30px;position:static}}@media (max-width:768px){.TestimonialsExact-module__GXk__a__ratingCard,.TestimonialsExact-module__GXk__a__sliderCard{padding:30px}.TestimonialsExact-module__GXk__a__cardFooter{flex-direction:column;align-items:flex-start;gap:20px}}
.FeatureGrid-module__AlopXG__header{text-align:center;max-width:800px;margin:0 auto 60px}.FeatureGrid-module__AlopXG__centerDesc{margin-left:auto;margin-right:auto}.FeatureGrid-module__AlopXG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.FeatureGrid-module__AlopXG__featureCard{background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.FeatureGrid-module__AlopXG__cardInner{z-index:1;padding:40px 30px;position:relative}.FeatureGrid-module__AlopXG__featureCard:hover{transform:translateY(-10px);box-shadow:0 30px 80px #d6111e26}.FeatureGrid-module__AlopXG__iconWrapper{width:80px;height:80px;margin-bottom:24px;position:relative}.FeatureGrid-module__AlopXG__iconBg{background:linear-gradient(135deg,#d6111e1a 0%,#d6111e0d 100%);border-radius:20px;transition:all .4s;position:absolute;inset:0}.FeatureGrid-module__AlopXG__featureCard:hover .FeatureGrid-module__AlopXG__iconBg{background:linear-gradient(135deg,#d6111e 0%,#f44 100%);transform:scale(1.1)}.FeatureGrid-module__AlopXG__icon{justify-content:center;align-items:center;font-size:2.5rem;transition:all .4s;display:flex;position:absolute;inset:0}.FeatureGrid-module__AlopXG__featureCard:hover .FeatureGrid-module__AlopXG__icon{filter:brightness(0)invert();transform:scale(1.1)}.FeatureGrid-module__AlopXG__featureTitle{color:#1a1f2c;margin-bottom:12px;font-size:1.375rem;font-weight:700;line-height:1.3}.FeatureGrid-module__AlopXG__featureDesc{color:#666;margin-bottom:20px;font-size:1rem;line-height:1.7}.FeatureGrid-module__AlopXG__hoverArrow{opacity:0;transition:all .4s;transform:translate(-10px)}.FeatureGrid-module__AlopXG__hoverArrow span{color:#d6111e;align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:inline-flex}.FeatureGrid-module__AlopXG__featureCard:hover .FeatureGrid-module__AlopXG__hoverArrow{opacity:1;transform:translate(0)}.FeatureGrid-module__AlopXG__animatedBorder{-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#d6111e,#f44,#d6111e);border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.FeatureGrid-module__AlopXG__featureCard:hover .FeatureGrid-module__AlopXG__animatedBorder{opacity:1}.darkBg .FeatureGrid-module__AlopXG__featureCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a}.darkBg .FeatureGrid-module__AlopXG__featureTitle{color:#fff}.darkBg .FeatureGrid-module__AlopXG__featureDesc{color:#ffffffb3}.darkBg .FeatureGrid-module__AlopXG__featureCard:hover{background:#ffffff14;border-color:#fff3}@media (max-width:768px){.FeatureGrid-module__AlopXG__section,.FeatureGrid-module__AlopXG__statsBar{padding:50px 0!important}.FeatureGrid-module__AlopXG__grid{grid-template-columns:1fr;gap:20px}.FeatureGrid-module__AlopXG__cardInner{padding:30px 24px}.FeatureGrid-module__AlopXG__iconWrapper{width:70px;height:70px}.FeatureGrid-module__AlopXG__icon{font-size:2rem}.FeatureGrid-module__AlopXG__featureTitle{font-size:1.25rem}.FeatureGrid-module__AlopXG__featureDesc{font-size:.9375rem}}
.FeatureCTA-module__jete6W__section{padding:80px 0}.FeatureCTA-module__jete6W__card{background:linear-gradient(135deg,var(--dark-blue)0%,#1c2230 100%);text-align:center;color:var(--white);border-radius:24px;padding:80px}.FeatureCTA-module__jete6W__card h2{margin-bottom:20px;font-size:3rem}.FeatureCTA-module__jete6W__card p{opacity:.8;margin-bottom:40px;font-size:1.25rem}.FeatureCTA-module__jete6W__actions{justify-content:center;gap:20px;display:flex}.FeatureCTA-module__jete6W__whiteBtn{border-color:var(--white);color:var(--white)}.FeatureCTA-module__jete6W__whiteBtn:hover{background-color:var(--white);color:var(--dark-blue)}@media (max-width:768px){.FeatureCTA-module__jete6W__card{padding:40px 20px}.FeatureCTA-module__jete6W__card h2{font-size:2rem}}
.BrandingSlider-module__9X2M7G__sliderSection{background-color:#fcfcfc;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:0 0 80px;overflow:hidden}.BrandingSlider-module__9X2M7G__label{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:40px;font-size:.75rem;font-weight:700}.BrandingSlider-module__9X2M7G__sliderContainer{width:100%;display:flex;position:relative;overflow:hidden}.BrandingSlider-module__9X2M7G__marquee{white-space:nowrap;gap:60px;animation:40s linear infinite BrandingSlider-module__9X2M7G__scroll;display:flex}.BrandingSlider-module__9X2M7G__marquee:hover{animation-play-state:paused}@keyframes BrandingSlider-module__9X2M7G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.BrandingSlider-module__9X2M7G__brandBox{background:#fff;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;min-width:180px;height:100px;padding:20px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000005}.BrandingSlider-module__9X2M7G__brandBox:hover{border-color:var(--primary-red);transform:translateY(-5px);box-shadow:0 10px 25px #d6111e1a}.BrandingSlider-module__9X2M7G__brandBox:hover .BrandingSlider-module__9X2M7G__logoText{color:var(--primary-red);opacity:1;filter:grayscale(0)}.BrandingSlider-module__9X2M7G__logoImage{object-fit:contain;filter:grayscale();opacity:.5;width:100%;height:100%;transition:all .3s}.BrandingSlider-module__9X2M7G__brandBox:hover .BrandingSlider-module__9X2M7G__logoImage{filter:grayscale(0);opacity:1;transform:scale(1.05)}@media (max-width:768px){.BrandingSlider-module__9X2M7G__sliderSection{padding:0 0 50px}}
.CTASection-module__Ses_hG__ctaSection{background:linear-gradient(135deg,#1a1f2c 0%,#0f1419 100%);padding:80px 0;position:relative;overflow:hidden}.CTASection-module__Ses_hG__bgGradient{background:radial-gradient(circle,#d6111e26 0%,#0000 70%);position:absolute;inset:0}.CTASection-module__Ses_hG__bgPattern{background-image:repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 40px),repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 40px);position:absolute;inset:0}.CTASection-module__Ses_hG__container{z-index:1;position:relative}.CTASection-module__Ses_hG__content{text-align:center;max-width:800px;margin:0 auto 60px}.CTASection-module__Ses_hG__title{color:#fff;margin-bottom:24px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.2}.CTASection-module__Ses_hG__title span{background:linear-gradient(135deg,#d6111e 0%,#f44 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTASection-module__Ses_hG__description{color:#fffc;margin-bottom:40px;font-size:1.25rem;line-height:1.8}.CTASection-module__Ses_hG__actions{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;display:flex}.CTASection-module__Ses_hG__primaryBtn{min-width:220px}.CTASection-module__Ses_hG__secondaryBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:220px;color:#fff!important;background:#ffffff1a!important;border:2px solid #ffffff4d!important}.CTASection-module__Ses_hG__secondaryBtn:hover{background:#ffffff26!important;border-color:#ffffff80!important}.CTASection-module__Ses_hG__resourceLinks{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTASection-module__Ses_hG__link{color:#fffc;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.CTASection-module__Ses_hG__link:hover{color:#fff;transform:translate(4px)}.CTASection-module__Ses_hG__linkIcon{font-size:1rem}.CTASection-module__Ses_hG__trustBadges{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:900px;margin:0 auto;display:grid}.CTASection-module__Ses_hG__badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:16px;padding:24px;transition:all .4s;display:flex}.CTASection-module__Ses_hG__badge:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.CTASection-module__Ses_hG__badgeIcon{background:linear-gradient(135deg,#d6111e33 0%,#d6111e1a 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.CTASection-module__Ses_hG__badgeText{flex:1}.CTASection-module__Ses_hG__badgeTitle{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:700}.CTASection-module__Ses_hG__badgeDesc{color:#fff9;font-size:.875rem}@media (max-width:768px){.CTASection-module__Ses_hG__ctaSection{padding:80px 0}.CTASection-module__Ses_hG__title{font-size:2rem}.CTASection-module__Ses_hG__description{font-size:1.125rem}.CTASection-module__Ses_hG__actions{flex-direction:column;align-items:stretch}.CTASection-module__Ses_hG__primaryBtn,.CTASection-module__Ses_hG__secondaryBtn{width:100%}.CTASection-module__Ses_hG__resourceLinks{flex-direction:column;gap:16px}.CTASection-module__Ses_hG__link{justify-content:center}.CTASection-module__Ses_hG__trustBadges{grid-template-columns:1fr;gap:16px}.CTASection-module__Ses_hG__badge{padding:20px}}
.BlogPost-module__SY66Va__heroBanner{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:140px 0;position:relative;overflow:hidden}.BlogPost-module__SY66Va__heroContent{z-index:2;position:relative}.BlogPost-module__SY66Va__heroTitle{color:#fff;text-shadow:0 4px 20px #0000004d;margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2}.BlogPost-module__SY66Va__breadcrumbs{color:#fffc;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;display:flex}.BlogPost-module__SY66Va__breadcrumbs a{text-decoration:none;transition:color .3s}.BlogPost-module__SY66Va__breadcrumbs a:hover{color:#fff}.BlogPost-module__SY66Va__breadcrumbs span{color:#fffc}.BlogPost-module__SY66Va__separator{color:#ffffff80}.BlogPost-module__SY66Va__article{background:#fff;padding:80px 0}.BlogPost-module__SY66Va__featuredImage{z-index:10;border-radius:20px;width:100%;max-width:1200px;margin-bottom:40px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.BlogPost-module__SY66Va__featuredImage img{width:100%;height:auto;display:block}.BlogPost-module__SY66Va__articleHeader{margin:0 auto 30px}.BlogPost-module__SY66Va__articleTitle{color:#1a1f2c;margin:0 0 20px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.3}.BlogPost-module__SY66Va__articleMeta{border-bottom:2px solid #f0f0f0;margin:0 auto 40px;padding-bottom:30px}.BlogPost-module__SY66Va__metaLabel{color:#333;font-size:1.125rem;font-weight:600;line-height:1.6}.BlogPost-module__SY66Va__content{color:#333;margin:0 auto;font-size:1.0625rem;line-height:1.8}.BlogPost-module__SY66Va__sideBySideGrid{grid-template-columns:1fr 1fr;gap:30px;margin:60px 0;display:grid}.BlogPost-module__SY66Va__sideImage{object-fit:cover;border-radius:12px;width:100%;height:300px;transition:transform .3s;box-shadow:0 10px 30px #0000001a}.BlogPost-module__SY66Va__sideImage:hover{transform:scale(1.02)}@media (max-width:768px){.BlogPost-module__SY66Va__sideBySideGrid{grid-template-columns:1fr;gap:20px}.BlogPost-module__SY66Va__sideImage{height:250px}}.BlogPost-module__SY66Va__content h2{color:#1a1f2c;margin-top:60px;margin-bottom:24px;padding-left:20px;font-size:2rem;font-weight:800;line-height:1.2;position:relative}.BlogPost-module__SY66Va__content h2:before{content:"";background:#d6111e;border-radius:2px;width:4px;position:absolute;top:6px;bottom:6px;left:0}.BlogPost-module__SY66Va__content p{color:#4a4a4a;margin-bottom:28px;font-size:1.125rem}.BlogPost-module__SY66Va__content a{color:#d6111e;border-bottom:2px solid #d6111e33;font-weight:600;text-decoration:none;transition:all .3s}.BlogPost-module__SY66Va__content a:hover{background:#d6111e0d;border-bottom-color:#d6111e}.BlogPost-module__SY66Va__relatedSection{border-top:2px solid #f0f0f0;max-width:1000px;margin:80px auto 40px;padding-top:60px}.BlogPost-module__SY66Va__relatedSection h3{color:#1a1f2c;text-align:center;margin-bottom:32px;font-size:2rem;font-weight:800}.BlogPost-module__SY66Va__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.BlogPost-module__SY66Va__relatedCard{background:#fdf9f3;border-radius:12px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.BlogPost-module__SY66Va__relatedCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.BlogPost-module__SY66Va__relatedImage{width:100%;height:180px;overflow:hidden}.BlogPost-module__SY66Va__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.BlogPost-module__SY66Va__relatedCard:hover .BlogPost-module__SY66Va__relatedImage img{transform:scale(1.05)}.BlogPost-module__SY66Va__relatedContent{padding:24px}.BlogPost-module__SY66Va__relatedCategory{color:#fff;text-transform:uppercase;background:#d6111e;border-radius:12px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.BlogPost-module__SY66Va__relatedContent h4{color:#1a1f2c;margin-bottom:8px;font-size:1.25rem;font-weight:700;line-height:1.3}.BlogPost-module__SY66Va__relatedContent p{color:#666;font-size:.9375rem;line-height:1.6}.BlogPost-module__SY66Va__backLink{text-align:center;max-width:900px;margin:40px auto 0}.BlogPost-module__SY66Va__backLink a{color:#d6111e;align-items:center;gap:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.BlogPost-module__SY66Va__backLink a:hover{gap:12px}@media (max-width:768px){.BlogPost-module__SY66Va__heroBanner{padding:80px 0}.BlogPost-module__SY66Va__heroTitle{font-size:2rem}.BlogPost-module__SY66Va__breadcrumbs{font-size:.875rem}.BlogPost-module__SY66Va__featuredImage{border-radius:12px;margin:-60px auto 30px}.BlogPost-module__SY66Va__article{padding:0 0 60px}.BlogPost-module__SY66Va__content{font-size:1rem}.BlogPost-module__SY66Va__content h2{margin-top:32px;font-size:1.5rem}.BlogPost-module__SY66Va__content h3{margin-top:24px;font-size:1.25rem}.BlogPost-module__SY66Va__relatedSection{margin-top:60px}.BlogPost-module__SY66Va__relatedSection h3{font-size:1.5rem}.BlogPost-module__SY66Va__relatedGrid{grid-template-columns:1fr}}@media (max-width:480px){.BlogPost-module__SY66Va__heroBanner{padding:80px 0}.BlogPost-module__SY66Va__heroTitle{font-size:1.75rem}.BlogPost-module__SY66Va__featuredImage{margin:-40px auto 20px}}
.POSHub-module__qQHwIW__hubSection{background-color:#fff;padding:80px 0}.POSHub-module__qQHwIW__hubGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-top:50px;display:grid}.POSHub-module__qQHwIW__hubCard{background:#fdf9f3;border:1px solid #0000000d;border-radius:20px;flex-direction:column;justify-content:space-between;padding:40px;transition:all .3s;display:flex}.POSHub-module__qQHwIW__hubCard:hover{border-color:var(--primary-red);background:#fff;transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.POSHub-module__qQHwIW__hubCardIcon{margin-bottom:20px;font-size:2.5rem}.POSHub-module__qQHwIW__hubCard h3{color:var(--dark-blue);margin-bottom:15px;font-size:1.5rem}.POSHub-module__qQHwIW__hubCard p{color:var(--text-muted);margin-bottom:25px;font-size:1rem;line-height:1.6}.POSHub-module__qQHwIW__learnMore{color:var(--primary-red);align-items:center;gap:8px;font-size:.875rem;font-weight:700;display:flex}.POSHub-module__qQHwIW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 60px}.POSHub-module__qQHwIW__sectionHeader h2{margin-bottom:20px;font-size:3rem}.POSHub-module__qQHwIW__sectionHeader p{color:var(--text-muted);font-size:1.25rem}@media (max-width:768px){.POSHub-module__qQHwIW__hubGrid{grid-template-columns:1fr}.POSHub-module__qQHwIW__sectionHeader h2{font-size:2.25rem}}
.PremiumFAQ-module__JbYH1a__section{background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0;position:relative;overflow:hidden}.PremiumFAQ-module__JbYH1a__container{z-index:2;position:relative}.PremiumFAQ-module__JbYH1a__header{text-align:center;margin-bottom:60px}.PremiumFAQ-module__JbYH1a__topLabel{color:var(--primary-red);letter-spacing:1px;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;font-size:.75rem;font-weight:700;display:flex}.PremiumFAQ-module__JbYH1a__line{background-color:var(--primary-red);width:40px;height:1px}.PremiumFAQ-module__JbYH1a__title{font-size:var(--section-heading-size);color:var(--white);font-weight:700}.PremiumFAQ-module__JbYH1a__title span{color:var(--primary-red)}.PremiumFAQ-module__JbYH1a__contentWrapper{max-width:1000px;margin:0 auto}.PremiumFAQ-module__JbYH1a__faqList{flex-direction:column;gap:15px;display:flex}.PremiumFAQ-module__JbYH1a__faqItem{background-color:var(--white);cursor:pointer;border-left:4px solid #0000;border-radius:8px;padding:20px 30px;transition:all .3s;box-shadow:0 4px 15px #00000008}.PremiumFAQ-module__JbYH1a__faqItem.PremiumFAQ-module__JbYH1a__active{border-left-color:var(--primary-red);box-shadow:0 10px 30px #00000014}.PremiumFAQ-module__JbYH1a__question{align-items:center;gap:15px;display:flex;position:relative}.PremiumFAQ-module__JbYH1a__qIcon{background-color:var(--primary-red);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.PremiumFAQ-module__JbYH1a__question h3{font-size:var(--subheading-size);color:var(--dark-blue);flex:1}.PremiumFAQ-module__JbYH1a__chevron{border-bottom:2px solid var(--text-muted);border-right:2px solid var(--text-muted);width:12px;height:12px;margin-left:10px;transition:transform .3s;transform:rotate(45deg)}.PremiumFAQ-module__JbYH1a__active .PremiumFAQ-module__JbYH1a__chevron{transform:rotate(-135deg)}.PremiumFAQ-module__JbYH1a__answer{max-height:0;padding-top:0;transition:max-height .4s,padding .4s;overflow:hidden}.PremiumFAQ-module__JbYH1a__active .PremiumFAQ-module__JbYH1a__answer{max-height:500px;padding-top:20px}.PremiumFAQ-module__JbYH1a__answer p{font-size:var(--body-size);color:var(--text-main);border-top:1px solid #eee;padding-top:15px;line-height:1.7}.PremiumFAQ-module__JbYH1a__watermark{color:var(--primary-red);opacity:.08;z-index:1;pointer-events:none;font-size:15rem;font-weight:800;line-height:1;position:absolute;bottom:-40px;right:20px}@media (max-width:767px){.PremiumFAQ-module__JbYH1a__section{background-attachment:scroll;padding:50px 0}.PremiumFAQ-module__JbYH1a__faqItem{padding:15px 20px}}
.StatsSection-module__1MT8tG__statsSection{background:linear-gradient(135deg,#1a1f2c 0%,#0f1419 100%);position:relative;overflow:hidden}.StatsSection-module__1MT8tG__bgPattern{opacity:.5;background-image:radial-gradient(circle at 20%,#d6111e1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#d6111e14 0%,#0000 50%);position:absolute;inset:0}.StatsSection-module__1MT8tG__header{text-align:center;z-index:1;max-width:700px;margin:0 auto 60px;position:relative}.StatsSection-module__1MT8tG__lightLabel{color:#ffffffe6!important}.StatsSection-module__1MT8tG__lightLabel .StatsSection-module__1MT8tG__line{background:linear-gradient(90deg,#0000,#ffffff80)!important}.StatsSection-module__1MT8tG__lightTitle{color:#fff!important}.StatsSection-module__1MT8tG__lightDesc{margin-left:auto;margin-right:auto;color:#fffc!important}.StatsSection-module__1MT8tG__statsGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid;position:relative}.StatsSection-module__1MT8tG__statCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.StatsSection-module__1MT8tG__statCard:before{content:"";opacity:0;background:radial-gradient(circle,#d6111e1a 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.StatsSection-module__1MT8tG__statCard:hover{background:#ffffff14;border-color:#d6111e80;transform:translateY(-10px);box-shadow:0 30px 80px #d6111e33}.StatsSection-module__1MT8tG__statCard:hover:before{opacity:1}.StatsSection-module__1MT8tG__statIcon{filter:drop-shadow(0 10px 20px #d6111e4d);margin-bottom:20px;font-size:3rem;animation:2s ease-in-out infinite StatsSection-module__1MT8tG__bounce}@keyframes StatsSection-module__1MT8tG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.StatsSection-module__1MT8tG__statCard:hover .StatsSection-module__1MT8tG__statIcon{animation:none;transform:scale(1.1)}.StatsSection-module__1MT8tG__statValue{background:linear-gradient(135deg,#fff 0%,#fffc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:3rem;font-weight:900;line-height:1}.StatsSection-module__1MT8tG__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-size:1rem;font-weight:600}.StatsSection-module__1MT8tG__progressBar{background:#ffffff1a;border-radius:2px;height:4px;margin-top:20px;position:relative;overflow:hidden}.StatsSection-module__1MT8tG__progressFill{transform-origin:0;background:linear-gradient(90deg,#d6111e 0%,#f44 100%);border-radius:2px;height:100%;animation:2s ease-out forwards StatsSection-module__1MT8tG__fillProgress}@keyframes StatsSection-module__1MT8tG__fillProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:768px){.StatsSection-module__1MT8tG__statsGrid{grid-template-columns:1fr;gap:20px}.StatsSection-module__1MT8tG__statCard{padding:30px 24px}.StatsSection-module__1MT8tG__statIcon,.StatsSection-module__1MT8tG__statValue{font-size:2.5rem}.StatsSection-module__1MT8tG__statLabel{font-size:.875rem}}
.Blog-module__jW6Nga__blogSection{background:#fdf9f3;padding:80px 0}.Blog-module__jW6Nga__intro{text-align:center;max-width:700px;margin:0 auto 60px}.Blog-module__jW6Nga__intro h2{color:#1a1f2c;margin-bottom:16px;font-size:clamp(2rem,4vw,2.5rem);font-weight:900;line-height:1.2}.Blog-module__jW6Nga__intro h2 span{color:#d6111e}.Blog-module__jW6Nga__intro p{color:#666;font-size:1.125rem;line-height:1.7}.Blog-module__jW6Nga__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Blog-module__jW6Nga__card{background:#fff;border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 4px 20px #00000014}.Blog-module__jW6Nga__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.Blog-module__jW6Nga__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.Blog-module__jW6Nga__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Blog-module__jW6Nga__card:hover .Blog-module__jW6Nga__imageWrapper img{transform:scale(1.05)}.Blog-module__jW6Nga__category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d6111e 0%,#f44 100%);border-radius:20px;padding:6px 16px;font-size:.8125rem;font-weight:700;position:absolute;top:16px;left:16px}.Blog-module__jW6Nga__content{padding:28px}.Blog-module__jW6Nga__meta{color:#999;align-items:center;gap:16px;margin-bottom:12px;font-size:.875rem;display:flex}.Blog-module__jW6Nga__date,.Blog-module__jW6Nga__readTime{align-items:center;gap:4px;display:flex}.Blog-module__jW6Nga__content h3{color:#1a1f2c;margin-bottom:12px;font-size:1.375rem;font-weight:700;line-height:1.3;transition:color .3s}.Blog-module__jW6Nga__card:hover .Blog-module__jW6Nga__content h3{color:#d6111e}.Blog-module__jW6Nga__content p{color:#666;margin-bottom:16px;font-size:1rem;line-height:1.6}.Blog-module__jW6Nga__author{color:#999;margin-bottom:16px;font-size:.9375rem}.Blog-module__jW6Nga__readMore{color:#d6111e;align-items:center;gap:8px;font-size:.9375rem;font-weight:700;transition:gap .3s;display:inline-flex}.Blog-module__jW6Nga__card:hover .Blog-module__jW6Nga__readMore{gap:12px}.Blog-module__jW6Nga__readMore span{transition:transform .3s}.Blog-module__jW6Nga__card:hover .Blog-module__jW6Nga__readMore span{transform:translate(4px)}@media (max-width:768px){.Blog-module__jW6Nga__blogSection{padding:60px 0}.Blog-module__jW6Nga__grid{grid-template-columns:repeat(2,1fr);gap:30px}.Blog-module__jW6Nga__imageWrapper{height:200px}.Blog-module__jW6Nga__content{padding:24px}.Blog-module__jW6Nga__content h3{font-size:1.25rem}}@media (max-width:500px){.Blog-module__jW6Nga__grid{grid-template-columns:1fr;gap:30px}}
.Contact-module__J3q-aa__contactSection{background:#f8f9fa;padding:80px 0}.Contact-module__J3q-aa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.Contact-module__J3q-aa__topLabel{color:var(--primary-red);letter-spacing:1px;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;font-size:.75rem;font-weight:700;display:flex}.Contact-module__J3q-aa__line{background-color:var(--primary-red);width:40px;height:1px}.Contact-module__J3q-aa__title{font-size:var(--section-heading-size);color:#1a1e29;font-weight:800}.Contact-module__J3q-aa__title span{color:var(--primary-red)}.Contact-module__J3q-aa__contactWrapper{grid-template-columns:1fr 400px;align-items:start;gap:40px;display:grid}.Contact-module__J3q-aa__formSection{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #00000014}.Contact-module__J3q-aa__formTitle{color:#1a1f2c;margin-bottom:12px;font-size:1.75rem;font-weight:800}.Contact-module__J3q-aa__formSubtitle{color:#666;margin-bottom:32px;font-size:.9375rem;line-height:1.6}.Contact-module__J3q-aa__form{flex-direction:column;gap:20px;display:flex}.Contact-module__J3q-aa__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Contact-module__J3q-aa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__J3q-aa__formGroup label{color:#1a1f2c;font-size:.9375rem;font-weight:600}.Contact-module__J3q-aa__formGroup input,.Contact-module__J3q-aa__formGroup textarea{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:14px 16px;font-family:inherit;font-size:.9375rem;transition:all .3s}.Contact-module__J3q-aa__formGroup input::placeholder,.Contact-module__J3q-aa__formGroup textarea::placeholder{color:#999}.Contact-module__J3q-aa__formGroup input:focus,.Contact-module__J3q-aa__formGroup textarea:focus{background:#fff;border-color:#1e3a5f;outline:none}.Contact-module__J3q-aa__formGroup textarea{resize:vertical;min-height:120px}.Contact-module__J3q-aa__submitButton{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:16px 40px;font-size:1rem;font-weight:600;transition:all .3s}.Contact-module__J3q-aa__submitButton:hover{background:var(--primary-red);transform:translateY(-2px);box-shadow:0 8px 20px #1e3a5f4d}.Contact-module__J3q-aa__infoSection{color:#fff;background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;border-radius:20px;padding:40px 32px;position:sticky;top:100px}.Contact-module__J3q-aa__infoTitle{margin-bottom:32px;font-size:1.375rem;font-weight:700;line-height:1.4}.Contact-module__J3q-aa__infoCards{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.Contact-module__J3q-aa__infoCard{background:#ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.Contact-module__J3q-aa__infoCard:hover{background:#ffffff26}.Contact-module__J3q-aa__infoIcon{background:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.Contact-module__J3q-aa__infoContent h4{opacity:.9;margin-bottom:4px;font-size:.875rem;font-weight:600}.Contact-module__J3q-aa__infoContent p{margin:0;font-size:1rem;font-weight:600}.Contact-module__J3q-aa__socialSection{border-top:1px solid #fff3;padding-top:24px}.Contact-module__J3q-aa__socialTitle{margin-bottom:16px;font-size:.9375rem;font-weight:600}.Contact-module__J3q-aa__socialIcons{gap:12px;display:flex}.Contact-module__J3q-aa__socialIcon{color:#fff;background:#ffffff26;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.Contact-module__J3q-aa__socialIcon:hover{background:#ffffff40;transform:translateY(-2px)}.Contact-module__J3q-aa__mapSection{background:#f5f5f5;width:100%;height:500px}.Contact-module__J3q-aa__mapWrapper{width:100%;height:100%}.Contact-module__J3q-aa__mapWrapper iframe{display:block}@media (max-width:968px){.Contact-module__J3q-aa__contactWrapper{grid-template-columns:1fr;gap:30px}.Contact-module__J3q-aa__infoSection{position:relative;top:0}.Contact-module__J3q-aa__formSection{padding:32px 24px}}@media (max-width:768px){.Contact-module__J3q-aa__contactSection{padding:60px 0}.Contact-module__J3q-aa__formRow{grid-template-columns:1fr;gap:16px}.Contact-module__J3q-aa__mapSection{height:400px}}@media (max-width:480px){.Contact-module__J3q-aa__formSection{padding:24px 20px}.Contact-module__J3q-aa__infoSection{padding:28px 24px}.Contact-module__J3q-aa__formTitle{font-size:1.5rem}.Contact-module__J3q-aa__infoTitle{font-size:1.125rem}.Contact-module__J3q-aa__mapSection{height:350px}}
.Pricing-module__kSEP9a__pricingSection{background:#fff;padding:80px 0}.Pricing-module__kSEP9a__intro{text-align:center;max-width:700px;margin:0 auto 60px}.Pricing-module__kSEP9a__intro h2{color:#1a1f2c;margin-bottom:16px;font-size:clamp(2rem,4vw,2.5rem);font-weight:900}.Pricing-module__kSEP9a__intro h2 span{color:#d6111e}.Pricing-module__kSEP9a__intro p{color:#666;font-size:1.125rem;line-height:1.7}.Pricing-module__kSEP9a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1100px;margin:0 auto;display:grid}.Pricing-module__kSEP9a__card{text-align:center;background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.Pricing-module__kSEP9a__card:hover{border-color:#d6111e;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.Pricing-module__kSEP9a__popular{border-width:3px;border-color:#d6111e;box-shadow:0 12px 30px #d6111e26}.Pricing-module__kSEP9a__badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d6111e 0%,#f44 100%);border-radius:20px;padding:8px 20px;font-size:.8125rem;font-weight:700;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.Pricing-module__kSEP9a__card h3{color:#1a1f2c;margin-bottom:16px;font-size:1.75rem;font-weight:800}.Pricing-module__kSEP9a__price{color:#d6111e;margin-bottom:24px;font-size:3.5rem;font-weight:900;line-height:1}.Pricing-module__kSEP9a__price span{color:#999;font-size:1.125rem;font-weight:600}.Pricing-module__kSEP9a__features{text-align:left;margin:0 0 32px;padding:0;list-style:none}.Pricing-module__kSEP9a__features li{color:#333;align-items:center;gap:12px;padding:12px 0;font-size:1rem;display:flex}.Pricing-module__kSEP9a__check{color:#00c853;font-size:1.25rem;font-weight:900}.Pricing-module__kSEP9a__btn{width:100%}.Pricing-module__kSEP9a__featuresSection{background:#fdf9f3;padding:80px 0}.Pricing-module__kSEP9a__featuresIntro{text-align:center;max-width:700px;margin:0 auto 60px}.Pricing-module__kSEP9a__featuresIntro h2{color:#1a1f2c;margin-bottom:16px;font-size:clamp(2rem,4vw,2.5rem);font-weight:900}.Pricing-module__kSEP9a__featuresIntro h2 span{color:#d6111e}.Pricing-module__kSEP9a__featuresIntro p{color:#666;font-size:1.125rem;line-height:1.7}.Pricing-module__kSEP9a__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.Pricing-module__kSEP9a__featureCard{text-align:center;background:#fff;border-radius:16px;padding:32px 24px;transition:all .3s}.Pricing-module__kSEP9a__featureCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.Pricing-module__kSEP9a__featureIcon{margin-bottom:16px;font-size:3rem}.Pricing-module__kSEP9a__featureCard h4{color:#1a1f2c;margin-bottom:8px;font-size:1.25rem;font-weight:700}.Pricing-module__kSEP9a__featureCard p{color:#666;font-size:.9375rem;line-height:1.6}.Pricing-module__kSEP9a__ctaSection{color:var(--white);background-image:linear-gradient(#000000d9,#000000d9),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:80px 0;position:relative}.Pricing-module__kSEP9a__ctaBox{text-align:center;max-width:700px;margin:0 auto}.Pricing-module__kSEP9a__ctaBox h2{color:#fff;margin-bottom:16px;font-size:clamp(2rem,4vw,2.5rem);font-weight:900}.Pricing-module__kSEP9a__ctaBox p{color:#fffc;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.Pricing-module__kSEP9a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Pricing-module__kSEP9a__secondaryBtn{color:#fff!important;background:#ffffff1a!important;border:2px solid #ffffff4d!important}.Pricing-module__kSEP9a__secondaryBtn:hover{background:#ffffff26!important;border-color:#ffffff80!important}@media (max-width:768px){.Pricing-module__kSEP9a__pricingSection,.Pricing-module__kSEP9a__featuresSection,.Pricing-module__kSEP9a__ctaSection{padding:60px 0}.Pricing-module__kSEP9a__grid{grid-template-columns:1fr;gap:40px}.Pricing-module__kSEP9a__featuresGrid{grid-template-columns:1fr;gap:20px}.Pricing-module__kSEP9a__ctaButtons{flex-direction:column;align-items:stretch}}
.BlogFAQ-module__2OKm1G__faqSection{background:#fdf9f3;border-radius:20px;margin-top:60px;margin-bottom:60px}.BlogFAQ-module__2OKm1G__title{color:#1a1f2c;text-align:center;margin-bottom:40px;font-size:2rem;font-weight:800}.BlogFAQ-module__2OKm1G__item{border-bottom:1px solid #0000001a}.BlogFAQ-module__2OKm1G__item:last-child{border-bottom:none}.BlogFAQ-module__2OKm1G__question{text-align:left;cursor:pointer;color:#1a1f2c;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 0;font-size:1.125rem;font-weight:600;transition:color .3s;display:flex}.BlogFAQ-module__2OKm1G__question:hover{color:#d6111e}.BlogFAQ-module__2OKm1G__icon{color:#d6111e;font-size:1.5rem;font-weight:400;transition:transform .3s}.BlogFAQ-module__2OKm1G__item.BlogFAQ-module__2OKm1G__active .BlogFAQ-module__2OKm1G__icon{transform:rotate(180deg)}.BlogFAQ-module__2OKm1G__answerWrapper{transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.BlogFAQ-module__2OKm1G__answer{color:#666;padding-bottom:24px;font-size:1rem;line-height:1.7}@media (max-width:768px){.BlogFAQ-module__2OKm1G__faqSection{padding:40px 24px}.BlogFAQ-module__2OKm1G__title{font-size:1.75rem}.BlogFAQ-module__2OKm1G__question{font-size:1rem}}
.BlogSection-module__YY9aYa__section{padding:80px 0}.BlogSection-module__YY9aYa__header{text-align:center;margin-bottom:60px}.BlogSection-module__YY9aYa__topLabel{color:var(--primary-red);letter-spacing:1px;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;font-size:.75rem;font-weight:700;display:flex}.BlogSection-module__YY9aYa__line{background-color:var(--primary-red);width:40px;height:1px}.BlogSection-module__YY9aYa__title{font-size:var(--section-heading-size);margin-bottom:0;font-weight:800;line-height:1.1}.BlogSection-module__YY9aYa__title span{color:var(--primary-red)}.BlogSection-module__YY9aYa__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.BlogSection-module__YY9aYa__card{background:#fff;border-radius:20px;flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.BlogSection-module__YY9aYa__card:hover{transform:translateY(-10px)}.BlogSection-module__YY9aYa__imageWrapper{border-radius:20px;width:100%;height:250px;overflow:hidden}.BlogSection-module__YY9aYa__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.BlogSection-module__YY9aYa__card:hover .BlogSection-module__YY9aYa__image{transform:scale(1.05)}.BlogSection-module__YY9aYa__content{flex-direction:column;flex:1;padding:30px 0;display:flex}.BlogSection-module__YY9aYa__blogTitle{font-size:var(--subheading-size);color:#000;text-align:left;margin-bottom:15px;font-weight:700;line-height:1.3}.BlogSection-module__YY9aYa__summary{font-size:var(--body-size);color:#666;text-align:left;margin-bottom:25px;line-height:1.6}.BlogSection-module__YY9aYa__readMore{color:#000;align-items:center;gap:12px;width:fit-content;margin-top:auto;font-size:.9375rem;font-weight:700;display:flex}.BlogSection-module__YY9aYa__arrowIcon{background-color:var(--primary-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;transition:all .3s;display:flex}.BlogSection-module__YY9aYa__readMore:hover .BlogSection-module__YY9aYa__arrowIcon{background-color:var(--primary-red-hover);transform:translate(5px)}.BlogSection-module__YY9aYa__arrowIcon svg{width:100%;height:100%}@media (max-width:1023px){.BlogSection-module__YY9aYa__grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;grid-template-columns:none;gap:20px;margin:0;display:flex;overflow-x:auto}.BlogSection-module__YY9aYa__grid::-webkit-scrollbar{display:none}.BlogSection-module__YY9aYa__card{scroll-snap-align:start;flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px)}}@media (max-width:768px){.BlogSection-module__YY9aYa__card{flex:0 0 100%;min-width:100%}}
.TestimonialCarousel-module__yCHAhW__header{text-align:center;max-width:700px;margin:0 auto 60px}.TestimonialCarousel-module__yCHAhW__carousel{margin-bottom:40px;position:relative;overflow:hidden}.TestimonialCarousel-module__yCHAhW__carouselTrack{transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.TestimonialCarousel-module__yCHAhW__testimonialCard{text-align:center;background:#fff;border-radius:24px;min-width:100%;position:relative;box-shadow:0 20px 60px #00000014}.TestimonialCarousel-module__yCHAhW__quoteIcon{color:#d6111e1a;margin-bottom:-20px;font-family:Georgia,serif;font-size:6rem;line-height:1}.TestimonialCarousel-module__yCHAhW__rating{justify-content:center;gap:4px;margin-bottom:24px;display:flex}.TestimonialCarousel-module__yCHAhW__starFilled{color:#ffc107;font-size:1.5rem}.TestimonialCarousel-module__yCHAhW__starEmpty{color:#e0e0e0;font-size:1.5rem}.TestimonialCarousel-module__yCHAhW__quote{color:#333;max-width:800px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.375rem;font-style:italic;line-height:1.8}.TestimonialCarousel-module__yCHAhW__author{justify-content:center;align-items:center;gap:16px;display:flex}.TestimonialCarousel-module__yCHAhW__authorInfo{text-align:center}.TestimonialCarousel-module__yCHAhW__authorName{color:#1a1f2c;margin-bottom:4px;font-size:1.125rem;font-weight:700}.TestimonialCarousel-module__yCHAhW__authorRole{color:#d6111e;margin-bottom:2px;font-size:.9375rem;font-weight:600}.TestimonialCarousel-module__yCHAhW__authorCompany{color:#666;font-size:.875rem}.TestimonialCarousel-module__yCHAhW__dots{justify-content:center;gap:12px;display:flex}.TestimonialCarousel-module__yCHAhW__dot{cursor:pointer;background:#d6111e33;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.TestimonialCarousel-module__yCHAhW__dot:hover{background:#d6111e66;transform:scale(1.2)}.TestimonialCarousel-module__yCHAhW__activeDot{background:linear-gradient(135deg,#d6111e 0%,#f44 100%);border-radius:6px;width:32px}@media (max-width:1024px){.TestimonialCarousel-module__yCHAhW__testimonialCard{padding:50px 60px}.TestimonialCarousel-module__yCHAhW__quote{font-size:1.25rem}}@media (max-width:768px){.TestimonialCarousel-module__yCHAhW__section{padding:50px 0!important}.TestimonialCarousel-module__yCHAhW__testimonialCard{padding:40px 30px}.TestimonialCarousel-module__yCHAhW__quoteIcon{font-size:4rem}.TestimonialCarousel-module__yCHAhW__rating{gap:2px}.TestimonialCarousel-module__yCHAhW__starFilled,.TestimonialCarousel-module__yCHAhW__starEmpty{font-size:1.25rem}.TestimonialCarousel-module__yCHAhW__quote{font-size:1.125rem}.TestimonialCarousel-module__yCHAhW__authorName{font-size:1rem}.TestimonialCarousel-module__yCHAhW__authorRole{font-size:.875rem}.TestimonialCarousel-module__yCHAhW__authorCompany{font-size:.8125rem}}
