:root{--brand:#0c5a99;--brand-700:#0a4a80;--brand-900:#063254;--sky:#7cc0ec;--sky-100:#d9edfa;--accent:#c2660a;--accent-600:#a85807;--paper:#fbfbf8;--alt:#eff2f5;--ink-soft:#2b2b26;--ink:#1a1a1a;--muted:#595959;--success:#16a34a;--urgent:#dc2626;--warn:#f59e0b;--white:#fff;--border:#e2e8f0;--border-strong:#cbd5e1;--f-h1:clamp(2rem,1.4rem + 2.4vw,2.75rem);--f-h2:clamp(1.625rem,1.3rem + 1.4vw,2.125rem);--f-h3:clamp(1.25rem,1.1rem + 0.6vw,1.625rem);--f-body:clamp(1rem,0.97rem + 0.15vw,1.0625rem);--radius:8px;--radius-lg:16px;--shadow-sm:0 1px 2px rgba(15,31,51,.06),0 1px 3px rgba(15,31,51,.08);--shadow-md:0 4px 12px rgba(15,31,51,.08),0 2px 4px rgba(15,31,51,.06);--shadow-lg:0 12px 32px rgba(15,31,51,.12);--maxw:1180px;--measure:70ch;--header-h:68px;--banner-h:34px;--font-sans:var(--font-inter,"Inter"),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-serif:var(--font-fraunces,"Fraunces"),Georgia,"Times New Roman",serif;--font-hand:var(--font-caveat,"Caveat"),"Segoe Script",cursive}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + var(--banner-h) + 12px);-webkit-text-size-adjust:100%}body,html{overflow-x:clip}body{margin:0;font-family:var(--font-sans);font-size:var(--f-body);line-height:1.6;color:var(--ink-soft);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2{font-family:var(--font-serif);line-height:1.08;letter-spacing:-.01em}h1,h2,h3,h4{color:var(--brand-900);margin:0 0 .5em;font-weight:700}h3,h4{line-height:1.2}h1{font-size:var(--f-h1)}h2{font-size:var(--f-h2)}h3{font-size:var(--f-h3);font-weight:600}.hl{background:linear-gradient(104deg,transparent .5%,rgba(124,192,236,.55) 3%,rgba(124,192,236,.45) 96%,transparent 99%);border-radius:2px;padding:0 .15em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hl--amber{background:linear-gradient(100deg,transparent .5%,hsla(36,86%,69%,.6) 4%,hsla(36,86%,69%,.5) 95%,transparent 99%)}.hand{font-family:var(--font-hand);font-size:1.35em;line-height:1.15;color:var(--accent-600);transform:rotate(-2deg);display:inline-block}.scribble{display:block;width:120px;height:10px;margin-top:2px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10'%3E%3Cpath d='M2 7 C 20 2, 38 9, 58 5 S 98 3, 118 6' fill='none' stroke='%23c2660a' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat}p{margin:0 0 1rem;max-width:var(--measure)}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}ol,ul{margin:0 0 1rem;padding-left:1.25rem}li{margin-bottom:.4rem}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.section{padding-block:clamp(2.5rem,6vw,4.5rem)}.section--alt{background:var(--alt)}.section--brand{background:var(--brand);color:#dbe4f0}.section--brand h2,.section--brand h3{color:#fff}.narrow{max-width:820px;margin-inline:auto}.center{text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.lede{font-size:1.15rem}.lede,.muted{color:var(--muted)}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-split{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr;align-items:start}@media (min-width:900px){.grid-split{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.grid-split--rev{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:1rem;line-height:1;padding:.85rem 1.4rem;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:filter .15s ease,background .15s ease,box-shadow .15s ease,transform .05s ease;min-height:48px;text-align:center}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand);color:#fff;border-color:var(--brand-700);box-shadow:var(--shadow-sm)}.btn--primary:hover{filter:brightness(1.08);box-shadow:var(--shadow-md)}.btn--secondary{background:#fff;color:var(--brand);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.btn--secondary:hover{background:var(--alt)}.btn--accent{background:var(--accent);color:#fff}.btn--accent:hover{filter:brightness(1.08);box-shadow:var(--shadow-md)}.btn--whatsapp{background:#25d366;color:#06331b}.btn--whatsapp:hover{filter:brightness(1.06)}.btn--urgent{background:var(--urgent);color:#fff}.btn--urgent:hover{filter:brightness(1.08)}.btn--ghost{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.5)}.btn--ghost:hover{background:hsla(0,0%,100%,.12)}.btn--lg{padding:1.05rem 1.8rem;font-size:1.08rem}.btn--block{width:100%}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width:560px){.btn-row .btn{flex:1 1 100%}}.mcta{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;grid-template-columns:1fr 1fr 1.2fr;gap:1px;background:var(--border-strong);border-top:1px solid var(--border-strong);padding-bottom:env(safe-area-inset-bottom,0)}.mcta a{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:56px;font-weight:700;font-size:.95rem;text-decoration:none}.mcta__tel{background:#fff;color:var(--brand)}.mcta__wa{background:#25d366;color:#06331b}.mcta__book{background:var(--brand);color:#fff}@media (max-width:767px){.mcta{display:grid}body{padding-bottom:60px}}.card{background:#fff;border:1px solid var(--border-strong);border-radius:10px;padding:1.4rem;box-shadow:var(--shadow-sm);transition:box-shadow .18s ease,transform .18s ease;display:flex;flex-direction:column;height:100%}.card--link:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__media{aspect-ratio:16/9;border-radius:8px;background:var(--alt);border:0;display:grid;place-items:center;color:var(--brand);margin-bottom:1rem;overflow:hidden}.card__title{font-size:1.1rem;font-weight:600;color:var(--brand);margin:0 0 .35rem}.card__desc{color:var(--muted);font-size:.95rem;margin:0 0 1rem;flex:1 1}.card__price{font-weight:700;color:var(--ink)}.card__price small{font-weight:500;color:var(--muted)}.card__foot{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;margin-top:auto;border-top:1px solid var(--border);padding-top:.85rem}.card__foot .btn{width:100%}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;padding:.28rem .6rem;border-radius:999px;background:var(--alt);color:var(--brand)}.badge--success{background:#dcfce7;color:#15803d}.badge--urgent{background:#fee2e2;color:#b91c1c}.badge--accent{background:#fdf1e2;color:var(--accent-600)}.chip{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border-strong);border-radius:999px;padding:.4rem .85rem;font-size:.9rem;color:var(--brand);background:#fff}.chip:hover{border-color:var(--accent);text-decoration:none}.trust{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.trust__item{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem}.stars{color:var(--accent);letter-spacing:1px}.icon{width:1.25em;height:1.25em;flex:none;stroke:currentColor}.icon-badge{width:48px;height:48px;border-radius:12px;background:#fdf1e2;color:var(--accent-600);display:grid;place-items:center}.icon-badge .icon{width:26px;height:26px}.hero{background:var(--paper)}.hero__inner{display:grid;grid-gap:2rem;gap:2rem;align-items:center;grid-template-columns:1.1fr .9fr;padding-block:clamp(2rem,5vw,3.5rem)}.hero__art{aspect-ratio:4/3;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--brand),#1673c4);color:#fff;display:grid;place-items:center;text-align:center;padding:2rem;box-shadow:var(--shadow-lg)}@media (max-width:860px){.hero__inner{grid-template-columns:1fr}.hero__art{display:none}}.steps{counter-reset:step;display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.step{position:relative;padding-top:.5rem}.step__num{width:42px;height:42px;border-radius:50%;background:var(--brand);color:#fff;box-shadow:var(--shadow-sm);display:grid;place-items:center;font-weight:700;margin-bottom:.75rem;font-family:var(--font-hand);font-size:1.35rem}.step h3{font-size:1.05rem;margin-bottom:.3rem}.step p{font-size:.95rem;color:var(--muted)}.guarantee{background:var(--accent);color:#fff;border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.5rem);display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:auto 1fr;align-items:center}.guarantee h2{color:#fff;margin:0}.guarantee p{color:#fdeede;margin:.25rem 0 0;max-width:none}.guarantee .icon-badge{background:hsla(0,0%,100%,.18);color:#fff}@media (max-width:620px){.guarantee{grid-template-columns:1fr}}.urgent-card{border:2px solid var(--urgent);border-radius:var(--radius-lg);padding:1.4rem;background:#fff}.urgent-card .icon{color:var(--urgent)}.breadcrumbs{font-size:.88rem;color:var(--muted);padding-block:.9rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0}.breadcrumbs li:after{content:"/";margin-left:.4rem;color:var(--border-strong)}.breadcrumbs li:last-child:after{content:""}.price-hero{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1.25rem;padding:1rem 1.25rem;background:var(--alt);border-radius:var(--radius);margin-bottom:1rem}.price-hero .big{font-size:1.9rem;font-weight:700;color:var(--brand)}.form{display:grid;grid-gap:1rem;gap:1rem;max-width:640px}.field{display:grid;grid-gap:.35rem;gap:.35rem}.field label{font-weight:600;font-size:.95rem}.field .req{color:var(--urgent)}.input,.select,.textarea{font:inherit;padding:.75rem .85rem;border:1px solid var(--border-strong);border-radius:var(--radius);background:#fff;width:100%;color:var(--ink)}.textarea{min-height:120px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);outline-offset:0}.check{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--muted)}.check input{margin-top:.2rem;width:18px;height:18px;flex:none}.form-note{font-size:.85rem;color:var(--muted)}.two-col{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:560px){.two-col{grid-template-columns:1fr}}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;font:inherit;font-weight:600;color:var(--brand);font-size:1.05rem;padding:1.1rem 2rem 1.1rem 0;position:relative}.faq-q:after{content:"+";position:absolute;right:.25rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--accent)}.faq-q[aria-expanded=true]:after{content:"–"}.faq-a{padding:0 0 1.1rem;color:var(--muted)}.faq-a p{max-width:none;margin-bottom:0}.stack>*+*{margin-top:1rem}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.list-check{list-style:none;padding:0}.list-check li{position:relative;padding-left:1.75rem;margin-bottom:.6rem}.list-check li:before{content:"";position:absolute;left:0;top:.35em;width:1.1rem;height:1.1rem;background:var(--success);border-radius:50%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/70% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/70% no-repeat}.prose h2{margin-top:2rem}.prose ul{max-width:var(--measure)}.prose img{border-radius:var(--radius);margin-block:1.5rem}.divider{height:1px;background:var(--border);border:0;margin-block:2rem}.buscador{position:relative;max-width:560px}.buscador__lupa{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--muted);pointer-events:none}.buscador__input{width:100%;font:inherit;font-size:1.05rem;padding:.95rem 1rem .95rem 2.7rem;border:1px solid var(--border-strong);border-radius:10px;background:#fff;box-shadow:var(--shadow-sm)}.buscador__input:focus{outline:3px solid var(--sky);outline-offset:1px}.buscador__res{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);list-style:none;margin:0;padding:.35rem;background:#fff;border:1px solid var(--border-strong);border-radius:10px;box-shadow:var(--shadow-md);max-height:330px;overflow:auto}.buscador__res li a{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;padding:.6rem .7rem;border-radius:8px;text-decoration:none}.buscador__res li a:hover{background:var(--alt)}.buscador__nom{color:var(--ink);font-weight:500}.buscador__precio{color:var(--accent-600);font-weight:700;white-space:nowrap;font-size:.9rem}.buscador__todos a{justify-content:center;color:var(--brand);font-weight:600;font-size:.92rem}.tprecios-wrap{overflow-x:auto}.tprecios{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border-strong);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm)}.tprecios td,.tprecios th{padding:.65rem .9rem;text-align:left;border-bottom:1px solid var(--border);font-size:.95rem}.tprecios th{font-weight:700;color:#fff}.tprecios tr:last-child td{border-bottom:0}.tprecios tbody tr:hover{background:var(--paper)}.tprecios .tp-precio{white-space:nowrap;font-weight:700;text-align:right}.tprecios a{font-weight:500}.cifras{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));text-align:center}.cifras__n{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:900;color:var(--brand);line-height:1}.cifras__l{color:var(--muted);font-size:.95rem;margin-top:.35rem}.cifras--col{grid-template-columns:minmax(0,1fr);max-width:26rem}.polaroid{background:#fff;padding:10px 10px 14px;border:1px solid #e0e2e6;box-shadow:0 6px 18px rgba(23,50,77,.14);display:inline-block}.polaroid img{display:block}.polaroid--l{transform:rotate(-2.4deg)}.polaroid--r{transform:rotate(2deg)}.polaroid--c{transform:rotate(-.8deg)}.polaroid:hover{transform:rotate(0deg) scale(1.02);transition:transform .2s ease}.tape{position:absolute;top:-10px;left:50%;transform:translateX(-50%) rotate(-3deg);width:84px;height:22px;background:hsla(36,86%,69%,.55);border-left:1px dashed rgba(0,0,0,.08);border-right:1px dashed rgba(0,0,0,.08)}.chat{background:#e5ddd5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='12' cy='14' r='1' fill='%23d3c9be'/%3E%3Ccircle cx='42' cy='38' r='1' fill='%23d3c9be'/%3E%3Ccircle cx='26' cy='50' r='1' fill='%23d3c9be'/%3E%3C/svg%3E");border:1px solid var(--border-strong);border-radius:14px;box-shadow:var(--shadow-sm);padding:1rem;display:flex;flex-direction:column;gap:.6rem;height:100%}.chat__hdr{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:#075e54;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.08)}.bubble{background:#fff;border-radius:8px;padding:.55rem .7rem .95rem;max-width:92%;position:relative;align-self:flex-start;box-shadow:0 1px 1px rgba(0,0,0,.12);font-size:.92rem;line-height:1.45}.bubble--me{background:#dcf8c6;align-self:flex-end}.bubble__time{position:absolute;right:.55rem;bottom:.2rem;font-size:.66rem;color:#8a9a8f}.sticker{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.15rem;background:#fff;border:1px solid var(--border-strong);border-left:4px solid var(--brand);border-radius:10px;box-shadow:var(--shadow-sm);padding:.8rem 1.1rem;max-width:100%}.sticker b{color:var(--brand-900);font-size:1.02rem}.sticker small{color:var(--muted);line-height:1.35}.postit{background:#fff8c4;border:1px solid #e8dc8a;box-shadow:0 10px 24px rgba(23,50,77,.16);padding:1.5rem 1.5rem 1.75rem;transform:rotate(1.6deg);position:relative;font-size:1.05rem}.postit .hand{font-size:1.7rem;color:#17324d;transform:none}.postit ul{list-style:none;padding:0;margin:.75rem 0 0}.postit li{padding-left:1.6rem;position:relative;margin-bottom:.55rem;font-weight:500}.postit li:before{content:"✓";position:absolute;left:0;color:var(--accent-600);font-weight:800;font-size:1.1rem}.dip{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:minmax(0,1fr);align-items:center}@media (min-width:880px){.dip{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem)}.dip--flip>:first-child{order:2}.dip--flip>:last-child{order:1}}.figure{margin:0;border:1px solid var(--border-strong);border-radius:10px;padding:8px;background:#fff;box-shadow:var(--shadow-sm)}.figure img{display:block;width:100%;height:auto;border-radius:6px}.figure figcaption{font-size:.8rem;color:var(--muted);padding:.5rem .25rem 0}.emoji-face{display:grid;place-items:center;background:linear-gradient(160deg,var(--sky-100),var(--alt));border-radius:6px}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-inter:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_fb126b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_fb126b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_fb126b;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_fb126b;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_Fallback_fb126b;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_fb126b{font-family:__Fraunces_fb126b,__Fraunces_Fallback_fb126b;font-style:normal}.__variable_fb126b{--font-fraunces:"__Fraunces_fb126b","__Fraunces_Fallback_fb126b"}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Caveat_0cfab1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Caveat_0cfab1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Caveat_0cfab1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Caveat_Fallback_0cfab1;src:local("Arial");ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.00%;size-adjust:76.94%}.__className_0cfab1{font-family:__Caveat_0cfab1,__Caveat_Fallback_0cfab1;font-style:normal}.__variable_0cfab1{--font-caveat:"__Caveat_0cfab1","__Caveat_Fallback_0cfab1"}