*{margin:0;padding:0;box-sizing:border-box}:root{--off-white:#FAF9F6;--tan:#D4C5B9;--pale-green:#A8C5A5;--dark-green:#7A9B76;--text-dark:#2C3E35;--text-medium:#4A5D52;--shadow:rgba(0,0,0,0.08)}body{font-family:var(--font-outfit),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--off-white);color:var(--text-dark);line-height:1.6;font-size:16px;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-cormorant),Georgia,"Times New Roman",serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background-color:var(--off-white);box-shadow:0 2px 10px var(--shadow);position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{font-size:1.75rem;font-weight:700;color:var(--dark-green);text-decoration:none;letter-spacing:-.5px;gap:.5rem}.logo-image{height:2rem;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-medium);font-weight:500;transition:color .3s ease;font-size:.95rem}.nav-link.active,.nav-link:hover{color:var(--dark-green)}.cta-link{background-color:var(--pale-green);color:var(--text-dark);padding:.6rem 1.5rem;border-radius:25px;transition:all .3s ease}.cta-link:hover{background-color:var(--dark-green);color:white}.social-link{display:flex;align-items:center;justify-content:center;color:var(--text-medium);transition:color .3s ease;margin-left:1rem}.social-link:hover{color:var(--dark-green)}.social-link svg{width:22px;height:22px}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);margin:3px 0;transition:.3s;border-radius:3px}.hero{padding:5rem 0 4rem;background-color:var(--off-white)}.hero-content{max-width:800px;margin:0 auto;text-align:center}h1.hero-title{font-family:var(--font-outfit),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:6rem;line-height:.85;margin-bottom:1rem;color:var(--text-dark);font-weight:800;letter-spacing:-.04em}.profile-photo-wrap{position:relative;display:inline-block;margin:0 auto 2rem}.profile-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;display:block;border:3px solid var(--pale-green)}.profile-badge{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);background-color:var(--pale-green);color:var(--text-dark);font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,.12)}.hero-subtitle{font-size:1.1rem;color:var(--text-medium);margin-bottom:2rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services-overview{padding:3rem 0;background-color:var(--off-white)}.services-checklist{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.5rem;list-style:none;max-width:900px;margin:0 auto;padding:0}.services-checklist li{display:flex;align-items:center;gap:.5rem;color:var(--text-medium);font-size:1rem}.services-checklist li:before{content:"\2713";color:var(--dark-green);font-weight:700}.btn{padding:.75rem 1.75rem;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;display:inline-block;cursor:pointer;border:none}.btn-primary{background-color:var(--dark-green);color:white}.btn-primary:hover{background-color:var(--text-dark)}.btn-secondary{background-color:transparent;color:var(--text-dark);border:1px solid var(--text-dark)}.btn-secondary:hover{background-color:var(--text-dark);color:white}.complexity-section{padding:5rem 0;background-color:var(--off-white)}.content-card{background-color:white;padding:3rem;border-left:4px solid var(--pale-green);max-width:900px;margin:0 auto}.content-card h2{font-size:1.5rem;margin-bottom:1.25rem;color:var(--text-dark);line-height:1.4;font-weight:600}.content-card p{font-size:1rem;color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.platforms{display:flex;flex-wrap:wrap;gap:.75rem}.platform-tag{background-color:#F5F1ED;color:var(--text-medium);padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid var(--tan)}.benefits-section{padding:5rem 0;background-color:var(--off-white)}.benefits-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:var(--text-dark);font-weight:600}.benefits-list{max-width:800px;margin:0 auto}.benefit-item{padding:2rem 0;border-bottom:1px solid var(--tan)}.benefit-item:last-child{border-bottom:none}.benefit-item h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.benefit-item p{color:var(--text-medium);line-height:1.7;font-size:1rem}.services-list{max-width:800px;margin:0 auto}.service-item{padding:2rem 0;border-bottom:1px solid var(--tan)}.service-item:last-child{border-bottom:none}.service-item h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.service-item p{color:var(--text-medium);line-height:1.7;font-size:1rem}.service-category{margin-bottom:4rem}.service-category:last-child{margin-bottom:0}.category-title{font-size:1.75rem;color:var(--dark-green);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--pale-green);font-weight:600}.cta-section{padding:5rem 0;background-color:var(--pale-green)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:1.75rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.cta-content p{font-size:1.05rem;color:var(--text-dark);margin-bottom:2rem}footer{background-color:#2C3E35;color:var(--off-white);padding:3rem 0 2rem}.footer-columns{display:flex;justify-content:space-between;gap:3rem;margin-bottom:2.5rem}.footer-group{display:flex;flex-direction:column;gap:.6rem}.footer-group h4{font-size:1rem;font-weight:600;color:var(--off-white);margin-bottom:.25rem;font-family:var(--font-outfit),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.footer-group a{color:var(--tan);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-group a:hover{color:var(--off-white)}.footer-bottom{border-top:1px solid rgba(212,197,185,.25);padding-top:1.5rem;font-size:.85rem;color:var(--tan)}.page-header{padding:3rem 0 2rem;background-color:var(--off-white);text-align:center;border-bottom:1px solid var(--tan)}.page-header h1{font-size:2.25rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.page-header p{font-size:1.05rem;color:var(--text-medium);max-width:700px;margin:0 auto}.content-section{padding:4rem 0}.content-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:600}.content-section p{font-size:1rem;color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.legal-content h2:first-of-type{margin-top:2rem}.legal-content p{font-size:1rem;margin-bottom:1rem}.legal-content p,.legal-content ul{color:var(--text-medium);line-height:1.7}.legal-content ul{margin:1rem 0 1.5rem 2rem}.legal-content ul li{margin-bottom:.5rem}.pricing-simple{max-width:900px;margin:3rem auto;text-align:center;padding:3rem 2rem;background-color:white;border-left:4px solid var(--pale-green)}.price-amount{font-weight:600}.price-large{margin:2rem 0;display:flex;align-items:flex-start;justify-content:center}.price-large .currency{font-size:1.5rem;margin-top:.75rem;color:var(--text-dark);font-weight:500}.price-large .amount{font-size:4rem;font-weight:600;color:var(--text-dark);line-height:1}.price-large .period{font-size:1.1rem;color:var(--text-medium);align-self:flex-end;margin-bottom:1rem;margin-left:.5rem}.pricing-includes{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--tan);text-align:left}.pricing-includes h3{font-size:1.4rem;margin-bottom:2rem;color:var(--text-dark);font-weight:600;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.benefit-column h4{font-size:1.1rem;color:var(--text-dark);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--pale-green)}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:var(--text-medium);font-size:.95rem;line-height:1.5}.check-list li:before{content:"\2713";position:absolute;left:0;color:var(--dark-green);font-weight:700}.scale-note{text-align:center;font-size:.95rem;color:var(--text-medium);font-style:italic;margin-top:1.5rem;margin-bottom:0}.addon-section{margin-top:3rem}.addon-card{max-width:500px;margin:0 auto;background-color:var(--off-white);border:2px solid var(--tan);padding:2.5rem;text-align:center}.addon-header{margin-bottom:1.5rem}.addon-label{display:inline-block;background-color:var(--dark-green);color:white;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.35rem .85rem;border-radius:3px;margin-bottom:1rem}.addon-card h3{font-size:1.5rem;color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.addon-description{font-size:1rem;color:var(--text-medium);margin:0}.addon-features{text-align:left;max-width:280px;margin:0 auto 2rem}.addon-features li{margin-bottom:.85rem}.pricing-terms{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--tan)}.pricing-terms h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.pricing-terms p{font-size:1rem;color:var(--text-medium);line-height:1.7}.pricing-cards-vertical{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.pricing-card{flex:1 1 300px;max-width:400px;background-color:white;border:2px solid var(--tan);display:flex;flex-direction:column}.pricing-card-header{background-color:var(--off-white);padding:2rem;text-align:center;border-bottom:1px solid var(--tan)}.pricing-card-header h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.price-display{display:flex;align-items:center;justify-content:center;gap:.15rem;margin-bottom:.75rem}.price-display .currency{font-size:1.5rem;color:var(--text-dark);font-weight:500}.price-display .amount{font-size:3.5rem;font-weight:600;color:var(--text-dark);line-height:1;font-family:var(--font-outfit),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.price-display .period{font-size:1.1rem;color:var(--text-medium)}.plan-tagline{font-size:1rem;color:var(--text-medium);margin:0}.plan-tagline.included-badge{display:inline-block;background-color:var(--pale-green);color:var(--text-dark);font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:3px;margin-top:.5rem}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;font-size:1rem;color:var(--text-medium)}.billing-toggle-active{color:var(--text-dark);font-weight:600}.billing-toggle-switch{position:relative;width:48px;height:26px;background-color:var(--tan);border:none;border-radius:13px;cursor:pointer;padding:0;transition:background-color .2s}.billing-toggle-switch.active{background-color:var(--dark-green)}.billing-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:white;border-radius:50%;transition:transform .2s}.billing-toggle-switch.active .billing-toggle-knob{transform:translateX(22px)}.billing-note{font-size:.85rem;color:var(--dark-green);font-weight:500;margin:0 0 .5rem}.pricing-card-body{padding:2rem;flex:1 1}.pricing-card-body h4{font-size:1.1rem;color:var(--text-dark);margin-bottom:1.25rem}.pricing-card-body .product-tagline{font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.pricing-card-body .check-list{margin-bottom:2rem}.pricing-card-body .btn{width:100%;text-align:center}.pricing-card.addon .pricing-card-header{background-color:white}.pricing-card.addon .addon-label{margin-bottom:.75rem}.terms-card{max-width:100%;margin:2rem auto 0;background-color:var(--off-white);border:1px solid var(--tan);padding:2rem;text-align:center}.terms-card h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:.75rem}.terms-card p{font-size:1rem;color:var(--text-medium);margin:0}.terms-card .btn{margin:1.5rem 0 1rem}.terms-card .terms-subtext{margin-top:0;font-size:.9rem}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background-color:white;padding:2rem 0;border-bottom:1px solid var(--tan)}.faq-item:last-child{border-bottom:none}.faq-item h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.faq-item p{color:var(--text-medium);line-height:1.7;margin:0;font-size:.95rem}.timeline{max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-item:not(:last-child):before{content:"";position:absolute;left:30px;top:70px;bottom:-40px;width:2px;background-color:var(--tan)}.timeline-number{flex-shrink:0;width:50px;height:50px;background-color:var(--pale-green);color:var(--text-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600}.timeline-content{flex:1 1;padding-top:.5rem}.timeline-content h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.timeline-content p{color:var(--text-medium);line-height:1.7}.contact-container{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem;max-width:1100px;margin:0 auto}.contact-info h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.contact-info>p{color:var(--text-medium);line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.contact-method h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-dark);font-weight:600}.contact-method p{color:var(--text-medium);margin:0}.contact-form-wrapper{background-color:white;padding:3rem;border:1px solid var(--tan)}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;color:var(--text-dark);font-weight:500;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem;border:2px solid var(--tan);border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease;background-color:var(--off-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--pale-green);background-color:white}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:1rem}.form-success{background-color:white;padding:2rem;text-align:center;border:2px solid var(--pale-green)}.form-success h3{color:var(--text-dark);margin-bottom:1rem;font-weight:600}.form-success p{color:var(--text-medium);margin:0}.schedule-cta-wrapper{background-color:white;padding:3rem;border:1px solid var(--tan);display:flex;align-items:center;justify-content:center}.schedule-cta-content{text-align:center;max-width:400px}.schedule-cta-content h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1.25rem;font-weight:600}.schedule-cta-content p{color:var(--text-medium);line-height:1.7;margin-bottom:1.25rem;font-size:1rem}.schedule-cta-content .btn{margin-top:1rem;margin-bottom:1.5rem}.schedule-note{font-size:.9rem!important;font-style:italic;margin-bottom:0!important}.offerings-section{padding:3rem 0 2rem;background-color:var(--off-white)}.section-title{text-align:center;margin-bottom:1.5rem;font-size:1.75rem;color:var(--dark)}.offerings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.pricing-card-footer{padding:0 2rem 2rem;text-align:center}.card-learn-more{color:var(--dark-green);text-decoration:none;font-size:.95rem}.card-learn-more:hover{text-decoration:underline}.checkout-steps{display:flex;flex-direction:column;gap:3rem}.checkout-step{background-color:white;padding:2.5rem;border:1px solid var(--tan)}.checkout-step h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-dark);font-weight:600}.checkout-step-number{width:36px;height:36px;background-color:var(--pale-green);color:var(--text-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;margin-bottom:1rem}.checkout-iframe-container{overflow:hidden}.checkout-iframe-container,.checkout-payment-section{background-color:var(--off-white);border:1px solid var(--tan);border-radius:4px}.checkout-payment-section{padding:2rem;text-align:center}@media (max-width:768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--off-white);flex-direction:column;padding:2rem;box-shadow:0 5px 15px var(--shadow);gap:1rem}.mobile-menu-toggle,.nav-menu.active{display:flex}h1.hero-title{font-size:12rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.content-card{padding:2rem 1.5rem}.benefits-section h2,.content-card h2,.cta-content h2{font-size:1.5rem}.footer-columns{flex-direction:column;gap:2rem}.footer-bottom,.footer-columns{text-align:center}.benefits-grid,.pricing-grid{grid-template-columns:1fr}.benefits-grid{gap:2rem}.pricing-simple{max-width:100%}.offerings-grid{grid-template-columns:1fr}.pricing-cards-vertical{flex-direction:column}.pricing-card{max-width:100%}.timeline-item{flex-direction:column;gap:1rem}.timeline-item:not(:last-child):before{display:none}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{padding:2rem 1.5rem}.checkout-step{padding:1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.hero{padding:3rem 0 2rem}h1.hero-title{font-size:6rem}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_054274{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_054274{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_60a407{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_60a407{--font-outfit:"Outfit","Outfit Fallback"}