@tailwind base;@tailwind components;@tailwind utilities;html,body,#__next,#__next>div{background-color:#04070f!important;border:none!important;outline:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-outfit),system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-cormorant),Georgia,serif;font-weight:700;line-height:1.15}:root{--background:#04070f;--foreground:#ededed}html,body{background-color:#04070f;width:100%;min-height:100%;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeUp{animation:1.2s ease-out forwards fadeUp}.input{width:100%;color:inherit;box-sizing:border-box;background:#ffffff0a;border:1px solid #f9731626;border-radius:10px;outline:none;margin-bottom:.75rem;padding:.75rem}img{max-width:100%;display:block}a{color:inherit}html,body{overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px)saturate(180%);background:#0f172a33;border-bottom:1px solid #f9731626;transition:all .3s;top:0;position:fixed!important}.navbar.scrolled{background:#0f172ad9;border-bottom:1px solid #f973164d;box-shadow:0 10px 40px #0000004d}.navbar-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:.6rem 1.5rem;display:flex}@media (max-width:768px){.navbar-container{padding:.3rem .75rem}}.logo-section{z-index:1001;align-items:center;gap:1rem;text-decoration:none;display:flex;position:relative}.logo-image{-o-object-fit:contain;object-fit:contain;width:auto;max-width:160px;height:48px}@media (max-width:768px){.mobile-logo .logo-image{height:28px}}.logo-icon{font-size:2.5rem;animation:3s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(20px)}}.logo-text{flex-direction:column;display:flex}.logo-main{background:linear-gradient(135deg,#fff,#f97316,#fbbf24);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.logo-sub{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.desktop-nav{align-items:center;gap:.5rem;display:none}@media (min-width:1024px){.desktop-nav{display:flex}}.nav-link{color:#cbd5e1;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;animation:.5s ease-out both slideDown;display:flex;position:relative}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-link:hover{color:#f97316;background:#f973161a}.nav-link.active{color:#f97316;background:#f9731626}.nav-icon{font-size:1.2rem;transition:transform .3s}.nav-link:hover .nav-icon{transform:scale(1.2)}.active-indicator{background:linear-gradient(90deg,#0000,#f97316,#0000);border-radius:3px 3px 0 0;width:40%;height:3px;animation:.4s ease-out expand;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes expand{0%{width:0}to{width:40%}}.cta-button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:700;text-decoration:none;transition:all .3s;display:none;box-shadow:0 10px 30px #f973164d}@media (min-width:1024px){.cta-button{display:flex}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #f9731680}.cta-arrow{transition:transform .3s}.cta-button:hover .cta-arrow{transform:translate(5px)}.desktop-only{display:none}@media (min-width:1024px){.desktop-only{display:flex}}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;width:30px;height:24px;padding:0;display:flex;position:relative}@media (min-width:1024px){.mobile-menu-btn{display:none}}@media (max-width:768px){.mobile-menu-btn{width:24px;height:18px}.mobile-menu-btn span{height:2px}}.mobile-menu-btn span{background:#f97316;border-radius:3px;width:100%;height:3px;transition:all .3s}.mobile-menu-btn.open span:first-child{transform:rotate(45deg)translate(8px,8px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}.mobile-overlay{-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:1001;background:#0f172abf;transition:opacity .3s;position:fixed;inset:0}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1002;background:linear-gradient(135deg,#1e293bfa,#0f172afa);border-left:1px solid #f9731633;flex-direction:column;width:42vw;min-width:240px;max-width:300px;height:100dvh;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-20px 0 60px #0009}@media (max-width:480px){.mobile-menu{width:65vw}}.mobile-menu.open{right:0}.mobile-menu-header{border-bottom:1px solid #f9731633;justify-content:space-between;align-items:center;min-height:64px;padding:.75rem .9rem;display:flex}.mobile-logo{align-items:center;gap:.65rem;display:flex}.mobile-logo .logo-image{max-width:120px;height:30px}.mobile-logo .logo-icon{font-size:2rem}.mobile-logo .logo-main{font-size:1.25rem}.mobile-logo .logo-sub{font-size:.65rem}.close-btn{color:#f97316;cursor:pointer;background:#f973161a;border:1px solid #f973164d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex}.close-btn:hover{background:#f9731633;transform:rotate(90deg)}.mobile-nav-links{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.mobile-nav-link{color:#cbd5e1;background:#ffffff08;border:1px solid #f973161a;border-radius:16px;align-items:center;gap:1rem;padding:.65rem .9rem;font-weight:600;text-decoration:none;transition:all .3s;animation:.4s ease-out both slideInRight;display:flex}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.mobile-nav-link:hover,.mobile-nav-link.active{color:#f97316;background:#f9731626;border-color:#f973164d;transform:translate(5px)}.mobile-nav-link .nav-icon{font-size:1.5rem}.mobile-nav-link .nav-text{flex:1}.mobile-nav-link .nav-arrow{opacity:0;transition:all .3s}.mobile-nav-link:hover .nav-arrow,.mobile-nav-link.active .nav-arrow{opacity:1;transform:translate(5px)}.mobile-menu-footer{padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));border-top:1px solid #f9731633}.mobile-cta{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 30px #f9731666}.mobile-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f9731699}.cta-icon{font-size:1.5rem}.contact-info{flex-direction:column;gap:.75rem;display:flex}.contact-item{color:#cbd5e1;background:#ffffff0d;border:1px solid #f9731633;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{color:#f97316;background:#f973161a;border-color:#f97316}@media (min-width:1024px){.mobile-menu,.mobile-overlay{display:none}}.footer{color:#f8fafc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);contain:layout paint;content-visibility:auto;contain-intrinsic-size:1000px;background:linear-gradient(#0f172a 0%,#020617 100%);font-family:system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}@media (max-width:768px){.footer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f172af2}}.footer-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.footer-orb{filter:blur(100px);opacity:.15;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:#f97316;width:500px;height:500px;top:-200px;left:-200px}.orb-2{background:#0ea5e9;width:400px;height:400px;animation-delay:10s;bottom:-150px;right:-150px}.footer-container{z-index:1;max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem;position:relative}.footer-grid{border-bottom:1px solid #f9731633;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand{animation:.6s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.brand-logo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.brand-icon{font-size:3rem;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.brand-name{background:linear-gradient(135deg,#fff,#f97316);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.8rem;font-weight:800}.brand-tagline{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.85rem}.brand-description{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-link{background:#f973161a;border:1px solid #f973164d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:#f9731633;border-color:#f97316;transform:translateY(-3px)}.social-icon{font-size:1.5rem}.footer-section{animation:.6s ease-out fadeInUp}.footer-heading{color:#f97316;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#cbd5e1;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;transition:all .3s;display:flex}.footer-link:hover{color:#f97316;transform:translate(5px)}.link-arrow{color:#f97316;transition:transform .3s}.footer-link:hover .link-arrow{transform:translate(5px)}.contact-list{flex-direction:column;gap:1rem;display:flex}.contact-item{color:inherit;background:#ffffff08;border:1px solid #f9731633;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{background:#f973161a;border-color:#f97316}.contact-icon{font-size:1.5rem}.contact-label{color:#94a3b8;margin:0 0 .25rem;font-size:.85rem}.contact-value{color:#cbd5e1;word-break:break-word;overflow-wrap:anywhere;align-items:flex-start;margin:0;font-weight:500}.hours-list{flex-direction:column;gap:.75rem;display:flex}.hours-item{background:#ffffff08;border:1px solid #f9731633;border-radius:8px;justify-content:space-between;padding:.75rem;display:flex}.hours-item.highlight{background:#f973161a;border-color:#f973164d}.hours-day{color:#cbd5e1}.hours-time{color:#f97316;font-weight:600}.newsletter-section{background:linear-gradient(135deg,#f973161a,#0ea5e91a);border:1px solid #f973164d;border-radius:20px;margin:3rem 0;padding:2.5rem 1.5rem;animation:.6s ease-out .2s both fadeInUp}.newsletter-content{grid-template-columns:1fr 1.5fr;align-items:center;gap:2rem;display:grid}@media (max-width:768px){.newsletter-content{text-align:center;flex-direction:column}.newsletter-form{justify-content:center;width:100%}.newsletter-input{max-width:100%}}.newsletter-text h3{color:#f97316;margin-bottom:.5rem;font-size:2rem}.newsletter-text p{color:#cbd5e1;margin:0}.newsletter-form{gap:1rem;display:flex}.newsletter-input{color:#f8fafc;background:#ffffff1a;border:1px solid #f973164d;border-radius:12px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.newsletter-input:focus{background:#ffffff26;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.newsletter-input::placeholder{color:#64748b}.newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;padding:1rem 2rem;font-weight:600;transition:all .3s;box-shadow:0 10px 30px #f973164d}.newsletter-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f9731680}.footer-bottom{border-top:1px solid #f9731633;padding-top:2rem}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.copyright{color:#94a3b8;margin:0}.footer-links-bottom{align-items:center;gap:1rem;display:flex}.footer-link-bottom{color:#cbd5e1;text-decoration:none;transition:color .3s}.footer-link-bottom:hover{color:#f97316}.separator{color:#64748b}@media (max-width:968px){.footer-grid{grid-template-columns:1fr;gap:2rem}.newsletter-content{text-align:center;grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-bottom-content{text-align:center;flex-direction:column}.footer-links-bottom{flex-wrap:wrap;justify-content:center}}.hero-buttons .cta-button{white-space:nowrap!important;justify-content:center!important;width:auto!important;min-width:160px!important;max-width:200px!important;padding:1rem 2rem!important;display:inline-flex!important}.cta-content .cta-btn,.cta-content .cta-button{white-space:nowrap!important;justify-content:center!important;width:auto!important;min-width:180px!important;max-width:220px!important;padding:1rem 2rem!important;display:inline-flex!important}@media (max-width:640px){.cta-button{max-width:180px;padding:.875rem 1.5rem;font-size:1rem}.cta-btn{max-width:200px;padding:1rem 2rem;font-size:1rem}} @font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.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:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_deef94d5-module__Sms4YG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_deef94d5-module__Sms4YG__variable{--font-geist-sans:"Geist","Geist Fallback"} @font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.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:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_1bf8cbf6-module__FlyLvG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_1bf8cbf6-module__FlyLvG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"} @font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_e56a7b13-module__7S24TW__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_e56a7b13-module__7S24TW__variable{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"} @font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.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:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.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:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_9f99aec4-module__6MKK-W__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_9f99aec4-module__6MKK-W__variable{--font-outfit:"Outfit","Outfit Fallback"}