@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");:root{--primary-color:#a855f7;--secondary-color:#7e22ce;--accent-color:#c084fc;--background-color:#0a0a0a;--text-color:#fff;--text-secondary:#a1a1aa}body{font-family:Space Grotesk,sans-serif;background-color:var(--background-color);color:var(--text-color);margin:0;padding:0;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:background-color .3s ease}header.scrolled{background-color:hsla(0,0%,4%,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(168,85,247,.2)}.header-container{justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo{gap:12px}.logo img{height:40px;width:auto;filter:drop-shadow(0 0 8px rgba(168,85,247,.6))}.logo-text{font-size:24px;font-weight:700;background:linear-gradient(90deg,#a855f7,#8b5cf6,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}nav ul{display:flex;list-style:none;gap:20px;margin:0;padding:0}nav a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;padding:8px 12px;border-radius:8px;position:relative;display:flex;align-items:center;gap:6px}nav a.active,nav a:hover{color:var(--primary-color)}nav a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(to right,var(--primary-color),var(--accent-color));transition:width .3s ease,left .3s ease}nav a.active:after,nav a:hover:after{width:100%;left:0}.external-icon{width:14px;height:14px;opacity:.7}.main-content{min-height:100vh;padding-top:100px}.service-content{background-color:hsla(0,0%,4%,.8);padding:60px 0;min-height:calc(100vh - 200px)}.service-not-found{text-align:center;padding:100px 20px;max-width:600px;margin:0 auto}.service-not-found h2{font-size:36px;margin-bottom:20px;background:linear-gradient(90deg,#a855f7,#8b5cf6,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}.service-not-found p{font-size:18px;color:var(--text-secondary);margin-bottom:30px}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-logo{width:120px;height:auto;margin:0 auto 20px;filter:drop-shadow(0 0 15px rgba(168,85,247,.8))}.hero h1{font-size:60px;font-weight:700;margin-bottom:20px;text-shadow:0 0 10px rgba(168,85,247,.5),0 0 20px rgba(168,85,247,.3)}.hero p{font-size:24px;color:var(--accent-color);margin-bottom:40px}.hero-buttons{display:flex;justify-content:center;gap:20px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 20px rgba(168,85,247,.3)}.btn:active{transform:translateY(0) scale(.98)}.btn-primary{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:#fff}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background:transparent}.btn-outline:hover{background-color:rgba(168,85,247,.1)}.services{padding:100px 0;background-color:hsla(0,0%,4%,.8);position:relative}.section-title{text-align:center;margin-bottom:60px}.section-title h2{font-size:40px;font-weight:700;margin-bottom:16px;background:linear-gradient(90deg,#a855f7,#8b5cf6,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}.section-title p{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:60px}.service-card{background:rgba(20,10,30,.5);backdrop-filter:blur(10px);border:1px solid rgba(168,85,247,.2);border-radius:16px;padding:30px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(168,85,247,.2)}.service-icon{width:60px;height:60px;background:linear-gradient(to bottom right,var(--primary-color),var(--secondary-color));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-icon svg{width:30px;height:30px;color:#fff}.service-card h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#fff}.service-card p{color:var(--text-secondary);flex-grow:1}.service-card p,.service-features{margin-bottom:20px}.feature-item{display:flex;align-items:center;margin-bottom:10px}.feature-dot{width:6px;height:6px;background-color:var(--primary-color);border-radius:50%;margin-right:10px}.service-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease;margin-top:auto}.service-link:hover{color:var(--accent-color)}footer{background-color:hsla(0,0%,4%,.9);border-top:1px solid rgba(168,85,247,.2);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo img{height:30px;width:auto;filter:drop-shadow(0 0 5px rgba(168,85,247,.6))}.footer-about p{color:var(--text-secondary);margin-bottom:20px}.social-links{display:flex;gap:12px}.social-link{width:36px;height:36px;border-radius:50%;background-color:rgba(168,85,247,.2);display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.social-link:hover{background-color:var(--primary-color)}.social-link svg{width:16px;height:16px;color:#fff}.footer-heading{font-size:18px;font-weight:600;margin-bottom:20px;background:linear-gradient(90deg,#a855f7,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:8px}.footer-links a:hover{color:var(--primary-color)}.footer-links .dot{width:6px;height:6px;background-color:var(--primary-color);border-radius:50%}.contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:var(--text-secondary);padding:1.5rem;background:rgba(15,15,25,.8);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(8px);transition:.4s cubic-bezier(.4,0,.2,1)}.contact-item:focus-within,.contact-item:hover{transform:translateX(5px)}.contact-item svg{width:18px;height:18px;color:var(--primary-color);flex-shrink:0;margin-top:3px}.footer-bottom{padding-top:30px;border-top:1px solid rgba(168,85,247,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.copyright{color:var(--text-secondary);font-size:14px}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:var(--text-secondary);text-decoration:none;font-size:14px;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-color)}@media (max-width:768px){.hero h1{font-size:40px}.hero p{font-size:18px}.hero-buttons{flex-direction:column;gap:15px}.footer-bottom{flex-direction:column;text-align:center}.mobile-menu-toggle{display:block}nav ul{display:none}}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,4%,.95);backdrop-filter:blur(10px);z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateY(-100%);transition:transform .3s ease}.mobile-menu.active{transform:translateY(0)}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.mobile-menu ul{list-style:none;padding:0;margin:0;text-align:center}.mobile-menu li{margin-bottom:20px}.mobile-menu a{color:#fff;text-decoration:none;font-size:24px;font-weight:600;transition:color .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.mobile-menu a:hover{color:var(--primary-color)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse{animation:pulse 2s infinite}#particles-js{z-index:1}#particles-js,.grid-background{position:absolute;width:100%;height:100%;top:0;left:0}.grid-background{background-image:linear-gradient(90deg,rgba(168,85,247,.1) 1px,transparent 0),linear-gradient(180deg,rgba(168,85,247,.1) 1px,transparent 0);background-size:50px 50px;z-index:0;opacity:.3}.loading{display:none;text-align:center;padding:50px}.loading.show{display:block}.spinner{border:4px solid rgba(168,85,247,.3);border-radius:50%;border-top:4px solid var(--primary-color);width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-iosevka:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-iosevka:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/80f8724118f34c3e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff113fc7f46481dd-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/65b584363f7e5eb7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4e3d37bae4c63e50-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/371c77a07ca50e12-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/d7415d89107c7d21-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_Fallback_b1aedc;src:local("Arial");ascent-override:73.87%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:132.12%}.__className_b1aedc{font-family:__Cinzel_Decorative_b1aedc,__Cinzel_Decorative_Fallback_b1aedc;font-style:normal}