:root{--color-purple:#3b2032;--color-purple-light:#5c3a52;--color-orange:#f0924b;--color-orange-dark:#d97a35;--color-cream:#fbf0e6;--color-card-bg:#fff;--color-text:#2e2018;--color-border:rgba(59,32,50,.14);--shadow-card:0 4px 14px rgba(59,32,50,.08);--shadow-card-hover:0 10px 26px rgba(59,32,50,.16);--font-heading:var(--font-fraunces),Georgia,"Times New Roman",serif;--font-body:var(--font-work-sans),system-ui,sans-serif}body,html{padding:0;margin:0;font-family:var(--font-body);background:var(--color-cream);color:var(--color-text);overflow-x:hidden}*{box-sizing:border-box}.page{max-width:960px;margin:0 auto;padding:32px}h1,h2,h3{margin:0 0 16px;font-family:var(--font-heading);font-weight:600}a,h1,h2,h3{color:var(--color-purple)}.site-header{background:var(--color-purple);padding:18px 24px}.site-header__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.site-header__brand{text-decoration:none;display:flex;align-items:center;gap:12px}.site-header__logo-image{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0}.site-header__logo-image img{width:70px;height:70px;object-fit:cover}.site-header__logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:-.01em;transition:color .15s ease}.site-header__brand:hover .site-header__logo{color:var(--color-orange)}.site-header__nav{display:flex;align-items:center;gap:12px}.site-header__nav a{color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:999px;border:1px solid hsla(0,0%,100%,.35);transition:background .15s ease}.site-header__nav a:hover{background:hsla(0,0%,100%,.15)}.cart-icon{position:relative;width:40px;height:40px;padding:0;border-radius:999px;border:1px solid hsla(0,0%,100%,.35);background:transparent;font-size:1.15rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.cart-icon:hover{background:hsla(0,0%,100%,.15)}.cart-icon__badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--color-orange);color:var(--color-purple);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media (max-width:480px){.site-header__inner{flex-direction:column;align-items:flex-start}}.trust-bar{background:#fff;border-bottom:1px solid var(--color-border)}.trust-bar__inner{max-width:960px;margin:0 auto;padding:10px 24px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;font-size:.85rem;font-weight:600;color:var(--color-purple);text-align:center}.carousel{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;margin-bottom:40px;cursor:-webkit-grab;cursor:grab;transition:height .3s ease}.carousel__track{display:flex;align-items:flex-start;transition:transform .5s ease}.carousel__slide{flex:0 0 100%;min-width:0}.carousel-banner-slide{position:relative;display:block;width:100%;max-height:520px;background:var(--color-cream)}.carousel-banner-slide__image{object-fit:contain}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.85);color:var(--color-purple);font-size:1.5rem;line-height:1;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:background .15s ease}.carousel__arrow:hover{background:#fff}.carousel__arrow--prev{left:16px}.carousel__arrow--next{right:16px}.carousel__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}.carousel__dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:hsla(0,0%,100%,.55);cursor:pointer;transition:background .15s ease,transform .15s ease}.carousel__dot--active{background:#fff;transform:scale(1.25)}@media (max-width:700px){.carousel__arrow{width:36px;height:36px;font-size:1.2rem}}.hero{display:grid;grid-template-columns:60% 40%}.hero,.hero__media{position:relative;min-height:520px}.hero__image{object-fit:cover;object-position:left center}.hero__content{background:var(--color-cream);display:flex;flex-direction:column;justify-content:center;padding:60px}.hero__kicker{display:block;font-family:var(--font-body);font-weight:700;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-orange-dark);margin-bottom:20px}.hero__title{font-family:var(--font-heading);font-weight:600;font-size:3rem;line-height:1.05;letter-spacing:-.02em;color:var(--color-purple);margin:0}.hero__subtitle{font-family:var(--font-body);font-weight:400;font-size:1.05rem;line-height:1.6;color:var(--color-text);opacity:.75;margin-top:20px;margin-bottom:32px}.hero__cta-group{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.hero__cta{display:inline-block;padding:16px 32px;background:var(--color-orange);color:var(--color-purple);font-weight:700;font-size:1rem;border-radius:10px;text-decoration:none;box-shadow:0 4px 14px rgba(59,32,50,.15);transition:background .15s ease,transform .15s ease}.hero__cta:hover{background:var(--color-orange-dark);transform:translateY(-2px)}.hero__cta-secondary{font-family:var(--font-body);font-weight:600;font-size:.95rem;color:var(--color-purple);text-decoration:underline;transition:color .15s ease}.hero__cta-secondary:hover{color:var(--color-orange-dark)}@media (max-width:700px){.hero{grid-template-columns:1fr;min-height:auto}.hero__media{min-height:0;aspect-ratio:16/10}.hero__content{padding:32px}.hero__title{font-size:2.2rem}}.grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{display:block;padding:20px;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:16px;color:inherit;text-decoration:none;box-shadow:var(--shadow-card);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);border-color:var(--color-orange)}.card--product{padding:0}.card__body{padding:18px 20px}.card__tag{display:inline-block;background:var(--color-cream);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:3px 10px;border-radius:999px;margin-bottom:10px}.card h3,.card__tag{color:var(--color-purple)}.card h3{font-size:1.1rem;margin-bottom:8px}.card small{color:var(--color-text);opacity:.65}.card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.image-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:#f2f2f2;border-bottom:1px dashed var(--color-border);color:#9a9a9a;font-size:.8rem;font-weight:600}.card .image-placeholder{border:none;border-bottom:1px dashed var(--color-border)}.image-placeholder--standalone{border:1px dashed var(--color-border);border-radius:16px;margin-bottom:20px}.card__image{position:relative;aspect-ratio:4/3;background:#f2f2f2}.card__image-img{object-fit:cover}.card--featured{border-color:var(--color-orange);box-shadow:0 0 0 2px var(--color-orange)}.card__featured-tag{position:absolute;top:10px;left:10px;z-index:1;background:var(--color-orange);color:var(--color-purple);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;padding:4px 10px;border-radius:999px}.card--soon{cursor:default}.card--soon:hover{transform:none;box-shadow:var(--shadow-card);border-color:var(--color-border)}.card__soon-tag{position:absolute;top:10px;left:10px;z-index:1;background:#4a4a4a;color:#fff;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;padding:4px 10px;border-radius:999px}.btn--disabled:disabled{opacity:.6;cursor:not-allowed}.card__body .btn--disabled:disabled{width:100%;margin-top:8px}.soon-notice{color:#4a4a4a;font-weight:600;font-size:.9rem}.price{display:block;color:var(--color-orange-dark);font-weight:700;font-size:1.05rem;margin:4px 0}.gallery{margin-bottom:20px}.gallery__main{position:relative;aspect-ratio:4/3;max-width:600px;background:#f2f2f2;border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.gallery__main-img{object-fit:cover}.gallery__thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;max-width:600px}.gallery__thumb{position:relative;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer}.gallery__thumb,.gallery__thumb:hover{background:#f2f2f2}.gallery__thumb--active{border-color:var(--color-orange)}.gallery__thumb-img{object-fit:cover}.product-description{white-space:pre-line;color:var(--color-text);line-height:1.6;margin:16px 0}.product-cta-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:#1eb858}.form{grid-gap:16px;gap:16px;margin-bottom:24px}.form,label{display:grid}label{grid-gap:8px;gap:8px;font-weight:600;color:var(--color-purple)}input,select{padding:12px 14px;border:1px solid var(--color-border);border-radius:10px;font-size:1rem;font-family:var(--font-body);background:#fff;color:var(--color-text)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:12px;gap:12px}.payment-method-selector{display:flex;gap:10px;flex-wrap:wrap}.payment-method-option{flex:1 1;min-width:100px;background:#fff;color:var(--color-purple);border:1px solid var(--color-border);font-weight:600}.payment-method-option:hover{background:var(--color-cream)}.payment-method-option--active{background:var(--color-orange);border-color:var(--color-orange);color:var(--color-purple)}input:focus,select:focus{outline:2px solid var(--color-orange);outline-offset:1px}.btn,button{display:inline-block;padding:12px 20px;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:var(--font-body);background:var(--color-orange);color:var(--color-purple);cursor:pointer;text-decoration:none;text-align:center;transition:background .15s ease}.btn:hover,button:hover{background:var(--color-orange-dark)}button:disabled{background:var(--color-orange);opacity:.5;cursor:not-allowed}.btn-back{display:inline-block;margin-bottom:16px;color:var(--color-purple);font-weight:600;text-decoration:none}.btn-back:hover{color:var(--color-purple-light)}.badge{display:inline-block;background:var(--color-orange);color:var(--color-purple);font-weight:700;font-size:.8rem;padding:3px 12px;border-radius:999px}.badge--outline{background:transparent;border:1px solid var(--color-orange);color:var(--color-orange-dark);font-size:.72rem;padding:2px 10px}.orders-list{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-gap:16px;gap:16px}.order-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:16px;padding:18px 20px;box-shadow:var(--shadow-card)}.order-card__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;color:var(--color-purple);font-weight:700}.order-card__meta{color:var(--color-purple-light);margin-top:6px;display:block}.order-items{list-style:none;padding:10px 0 0;margin:10px 0 0;border-top:1px solid var(--color-border)}.order-items li{padding:4px 0;color:var(--color-text)}.qr-code-box{text-align:center;display:grid;grid-gap:12px;gap:12px;justify-items:center}.qr-code-image{width:220px;height:220px;border-radius:12px;border:1px solid var(--color-border);background:#fff;padding:8px}.copy-field{display:flex;flex-wrap:wrap;gap:8px;width:100%;max-width:420px}.copy-field input{flex:1 1;min-width:0;font-size:.85rem}.copy-field button{flex-shrink:0}.form-hint{color:var(--color-purple-light);font-size:.9rem;margin:0}.error-text{color:#b3261e;font-weight:600;margin:0}.form-checkbox{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-weight:400;color:var(--color-text)}.form-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--color-orange)}.account-summary{margin-bottom:28px}.account-summary__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--color-border)}.account-summary__row:last-child{border-bottom:none}.btn--secondary{background:transparent;border:2px solid var(--color-orange);color:var(--color-orange-dark)}.btn--secondary:hover{background:var(--color-cream)}.cart-drawer-overlay{position:fixed;inset:0;z-index:100;background:rgba(46,32,24,.5);display:flex;justify-content:flex-end}.cart-drawer{width:100%;max-width:400px;height:100%;background:#fff;padding:24px;overflow-y:auto;display:flex;flex-direction:column;animation:cart-drawer-slide-in .25s ease}@keyframes cart-drawer-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cart-drawer__header h2{margin:0}.cart-drawer__close{width:36px;height:36px;padding:0;border-radius:999px;background:var(--color-cream);color:var(--color-purple);font-size:1rem}.cart-drawer__empty{display:grid;grid-gap:16px;gap:16px;justify-items:start;color:var(--color-text)}.cart-drawer__items{list-style:none;margin:0 0 16px;padding:0;display:grid;grid-gap:16px;gap:16px;overflow-y:auto}.cart-item{display:flex;gap:12px}.cart-item__media{position:relative;width:64px;height:64px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f2f2f2}.cart-item__image{object-fit:cover}.cart-item__body{flex:1 1;min-width:0;display:grid;grid-gap:4px;gap:4px}.cart-item__name{font-weight:600;color:var(--color-purple);font-size:.92rem}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.cart-item__remove{background:transparent;color:var(--color-purple-light);font-size:.8rem;font-weight:600;padding:4px 0;text-decoration:underline}.cart-item__remove:hover{background:transparent;color:#b3261e}.quantity-stepper{display:flex;align-items:center;gap:8px;border:1px solid var(--color-border);border-radius:999px;padding:2px}.quantity-stepper button{width:26px;height:26px;padding:0;border-radius:999px;background:var(--color-cream);color:var(--color-purple);font-size:1rem;line-height:1}.quantity-stepper span{min-width:16px;text-align:center;font-weight:600;font-size:.9rem}.cart-drawer__footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--color-border);display:grid;grid-gap:12px;gap:12px}.cart-drawer__total{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--color-purple)}.checkout-summary{list-style:none;margin:0 0 24px;padding:16px 20px;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:16px;display:grid;grid-gap:10px;gap:10px}.checkout-summary__item{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.checkout-summary__name{color:var(--color-text)}.checkout-summary__total{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--color-border);font-weight:700;color:var(--color-purple)}.site-footer{background:var(--color-purple);color:hsla(0,0%,100%,.85);margin-top:48px}.site-footer__inner{max-width:960px;margin:0 auto;padding:40px 24px 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.site-footer h4{color:#fff;font-family:var(--font-body);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 14px}.site-footer__brand{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--color-orange);margin-bottom:8px}.site-footer__tagline{font-size:.85rem;line-height:1.5;color:hsla(0,0%,100%,.7)}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.site-footer a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:.9rem}.site-footer a:hover{color:var(--color-orange)}.site-footer ul li{font-size:.9rem}.site-footer__newsletter{border-bottom:1px solid hsla(0,0%,100%,.15)}.site-footer__newsletter-inner{max-width:960px;margin:0 auto;padding:28px 24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px}.site-footer__newsletter-copy{max-width:320px}.newsletter-form{display:grid;grid-gap:10px;gap:10px;width:100%;max-width:360px}.newsletter-form .form-checkbox{color:hsla(0,0%,100%,.75);font-size:.82rem}.newsletter-form .error-text{color:#ff9a90}.newsletter-form__success{color:#fff;font-weight:600;max-width:360px}.site-footer__bottom{border-top:1px solid hsla(0,0%,100%,.15)}.site-footer__bottom-inner{max-width:960px;margin:0 auto;padding:16px 24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.78rem;color:hsla(0,0%,100%,.55)}@media (max-width:700px){.site-footer__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page{padding:20px}.site-footer__inner{grid-template-columns:1fr}}@font-face{font-family:__Fraunces_48c46e;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_48c46e;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_48c46e;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_48c46e;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_48c46e;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_48c46e;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_Fallback_48c46e;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_48c46e{font-family:__Fraunces_48c46e,__Fraunces_Fallback_48c46e;font-style:normal}.__variable_48c46e{--font-fraunces:"__Fraunces_48c46e","__Fraunces_Fallback_48c46e"}@font-face{font-family:__Work_Sans_5561b6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:__Work_Sans_5561b6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:__Work_Sans_5561b6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:__Work_Sans_5561b6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:__Work_Sans_5561b6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:__Work_Sans_5561b6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:__Work_Sans_5561b6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:__Work_Sans_5561b6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:__Work_Sans_5561b6;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:__Work_Sans_5561b6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:__Work_Sans_5561b6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:__Work_Sans_5561b6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:__Work_Sans_Fallback_5561b6;src:local("Arial");ascent-override:83.09%;descent-override:21.71%;line-gap-override:0.00%;size-adjust:111.93%}.__className_5561b6{font-family:__Work_Sans_5561b6,__Work_Sans_Fallback_5561b6;font-style:normal}.__variable_5561b6{--font-work-sans:"__Work_Sans_5561b6","__Work_Sans_Fallback_5561b6"}