.Header-module__KppamW__header{z-index:1000;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--glass-border);background:#0b0f19d9;width:100%;transition:all .3s;position:sticky;top:0;box-shadow:0 0 #0000}.Header-module__KppamW__header:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#00000008,#0000);height:10px;position:absolute;bottom:-10px;left:0;right:0}.Header-module__KppamW__headerScrolled{-webkit-backdrop-filter:blur(14px);background:#0b0f19f2;box-shadow:0 8px 24px #0000004d}.Header-module__KppamW__headerContainer{justify-content:space-between;align-items:center;max-width:1280px;height:76px;margin:0 auto;display:flex}.Header-module__KppamW__logoLink{flex-shrink:0;align-items:center;display:flex}.Header-module__KppamW__logoImage{object-fit:contain;width:auto!important;height:44px!important}.Header-module__KppamW__nav{height:100%;display:flex}.Header-module__KppamW__navList{align-items:center;gap:32px;height:100%;margin:0;padding:0;list-style:none;display:flex}.Header-module__KppamW__navLink{color:var(--color-text-muted);font-weight:600;font-family:var(--font-display);letter-spacing:.02em;cursor:pointer;text-transform:none;background:0 0;border:none;align-items:center;height:100%;padding:0;font-size:15px;transition:color .25s;display:flex;position:relative}.Header-module__KppamW__activeNavIndicator{background:linear-gradient(90deg,#4da3ff,#0a84ff);border-radius:1px;width:100%;height:2px;position:absolute;bottom:0;left:0}.Header-module__KppamW__navLinkActive,.Header-module__KppamW__navLink:hover{color:var(--color-text-main)}.Header-module__KppamW__chevron{color:#0070f3;margin-left:5px;font-size:.6rem}.Header-module__KppamW__dropdownContainer{align-items:center;height:100%;display:flex;position:relative}.Header-module__KppamW__dropdownContainer:hover .Header-module__KppamW__chevron{transform:rotate(180deg)}.Header-module__KppamW__dropdownMenu{-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);z-index:2000;text-transform:none;min-width:800px;font-family:var(--font-sans);background:#0f172af2;border-radius:16px;position:absolute;top:76px;left:50%;overflow:hidden;box-shadow:0 20px 60px #0006}.Header-module__KppamW__dropdownGrid{grid-template-columns:repeat(3,1fr);gap:0;padding:32px 40px;display:grid}.Header-module__KppamW__dropdownColumn{border-right:1px solid var(--glass-border);padding:0 32px}.Header-module__KppamW__dropdownColumn:first-child{padding-left:0}.Header-module__KppamW__dropdownColumn:last-child{border-right:none;padding-right:0}.Header-module__KppamW__dropdownColumn h4{letter-spacing:.1em;color:#6a9ce4;text-transform:uppercase;border-bottom:1px solid #ffffff26;margin-bottom:24px;padding-bottom:12px;font-size:13px;font-weight:600}.Header-module__KppamW__dropdownColumn a{color:var(--color-text-main);align-items:center;margin-bottom:16px;padding-left:12px;font-size:15px;font-weight:500;line-height:2;transition:color .18s,transform .18s;display:flex;position:relative}.Header-module__KppamW__dropdownColumn a:before{content:"";transform-origin:50%;opacity:0;background:#2d8cff;width:2px;height:60%;transition:transform .18s,opacity .18s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.Header-module__KppamW__dropdownColumn a:hover{color:var(--color-accent);transform:translate(6px)}.Header-module__KppamW__dropdownColumn a:hover:before{opacity:1;transform:translateY(-50%)scaleY(1)}.Header-module__KppamW__dropdownFooter{border-top:1px solid var(--glass-border);background:var(--glass-bg);justify-content:space-between;align-items:center;padding:16px 40px 24px;display:flex}.Header-module__KppamW__dropdownFooterText{color:var(--color-text-muted);letter-spacing:.02em;font-size:13px}.Header-module__KppamW__dropdownFooterLink{color:#2d8cff;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__KppamW__dropdownFooterLink span{transition:transform .2s;display:inline-block}.Header-module__KppamW__dropdownFooterLink:hover{opacity:.85}.Header-module__KppamW__dropdownFooterLink:hover span{transform:translate(3px)}.Header-module__KppamW__ctaContainer{align-items:center;display:flex}.Header-module__KppamW__quoteBtn{background:var(--color-accent);color:var(--color-surface);font-family:var(--font-display);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:12px 20px;font-size:15px;font-weight:600;transition:all .25s}.Header-module__KppamW__quoteBtn:hover{background:var(--color-accent-hover);transform:translateY(-2px)}@media (max-width:900px){.Header-module__KppamW__nav,.Header-module__KppamW__ctaContainer{display:none}}.Header-module__KppamW__hamburgerBtn{cursor:pointer;z-index:2001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:32px;height:24px;padding:0;display:none}.Header-module__KppamW__bar{background-color:var(--color-text-main);transform-origin:1px;border-radius:10px;width:100%;height:2px;transition:all .3s linear;position:relative}.Header-module__KppamW__barOpen1{transform:rotate(45deg)}.Header-module__KppamW__barOpen2{opacity:0}.Header-module__KppamW__barOpen3{transform:rotate(-45deg)}.Header-module__KppamW__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#0b0f19fa;flex-direction:column;width:100vw;height:100vh;padding:100px 2rem 2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.Header-module__KppamW__mobileNavList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__KppamW__mobileNavLink{font-family:var(--font-display);color:var(--color-text-main);letter-spacing:-.5px;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__KppamW__mobileProductsSection{margin:1.5rem 0 1rem}.Header-module__KppamW__mobileSectionTitle{color:var(--color-text-main);margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.Header-module__KppamW__mobileProductsGrid{border-left:2px solid var(--color-border);flex-direction:column;gap:1.5rem;margin-bottom:1rem;padding-left:1rem;display:flex}.Header-module__KppamW__mobileCategoryTitle{color:#0070f3;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.8rem;font-size:.75rem;font-weight:700;display:block}.Header-module__KppamW__mobileSubcategoryWrapper{flex-direction:column;gap:.5rem;display:flex}.Header-module__KppamW__mobileSubcategoryTitle{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.Header-module__KppamW__mobileSubLink{color:var(--color-text-muted);margin-bottom:.6rem;font-size:1rem;text-decoration:none;display:block}.Header-module__KppamW__mobileViewAll{color:#0070f3;margin-top:1rem;font-size:1rem;font-weight:600;text-decoration:none;display:block}@media (max-width:900px){.Header-module__KppamW__hamburgerBtn{display:flex}}
.LanguageSwitcher-module__D_eQra__switcher{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.LanguageSwitcher-module__D_eQra__icon{color:#ffffff80}.LanguageSwitcher-module__D_eQra__langBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:600;transition:color .2s}.LanguageSwitcher-module__D_eQra__langBtn:hover{color:#fff}.LanguageSwitcher-module__D_eQra__langBtn.LanguageSwitcher-module__D_eQra__active{color:#0070f3;background:#0070f31a}.LanguageSwitcher-module__D_eQra__separator{color:#fff3;font-size:.75rem}@media (max-width:768px){.LanguageSwitcher-module__D_eQra__switcher{padding:.4rem .8rem}.LanguageSwitcher-module__D_eQra__langBtn{font-size:.8rem}}
.Footer-module__UDEoiW__footer{background:var(--color-bg-dark);background-image:radial-gradient(80% 40% at 50% 0,#3b82f626 0%,#0000 70%);position:relative;overflow:hidden}.Footer-module__UDEoiW__topGlow{background:linear-gradient(90deg,transparent 0%,var(--color-accent)20%,var(--color-accent-hover)50%,var(--color-accent)80%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__UDEoiW__inner{max-width:1320px;margin:0 auto;padding:5rem 3rem 0}.Footer-module__UDEoiW__upperRow{border-bottom:1px solid #ffffff0f;grid-template-columns:260px 1fr;align-items:start;gap:6rem;padding-bottom:4rem;display:grid}.Footer-module__UDEoiW__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__UDEoiW__logoLink{transition:opacity .25s;display:inline-block}.Footer-module__UDEoiW__logoLink:hover{opacity:.8}.Footer-module__UDEoiW__logo{object-fit:contain;width:140px;height:auto}.Footer-module__UDEoiW__tagline{color:#ffffff52;letter-spacing:.01em;max-width:200px;margin:0;font-size:.8rem;font-weight:400;line-height:1.8}.Footer-module__UDEoiW__columns{grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:.25rem;display:grid}.Footer-module__UDEoiW__col{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__UDEoiW__colTitle{letter-spacing:.15em;text-transform:uppercase;color:#ffffff40;font-size:.68rem;font-weight:600;display:block}.Footer-module__UDEoiW__colList{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__colLink{color:#ffffff8c;font-size:.9rem;font-weight:400;line-height:1.3;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.Footer-module__UDEoiW__colLink:after{content:"";background:var(--color-accent);width:0;height:1px;transition:width .25s;position:absolute;bottom:-1px;left:0}.Footer-module__UDEoiW__colLink:hover{color:#ffffffe6}.Footer-module__UDEoiW__colLink:hover:after{width:100%}.Footer-module__UDEoiW__newsletterStrip{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:3rem;padding:2.5rem 0;display:flex}.Footer-module__UDEoiW__newsletterLabel{color:#ffffff59;letter-spacing:.01em;flex-shrink:0;margin:0;font-size:.82rem;font-style:italic}.Footer-module__UDEoiW__newsletterForm{border:1px solid var(--glass-border);border-radius:10px;flex:1;gap:0;min-width:280px;max-width:420px;transition:border-color .25s;display:flex;overflow:hidden}.Footer-module__UDEoiW__newsletterForm:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.Footer-module__UDEoiW__newsletterInput{color:#ffffffd9;background:#ffffff0d;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1.1rem;font-family:inherit;font-size:.85rem}.Footer-module__UDEoiW__newsletterInput::placeholder{color:#ffffff38}.Footer-module__UDEoiW__newsletterBtn{border:none;border-left:1px solid var(--glass-border);color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;padding:.75rem 1.4rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s,color .2s}.Footer-module__UDEoiW__newsletterBtn:hover{background:var(--color-accent);color:var(--color-surface)}.Footer-module__UDEoiW__newsletterBtn:disabled{opacity:.4;cursor:not-allowed}.Footer-module__UDEoiW__successMsg{color:#4ade80d9;letter-spacing:.02em;margin:0;font-size:.8rem}.Footer-module__UDEoiW__errorMsg{color:#f87171d9;margin:0;font-size:.8rem}.Footer-module__UDEoiW__bottomBar{justify-content:space-between;align-items:center;gap:1rem;padding:1.6rem 0 1.4rem;display:flex}.Footer-module__UDEoiW__copyright{color:#fff3;letter-spacing:.02em;margin:0;font-size:.75rem}.Footer-module__UDEoiW__legalLinks{align-items:center;gap:2rem;display:flex}.Footer-module__UDEoiW__legalLink{color:#fff3;letter-spacing:.02em;font-size:.75rem;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__legalLink:hover{color:#fff9}.Footer-module__UDEoiW__wordmarkWrapper{justify-content:center;align-items:flex-end;margin-top:0;padding:0;line-height:.78;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#00000040 15%,#000c 50%,#000 100%);mask-image:linear-gradient(#0000 0%,#00000040 15%,#000c 50%,#000 100%)}.Footer-module__UDEoiW__wordmark{font-size:clamp(6rem,19.5vw,23rem);font-weight:900;font-family:var(--font-display,system-ui);letter-spacing:-.05em;white-space:nowrap;-webkit-user-select:none;user-select:none;color:#0000;-webkit-text-stroke:1px #ffffff1c;text-shadow:0 0 80px #0070f30f,0 0 120px #0070f308;line-height:.78}@media (max-width:1100px){.Footer-module__UDEoiW__inner{padding:4rem 2.5rem 0}.Footer-module__UDEoiW__upperRow{grid-template-columns:200px 1fr;gap:3.5rem}.Footer-module__UDEoiW__columns{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media (max-width:768px){.Footer-module__UDEoiW__inner{padding:3.5rem 1.5rem 0}.Footer-module__UDEoiW__upperRow{grid-template-columns:1fr;gap:2.75rem}.Footer-module__UDEoiW__logo{width:120px}.Footer-module__UDEoiW__tagline{max-width:100%}.Footer-module__UDEoiW__columns{grid-template-columns:repeat(2,1fr);gap:2.25rem 2.5rem}.Footer-module__UDEoiW__newsletterStrip{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2rem 0}.Footer-module__UDEoiW__newsletterForm{width:100%;max-width:100%}.Footer-module__UDEoiW__newsletterLabel{font-style:normal}.Footer-module__UDEoiW__bottomBar{flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.25rem 0 1rem}.Footer-module__UDEoiW__legalLinks{gap:1.5rem}.Footer-module__UDEoiW__wordmark{letter-spacing:-.04em;font-size:clamp(5rem,23vw,11rem)}}@media (max-width:480px){.Footer-module__UDEoiW__columns{grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem}.Footer-module__UDEoiW__colLink{font-size:.85rem}.Footer-module__UDEoiW__wordmark{font-size:22vw}}@media (prefers-reduced-motion:reduce){.Footer-module__UDEoiW__colLink:after,.Footer-module__UDEoiW__newsletterBtn,.Footer-module__UDEoiW__newsletterForm{transition:none}}
p{text-align:left;margin-bottom:1rem;line-height:1.75}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;text-wrap:balance;margin-top:0;margin-bottom:1.5rem;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}.container{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}.section{padding-top:clamp(3rem,8vw,6rem);padding-bottom:clamp(3rem,8vw,6rem)}.text-center{text-align:center;margin-left:auto;margin-right:auto}.text-left{text-align:left}img{max-width:100%;height:auto;display:block}.btn-primary,.btn-outline,[class*=Btn],[class*=btn]{text-align:center;white-space:nowrap;min-width:fit-content}input,textarea,select{border:1px solid var(--glass-border);background:var(--glass-bg);width:100%;color:var(--color-text-main);border-radius:8px;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:all .2s}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #0070f31a}ul,ol{margin-bottom:0;padding-left:0}li{line-height:1.6}@media (max-width:768px){body{font-size:.9375rem}p{line-height:1.65}.container{padding-left:1.25rem;padding-right:1.25rem}.section{padding-top:2.5rem;padding-bottom:2.5rem}.btn-primary,.btn-outline{justify-content:center;width:100%}}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media print{body{color:#000;background:#fff}.no-print,header,footer,nav{display:none}}
:root{--color-bg:#0b0f19;--color-bg-dark:#05080f;--color-text:#f8fafc;--color-text-muted:#94a3b8;--color-primary:#cbd5e1;--color-primary-dark:#f1f5f9;--color-accent:#3b82f6;--color-accent-hover:#60a5fa;--color-accent-glow:#3b82f640;--color-gray:#6b7280;--color-gray-light:#9ca3af;--color-gray-dark:#374151;--color-metallic:#334155;--color-glass:#0b0f19a6;--glass-bg:#0f172a66;--glass-bg-hover:#0f172a99;--glass-border:#ffffff14;--glass-border-hover:#ffffff26;--glass-blur:blur(16px);--glass-shadow:0 8px 32px #0000004d;--glass-glow:0 0 20px #3b82f626;--radius-lg:16px;--radius-md:8px;--color-surface:#1e293b;--color-surface-muted:#0f172a;--color-text-main:var(--color-text);--color-text-on-light:var(--color-text);--color-border:#ffffff1a;--font-sans:var(--font-sans-next),"Inter",-apple-system,sans-serif;--font-serif:var(--font-serif-next),"Playfair Display",serif;--font-display:var(--font-sans);--spacing-container:1280px;--spacing-section-py:6rem;--spacing-section-px:2rem;--transition-fast:.2s cubic-bezier(.4,0,.2,1);--transition-smooth:.4s cubic-bezier(.25,.8,.25,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text-main);margin-bottom:1rem;font-weight:700;line-height:1.15}ul{list-style:none}.container{max-width:var(--spacing-container);padding:0 var(--spacing-section-px);width:100%;margin:0 auto}@media (max-width:768px){.container{padding:0 1.5rem}}.section{padding:var(--spacing-section-py)0}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);transition:border-color var(--transition-smooth),transform var(--transition-smooth),box-shadow var(--transition-smooth)}.glass:hover{border-color:var(--glass-border-hover);box-shadow:var(--glass-shadow),var(--glass-glow)}.glass-light{-webkit-backdrop-filter:blur(20px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 24px #0000004d}.btn-primary{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);letter-spacing:.5px;cursor:pointer;transition:all var(--transition-smooth);text-transform:uppercase;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary:hover{color:#fff;background:var(--color-accent-hover);transform:translateY(-2px)}.btn-outline{color:var(--color-text-main);border-radius:var(--radius-md);letter-spacing:.5px;border:1px solid var(--glass-border-hover);cursor:pointer;transition:all var(--transition-smooth);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);text-transform:uppercase;background:#ffffff08;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--glass-bg-hover);border-color:var(--color-accent);color:var(--color-accent)}.mesh-bg{background:var(--color-bg)}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.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:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.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:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.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:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.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:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.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_19e33a27-module__t5xxta__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_19e33a27-module__t5xxta__variable{--font-sans:"Inter","Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.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:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.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:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.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:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_c0b374ac-module__X_ciUW__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_c0b374ac-module__X_ciUW__variable{--font-serif:"Playfair Display","Playfair Display Fallback"}
