:root{--cr-bg:#faf5ef;--cr-escuro:#1c0f05;--cr-dourado:#c9a84c;--cr-dourado2:#e8c97a;--cr-rosa:#c97b8a;--cr-branco:#fff;--cr-borda:#e8ddd2;--cr-texto:#2d1f0e;--cr-texto2:#8a6e5a;--cr-texto3:#b5a090;--cr-verde:#4a7c59;--cr-nav:#2a1508}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cr-bg);color:var(--cr-texto);min-height:100vh;font-family:Inter,-apple-system,sans-serif;font-size:14px;overflow-x:hidden}a{color:inherit;text-decoration:none}.cr-header{background:var(--cr-escuro);z-index:100;border-bottom:1px solid #c9a84c40;align-items:center;gap:16px;padding:12px 24px;display:flex;position:sticky;top:0}.cr-logo{color:var(--cr-dourado);white-space:nowrap;letter-spacing:-.3px;font-family:Syne,sans-serif;font-size:20px;font-weight:800}.cr-logo span{color:var(--cr-dourado2);font-weight:400}.cr-search{background:#ffffff14;border:1px solid #c9a84c4d;border-radius:6px;flex:1;min-width:0;max-width:580px;height:40px;transition:border-color .2s;display:flex;overflow:hidden}.cr-search:focus-within{border-color:var(--cr-dourado)}.cr-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 14px;font-size:14px}.cr-search input::placeholder{color:#fff6}.cr-search button{background:var(--cr-dourado);cursor:pointer;color:var(--cr-escuro);border:none;padding:0 16px;font-size:15px;transition:background .15s}.cr-search button:hover{background:var(--cr-dourado2)}.cr-nav{background:var(--cr-nav);border-bottom:1px solid #c9a84c26;padding:0 24px;display:flex;overflow-x:auto}.cr-nav::-webkit-scrollbar{display:none}.cr-nav a{color:#ffffffb3;white-space:nowrap;border-bottom:2px solid #0000;padding:10px 14px;font-size:13px;transition:all .15s;display:block}.cr-nav a:hover{color:#fff;border-bottom-color:var(--cr-dourado)}.cr-nav a.active{color:var(--cr-dourado);border-bottom-color:var(--cr-dourado);font-weight:600}.cr-body{max-width:1200px;margin:0 auto;padding:20px 16px}.cr-hero{background:linear-gradient(135deg, var(--cr-escuro) 0%, #3a1a08 60%, #1c0f05 100%);border:1px solid #c9a84c33;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:20px;padding:36px 32px;display:flex;position:relative;overflow:hidden}.cr-hero:before{content:"✦";color:#c9a84c12;pointer-events:none;font-size:80px;position:absolute;top:16px;right:32px}.cr-hero-titulo{color:var(--cr-dourado);margin-bottom:6px;font-family:Syne,sans-serif;font-size:22px;font-weight:800;line-height:1.2}.cr-hero p{color:#fff9;margin-top:4px;font-size:13px}.cr-hero-btn{background:var(--cr-dourado);color:var(--cr-escuro);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:inline-block}.cr-hero-btn:hover{background:var(--cr-dourado2)}.cr-promo-carousel{border:1px solid #c9a84c33;border-radius:10px;margin-bottom:20px;position:relative;overflow:hidden}.cr-promo-track{transition:transform .6s;display:flex}.cr-promo-slide{box-sizing:border-box;background:linear-gradient(135deg, var(--cr-escuro) 0%, #3a1a08 60%, #1c0f05 100%);justify-content:space-between;align-items:center;gap:16px;min-width:100%;padding:22px 28px;display:flex}.cr-promo-slide-info{color:#fff;flex-direction:column;gap:6px;min-width:0;display:flex}.cr-promo-slide-tag{background:var(--cr-dourado);width:fit-content;color:var(--cr-escuro);border-radius:100px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.cr-promo-slide-nome{white-space:nowrap;text-overflow:ellipsis;max-width:480px;font-family:Syne,sans-serif;font-size:17px;font-weight:700;overflow:hidden}.cr-promo-slide-precos{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.cr-promo-slide-old{color:#ffffff8c;font-size:12px;text-decoration:line-through}.cr-promo-slide-preco{color:var(--cr-dourado2);font-size:22px;font-weight:800}.cr-promo-slide-off{background:var(--cr-verde);color:#fff;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700}.cr-promo-slide-img{background:var(--cr-branco);width:110px;height:110px;color:var(--cr-dourado);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.cr-promo-dots{justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.cr-promo-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .15s}.cr-promo-dot.active{background:#fff;border-radius:4px;width:18px}.cr-section{margin-bottom:20px}.cr-section-header{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.cr-section-title{color:var(--cr-texto);align-items:center;gap:8px;font-family:Syne,sans-serif;font-size:18px;font-weight:700;display:flex}.cr-section-title:before{content:"";background:var(--cr-dourado);border-radius:2px;width:3px;height:18px;display:inline-block}.cr-section-link{color:var(--cr-dourado);cursor:pointer;font-size:13px}.cr-section-link:hover{text-decoration:underline}.cr-cats{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.cr-cat{background:var(--cr-branco);text-align:center;cursor:pointer;border:1px solid var(--cr-borda);border-radius:8px;padding:18px 8px;transition:box-shadow .15s,border-color .15s;display:block}.cr-cat:hover{border-color:var(--cr-dourado);box-shadow:0 4px 16px #c9a84c26}.cr-cat-icon{color:var(--cr-dourado);justify-content:center;margin-bottom:8px;display:flex}.cr-cat-nome{color:var(--cr-texto);font-size:12px;font-weight:500;line-height:1.3}.cr-seo{background:var(--cr-branco);color:var(--cr-texto2);border:1px solid var(--cr-borda);border-radius:10px;margin-bottom:20px;padding:24px;font-size:13px;line-height:1.7}.cr-seo h2{color:var(--cr-dourado);margin-bottom:10px;font-family:Syne,sans-serif;font-size:19px}.cr-seo p{margin-bottom:4px}.cr-seo-carousel{background:var(--cr-bg);border-radius:6px;margin-top:14px;position:relative;overflow:hidden}.cr-seo-track{transition:transform .5s;display:flex}.cr-seo-slide{box-sizing:border-box;min-width:100%;padding:18px 46px}.cr-seo-slide h3{color:var(--cr-texto);margin-bottom:8px;font-family:Syne,sans-serif;font-size:15px}.cr-seo-slide p{margin:0}.cr-seo-arrow{border:1px solid var(--cr-borda);width:28px;height:28px;color:var(--cr-dourado);cursor:pointer;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.cr-seo-arrow:hover{background:#fff}.cr-seo-arrow-prev{left:8px}.cr-seo-arrow-next{right:8px}.cr-seo-dots{justify-content:center;gap:6px;padding:0 0 12px;display:flex}.cr-seo-dot{background:var(--cr-borda);cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .15s}.cr-seo-dot.active{background:var(--cr-dourado);border-radius:4px;width:18px}.cr-faq{flex-direction:column;gap:8px;display:flex}.cr-faq-item{background:var(--cr-branco);border:1px solid var(--cr-borda);border-radius:8px;padding:12px 16px}.cr-faq-item summary{cursor:pointer;color:var(--cr-texto);font-size:13.5px;font-weight:600;list-style:none}.cr-faq-item summary::-webkit-details-marker{display:none}.cr-faq-item summary:before{content:"+ ";color:var(--cr-dourado);font-weight:700}.cr-faq-item[open] summary:before{content:"– "}.cr-faq-item p{color:var(--cr-texto2);margin-top:8px;font-size:13px;line-height:1.6}.cr-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.cr-grid>a{min-width:0}.cr-card{background:var(--cr-branco);border:1px solid var(--cr-borda);border-radius:8px;flex-direction:column;min-width:0;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.cr-card:hover{border-color:var(--cr-dourado);transform:translateY(-3px);box-shadow:0 10px 28px #2c100529}.cr-card-img{height:160px;color:var(--cr-dourado);border-bottom:1px solid var(--cr-borda);background:linear-gradient(160deg,#f5ede4 0%,#efe4d6 100%);justify-content:center;align-items:center;display:flex;position:relative}.cr-card-img img{transition:transform .45s}.cr-card:hover .cr-card-img img{transform:scale(1.08)}.cr-card-video-badge{color:var(--cr-dourado);letter-spacing:.3px;background:#1c0f05a6;border-radius:10px;padding:2px 7px;font-size:9px;font-weight:600;position:absolute;bottom:6px;right:6px}.cr-card-ranking{z-index:2;background:var(--cr-escuro);color:var(--cr-dourado2);letter-spacing:.3px;border-radius:4px;padding:3px 8px;font-size:9px;font-weight:700;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #1c0f0540}.cr-card-off-badge{z-index:2;background:linear-gradient(135deg, var(--cr-rosa), #a85d6d);color:#fff;border-radius:20px;padding:4px 9px;font-size:12px;font-weight:800;position:absolute;top:8px;right:8px;box-shadow:0 3px 10px #c97b8a66}.cr-card-body{flex-direction:column;flex:1;gap:3px;padding:12px;display:flex}.cr-card-vendedor{color:var(--cr-texto3);font-size:11px}.cr-card-nome{color:var(--cr-texto);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.cr-card-notas{color:var(--cr-texto3);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;font-style:italic;overflow:hidden}.cr-card-inspirado{color:var(--cr-dourado);white-space:nowrap;text-overflow:ellipsis;background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:10px;max-width:100%;margin-top:3px;padding:2px 7px;font-size:10px;display:inline-block;overflow:hidden}.cr-card-old{color:var(--cr-texto3);margin-top:6px;font-size:12px;text-decoration:line-through}.cr-card-preco{color:var(--cr-texto);margin-top:2px;font-family:Syne,sans-serif;font-size:21px;font-weight:800;line-height:1.15}.cr-card-parcelas{color:var(--cr-texto2);font-size:12px}.cr-card-off{color:var(--cr-verde);font-size:12px;font-weight:600}.cr-card-frete{color:var(--cr-verde);align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:600;display:flex}.badge-full{background:var(--cr-dourado);color:var(--cr-escuro);vertical-align:middle;letter-spacing:.3px;border-radius:3px;margin-left:4px;padding:1px 5px;font-size:9px;font-weight:700;display:inline-block}.cr-ad-slot{width:100%;min-height:90px;margin-bottom:20px;display:block}.cr-produto-wrap{max-width:1000px;margin:0 auto;padding:16px}.cr-breadcrumb{color:var(--cr-texto2);margin-bottom:16px;font-size:12px}.cr-breadcrumb a{color:var(--cr-dourado)}.cr-breadcrumb a:hover{text-decoration:underline}.cr-produto-grid{grid-template-columns:1fr 360px;gap:16px;display:grid}.cr-produto-media{flex-direction:column;gap:12px;display:flex}.cr-produto-img-box{border:1px solid var(--cr-borda);color:var(--cr-dourado);background:linear-gradient(160deg,#f5ede4 0%,#efe4d6 100%);border-radius:10px;justify-content:center;align-items:center;min-height:340px;display:flex;position:relative;overflow:hidden}.cr-video-wrap{border:1px solid var(--cr-borda);background:var(--cr-escuro);aspect-ratio:9/16;border-radius:10px;justify-content:center;align-items:center;max-height:420px;display:flex;overflow:hidden}.cr-video{object-fit:cover;width:100%;height:100%;display:block}.cr-video-label{color:var(--cr-texto3);text-align:center;margin-top:4px;font-size:11px}.cr-produto-info{background:var(--cr-branco);border:1px solid var(--cr-borda);border-radius:10px;flex-direction:column;gap:14px;padding:22px;display:flex}.cr-produto-vendedor{color:var(--cr-texto2);font-size:12px}.cr-produto-nome{color:var(--cr-texto);font-size:20px;font-weight:400;line-height:1.3}.cr-produto-off-badge{color:var(--cr-dourado);background:#c9a84c1f;border:1px solid #c9a84c4d;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.cr-produto-inspirado{color:var(--cr-dourado);background:#c9a84c14;border:1px solid #c9a84c33;border-radius:6px;padding:8px 12px;font-size:12px}.cr-produto-notas-box{background:var(--cr-bg);border-radius:6px;padding:10px 12px}.cr-produto-notas-label{color:var(--cr-texto3);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px}.cr-produto-notas{color:var(--cr-texto2);font-size:13px;font-style:italic}.cr-produto-volume{color:var(--cr-texto3);font-size:12px}.cr-produto-old{color:var(--cr-texto3);font-size:14px;text-decoration:line-through}.cr-produto-preco{color:var(--cr-texto);font-size:32px;font-weight:300;line-height:1}.cr-produto-parcelas{color:var(--cr-texto2);font-size:14px}.cr-produto-economia{color:var(--cr-verde);margin-top:2px;font-size:13px}.cr-produto-frete{color:var(--cr-verde);font-size:14px;font-weight:600}.cr-btn-comprar{background:var(--cr-dourado);color:var(--cr-escuro);text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:15px;font-family:Syne,sans-serif;font-size:16px;font-weight:700;transition:background .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #c9a84c4d}.cr-btn-comprar:hover{background:var(--cr-dourado2);transform:translateY(-2px);box-shadow:0 8px 22px #c9a84c73}.cr-btn-ver{color:var(--cr-dourado);text-align:center;border:1px solid var(--cr-dourado);background:#fff;border-radius:8px;padding:13px;font-size:15px;font-weight:500;transition:background .15s;display:block}.cr-btn-ver:hover{background:#c9a84c0d}.cr-afiliado-aviso{color:var(--cr-texto3);text-align:center;font-size:11px}.cr-trust-row{border-top:1px dashed var(--cr-borda);flex-wrap:wrap;gap:8px 16px;margin-top:2px;padding-top:12px;display:flex}.cr-trust-row span{color:var(--cr-texto2);align-items:center;gap:5px;font-size:11.5px;font-weight:500;display:flex}.cr-trust-row svg{color:var(--cr-dourado);flex-shrink:0}.cr-produto-desc-box{background:var(--cr-branco);border:1px solid var(--cr-borda);border-radius:10px;margin-top:16px;padding:22px}.cr-produto-desc-title{color:var(--cr-texto);margin-bottom:12px;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.cr-produto-desc-text{color:var(--cr-texto2);font-size:14px;line-height:1.8}.cr-busca-titulo{color:var(--cr-texto);margin-bottom:16px;font-size:20px;font-weight:300}.cr-busca-titulo strong{font-weight:700}.cr-sem-resultado{text-align:center;color:var(--cr-texto2);padding:3rem}.cr-sem-icon{margin-bottom:12px;font-size:48px}.cr-back{color:var(--cr-dourado);align-items:center;gap:4px;margin-bottom:12px;font-size:13px;display:inline-flex}.cr-back:hover{text-decoration:underline}.cr-footer{background:var(--cr-escuro);text-align:center;color:#ffffff73;border-top:1px solid #c9a84c33;margin-top:2rem;padding:28px 24px;font-size:12px;line-height:2}.cr-footer strong{color:var(--cr-dourado)}.cr-footer a{color:#ffffff73}.cr-footer a:hover{color:var(--cr-dourado)}.cr-whatsapp-fab{color:#fff;z-index:200;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 14px #00000040}.cr-whatsapp-fab:hover{transform:scale(1.06);box-shadow:0 6px 18px #00000052}.cr-whatsapp-cta{color:#fff;background:linear-gradient(135deg,#1f6b3d 0%,#25d366 100%);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:20px 24px;display:flex}.cr-whatsapp-cta-titulo{margin-bottom:4px;font-size:17px;font-weight:700}.cr-whatsapp-cta-texto p{color:#ffffffd9;font-size:13px}.cr-whatsapp-cta-btn{color:#1f6b3d;white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;padding:12px 20px;font-size:14px;font-weight:700;transition:transform .15s,background .15s}.cr-whatsapp-cta-btn:hover{background:#f0f0f0;transform:scale(1.03)}@media (max-width:700px){.cr-header{gap:8px;padding:10px 12px}.cr-body{padding:10px 8px}.cr-produto-grid{grid-template-columns:1fr}.cr-grid{grid-template-columns:repeat(2,1fr)}.cr-hero{text-align:center;flex-direction:column;padding:24px 16px}.cr-hero:before{display:none}.cr-nav{flex-wrap:wrap;justify-content:center;padding:4px 8px;overflow-x:visible}.cr-nav a{padding:6px 8px;font-size:12px}.cr-cats{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.cr-video-wrap{aspect-ratio:16/9;max-height:220px}.cr-promo-slide{gap:10px;padding:16px}.cr-promo-slide-nome{white-space:normal;max-width:100%;font-size:14px}.cr-promo-slide-preco{font-size:18px}.cr-whatsapp-cta{text-align:center;flex-direction:column;align-items:stretch}.cr-whatsapp-cta-btn{text-align:center}.cr-promo-slide-img{width:64px;height:64px}.cr-seo{padding:16px}.cr-seo-slide{padding:16px 34px;font-size:12.5px}.cr-seo-arrow{width:24px;height:24px;font-size:14px}.cr-faq-item summary{font-size:13px}}
@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ab624315db63c58d-s.3tv8ju5p7udbb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e94b8ab81811a983-s.07tvg3tgusgux.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c795a286deabae8-s.p.3vm0tq4e-zz_5.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ab624315db63c58d-s.3tv8ju5p7udbb.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(../media/e94b8ab81811a983-s.07tvg3tgusgux.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(../media/0c795a286deabae8-s.p.3vm0tq4e-zz_5.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Syne Fallback;src:local(Arial);ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.0%;size-adjust:98.47%}.syne_4de7547f-module__kOjakW__className{font-family:Syne,Syne Fallback;font-style:normal}.syne_4de7547f-module__kOjakW__variable{--font-syne:"Syne", "Syne Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_d2ef7c9d-module__VYULzq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_d2ef7c9d-module__VYULzq__variable{--font-inter:"Inter", "Inter Fallback"}
