:root{--bg:#f7f4ef;--surface:#fff;--surface-2:#f1ece4;--surface-3:#fbfaf8;--text:#161616;--text-soft:#5e5953;--border:#16161614;--brown:#7a4b2a;--brown-dark:#5f381f;--orange:#e58a2d;--orange-dark:#c96e18;--success:#2f7d4a;--danger-soft:#b9482e;--shadow:0 18px 45px #00000014;--shadow-sm:0 4px 16px #0000000f;--shadow-lg:0 32px 80px #0000001f;--radius:18px;--radius-sm:10px;--radius-lg:28px;--maxw:1200px;--nav-h:72px;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:700;line-height:1.2}:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--brown);border-radius:3px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Navbar-module__O8Na-a__nav{z-index:1000;height:var(--nav-h);border-bottom:1px solid #0000;transition:background .3s,box-shadow .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__nav--scrolled{-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#fffffff5;box-shadow:0 2px 20px #00000012}.Navbar-module__O8Na-a__inner{max-width:var(--maxw);justify-content:space-between;align-items:center;gap:1.5rem;height:100%;margin-inline:auto;padding-inline:1.25rem;display:flex}@media (min-width:768px){.Navbar-module__O8Na-a__inner{padding-inline:2rem}}.Navbar-module__O8Na-a__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logoImg{width:auto;height:46px;transition:opacity .2s,filter .3s;display:block}.Navbar-module__O8Na-a__nav--scrolled .Navbar-module__O8Na-a__logoImg{filter:drop-shadow(0 1px #00000026)drop-shadow(0 0 4px #00000040)}.Navbar-module__O8Na-a__logo:hover .Navbar-module__O8Na-a__logoImg{opacity:.85}@media (max-width:599px){.Navbar-module__O8Na-a__logoImg{height:38px}}.Navbar-module__O8Na-a__menu{flex:1;justify-content:center;align-items:center;gap:.25rem;display:none}@media (min-width:900px){.Navbar-module__O8Na-a__menu{display:flex}}.Navbar-module__O8Na-a__menuLink{color:var(--text-soft);border-radius:8px;padding:.45rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.Navbar-module__O8Na-a__nav:not(.Navbar-module__O8Na-a__nav--scrolled) .Navbar-module__O8Na-a__menuLink{color:#ffffffd9}.Navbar-module__O8Na-a__menuLink:hover{color:var(--brown-dark);background:var(--surface-2)}.Navbar-module__O8Na-a__nav:not(.Navbar-module__O8Na-a__nav--scrolled) .Navbar-module__O8Na-a__menuLink:hover{color:#fff;background:#ffffff26}.Navbar-module__O8Na-a__right{flex-shrink:0;align-items:center;gap:1rem;display:none}@media (min-width:900px){.Navbar-module__O8Na-a__right{display:flex}}.Navbar-module__O8Na-a__phone{color:var(--brown-dark);align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .15s;display:flex}.Navbar-module__O8Na-a__nav:not(.Navbar-module__O8Na-a__nav--scrolled) .Navbar-module__O8Na-a__phone{color:#fff;text-shadow:0 1px 4px #0003}.Navbar-module__O8Na-a__phone:hover{color:var(--orange-dark)}.Navbar-module__O8Na-a__phoneIcon{flex-shrink:0;width:16px;height:16px}.Navbar-module__O8Na-a__mobileRight{align-items:center;gap:.75rem;display:flex}@media (min-width:900px){.Navbar-module__O8Na-a__mobileRight{display:none}}.Navbar-module__O8Na-a__mobilePhone{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .15s,box-shadow .15s;display:flex;box-shadow:0 2px 10px #e58a2d66}.Navbar-module__O8Na-a__nav--scrolled .Navbar-module__O8Na-a__mobilePhone{box-shadow:0 2px 10px #e58a2d59}.Navbar-module__O8Na-a__mobilePhone:hover{background:var(--orange-dark)}.Navbar-module__O8Na-a__burger{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .2s,border-color .2s,color .2s;display:flex}.Navbar-module__O8Na-a__nav--scrolled .Navbar-module__O8Na-a__burger{background:var(--surface-2);border-color:var(--border);color:var(--brown-dark)}.Navbar-module__O8Na-a__burger:hover{background:#fff3}.Navbar-module__O8Na-a__nav--scrolled .Navbar-module__O8Na-a__burger:hover{background:var(--surface-3);border-color:#7a4b2a4d}.Navbar-module__O8Na-a__burgerLine{background:currentColor;border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s}.Navbar-module__O8Na-a__drawer{top:var(--nav-h);z-index:999;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.Navbar-module__O8Na-a__drawer--scrolled{background:var(--surface);box-shadow:0 8px 32px #0000001a}.Navbar-module__O8Na-a__drawer--dark{-webkit-backdrop-filter:blur(20px);background:#0e0702f7}.Navbar-module__O8Na-a__drawerInner{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem 1.25rem;display:flex}.Navbar-module__O8Na-a__drawerTrust{background:#e58a2d1f;border:1px solid #e58a2d40;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerTrust{background:#7a4b2a14;border-color:#7a4b2a33}.Navbar-module__O8Na-a__drawerTrustItem{color:var(--orange);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;display:flex}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerTrustItem{color:var(--brown-dark)}.Navbar-module__O8Na-a__drawerNav{flex-direction:column;gap:.25rem;display:flex}.Navbar-module__O8Na-a__drawerLink{border-radius:12px;align-items:center;gap:.875rem;padding:.875rem .75rem;text-decoration:none;transition:background .15s;display:flex;position:relative}.Navbar-module__O8Na-a__drawer--dark .Navbar-module__O8Na-a__drawerLink:hover{background:#ffffff0f}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerLink:hover{background:var(--surface-2)}.Navbar-module__O8Na-a__drawerLinkIcon{width:40px;height:40px;color:var(--orange);background:#e58a2d1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerLinkIcon{color:var(--brown-dark);background:#7a4b2a1a}.Navbar-module__O8Na-a__drawerLink:hover .Navbar-module__O8Na-a__drawerLinkIcon{background:#e58a2d38}.Navbar-module__O8Na-a__drawerLinkText{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.Navbar-module__O8Na-a__drawerLinkLabel{color:#ffffffeb;font-size:.975rem;font-weight:700;line-height:1.2}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerLinkLabel{color:var(--text)}.Navbar-module__O8Na-a__drawerLinkSub{color:#ffffff73;font-size:.75rem;font-weight:500}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerLinkSub{color:var(--text-soft)}.Navbar-module__O8Na-a__drawerLinkArrow{color:#fff3;flex-shrink:0;transition:color .15s,transform .15s}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__drawerLinkArrow{color:#0003}.Navbar-module__O8Na-a__drawerLink:hover .Navbar-module__O8Na-a__drawerLinkArrow{color:var(--orange);transform:translate(3px)}.Navbar-module__O8Na-a__drawerPhoneBlock{background:var(--orange);border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.1rem;text-decoration:none;transition:background .15s,transform .15s;display:flex;box-shadow:0 4px 20px #e58a2d73}.Navbar-module__O8Na-a__drawerPhoneBlock:hover{background:var(--orange-dark);transform:translateY(-1px)}.Navbar-module__O8Na-a__drawerPhoneIcon{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Navbar-module__O8Na-a__drawerPhoneText{flex-direction:column;gap:.15rem;display:flex}.Navbar-module__O8Na-a__drawerPhoneNumber{color:#fff;letter-spacing:.04em;font-size:1.2rem;font-weight:900;line-height:1.1}.Navbar-module__O8Na-a__drawerPhoneSub{color:#fffc;font-size:.75rem;font-weight:500}.Navbar-module__O8Na-a__drawerCTA{flex-direction:column;gap:.75rem;display:flex}.Navbar-module__O8Na-a__ctaBtn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:flex}.Navbar-module__O8Na-a__ctaBtn:hover{transform:translateY(-1px)}.Navbar-module__O8Na-a__ctaCall{background:var(--orange);color:#fff;box-shadow:0 4px 16px #e58a2d59}.Navbar-module__O8Na-a__ctaCall:hover{background:var(--orange-dark)}.Navbar-module__O8Na-a__ctaDevis{color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff26}.Navbar-module__O8Na-a__ctaDevis:hover{color:#fff;background:#ffffff24}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__ctaDevis{background:var(--surface-2);color:var(--brown-dark);border-color:#7a4b2a40}.Navbar-module__O8Na-a__drawer--scrolled .Navbar-module__O8Na-a__ctaDevis:hover{background:var(--surface-3)}.Navbar-module__O8Na-a__navCTA{background:var(--orange);color:#fff;white-space:nowrap;border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 3px 12px #e58a2d59}.Navbar-module__O8Na-a__navCTA:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 6px 20px #e58a2d73}.Navbar-module__O8Na-a__navCTA svg{width:15px;height:15px}
.Footer-module__yg9ahW__footer{background:var(--text);color:#ffffffb3;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}@media (max-width:899px){.Footer-module__yg9ahW__footer{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}}.Footer-module__yg9ahW__top{max-width:var(--maxw);padding-inline:1.25rem;grid-template-columns:1fr;gap:2.5rem;margin-inline:auto;padding-top:4rem;padding-bottom:3rem;display:grid}@media (min-width:640px){.Footer-module__yg9ahW__top{grid-template-columns:1fr 1fr;padding-inline:2rem}.Footer-module__yg9ahW__brand{grid-column:1/-1}}@media (min-width:900px){.Footer-module__yg9ahW__top{grid-template-columns:2fr 1fr 1fr;align-items:flex-start;padding-inline:2.5rem}.Footer-module__yg9ahW__brand{grid-column:auto}}.Footer-module__yg9ahW__brandName{color:#fff;margin-bottom:.3rem;font-size:1.15rem;font-weight:900;line-height:1.3}.Footer-module__yg9ahW__brandSub{color:#ffffff59;margin-bottom:1.1rem;font-size:.78rem}.Footer-module__yg9ahW__phone{color:var(--orange);align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:1.15rem;font-weight:800;text-decoration:none;transition:color .15s;display:inline-flex}.Footer-module__yg9ahW__phone:hover{color:var(--orange-dark)}.Footer-module__yg9ahW__phone svg{width:18px;height:18px}.Footer-module__yg9ahW__infoList{flex-direction:column;gap:.4rem;display:flex}.Footer-module__yg9ahW__infoItem{color:#ffffff80;align-items:center;gap:.45rem;font-size:.8rem;display:flex}.Footer-module__yg9ahW__infoItem svg{width:13px;height:13px;color:var(--orange);flex-shrink:0}.Footer-module__yg9ahW__colTitle{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.875rem;font-size:.7rem;font-weight:800}.Footer-module__yg9ahW__navLink{color:#fff9;padding-block:.2rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:block}.Footer-module__yg9ahW__navLink:hover{color:#fff}.Footer-module__yg9ahW__navCol ul,.Footer-module__yg9ahW__legalCol ul{flex-direction:column;gap:.1rem;display:flex}.Footer-module__yg9ahW__bottom{text-align:center;color:#ffffff4d;max-width:var(--maxw);border-top:1px solid #ffffff12;flex-direction:column;gap:.35rem;margin-inline:auto;padding-block:1.25rem;padding-inline:1.25rem;font-size:.75rem;display:flex}.Footer-module__yg9ahW__credit{color:#fff3;font-size:.72rem}.Footer-module__yg9ahW__credit a{color:#ffffff59;text-decoration:none;transition:color .15s}.Footer-module__yg9ahW__credit a:hover{color:var(--orange)}@media (max-width:899px){.Footer-module__yg9ahW__top{text-align:center;grid-template-columns:1fr;gap:2rem;padding-top:2.75rem;padding-bottom:2rem}.Footer-module__yg9ahW__brand{grid-column:auto}.Footer-module__yg9ahW__footerLogo,.Footer-module__yg9ahW__brandName,.Footer-module__yg9ahW__brandSub,.Footer-module__yg9ahW__phone{margin-inline:auto}.Footer-module__yg9ahW__infoList{align-items:center}.Footer-module__yg9ahW__navCol,.Footer-module__yg9ahW__legalCol{border-top:1px solid #ffffff12;padding-top:1.5rem}.Footer-module__yg9ahW__colTitle{text-align:center}.Footer-module__yg9ahW__navCol ul,.Footer-module__yg9ahW__legalCol ul{align-items:center}.Footer-module__yg9ahW__navLink{text-align:center}}@media (max-width:599px){.Footer-module__yg9ahW__top{padding-inline:1rem;gap:1.75rem;padding-top:2.5rem}.Footer-module__yg9ahW__brandName,.Footer-module__yg9ahW__phone{font-size:1rem}.Footer-module__yg9ahW__bottom{padding-inline:1rem}}
@keyframes MobileStickyCallBar-module__BCER-q__pulseBar{0%,to{box-shadow:0 4px 18px #e58a2d61}50%{box-shadow:0 4px 28px #e58a2da6}}.MobileStickyCallBar-module__BCER-q__bar{z-index:990;-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:.65rem .875rem;padding-bottom:calc(.65rem + env(safe-area-inset-bottom,0px));background:#fffffff7;align-items:stretch;gap:.6rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -2px 20px #00000014}@media (max-width:899px){.MobileStickyCallBar-module__BCER-q__bar{display:flex}}.MobileStickyCallBar-module__BCER-q__barVisible{transform:translateY(0)}.MobileStickyCallBar-module__BCER-q__btnDevis{color:var(--brown-dark);border:2px solid var(--brown-dark);white-space:nowrap;background:0 0;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.8rem .75rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:flex}.MobileStickyCallBar-module__BCER-q__btnDevis:hover,.MobileStickyCallBar-module__BCER-q__btnDevis:active{background:var(--brown-dark);color:#fff}.MobileStickyCallBar-module__BCER-q__btnCall{background:var(--orange);color:#fff;border:2px solid var(--orange);white-space:nowrap;border-radius:50px;flex:1.6;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;text-decoration:none;transition:background .15s;animation:2.5s ease-in-out infinite MobileStickyCallBar-module__BCER-q__pulseBar;display:flex}.MobileStickyCallBar-module__BCER-q__btnCall:hover,.MobileStickyCallBar-module__BCER-q__btnCall:active{background:var(--orange-dark);border-color:var(--orange-dark);animation:none}.MobileStickyCallBar-module__BCER-q__btnCallInner{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.MobileStickyCallBar-module__BCER-q__btnCallLabel{opacity:.9;font-size:.78rem;font-weight:700}.MobileStickyCallBar-module__BCER-q__btnCallNum{letter-spacing:.01em;font-size:.95rem;font-weight:900}.MobileStickyCallBar-module__BCER-q__icon{flex-shrink:0;width:17px;height:17px}@media (max-width:359px){.MobileStickyCallBar-module__BCER-q__btnCallNum{display:none}.MobileStickyCallBar-module__BCER-q__btnCallLabel{font-size:.85rem}}
.CookieBanner-module__7zD5yW__banner{z-index:980;padding:0 1rem env(safe-area-inset-bottom,0);animation:.35s cubic-bezier(.22,1,.36,1) both CookieBanner-module__7zD5yW__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes CookieBanner-module__7zD5yW__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module__7zD5yW__bannerInner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)var(--radius)0 0;border-bottom:none;flex-direction:column;gap:.85rem;max-width:860px;margin:0 auto;padding:1.25rem 1.5rem 1rem;display:flex;box-shadow:0 -6px 32px #00000021}.CookieBanner-module__7zD5yW__bannerTop{align-items:flex-start;gap:.85rem;display:flex}.CookieBanner-module__7zD5yW__bannerIcon{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.CookieBanner-module__7zD5yW__bannerIcon svg{width:18px;height:18px}.CookieBanner-module__7zD5yW__bannerTitle{color:var(--text);margin:0 0 .2rem;font-size:.9rem;font-weight:700}.CookieBanner-module__7zD5yW__bannerDesc{color:var(--text-soft);margin:0;font-size:.82rem;line-height:1.5}.CookieBanner-module__7zD5yW__bannerLink{color:var(--orange);text-underline-offset:2px;text-decoration:underline}.CookieBanner-module__7zD5yW__bannerLink:hover{color:var(--orange-dark)}.CookieBanner-module__7zD5yW__bottomRow{flex-direction:column;gap:.85rem;display:flex}.CookieBanner-module__7zD5yW__customSection{flex-direction:column;gap:0;display:flex}.CookieBanner-module__7zD5yW__customToggle{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-soft);cursor:pointer;background:0 0;align-items:center;gap:.4rem;width:fit-content;padding:.38rem .75rem;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.CookieBanner-module__7zD5yW__customToggle:hover{color:var(--orange);border-color:var(--orange);background:#e58a2d0f}.CookieBanner-module__7zD5yW__customToggle svg{width:14px;height:14px}.CookieBanner-module__7zD5yW__customPanel{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.6rem;margin-top:.75rem;padding:.85rem 1rem;display:flex}.CookieBanner-module__7zD5yW__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.CookieBanner-module__7zD5yW__toggleInfo{flex-direction:column;flex:1;gap:.1rem;display:flex}.CookieBanner-module__7zD5yW__toggleLabel{color:var(--text);font-size:.82rem;font-weight:600}.CookieBanner-module__7zD5yW__toggleDesc{color:var(--text-soft);font-size:.75rem}.CookieBanner-module__7zD5yW__toggleCheck{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.CookieBanner-module__7zD5yW__toggleSwitch{background:var(--surface-3,#ddd);border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background .22s;position:relative}.CookieBanner-module__7zD5yW__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .22s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.CookieBanner-module__7zD5yW__toggleSwitchOn{background:var(--orange)!important}.CookieBanner-module__7zD5yW__toggleSwitchOn:after{transform:translate(18px)}.CookieBanner-module__7zD5yW__toggleChip{border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.7rem;font-weight:600}.CookieBanner-module__7zD5yW__toggleChipOn{color:var(--orange-dark);background:#e58a2d24}.CookieBanner-module__7zD5yW__btnSave{background:var(--orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;align-items:center;gap:.4rem;margin-top:.25rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;transition:background .2s;display:inline-flex}.CookieBanner-module__7zD5yW__btnSave:hover{background:var(--orange-dark)}.CookieBanner-module__7zD5yW__btnSave svg{width:14px;height:14px}.CookieBanner-module__7zD5yW__actions{flex-wrap:wrap;gap:.6rem;display:flex}.CookieBanner-module__7zD5yW__btnRefuse{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-soft);cursor:pointer;background:0 0;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.CookieBanner-module__7zD5yW__btnRefuse:hover{border-color:var(--text-soft);color:var(--text)}.CookieBanner-module__7zD5yW__btnRefuse svg{width:14px;height:14px}.CookieBanner-module__7zD5yW__btnAccept{background:var(--orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:2;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1.4rem;font-size:.82rem;font-weight:700;transition:background .2s;display:inline-flex}.CookieBanner-module__7zD5yW__btnAccept:hover{background:var(--orange-dark)}.CookieBanner-module__7zD5yW__btnAccept svg{width:14px;height:14px}.CookieBanner-module__7zD5yW__fab{bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:980;background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s;animation:.3s cubic-bezier(.22,1,.36,1) both CookieBanner-module__7zD5yW__popIn;display:flex;position:fixed;left:1rem;box-shadow:0 4px 16px #e58a2d73}.CookieBanner-module__7zD5yW__fab svg{width:20px;height:20px}.CookieBanner-module__7zD5yW__fab:hover{background:var(--orange-dark);transform:scale(1.08)}@keyframes CookieBanner-module__7zD5yW__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:899px){.CookieBanner-module__7zD5yW__banner{bottom:calc(80px + env(safe-area-inset-bottom,0px));padding:0 .75rem}.CookieBanner-module__7zD5yW__bannerInner{border-bottom:1px solid var(--border);border-radius:var(--radius);max-height:calc(100dvh - 80px - env(safe-area-inset-bottom,0px) - 56px);overscroll-behavior:contain;overflow-y:auto;box-shadow:0 4px 32px #00000029}.CookieBanner-module__7zD5yW__fab{bottom:calc(80px + env(safe-area-inset-bottom,0px) + .75rem)}}@media (max-width:599px){.CookieBanner-module__7zD5yW__bannerInner{gap:.45rem;padding:.6rem .75rem .55rem}.CookieBanner-module__7zD5yW__bannerIcon{display:none}.CookieBanner-module__7zD5yW__bannerTitle{margin-bottom:.1rem;font-size:.82rem}.CookieBanner-module__7zD5yW__bannerDesc{font-size:.75rem;line-height:1.4}.CookieBanner-module__7zD5yW__bottomRow{flex-direction:row;align-items:stretch;gap:.35rem}.CookieBanner-module__7zD5yW__customSection{flex:none;min-width:0}.CookieBanner-module__7zD5yW__customToggle{white-space:nowrap;justify-content:center;height:100%;min-height:36px;padding:0 .6rem;font-size:.72rem}.CookieBanner-module__7zD5yW__customPanel{gap:.45rem;margin-top:.4rem;padding:.55rem .65rem}.CookieBanner-module__7zD5yW__toggleDesc{font-size:.7rem}.CookieBanner-module__7zD5yW__actions{flex-direction:row;flex:1;align-items:stretch;gap:.35rem;min-width:0}.CookieBanner-module__7zD5yW__btnRefuse,.CookieBanner-module__7zD5yW__btnAccept{white-space:nowrap;flex:1;min-height:36px;padding:0 .5rem;font-size:.76rem}.CookieBanner-module__7zD5yW__btnSave{justify-content:center;align-self:stretch;padding:.4rem 1rem;font-size:.78rem}}
@keyframes WhatsAppWidget-module__tU6ORG__waWiggle{0%,to{transform:translate(0)rotate(0)}15%{transform:translate(0)rotate(-8deg)}30%{transform:translate(0)rotate(7deg)}45%{transform:translate(0)rotate(-5deg)}60%{transform:translate(0)rotate(4deg)}75%{transform:translate(0)rotate(-2deg)}}@keyframes WhatsAppWidget-module__tU6ORG__waPulse{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 28px #25d366bf}}@keyframes WhatsAppWidget-module__tU6ORG__badgePop{0%{transform:scale(0)}70%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes WhatsAppWidget-module__tU6ORG__badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.25)}}.WhatsAppWidget-module__tU6ORG__widget{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:970;color:#fff;opacity:0;pointer-events:none;white-space:nowrap;background:#25d366;border-radius:50px;align-items:center;gap:.5rem;height:44px;padding:0 1.1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .3s,transform .3s,background .18s;display:inline-flex;position:fixed;transform:translate(16px);box-shadow:0 4px 20px #25d36666}.WhatsAppWidget-module__tU6ORG__widget.WhatsAppWidget-module__tU6ORG__visible{opacity:1;pointer-events:auto;animation:3s ease-in-out 1.5s infinite WhatsAppWidget-module__tU6ORG__waPulse,4s ease-in-out 3s infinite WhatsAppWidget-module__tU6ORG__waWiggle;transform:translate(0)}.WhatsAppWidget-module__tU6ORG__widget:hover{background:#1ebe5d;animation:none;box-shadow:0 6px 28px #25d3668c}.WhatsAppWidget-module__tU6ORG__icon{flex-shrink:0;width:20px;height:20px}.WhatsAppWidget-module__tU6ORG__label{line-height:1}.WhatsAppWidget-module__tU6ORG__badge{color:#fff;pointer-events:none;background:#ff3b30;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;animation:.4s cubic-bezier(.22,1,.36,1) 2s both WhatsAppWidget-module__tU6ORG__badgePop,2s ease-in-out 3s infinite WhatsAppWidget-module__tU6ORG__badgePulse;display:flex;position:absolute;top:-6px;right:-6px}.WhatsAppWidget-module__tU6ORG__widget{position:fixed}@media (max-width:767px){.WhatsAppWidget-module__tU6ORG__widget{bottom:calc(80px + env(safe-area-inset-bottom,0px) + .75rem);height:40px;padding:0 .9rem;font-size:.82rem;right:1rem}}
