:root{--font-serif:var(--font-playfair-display), serif;--font-sans:var(--font-roboto), sans-serif;--font-logo:var(--font-oswald), sans-serif;--bg-primary:#fff;--bg-secondary:#f4f2ec;--bg-surface:#fff;--text-primary:#1c1b19;--text-secondary:#6a6763;--text-light:#a4a19c;--accent-gold:#c5a880;--accent-gold-hover:#ab8e66;--accent-gold-light:#f4efe6;--border-color:#e6e4df;--card-shadow:0 10px 30px #0000000a;--modal-backdrop:#1c1b1999;--error:#bc4749;--success:#3a5a40;--transition-fast:.2s ease;--transition-medium:.3s cubic-bezier(.25, 1, .5, 1);--transition-slow:.6s cubic-bezier(.25, 1, .5, 1);--max-width:1400px;--header-height:160px;--hero-overlay:#faf9f6a6;--hero-overlay-transparent:#faf9f600}[data-theme=dark]{--bg-primary:#0f0f0e;--bg-secondary:#161614;--bg-surface:#1e1e1c;--text-primary:#f5f4f0;--text-secondary:#a6a49f;--text-light:#706f6a;--accent-gold:#d7be9b;--accent-gold-hover:#c5a880;--accent-gold-light:#2a2823;--border-color:#2d2c28;--card-shadow:0 10px 30px #0000004d;--modal-backdrop:#000000d9;--hero-overlay:#0f0f0ebf;--hero-overlay-transparent:#0f0f0e00}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100vw;overflow-x:clip}body{background-color:var(--bg-primary);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);transition:background-color var(--transition-medium), color var(--transition-medium);font-size:16px;line-height:1.6;overflow-x:clip}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;color:inherit;transition:all var(--transition-fast);background:0 0;border:none;font-family:inherit}input,select,textarea{color:inherit;border:1px solid var(--border-color);transition:border-color var(--transition-fast);background:0 0;outline:none;font-family:inherit}input:focus,select:focus,textarea:focus{border-color:var(--accent-gold)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}body{font-size:14px}.section-header h2{font-size:2rem}}.serif-title{font-family:var(--font-serif);letter-spacing:.02em;font-weight:400}.uppercase-subtitle{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-gold);font-size:.85rem;font-weight:500}.btn-gold{background-color:var(--accent-gold);color:#1c1b19;letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition-medium);border:1px solid var(--accent-gold);z-index:1;padding:.9rem 2.2rem;font-size:.85rem;font-weight:500;display:inline-block;position:relative;overflow:hidden}.btn-gold:before{content:"";background-color:var(--text-primary);width:100%;height:100%;transition:transform var(--transition-medium);z-index:-1;position:absolute;top:0;left:0;transform:translateY(100%)}.btn-gold:hover{color:#fff;border-color:var(--text-primary)}[data-theme=dark] .btn-gold:hover{border-color:var(--accent-gold)}.btn-gold:hover:before{transform:translateY(0)}.btn-outline{border:1px solid var(--border-color);color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition-medium);background-color:#0000;padding:.9rem 2.2rem;font-size:.85rem;font-weight:500}.btn-outline:hover{border-color:var(--accent-gold);background-color:var(--accent-gold-light)}.section-header{text-align:center;margin-bottom:3.5rem;position:relative}.section-header h2{margin-top:.5rem;margin-bottom:1rem;font-size:2.5rem}.section-header:after{content:"";background-color:var(--accent-gold);width:60px;height:1px;margin:1.5rem auto 0;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.animate-fade-in-up{animation:.8s cubic-bezier(.25,1,.5,1) forwards fadeInUp}.carousel-dot{background-color:var(--border-color);cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);border-radius:50%;margin:0 5px}.carousel-dot.active{background-color:var(--accent-gold);transform:scale(1.3)}@keyframes toastLifecycle{0%{opacity:0;transform:translate(-50%,-30px)}8%{opacity:1;transform:translate(-50%)}92%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-30px)}}.global-toast-notification{color:#1c1b19;z-index:10000;font-family:var(--font-sans), sans-serif;pointer-events:none;border:1px solid var(--border-color);background-color:#fff;border-radius:8px;align-items:center;gap:12px;min-width:320px;max-width:450px;padding:.75rem 1.5rem;animation:3s cubic-bezier(.16,1,.3,1) forwards toastLifecycle;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000001a}[data-theme=dark] .global-toast-notification{color:#f5f4f0;background-color:#1e1e1c;border-color:#2d2c28;box-shadow:0 10px 40px #0006}.toast-icon-wrapper{color:var(--accent-gold);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-content{flex-direction:column;gap:2px;display:flex}.toast-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-gold);font-size:.75rem;font-weight:700;line-height:1.2}.toast-message{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:.85rem;font-weight:500;line-height:1.3;overflow:hidden}[data-theme=dark] .toast-message{color:var(--text-primary)}
@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.1rlxnzisjz_e1.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.1lnyw1zsxhp0r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.0lvk2smlqz3yc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.2dzaija1uhw5g.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.0fd-fjxmcxcjd.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.42l_3z3944ji5.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.1szw2e8s5ktgm.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.026ae5sgholss.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:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0a0h245ktd4x0.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:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_7ac352c7-module__5tTF-G__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_7ac352c7-module__5tTF-G__variable{--font-roboto:"Roboto", "Roboto Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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;font-style:normal;font-weight:500;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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:500;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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:500;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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:500;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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:600;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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:700;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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;font-style:normal;font-weight:800;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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:800;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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:800;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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:800;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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;font-style:normal;font-weight:900;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.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:900;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.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:900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.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:900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.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_f12f09c6-module__zxgngG__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_f12f09c6-module__zxgngG__variable{--font-playfair-display:"Playfair Display", "Playfair Display Fallback"}
@font-face{font-family:Oswald;font-style:normal;font-weight:300;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.2dw4wc11szodo.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:Oswald;font-style:normal;font-weight:300;font-display:swap;src:url(../media/8e410338cab7e12e-s.2888ryxa0751p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7e93c0a52799e849-s.081af6y49e67w.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:Oswald;font-style:normal;font-weight:300;font-display:swap;src:url(../media/037b6aa687f94b32-s.0evsli58wo2lo.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:Oswald;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.3nglv5iys3s0a.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:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.2dw4wc11szodo.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:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8e410338cab7e12e-s.2888ryxa0751p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e93c0a52799e849-s.081af6y49e67w.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:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/037b6aa687f94b32-s.0evsli58wo2lo.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:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.3nglv5iys3s0a.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:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.2dw4wc11szodo.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:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e410338cab7e12e-s.2888ryxa0751p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e93c0a52799e849-s.081af6y49e67w.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:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/037b6aa687f94b32-s.0evsli58wo2lo.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:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.3nglv5iys3s0a.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:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.2dw4wc11szodo.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:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8e410338cab7e12e-s.2888ryxa0751p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7e93c0a52799e849-s.081af6y49e67w.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:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/037b6aa687f94b32-s.0evsli58wo2lo.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:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.3nglv5iys3s0a.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:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.2dw4wc11szodo.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:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8e410338cab7e12e-s.2888ryxa0751p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7e93c0a52799e849-s.081af6y49e67w.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:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/037b6aa687f94b32-s.0evsli58wo2lo.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:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.3nglv5iys3s0a.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:Oswald Fallback;src:local(Arial);ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.0%;size-adjust:81.43%}.oswald_eae21fed-module__3ERlfG__className{font-family:Oswald,Oswald Fallback;font-style:normal}.oswald_eae21fed-module__3ERlfG__variable{--font-oswald:"Oswald", "Oswald Fallback"}
.ThemeToggle-module__Z5gSZG__themeSwitch{z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;padding:0;position:fixed;bottom:24px;left:24px}.ThemeToggle-module__Z5gSZG__switchContainer{background-color:#1e1e1c;border:1.5px solid #ffffff1a;border-radius:20px;align-items:center;width:72px;height:38px;padding:4px;transition:background-color .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative;box-shadow:0 6px 20px #00000026}[data-theme=dark] .ThemeToggle-module__Z5gSZG__switchContainer{background-color:#fff;border-color:#00000014;box-shadow:0 6px 20px #ffffff1a}.ThemeToggle-module__Z5gSZG__thumb{z-index:2;color:#1e1e1c;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s cubic-bezier(.25,1,.5,1),background-color .3s;display:flex;position:absolute;left:4px;box-shadow:0 2px 6px #0003}[data-theme=dark] .ThemeToggle-module__Z5gSZG__thumb{color:#fff;background-color:#1e1e1c;transform:translate(34px)}.ThemeToggle-module__Z5gSZG__thumbIcon{animation:.3s cubic-bezier(.25,1,.5,1) forwards ThemeToggle-module__Z5gSZG__rotateIn}.ThemeToggle-module__Z5gSZG__iconSlot{color:var(--accent-gold);z-index:1;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;right:12px}[data-theme=dark] .ThemeToggle-module__Z5gSZG__iconSlot{left:12px;right:auto}@keyframes ThemeToggle-module__Z5gSZG__rotateIn{0%{opacity:0;transform:rotate(-45deg)scale(.8)}to{opacity:1;transform:rotate(0)scale(1)}}@media (max-width:768px){.ThemeToggle-module__Z5gSZG__themeSwitch{bottom:20px;left:20px}}@media (max-width:576px){.ThemeToggle-module__Z5gSZG__themeSwitch{transform-origin:0 100%;bottom:16px;left:16px;transform:scale(.9)}}
.BackToTop-module__VQI20W__backToTop{z-index:9999;color:#fff;cursor:pointer;opacity:0;pointer-events:none;background-color:#ce967e;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .3s,transform .3s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(10px);box-shadow:0 4px 15px #0000001f}.BackToTop-module__VQI20W__backToTop:hover{background-color:#1c1b19;transform:scale(1.05)}[data-theme=dark] .BackToTop-module__VQI20W__backToTop:hover{color:#1c1b19;background-color:#fff}.BackToTop-module__VQI20W__visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:768px){.BackToTop-module__VQI20W__backToTop{bottom:20px;right:20px}}@media (max-width:576px){.BackToTop-module__VQI20W__backToTop{width:40px;height:40px;bottom:16px;right:16px}}
.Header-module__ldgnoG__header{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:100;width:100%;transition:background-color var(--transition-medium), border-color var(--transition-medium);position:sticky;top:0;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__topbar{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);color:var(--text-secondary);transition:background-color var(--transition-medium);padding:.5rem 0;font-size:.75rem;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__topbarContent{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__topbarLeft{font-weight:400;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__shopNowLink{color:var(--text-primary);margin-left:.25rem;font-weight:500;text-decoration:underline;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__shopNowLink:hover{color:var(--accent-gold)}.Header-module__ldgnoG__topbarRight{align-items:center;gap:.75rem;display:flex;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__topbarLink{transition:color var(--transition-fast);font-weight:400;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__topbarLink:hover{color:var(--accent-gold)}.Header-module__ldgnoG__divider{color:#b2afa9;-webkit-user-select:none;user-select:none;font-size:.7rem}.Header-module__ldgnoG__mainHeader{justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 0;display:flex}@media (max-width:1100px){.Header-module__ldgnoG__mainHeader{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1rem 0;display:grid}.Header-module__ldgnoG__logoContainer{text-align:center;grid-column:2;justify-content:center}.Header-module__ldgnoG__actions{grid-column:3;justify-content:flex-end}.Header-module__ldgnoG__mobileMenuToggle{grid-column:1;display:flex}}.Header-module__ldgnoG__logoContainer{align-items:center;display:flex}.Header-module__ldgnoG__logo{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:1.9rem;font-weight:600;line-height:1;font-family:var(--font-logo)!important}.Header-module__ldgnoG__navbar{align-items:center;display:flex}@media (max-width:1100px){.Header-module__ldgnoG__navbar{display:none}}.Header-module__ldgnoG__navLinks{justify-content:center;align-items:center;gap:2rem;list-style:none;display:flex}.Header-module__ldgnoG__navItemDropdown{position:relative}.Header-module__ldgnoG__navLink{letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);transition:color var(--transition-fast);align-items:center;gap:.2rem;padding:.5rem 0;font-size:.85rem;font-weight:600;display:inline-flex;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__navLink:after{content:"";background-color:var(--accent-gold);width:0;height:1px;transition:width var(--transition-medium), left var(--transition-medium);position:absolute;bottom:0;left:50%}.Header-module__ldgnoG__navLink:hover{color:var(--accent-gold)}.Header-module__ldgnoG__navLink:hover:after{width:100%;left:0}.Header-module__ldgnoG__activeNavLink{color:var(--accent-gold)}.Header-module__ldgnoG__activeNavLink:after{width:100%;left:0}.Header-module__ldgnoG__adminPanelLink{color:var(--accent-gold);transition:color var(--transition-fast);font-weight:600;text-decoration:none}.Header-module__ldgnoG__adminPanelLink:hover{color:var(--accent-gold-hover)}.Header-module__ldgnoG__topbarLink,.Header-module__ldgnoG__chevron{color:var(--text-light);transition:transform var(--transition-fast)}.Header-module__ldgnoG__navLink:hover .Header-module__ldgnoG__chevron{transform:translateY(1px)}.Header-module__ldgnoG__saleBadge{color:#fff;background-color:#19908f;border-radius:3px;align-items:center;margin-left:.2rem;padding:.15rem .35rem;font-size:.6rem;font-weight:700;line-height:1;display:inline-flex;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__hotBadge{color:#fff;background-color:#e91e63;border-radius:3px;align-items:center;margin-left:.2rem;padding:.15rem .35rem;font-size:.6rem;font-weight:700;line-height:1;display:inline-flex;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__searchContainer{position:relative}.Header-module__ldgnoG__searchDropdown{background-color:var(--bg-surface);border:1px solid var(--border-color);width:320px;box-shadow:var(--card-shadow);z-index:200;border-radius:8px;margin-top:.5rem;padding:.75rem;animation:.2s forwards Header-module__ldgnoG__fadeIn;position:absolute;top:100%;right:0}.Header-module__ldgnoG__searchFieldWrapper{width:100%;position:relative}.Header-module__ldgnoG__searchInput{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);transition:all var(--transition-medium);border-radius:4px;padding:.5rem 2.2rem .5rem .75rem;font-size:.85rem;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__searchInput:focus{border-color:var(--accent-gold);background-color:var(--bg-surface)}.Header-module__ldgnoG__searchInnerIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.Header-module__ldgnoG__searchResultsContainer{border-top:1px solid var(--border-color);max-height:250px;margin-top:.5rem;padding-top:.5rem;overflow-y:auto}.Header-module__ldgnoG__searchResultItem{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background-color var(--transition-fast);align-items:center;gap:1rem;padding:.5rem;display:flex;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__searchResultItem:last-child{border-bottom:none}.Header-module__ldgnoG__searchResultItem:hover{background-color:var(--bg-secondary)}.Header-module__ldgnoG__resultImage{object-fit:cover;background-color:var(--bg-secondary);border-radius:4px;width:40px;height:40px}.Header-module__ldgnoG__resultInfo{flex:1;min-width:0;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__resultName{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.Header-module__ldgnoG__resultPrice{color:var(--accent-gold);margin-top:.15rem;font-size:.75rem;font-weight:600}.Header-module__ldgnoG__noResults{text-align:center;color:var(--text-secondary);padding:.75rem;font-size:.8rem;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__actions{justify-content:flex-end;align-items:center;gap:1.5rem;margin-right:-.5rem;display:flex}.Header-module__ldgnoG__actionButton{width:40px;height:40px;color:var(--text-primary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__actionButton:hover{background-color:var(--bg-secondary);color:var(--accent-gold)}.Header-module__ldgnoG__badge{color:#fff;border:1px solid var(--bg-surface);background-color:#d9826c;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__mobileMenuToggle{color:var(--text-primary);display:none}@media (max-width:1100px){.Header-module__ldgnoG__mobileMenuToggle{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__ldgnoG__mobileMenuToggle:hover{background-color:var(--bg-secondary)}}.Header-module__ldgnoG__cartDropdown{background-color:var(--bg-surface);border:1px solid var(--border-color);width:320px;box-shadow:var(--card-shadow);z-index:150;border-radius:8px;padding:1rem;animation:.2s forwards Header-module__ldgnoG__fadeIn;position:absolute;top:100%;right:0;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__cartHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}.Header-module__ldgnoG__cartList{max-height:200px;margin-bottom:1rem;overflow-y:auto}.Header-module__ldgnoG__cartDropdownItem{border-bottom:1px solid var(--border-color);gap:.75rem;padding:.5rem 0;font-size:.8rem;display:flex}.Header-module__ldgnoG__cartDropdownItem:last-child{border-bottom:none}.Header-module__ldgnoG__cartItemImage{object-fit:cover;border-radius:4px;width:45px;height:45px}.Header-module__ldgnoG__cartItemDetails{flex:1;min-width:0}.Header-module__ldgnoG__cartItemName{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.Header-module__ldgnoG__cartItemMeta{color:var(--text-secondary);margin-top:.15rem;font-size:.7rem}.Header-module__ldgnoG__cartItemPrice{color:var(--accent-gold);margin-top:.25rem;font-weight:600}.Header-module__ldgnoG__removeCartItem{color:var(--text-light);align-self:center}.Header-module__ldgnoG__removeCartItem:hover{color:var(--error)}.Header-module__ldgnoG__cartTotal{justify-content:space-between;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.Header-module__ldgnoG__cartCheckoutBtn{background-color:var(--accent-gold);color:#1c1b19;text-align:center;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;width:100%;padding:.6rem;font-size:.8rem;font-weight:600}.Header-module__ldgnoG__cartCheckoutBtn:hover{background-color:var(--text-primary);color:var(--bg-surface)}.Header-module__ldgnoG__emptyCart{text-align:center;color:var(--text-secondary);padding:1.5rem 0;font-size:.85rem}@media (max-width:576px){.Header-module__ldgnoG__logo{font-size:1.15rem!important}.Header-module__ldgnoG__actions{gap:.25rem}.Header-module__ldgnoG__actionButton{width:32px;height:32px}.Header-module__ldgnoG__actionButton svg{width:18px!important;height:18px!important}.Header-module__ldgnoG__mobileMenuToggle{width:32px;height:32px}.Header-module__ldgnoG__mobileMenuToggle svg{width:18px!important;height:18px!important}}@media (max-width:400px){.Header-module__ldgnoG__logo{font-size:1.05rem!important}}.Header-module__ldgnoG__activeTopbarLink{color:var(--accent-gold)!important}.Header-module__ldgnoG__megaDropdown{background-color:var(--bg-surface);border:1px solid var(--border-color);width:920px;max-width:95vw;box-shadow:var(--card-shadow);z-index:180;opacity:0;visibility:hidden;pointer-events:none;padding:2.25rem 2.5rem;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:100%;left:50%;transform:translate(-50%,15px)}.Header-module__ldgnoG__navItemDropdown:hover .Header-module__ldgnoG__megaDropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.Header-module__ldgnoG__megaDropdownContainer{grid-template-columns:repeat(6,1fr);gap:1.5rem;width:100%;display:grid}@media (max-width:992px){.Header-module__ldgnoG__megaDropdownContainer{grid-template-columns:repeat(3,1fr)}.Header-module__ldgnoG__megaDropdown{width:95vw;padding:1.5rem}}@media (max-width:576px){.Header-module__ldgnoG__megaDropdownContainer{grid-template-columns:repeat(2,1fr);gap:1rem}.Header-module__ldgnoG__megaDropdown{width:95vw;padding:1rem;left:0;transform:translate(-20%,15px)}.Header-module__ldgnoG__navItemDropdown:hover .Header-module__ldgnoG__megaDropdown{transform:translate(-20%)}}@media (max-width:1200px){.Header-module__ldgnoG__megaDropdownContainer{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Header-module__ldgnoG__megaDropdownContainer{grid-template-columns:1fr;gap:1rem}.Header-module__ldgnoG__megaDropdown{width:100%;box-shadow:none;border:none;padding:1rem;position:static;transform:none}}.Header-module__ldgnoG__megaColumn{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Header-module__ldgnoG__megaTitle{text-transform:uppercase;color:var(--text-primary);letter-spacing:.05em;border-bottom:1px solid var(--border-color);width:100%;margin-bottom:1.15rem;padding-bottom:6px;font-size:.9rem;font-weight:600;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__megaTitle a{color:inherit;width:100%;transition:color var(--transition-fast);text-decoration:none;display:block}.Header-module__ldgnoG__megaTitle a:hover{color:var(--accent-gold)}.Header-module__ldgnoG__megaList{flex-direction:column;gap:.75rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.Header-module__ldgnoG__megaList li{width:100%}.Header-module__ldgnoG__megaList a{color:var(--text-secondary);text-transform:none;transition:color var(--transition-fast), padding-left var(--transition-fast);width:100%;font-size:.85rem;font-weight:400;display:inline-block;font-family:Roboto,sans-serif!important}.Header-module__ldgnoG__megaList a:hover{color:var(--accent-gold);padding-left:4px}@media (max-width:1200px){.Header-module__ldgnoG__megaDropdown{width:800px;padding:1.75rem 2rem}.Header-module__ldgnoG__megaDropdownContainer{gap:1rem}}.Header-module__ldgnoG__mobileMenu{-webkit-overflow-scrolling:touch;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:90;width:100%;max-height:calc(100vh - 120px);box-shadow:var(--card-shadow);flex-direction:column;gap:1.25rem;padding:2rem 1.5rem;animation:.3s cubic-bezier(.25,1,.5,1) forwards Header-module__ldgnoG__slideDownMobileMenu;display:flex;position:absolute;top:100%;left:0;overflow-y:auto}@keyframes Header-module__ldgnoG__slideDownMobileMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__ldgnoG__mobileNavLink{font-family:var(--font-sans), sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);transition:color var(--transition-fast);text-align:left;border-bottom:1px solid #0000;width:fit-content;padding:.5rem 0;font-size:.9rem;font-weight:600}.Header-module__ldgnoG__mobileNavLink:hover{color:var(--accent-gold)}.Header-module__ldgnoG__mobileNavActive{font-weight:700;color:var(--accent-gold)!important}.Header-module__ldgnoG__mobileNavDivider{border:0;border-top:1px solid var(--border-color);margin:.5rem 0}.Header-module__ldgnoG__mobileCategoriesDropdown{border-left:2px solid var(--border-color);flex-direction:column;gap:1.25rem;width:100%;max-height:300px;margin-top:.5rem;padding-left:1rem;display:flex;overflow-y:auto}.Header-module__ldgnoG__mobileCategoryGroup{flex-direction:column;gap:.5rem;display:flex}.Header-module__ldgnoG__mobileCategoryTitle{font-family:var(--font-sans), sans-serif;text-transform:uppercase;color:var(--accent-gold);letter-spacing:.05em;text-align:left;margin:0;font-size:.8rem;font-weight:700}.Header-module__ldgnoG__mobileCategoryTitle a{color:inherit;width:100%;transition:color var(--transition-fast);text-decoration:none;display:block}.Header-module__ldgnoG__mobileCategoryTitle a:hover{color:var(--text-primary)}.Header-module__ldgnoG__mobileCategoryList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__ldgnoG__mobileCategoryLink{font-family:var(--font-sans), sans-serif;color:var(--text-secondary);transition:color var(--transition-fast);text-align:left;font-size:.85rem;display:block}.Header-module__ldgnoG__mobileCategoryLink:hover{color:var(--text-primary)}@media (max-width:768px){.Header-module__ldgnoG__topbarRight{display:none}.Header-module__ldgnoG__topbarContent{text-align:center;justify-content:center}}
.Footer-module__Grjkva__footer{background-color:var(--bg-surface);color:var(--text-primary);transition:background-color var(--transition-medium), border-color var(--transition-medium);font-family:var(--font-sans);padding:0}.Footer-module__Grjkva__newsletterSection{border-bottom:1px solid var(--border-color);background-image:url(/images/newsletter_background.png);background-position:100%;background-repeat:no-repeat;background-size:cover;width:100%;position:relative;overflow:hidden}[data-theme=dark] .Footer-module__Grjkva__newsletterSection{background-blend-mode:overlay;background-color:#00000073;background-image:url(/images/newsletter_background.png)}.Footer-module__Grjkva__newsletterContainer{max-width:var(--max-width);justify-content:space-between;align-items:center;min-height:250px;margin:0 auto;padding:0 2rem;display:flex;position:relative}@media (max-width:768px){.Footer-module__Grjkva__newsletterSection{background-color:#f6ebe6;background-image:none!important}[data-theme=dark] .Footer-module__Grjkva__newsletterSection{background-color:var(--bg-secondary)}.Footer-module__Grjkva__newsletterContainer{flex-direction:column;align-items:flex-start;min-height:auto;padding:3rem 1.5rem}}.Footer-module__Grjkva__newsletterLeft{z-index:2;width:50%;padding:2rem 0;position:relative}@media (max-width:768px){.Footer-module__Grjkva__newsletterLeft{width:100%;padding:0}}.Footer-module__Grjkva__newsTitle{font-family:var(--font-sans);color:#1c1b19;letter-spacing:-.01em;margin-bottom:.5rem;font-size:2.25rem;font-weight:500}[data-theme=dark] .Footer-module__Grjkva__newsTitle{color:var(--text-primary)}.Footer-module__Grjkva__newsSubtitle{color:#6a6763;margin-bottom:2rem;font-size:.95rem;line-height:1.5}[data-theme=dark] .Footer-module__Grjkva__newsSubtitle{color:var(--text-secondary)}.Footer-module__Grjkva__form{gap:12px;width:100%;max-width:520px;display:flex}@media (max-width:480px){.Footer-module__Grjkva__form{flex-direction:column;gap:10px}}.Footer-module__Grjkva__input{color:#1c1b19;background-color:#fff;border:none;border-radius:0;flex:1;height:48px;padding:.9rem 1.25rem;font-size:.9rem}.Footer-module__Grjkva__input::placeholder{color:#a4a19c}.Footer-module__Grjkva__subBtn{color:#fff;letter-spacing:.08em;height:48px;transition:background-color var(--transition-fast);background-color:#ce967e;border:none;border-radius:0;justify-content:center;align-items:center;padding:0 2rem;font-size:.85rem;font-weight:600;display:inline-flex}.Footer-module__Grjkva__subBtn:hover{background-color:#ba826a}.Footer-module__Grjkva__subBtn:disabled{opacity:.7;cursor:not-allowed}.Footer-module__Grjkva__successMsg{color:var(--success);margin-top:1rem;font-size:.85rem;font-weight:500}.Footer-module__Grjkva__errorMsg{color:var(--error);margin-top:1rem;font-size:.85rem;font-weight:500}.Footer-module__Grjkva__lowerFooterContent{padding:3rem 0 1.5rem}.Footer-module__Grjkva__columns{grid-template-columns:2fr 1fr 1fr 1fr 2.2fr;gap:3rem;margin-bottom:2rem;display:grid}@media (max-width:992px){.Footer-module__Grjkva__columns{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}}@media (max-width:768px){.Footer-module__Grjkva__columns{grid-template-columns:1fr;gap:2rem}}.Footer-module__Grjkva__col{flex-direction:column;display:flex}.Footer-module__Grjkva__colTitle{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.Footer-module__Grjkva__aboutText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem;line-height:1.65}.Footer-module__Grjkva__appBadges{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__Grjkva__appBadgeBtn{color:#fff;transition:background-color var(--transition-fast);background-color:#000;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.Footer-module__Grjkva__appBadgeBtn:hover{background-color:#222}.Footer-module__Grjkva__appIcon{color:#fff;flex-shrink:0}.Footer-module__Grjkva__appBtnTexts{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.Footer-module__Grjkva__appBtnSub{text-transform:uppercase;color:#a4a19c;letter-spacing:.02em;font-size:.6rem;font-weight:400}.Footer-module__Grjkva__appBtnMain{color:#fff;font-size:.8rem;font-weight:600}.Footer-module__Grjkva__linksList{color:var(--text-secondary);flex-direction:column;gap:.85rem;font-size:.85rem;list-style:none;display:flex}.Footer-module__Grjkva__linksList a{transition:color var(--transition-fast), padding-left var(--transition-fast)}.Footer-module__Grjkva__linksList a:hover{color:var(--accent-gold);padding-left:4px}.Footer-module__Grjkva__contactDetailsList{color:var(--text-secondary);flex-direction:column;gap:.85rem;font-size:.85rem;list-style:none;display:flex}.Footer-module__Grjkva__contactItem{align-items:flex-start;gap:12px;line-height:1.5;display:flex}.Footer-module__Grjkva__contactIcon{color:var(--text-secondary);flex-shrink:0;margin-top:2px}.Footer-module__Grjkva__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:576px){.Footer-module__Grjkva__bottomBar{flex-direction:column;align-items:center}}.Footer-module__Grjkva__themeToggleWrapper{align-items:center;display:flex}.Footer-module__Grjkva__themeSwitch{cursor:pointer;background-color:#1c1b19;border:none;border-radius:14px;align-items:center;width:54px;height:28px;padding:3px;display:flex;position:relative}.Footer-module__Grjkva__switchHandle{color:#1c1b19;width:22px;height:22px;transition:transform var(--transition-medium);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__switchLight{transform:translate(0)}.Footer-module__Grjkva__switchDark{transform:translate(26px)}.Footer-module__Grjkva__scrollToTop{color:#fff;cursor:pointer;width:40px;height:40px;transition:background-color var(--transition-fast), transform var(--transition-fast);background-color:#ce967e;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__scrollToTop:hover{background-color:#ba826a;transform:translateY(-2px)}.Footer-module__Grjkva__orynezLink{color:inherit;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__orynezLink:hover{color:#ce967e;text-decoration:underline}.Footer-module__Grjkva__footerBottom{border-top:1px solid var(--border-color);background-color:var(--bg-surface);padding:1.5rem 0}.Footer-module__Grjkva__footerBottomInner{justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__copyright{color:var(--text-secondary);text-align:center;margin:0;font-size:.85rem}
