@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500;600;700&display=swap");:root{--primary-green:#228b22;--dark-green:#1b5e20;--sage-green:#8ba888;--forest-green:#2d5016;--earth-brown:#8d6e63;--warm-tan:#d7ccc8;--accent-amber:#f57c00;--accent-hover:#e65100;--white:#fff;--cream:#fffbf0;--light-sage:#f1f8f4;--soft-gray:#eceff1;--text-dark:#1a1a1a;--text-medium:#4a5568;--text-light:#718096;--heading-font:"Inter","Segoe UI","Helvetica Neue",Arial,sans-serif;--body-font:"Inter","Segoe UI","Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease;will-change:opacity,transform}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translateX(-30px);transition:all .6s ease;will-change:opacity,transform}.slide-in-left.visible{opacity:1;transform:translateX(0)}.slide-in-right{opacity:0;transform:translateX(30px);transition:all .6s ease;will-change:opacity,transform}.slide-in-right.visible{opacity:1;transform:translateX(0)}@media (max-width:768px){.fade-in{transform:translateY(15px)}.fade-in,.slide-in-left{opacity:0;transition:all .5s ease}.slide-in-left{transform:translateX(-20px)}.slide-in-right{opacity:0;transform:translateX(20px);transition:all .5s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left.visible,.slide-in-right.visible{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.fade-in,.slide-in-left,.slide-in-right{transform:none;transition:opacity .3s ease}}.highlight{position:relative;display:inline;font-weight:600;color:var(--primary-green);padding:0 2px}.highlight:after{content:"";position:absolute;left:-2px;bottom:-2px;width:0;height:3px;background:linear-gradient(90deg,var(--accent-amber),var(--accent-hover));border-radius:2px;transition:width .8s ease}.highlight.visible:after{width:calc(100% + 4px)}.marker-highlight{background:rgba(245,124,0,.2);background-size:0 100%;background-repeat:no-repeat;background-position:0;transition:background-size 1s ease;padding:2px 4px;border-radius:3px;font-weight:600;color:var(--text-dark)}.marker-highlight.visible{background-size:100% 100%}body{font-family:var(--body-font);color:var(--text-dark);line-height:1.6;background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:600;line-height:1.3;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text-dark)}h1{font-size:3.25rem;font-weight:700;line-height:1.1}h2{font-size:2.25rem}h2,h3{font-weight:600}h3{font-size:1.75rem}p{margin-bottom:1.25rem;line-height:1.7;color:var(--text-medium);font-size:1rem}img{max-width:100%;height:auto;display:block}.fade-in img,.grid-2 img,.slide-in-left img,.slide-in-right img{border-radius:8px}.navbar{background-color:hsla(0,0%,100%,.95);padding:1rem 0;box-shadow:0 1px 3px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.nav-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{font-family:var(--heading-font);font-size:1.75rem;font-weight:600;color:var(--primary-green);text-decoration:none;gap:.75rem;letter-spacing:-.02em}.logo-image{height:45px;width:auto;border-radius:50%;margin-right:.75rem}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-menu a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.01em;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu a.active,.nav-menu a:hover{color:var(--primary-green)}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-green);transition:width .3s ease}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.mobile-menu-toggle{display:none;background:hsla(0,0%,100%,.8);border:1px solid rgba(27,94,32,.1);cursor:pointer;flex-direction:column;gap:4px;padding:8px;border-radius:4px;transition:background .3s ease}.mobile-menu-toggle:hover{background:#fff;border-color:rgba(27,94,32,.2)}.hamburger-line{width:24px;height:3px;background-color:#1b5e20!important;transition:all .3s ease;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.2)}.mobile-menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.btn{display:inline-block;padding:.875rem 2rem;background-color:var(--accent-amber);color:var(--white);text-decoration:none;border-radius:6px;transition:all .3s ease;border:2px solid var(--accent-amber);font-family:var(--body-font);font-weight:600;cursor:pointer;font-size:1rem;box-shadow:0 2px 8px rgba(245,124,0,.25)}.btn:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 16px rgba(245,124,0,.4)}.btn-hero{padding:1rem 3rem;font-size:1.1rem;letter-spacing:.5px}.btn-hero i{margin-left:.75rem;transition:transform .3s ease}.btn-hero:hover i{transform:translateX(4px)}.btn-outline{background-color:transparent;color:var(--accent-amber);box-shadow:none}.btn-outline:hover{background-color:var(--accent-amber);color:var(--white);box-shadow:0 2px 8px rgba(245,124,0,.25)}.hero{background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.4)),url(/images/lawn1.webp);background-size:cover;background-position:50%;background-attachment:scroll;color:var(--white);min-height:100vh;display:flex;position:relative;will-change:transform}.hero,.hero-grid{align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;min-height:80vh}.hero-content{text-align:left;padding-right:2rem}.hero h1{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--white);text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.5);letter-spacing:-.02em}.hero p{font-size:1.4rem;font-weight:400;line-height:1.6;margin-bottom:3rem;color:hsla(0,0%,100%,.9);text-shadow:1px 1px 2px rgba(0,0,0,.6);max-width:500px}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.footer-spacer{height:120px;background-color:transparent}.section-white{background-color:var(--white)}.section-green{background:linear-gradient(135deg,var(--light-sage) 0,var(--cream) 100%)}.section-title{text-align:center;margin-bottom:4rem;color:var(--dark-green);position:relative;padding-bottom:1.5rem;font-weight:700;letter-spacing:-.03em}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--primary-green),var(--accent-amber))}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;align-items:start}.grid-2.align-center{align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.card{background-color:var(--white);padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;height:100%;border:1px solid rgba(0,0,0,.08);border-radius:12px;display:flex;flex-direction:column}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15);border-color:var(--primary-green)}.card h3{color:var(--dark-green);margin-bottom:1rem}.card p{flex-grow:0}.card img{width:100%;height:250px;object-fit:cover;margin-bottom:1.5rem;border-radius:8px;transition:transform .3s ease}.card:hover img{transform:scale(1.02)}.card .btn{margin-top:auto;align-self:flex-start}.card ul{flex-grow:1;margin-bottom:1rem}.card-icon{font-size:3rem;color:var(--primary-green);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,var(--light-sage),var(--cream));border-radius:50%}.service-features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin:3rem 0}.feature-item{display:flex;gap:1rem;padding:1.5rem;background-color:var(--white);border-left:3px solid var(--sage-green);box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease}.feature-item:hover{border-left-color:var(--accent-amber);box-shadow:0 4px 16px rgba(0,0,0,.1)}.feature-icon svg{width:100%;height:100%}.feature-icon{font-size:2rem;color:var(--primary-green);flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.feature-icon img{width:100%;height:100%}.contact-form{width:100%}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.75rem;font-weight:600;color:var(--text-dark);font-size:1.05rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1.25rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-family:var(--body-font);font-size:1.1rem;transition:all .3s ease;background-color:#fafafa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green)}.form-group textarea{resize:vertical;min-height:150px}.contact-form .btn{width:100%;padding:1.25rem 2rem;font-size:1.2rem;margin-top:1rem;text-align:center;display:block}.contact-info{background:linear-gradient(135deg,var(--light-sage),var(--cream));padding:2rem;margin-bottom:3rem;border-left:4px solid var(--sage-green)}.contact-info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-info-item:last-child{margin-bottom:0}.contact-icon{font-size:1.5rem;color:var(--accent-amber);width:2rem;display:flex;align-items:center;justify-content:center}.footer{background:#1b5e20;color:var(--white);padding:4rem 0 1.5rem;position:relative}.footer:before{content:"";position:absolute;top:-40px;left:0;right:0;height:40px;background:url(/images/grass.png) repeat-x bottom;background-size:auto 40px;z-index:1}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.footer-column h3{color:var(--white);margin-bottom:1.5rem;font-size:1.3rem;position:relative;padding-bottom:.75rem}.footer-column h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--accent-amber)}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-image{height:35px;width:auto;border-radius:4px}.footer-tagline{margin-bottom:1.5rem;line-height:1.7;opacity:1;color:hsla(0,0%,100%,.95);font-size:1rem;font-weight:400}.footer-license{margin-top:1.5rem}.footer-license p{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem;opacity:1;color:hsla(0,0%,100%,.95);font-weight:500}.footer-license i{color:var(--accent-amber);font-size:1.1rem}.footer-license img{width:16px;height:16px}.footer a{color:var(--white);text-decoration:none;opacity:.9;transition:all .3s ease}.footer a:hover{opacity:1;color:var(--accent-amber)}.footer-links{list-style:none}.footer-links li{margin-bottom:.875rem}.footer-links a{display:flex;align-items:center;gap:.5rem}.footer-links i{font-size:.9rem;width:1.2rem}.footer-links img{width:16px;height:16px}.footer-contact{list-style:none}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.footer-contact i{color:var(--accent-amber);font-size:1.1rem;margin-top:.2rem;width:1.2rem}.footer-contact img{width:16px;height:16px}.footer-contact span{flex:1 1}.footer-contact small{font-size:.85rem;opacity:.9}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);color:var(--white)!important;font-size:.95rem}.footer-bottom p{color:var(--white)!important;margin-bottom:0}.footer-bottom a{color:var(--white)!important;text-decoration:none;opacity:.9;transition:all .3s ease}.footer-bottom a:hover{opacity:1;color:var(--accent-amber)}.service-hero{background:linear-gradient(135deg,rgba(27,94,32,.85),rgba(34,139,34,.82) 50%,rgba(45,80,22,.85));background-size:cover;background-position:50%;background-attachment:fixed;color:var(--white);padding:6rem 2rem 4rem;text-align:center;position:relative}.page-about .service-hero{background-image:linear-gradient(135deg,rgba(27,94,32,.65),rgba(34,139,34,.55) 50%,rgba(45,80,22,.65)),url(/images/lawn2.webp)}.page-contact .service-hero{background-image:linear-gradient(135deg,rgba(27,94,32,.65),rgba(34,139,34,.55) 50%,rgba(45,80,22,.65)),url(/images/lawn3.webp)}.page-lawn-maintenance .service-hero{background-image:linear-gradient(135deg,rgba(27,94,32,.65),rgba(34,139,34,.55) 50%,rgba(45,80,22,.65)),url(/images/lawn6.webp)}.page-landscaping .service-hero{background-image:linear-gradient(135deg,rgba(27,94,32,.65),rgba(34,139,34,.55) 50%,rgba(45,80,22,.65)),url(/images/lawn7.webp)}.page-winter-services .service-hero{background-image:linear-gradient(135deg,rgba(27,94,32,.65),rgba(34,139,34,.55) 50%,rgba(45,80,22,.65)),url(/images/snow2.webp)}.service-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(245,124,0,.08) 0,transparent 50%);pointer-events:none}.service-hero .container{position:relative;z-index:1}.service-hero h1{color:var(--white);text-shadow:2px 2px 6px rgba(0,0,0,.5)}.service-hero p{color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.4);font-size:1.2rem;opacity:.95}.testimonial{background-color:var(--white);padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.08);font-style:italic;border-left:4px solid var(--accent-amber);position:relative}.testimonial:before{content:'"';position:absolute;top:-10px;left:10px;font-size:4rem;color:var(--sage-green);opacity:.3;font-family:Georgia,serif}.testimonial-author{margin-top:1rem;font-weight:600;color:var(--dark-green);font-style:normal}@media (max-width:768px){.mobile-menu-toggle{display:flex!important;z-index:1001;position:relative;background:hsla(0,0%,100%,.95)!important;border:2px solid #1b5e20!important;box-shadow:0 2px 4px rgba(0,0,0,.1)}.mobile-menu-toggle .hamburger-line{background-color:#1b5e20!important;height:3px!important}.nav-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,var(--primary-green) 0,var(--dark-green) 100%);flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;display:flex}.nav-menu.active{transform:translateX(0)}.nav-menu a{color:var(--white);font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:1rem 2rem;border:2px solid transparent;transition:all .3s ease}.nav-menu a.active,.nav-menu a:hover{color:var(--accent-amber);border-color:var(--accent-amber)}.nav-menu a:after{display:none}.logo{font-size:1.4rem;gap:.5rem}.logo-image{height:35px}.hero{background-attachment:scroll;min-height:100vh}.hero-grid{grid-template-columns:1fr;text-align:center;gap:2rem;min-height:80vh}.hero-content{text-align:center;padding:2rem 0}.hero h1{font-size:2.8rem;line-height:1.2}.hero p{font-size:1.2rem;max-width:none}h1{font-size:2.5rem}h2{font-size:2rem}.footer-content,.grid-2,.grid-3{grid-template-columns:1fr}.footer-content{gap:2.5rem}.service-features{grid-template-columns:1fr}.card-icon{font-size:2.5rem;width:3.5rem;height:3.5rem}}@media (min-width:769px) and (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:480px){.hero{padding:5rem 1rem}.logo{font-size:1.2rem;gap:.4rem}.logo-image{height:25px}.section{padding:3rem 0}.container{padding:0 1rem}}@font-face{font-family:__Inter_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;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_04b02f;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_04b02f{font-family:__Inter_04b02f,__Inter_Fallback_04b02f;font-style:normal}