:root{color-scheme:light;--bg:#f6f0e7;--bg-strong:#eee3df;--ink:#1b1b1f;--ink-muted:#5d5555;--brand:#4d1717;--heading-primary:var(--brand);--heading-card:#3f2928;--accent:#7a3a26;--accent-hover:#62301f;--accent-soft:#f3e7c7;--accent-rgb:122,58,38;--accent-muted-rgb:164,98,51;--accent-light-rgb:201,144,65;--sun:#e6c254;--highlight:#f9f871;--stroke:#dacdbd;--surface-page:#fbf8f4;--surface-band:#f3ebe5;--surface-card:#fffaf5;--surface-muted:#f6eee8;--surface-media:#fff;--card:var(--surface-card);--card-warm:var(--surface-card);--card-border:rgba(var(--accent-rgb),0.14);--card-shadow:0 10px 28px rgba(77,23,23,.08);--card-shadow-hover:0 16px 34px rgba(77,23,23,.12);--card-radius:16px;--menu-surface:var(--surface-card);--menu-text:var(--brand);--menu-text-muted:var(--accent);--menu-hover:rgba(var(--accent-rgb),0.08);--menu-selected:rgba(var(--accent-rgb),0.13);--menu-shadow:0 18px 40px rgba(77,23,23,.14);--control-radius:12px;--home-bg:var(--surface-band);--home-bg-alt:var(--surface-page);--shadow:0 20px 50px rgba(77,23,23,.12);--radius:22px;--font-heading:var(--font-heading-main,"Noto Serif"),serif;--font-body:var(--font-body-main,"Manrope"),sans-serif;--font-display:var(--font-display-main,"Tenor Sans"),sans-serif}*{box-sizing:border-box;caret-color:transparent!important}html{scroll-behavior:smooth;background:linear-gradient(120deg,var(--bg),var(--bg-strong))}body[style*="overflow: hidden"],body[style*="overflow:hidden"],html[style*="overflow: hidden"],html[style*="overflow:hidden"]{padding-right:calc(100vw - 100%);overflow-x:clip}body.image-lightbox-open .rt-BaseDialogScroll{overflow:hidden;overscroll-behavior:contain}body.image-lightbox-open .rt-BaseDialogScrollPadding{box-sizing:border-box;width:100%;padding:4px!important;display:flex;justify-content:center;align-items:center}@media (max-width:720px){body[style*="overflow: hidden"],body[style*="overflow:hidden"],html[style*="overflow: hidden"],html[style*="overflow:hidden"]{padding-right:0}body.image-lightbox-open .rt-BaseDialogScrollPadding{padding:2px!important}}body{margin:0;font-family:var(--font-body);color:var(--ink);background:linear-gradient(120deg,var(--bg),var(--bg-strong));min-height:100vh}.radix-themes{--default-font-family:var(--font-body);--heading-font-family:var(--font-heading);--strong-font-family:var(--font-body)}body:before{content:"";position:fixed;inset:-20% -10% auto -10%;height:55vh;background:radial-gradient(circle at 20% 30%,hsla(60,92%,71%,.2),transparent 55%),radial-gradient(circle at 80% 10%,rgba(var(--accent-light-rgb),.16),transparent 60%);z-index:-1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-shell{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}main:has(.public-page){background:var(--home-bg-alt)}.public-page{min-height:100%;background:var(--home-bg-alt)}.container{width:min(1200px,92vw);margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,250,245,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(27,27,31,.08)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:10px 0;grid-gap:20px;gap:20px}.brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.brand-logo{display:block;width:88px;height:auto}.nav-root{display:flex;flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;caret-color:transparent}.nav-root,.nav-toggle{justify-content:center;position:relative}.nav-toggle{display:none;align-items:center;width:40px;height:40px;border-radius:var(--control-radius);border:1px solid var(--stroke);background:var(--menu-surface);color:var(--menu-text);padding:0;cursor:pointer}.nav-toggle span{position:absolute;left:50%;width:18px;height:2px;background:currentColor;border-radius:999px;transform:translateX(-50%);transform-origin:center;transition:transform .2s ease,opacity .2s ease}.nav-toggle span:first-child{top:13px}.nav-toggle span:nth-child(2){top:19px}.nav-toggle span:nth-child(3){top:25px}.site-header.nav-open .nav-toggle span:first-child{transform:translateX(-50%) translateY(6px) rotate(45deg)}.site-header.nav-open .nav-toggle span:nth-child(2){opacity:0}.site-header.nav-open .nav-toggle span:nth-child(3){transform:translateX(-50%) translateY(-6px) rotate(-45deg)}.nav-list{display:flex;gap:22px;list-style:none;margin:0;padding:0;width:auto;align-items:center}.nav-list>li{caret-color:transparent}.nav-link,.nav-list>li{-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 6px;font-weight:500;color:var(--menu-text);cursor:pointer}.nav-link[aria-current=page],.nav-link[data-active=true]{font-weight:700;color:var(--menu-text-muted)}.nav-link:hover{color:var(--menu-text-muted)}.lang-switch{justify-self:end;display:inline-flex;align-items:center}.lang-pill{border:1px solid var(--stroke);padding:6px 12px;border-radius:999px;font-size:13px;color:var(--ink-muted);background:var(--menu-surface)}.hero{position:relative;overflow:hidden;padding:56px 0 40px;border-bottom:1px solid rgba(var(--accent-rgb),.1);background:var(--home-bg)}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:clamp(40px,6vw,72px);gap:clamp(40px,6vw,72px);align-items:center}.hero-copy{position:relative;z-index:1}.hero h1{font-family:var(--font-display);font-weight:400;-webkit-text-stroke:.35px currentColor;font-size:clamp(2.55rem,4.4vw,4rem);line-height:1.04;letter-spacing:-.016em;margin:0 0 16px;max-width:15.5ch;color:var(--brand);text-wrap:balance}.hero-heading:after{content:"";display:block;width:64px;height:3px;margin-top:18px;border-radius:999px;background:var(--accent)}.hero p{font-size:1.05rem;line-height:1.7;color:var(--ink-muted)}.hero-text{max-width:64ch}.hero-card{background:var(--surface-card);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);border:1px solid var(--card-border)}.hero-card img{width:100%;height:auto;border-radius:16px}.hero-video-card{position:relative;aspect-ratio:16/9;overflow:hidden;padding:0;background:transparent;border:0;border-radius:14px;box-shadow:0 18px 42px rgba(77,23,23,.13)}.hero-video-group{display:grid;grid-gap:10px;gap:10px}@media (max-width:900px){.hero{padding:30px 0 18px}.hero-grid{grid-template-columns:1fr}.hero-video-group,.hero-video-group .video-eyebrow{margin-inline:0}}.hero-actions{margin-top:24px;display:flex;gap:16px;flex-wrap:wrap}.rt-Button:not(:disabled):not([aria-disabled=true]){cursor:pointer}.hero-actions .rt-Button.rt-variant-solid{background:var(--accent);color:#fff;box-shadow:0 12px 26px rgba(var(--accent-rgb),.24);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero-actions .rt-Button.rt-variant-solid:hover{background:var(--accent-hover);box-shadow:0 15px 30px rgba(var(--accent-rgb),.3);transform:translateY(-2px)}.hero-actions .rt-Button.rt-variant-outline{border-color:rgba(var(--accent-rgb),.42);background:hsla(0,0%,100%,.68);color:var(--accent);transition:transform .2s ease,background .2s ease,border-color .2s ease}.hero-actions .rt-Button.rt-variant-outline:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-2px)}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;border:1px solid transparent;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.button.primary{background:var(--accent);color:#fff;box-shadow:0 10px 30px rgba(var(--accent-rgb),.35)}.button.ghost{border-color:var(--stroke);color:var(--ink);background:var(--surface-card)}.button:hover{transform:translateY(-2px)}.section{padding:40px 0 80px}.hero .video-eyebrow{margin:0 0 10px;color:var(--accent);font-weight:700;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.video-frame,.video-poster{position:absolute;inset:0;width:100%;height:100%;border:0}.video-poster{display:block;padding:0;background:transparent;color:#fff;cursor:pointer}.video-poster-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.video-poster:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,27,31,.05),rgba(27,27,31,.24))}.video-poster:hover .video-poster-image{filter:saturate(1.06);transform:scale(1.025)}.video-play-button{position:absolute;left:50%;top:50%;z-index:1;display:grid;place-items:center;width:clamp(64px,10vw,86px);height:clamp(64px,10vw,86px);border-radius:999px;border:0;background:var(--accent);box-shadow:0 14px 36px rgba(77,23,23,.34);transform:translate(-50%,-50%);transition:transform .2s ease,box-shadow .2s ease}.video-poster:hover .video-play-button{box-shadow:0 18px 42px rgba(77,23,23,.4);transform:translate(-50%,-50%) scale(1.06)}.video-play-icon{width:0;height:0;margin-left:5px;border-block:13px solid transparent;border-left:20px solid}.section-catalog{padding-bottom:32px}.section-title{font-family:var(--font-heading);font-size:2rem;margin:0 0 20px}.public-page .catalog-content-title,.public-page .delivery-section>h2,.public-page .faq-title,.public-page .product-similar>h2,.public-page h1{color:var(--heading-primary)}.product-card-body h3,.public-page .contact-card-title,.public-page .cookie-card-title,.public-page .delivery-step-card h3,.public-page .faq-question,.public-page .product-info-heading,.public-page .seo-card-title{color:var(--heading-card)}.home-section{position:relative}.home-featured-section{padding-top:56px;padding-bottom:40px}.home-category-section,.home-featured-section{border-bottom:1px solid rgba(var(--accent-rgb),.08);background:var(--home-bg-alt)}.home-category-section{padding-bottom:44px}.home-process-section{padding-bottom:40px;background:var(--home-bg-alt)}.home-section .section-title{display:flex;align-items:center;gap:14px;margin-bottom:14px;color:var(--brand);line-height:1.2;text-wrap:balance}.home-section .section-title:before{content:"";width:8px;height:1.25em;flex:0 0 auto;border-radius:999px;background:var(--accent)}.home-category-section .section-title:before,.home-featured-section .section-title:before,.home-process-section .section-title:before{display:none}.home-section .section-subtitle{max-width:86ch;margin-left:4px;padding-left:22px;border-left:2px solid rgba(var(--accent-rgb),.34)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px;align-items:stretch;justify-items:stretch}.seo-copy-grid,.seo-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.seo-copy-card,.seo-link-card{display:grid;grid-gap:14px;gap:14px;padding:22px;border:1px solid var(--card-border);border-radius:var(--card-radius);background:var(--surface-card);box-shadow:var(--card-shadow);overflow:visible}.home-category-section .seo-link-card,.home-process-section .seo-copy-card{position:relative;transition:color .2s ease}.home-category-section .seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px;border-top:1px solid rgba(var(--accent-rgb),.2)}.home-category-section .seo-link-card{padding:28px 0;border:0;border-bottom:1px solid rgba(var(--accent-rgb),.2);border-radius:0;background:transparent;box-shadow:none}.home-category-section .seo-link-card:hover,.home-process-section .seo-copy-card:hover{box-shadow:none;transform:none}.home-category-section .seo-link-card:hover .seo-card-title,.home-process-section .seo-copy-card:hover .seo-card-title{color:var(--accent)}.home-section .seo-card-title{color:var(--heading-card)}.home-arrow-link{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:8px;color:var(--accent);font-weight:700;line-height:1.4;text-decoration:none;text-underline-offset:.22em}.home-arrow-link span{transition:transform .2s ease}.home-arrow-link:hover{color:var(--accent-hover);text-decoration:underline}.home-arrow-link:hover span{transform:translateX(4px)}.home-arrow-link:focus-visible{outline:2px solid rgba(var(--accent-rgb),.48);outline-offset:4px;border-radius:4px}.home-process-section .seo-copy-grid{counter-reset:home-process-card;grid-template-columns:1fr;gap:0;border-top:1px solid rgba(var(--accent-rgb),.18)}.home-process-section .seo-copy-card{counter-increment:home-process-card;grid-template-columns:minmax(220px,.85fr) minmax(280px,1.35fr) auto;align-items:start;gap:28px;padding:28px 0 28px 64px;border:0;border-bottom:1px solid rgba(var(--accent-rgb),.18);border-radius:0;background:transparent;box-shadow:none}.home-process-section .seo-copy-card:before{content:counter(home-process-card,decimal-leading-zero);position:absolute;top:28px;left:0;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;border:1px solid rgba(var(--accent-rgb),.28);background:transparent;color:var(--accent);font-size:.78rem;font-weight:800;box-shadow:none}.home-process-section .seo-card-actions{align-self:center}.home-featured-section .product-card{border-color:rgba(var(--accent-rgb),.12);border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.home-featured-section .product-card:hover{border-color:rgba(var(--accent-rgb),.28);box-shadow:var(--card-shadow-hover)}@media (max-width:820px){.home-featured-section{padding-bottom:28px}.home-category-section{padding-bottom:32px}.home-process-section{padding-bottom:28px}.home-category-section .seo-link-grid{grid-template-columns:1fr}.home-process-section .seo-copy-card{grid-template-columns:1fr;gap:14px}.home-process-section .seo-card-actions{align-self:start}}.seo-card-title{font-family:var(--font-heading);line-height:1.15}.seo-card-body{margin:0;color:var(--ink-muted);line-height:1.6}.seo-card-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.catalog-content-section{margin-top:56px}.catalog-content-title{margin:0 0 18px}.catalog-content-intro{margin:0 0 22px;color:var(--ink-muted)}.catalog-guide-points{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:20px;color:var(--ink-muted);line-height:1.55}.catalog-related-link{color:inherit;text-decoration:none}.catalog-related-link:hover .seo-card-title{color:var(--accent)}.product-card{display:flex;flex-direction:column;height:100%;min-height:100%;align-self:stretch;justify-self:stretch;background:var(--surface-card);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex!important;flex-direction:column!important}.product-card>a{display:flex;flex-direction:column;flex:1 1 auto;min-height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}.contact-card:after,.contact-map-card:after,.hero-card:after,.product-card:after,.seo-copy-card:after,.seo-link-card:after{box-shadow:none!important}.product-card-media img,.product-hero img,.product-thumbs img{width:100%;height:auto;object-fit:cover}.product-card-media,.product-hero-button,.product-thumb-button{overflow:hidden}.aspect-fill{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card-media img.aspect-fill,.product-hero img.aspect-fill,.product-thumbs img.aspect-fill{height:100%}.product-card:hover .product-card-media .aspect-fill{transform:scale(1.06)}.product-card-body{padding:18px;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.product-card-body h3{margin:0 0 8px;font-family:var(--font-heading)}.product-card-body p{margin:0 0 12px;color:var(--ink-muted);line-height:1.5}.product-card-price{font-weight:700;color:var(--accent)}.media-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e7e0d7,#f9f7f2)}.site-footer{border-top:1px solid rgba(27,27,31,.08);padding:40px 0 24px;background:var(--surface-muted);margin-top:40px}.site-footer-home{margin-top:0}.site-shell:has(main .public-page) .site-footer{margin-top:0}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px}.footer-title{font-family:var(--font-heading);font-size:1.4rem}.footer-label{font-weight:500;margin-bottom:8px}.footer-link{display:block;margin-bottom:6px}.footer-bottom,.footer-link,.footer-tagline{color:var(--ink-muted)}.footer-bottom{text-align:center;margin-top:24px;font-size:.85rem}@media (max-width:720px){.hero h1{font-size:clamp(2.75rem,12vw,3.1rem)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:8px 0;grid-gap:12px;gap:12px}.brand{flex-shrink:0}.brand-logo{width:68px}.nav-root{flex:1 1;justify-content:center}.nav-toggle{display:inline-flex}.nav-list{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:min(92vw,360px);flex-direction:column;align-items:stretch;gap:6px;padding:12px;font-size:.9rem;background:var(--menu-surface);border-radius:var(--control-radius);border:1px solid var(--stroke);box-shadow:var(--menu-shadow);display:none}.nav-link{white-space:nowrap;display:flex;justify-content:flex-start;min-height:44px;padding:10px 12px;border-radius:10px}.nav-link:hover{background:var(--menu-hover);color:var(--accent)}.nav-link[aria-current=page],.nav-link[data-active=true]{background:var(--menu-selected);color:var(--accent)}.site-header.nav-open .nav-list{display:grid}}.section-subtitle{color:var(--ink-muted);margin:0 0 24px}.section-intro{margin-bottom:40px}.section-inline-link{color:var(--accent);font-weight:600}.section-inline-link:hover{text-decoration:underline;text-decoration-thickness:1px}.faq-section{margin-top:56px}.faq-title{margin:0 0 18px}.faq-list{display:grid;grid-gap:16px;gap:16px}.faq-item{padding:20px 22px;border:1px solid var(--card-border);border-radius:var(--card-radius);background:var(--surface-card);box-shadow:var(--card-shadow)}.faq-question{margin:0 0 10px;line-height:1.25}.faq-answer{margin:0;color:var(--ink-muted);line-height:1.65}.product-card-tag{display:inline-flex;align-self:flex-start;width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:500;margin-bottom:10px}.product-card-tagRow{display:flex;align-items:center;gap:8px;margin-bottom:10px}.product-card-tagRow .product-card-tag{margin-bottom:0}.product-card-discountTag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#fce6e6;color:#9f1d1d;font-size:.7rem;font-weight:700;letter-spacing:.02em}.product-card-meta{display:flex;justify-content:space-between;align-items:baseline;font-weight:500;color:var(--ink-muted);gap:12px;margin-top:auto;padding-top:10px;flex-wrap:wrap}.product-card-priceStack{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.product-card-priceOld{color:rgba(27,27,31,.55);text-decoration:line-through;font-size:.85rem}.product-card-priceNew{color:#b32020;font-weight:700}.CookieBanner_bannerWrap__sQBay{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));z-index:90;width:min(720px,calc(100vw - 24px));transform:translateX(-50%)}.CookieBanner_banner__MyhNb{display:grid;grid-gap:12px;gap:12px;padding:14px 16px;border:1px solid rgba(27,27,31,.12);border-radius:18px;background:var(--surface-card);box-shadow:0 18px 40px rgba(16,18,22,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.CookieBanner_copy__mn_q8{display:grid;grid-gap:4px;gap:4px}.CookieBanner_title__JjhU6{margin:0;font-size:.95rem;font-weight:700;color:var(--ink)}.CookieBanner_text__Pzwsv{margin:0;font-size:.88rem;line-height:1.45;color:var(--ink-muted)}.CookieBanner_detailsLink__WVwEf{color:var(--accent);font-weight:700;text-decoration:none}.CookieBanner_detailsLink__WVwEf:hover{text-decoration:underline}.CookieBanner_actions__t4t4h{display:flex;flex-wrap:wrap;gap:8px}.CookieBanner_secondary__c6_ls{background:transparent}@media (max-width:640px){.CookieBanner_bannerWrap__sQBay{width:calc(100vw - 16px);bottom:max(8px,env(safe-area-inset-bottom))}.CookieBanner_banner__MyhNb{padding:12px 13px;border-radius:16px}.CookieBanner_actions__t4t4h{display:grid;grid-template-columns:1fr}}.LanguageSelect_root__bIm2n{position:relative}.LanguageSelect_trigger__DnHU7{min-width:48px;min-height:40px;border:1px solid var(--stroke);padding:0 10px;border-radius:var(--control-radius);font-size:11px;color:var(--menu-text);background:var(--menu-surface);display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;cursor:pointer}.LanguageSelect_trigger__DnHU7:focus-visible{outline:3px solid rgba(var(--accent-rgb),.35);outline-offset:2px}.LanguageSelect_content__1hujY{position:absolute;top:calc(100% + 6px);right:0;min-width:72px;border-radius:var(--control-radius);border:1px solid var(--stroke);background:var(--menu-surface);box-shadow:var(--menu-shadow);padding:6px}.LanguageSelect_viewport__TekQB{display:grid;grid-gap:4px;gap:4px}.LanguageSelect_item__rR2LG{width:100%;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:10px;font-size:.9rem;color:var(--menu-text);cursor:pointer}.LanguageSelect_item__rR2LG[data-highlighted]{background:var(--menu-hover);color:var(--accent)}.LanguageSelect_item__rR2LG:focus-visible,.LanguageSelect_item__rR2LG:hover{background:var(--menu-hover);color:var(--accent);outline:none}.LanguageSelect_item__rR2LG[data-state=checked]{background:var(--menu-selected);color:var(--accent)}.LanguageSelect_icon__2VA2q{color:var(--menu-text-muted);font-size:.8rem}@media (max-width:720px){.LanguageSelect_trigger__DnHU7{min-width:46px;min-height:40px;padding:0 8px;font-size:10px;gap:4px;flex-shrink:0}}@font-face{font-family:__Tenor_Sans_2d2fa9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d076d52c211703f9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Tenor_Sans_2d2fa9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2e18b7ef1681887e-s.p.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:__Tenor_Sans_2d2fa9;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a0b90fb4308ee44f-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:__Tenor_Sans_Fallback_2d2fa9;src:local("Arial");ascent-override:84.22%;descent-override:22.89%;line-gap-override:0.00%;size-adjust:109.24%}.__className_2d2fa9{font-family:__Tenor_Sans_2d2fa9,__Tenor_Sans_Fallback_2d2fa9;font-weight:400;font-style:normal}.__variable_2d2fa9{--font-display-main:"__Tenor_Sans_2d2fa9","__Tenor_Sans_Fallback_2d2fa9"}@font-face{font-family:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-s.p.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:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-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:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-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:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-s.p.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:"__Noto_Serif_53488d";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-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:"__Noto_Serif_Fallback_53488d";src:local("Times New Roman");ascent-override:90.29%;descent-override:24.75%;line-gap-override:0.00%;size-adjust:118.40%}.__className_53488d{font-family:"__Noto_Serif_53488d","__Noto_Serif_Fallback_53488d";font-style:normal}.__variable_53488d{--font-heading-main:"__Noto_Serif_53488d","__Noto_Serif_Fallback_53488d"}@font-face{font-family:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.p.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:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.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:__Manrope_55468c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:__Manrope_Fallback_55468c;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_55468c{font-family:__Manrope_55468c,__Manrope_Fallback_55468c;font-style:normal}.__variable_55468c{--font-body-main:"__Manrope_55468c","__Manrope_Fallback_55468c"}