:root{--blue:#3d52d5;--blue-light:#5b6ee8;--blue-pale:#eef0fd;--dark:#0f1117;--mid:#4a4f6a;--light:#f5f6fa;--white:#fff;--green:#2d9e6b}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-dm-sans),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--dark);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(61,82,213,.08)}.nav-logo{font-family:var(--font-fraunces),serif;font-size:1.5rem;font-weight:600;color:var(--dark);text-decoration:none}.nav-logo span{background:var(--blue);color:#fff;font-size:.6rem;font-family:var(--font-dm-sans),sans-serif;font-weight:600;letter-spacing:.06em;padding:3px 8px;border-radius:20px;margin-left:6px;vertical-align:middle}.nav-links{display:flex;gap:32px;align-items:center}.nav-links a{font-size:.875rem;color:var(--mid);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--blue)}.btn-nav{background:var(--blue);color:#fff!important;padding:9px 22px;border-radius:100px;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s!important}.btn-nav:hover{background:var(--blue-light)!important;transform:translateY(-1px)}.nav-back{font-size:.875rem;color:var(--mid);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:6px;transition:color .2s}.nav-back:hover{color:var(--blue)}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 40px 80px;position:relative;overflow:hidden;background:linear-gradient(160deg,#f0f3ff,#fafbff 50%,#e8f4ec)}.hero:before{width:700px;height:700px;background:radial-gradient(circle,rgba(61,82,213,.08) 0,transparent 70%);top:-200px;right:-200px}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:after{width:500px;height:500px;background:radial-gradient(circle,rgba(45,158,107,.07) 0,transparent 70%);bottom:-150px;left:-100px}.hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(61,82,213,.08);color:var(--blue);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:24px}.hero-eyebrow:before{content:"🎣";font-size:.9em}h1{font-family:var(--font-fraunces),serif;font-size:clamp(2.8rem,5vw,4rem);font-weight:600;line-height:1.1;color:var(--dark);margin-bottom:20px}h1 em{font-style:italic;color:var(--blue)}.hero-sub{font-size:1.1rem;color:var(--mid);line-height:1.7;margin-bottom:40px;font-weight:300}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.btn-primary{background:var(--blue);color:#fff;padding:14px 28px;border-radius:100px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(61,82,213,.25)}.btn-primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 28px rgba(61,82,213,.3)}.btn-primary-dark{background:var(--dark);box-shadow:0 4px 20px rgba(0,0,0,.2)}.btn-secondary{color:var(--dark);font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.btn-secondary:hover{color:var(--blue)}.hero-stats{display:flex;gap:32px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(61,82,213,.1)}.stat-num{font-family:var(--font-fraunces),serif;font-size:1.8rem;font-weight:600;color:var(--dark);line-height:1}.stat-label{font-size:.78rem;color:var(--mid);margin-top:4px;font-weight:400}.hero-phones{position:relative;height:540px;display:flex;align-items:center;justify-content:center}.phone-frame{width:220px;background:#fff;border-radius:36px;box-shadow:0 30px 80px rgba(0,0,0,.14),0 0 0 1px rgba(0,0,0,.06);overflow:hidden;position:absolute}.phone-frame.main{width:230px;z-index:2;transform:translateY(0);animation:float1 6s ease-in-out infinite}.phone-frame.back{width:210px;opacity:.75;left:55%;top:10%;z-index:1;animation:float2 7s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float2{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-8px) rotate(3deg)}}.phone-screen{background:#f5f6fa;padding:16px;min-height:440px}.phone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.phone-logo{font-family:var(--font-fraunces),serif;font-size:1rem;font-weight:600}.phone-badge{background:var(--blue);color:#fff;font-size:.5rem;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:4px;vertical-align:middle;font-family:var(--font-dm-sans),sans-serif}.phone-header-icon{font-size:1.2rem}.phone-card{background:#fff;border-radius:14px;padding:14px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.phone-card-title{font-size:.65rem;font-weight:600;color:var(--mid);margin-bottom:10px;display:flex;align-items:center;gap:4px}.phone-session-item{display:flex;align-items:center;gap:8px;padding:8px 0}.phone-session-icon{width:30px;height:30px;background:var(--blue-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.phone-session-icon-muted{opacity:.6}.phone-session-icon-more-muted{opacity:.5}.phone-session-name{font-size:.65rem;font-weight:600}.phone-session-time{font-size:.55rem;color:var(--mid)}.phone-session-date{font-size:.6rem;color:var(--mid);margin-left:auto}.phone-session-date-arrow{color:var(--blue);font-size:.55rem;font-weight:600}.phone-bottom-bar{background:#fff;border-top:1px solid #eee;justify-content:space-around;padding:8px 6px 4px;position:relative}.phone-bottom-bar,.phone-tab{display:flex;align-items:center}.phone-tab{flex-direction:column;gap:2px;font-size:.45rem;color:var(--mid);cursor:pointer}.phone-tab.active{color:var(--blue)}.phone-tab svg{width:14px;height:14px}.phone-fab{width:32px;height:32px;background:var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;line-height:1}section{padding:100px 40px}.container{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}h2{font-family:var(--font-fraunces),serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1.15;margin-bottom:18px}.section-sub{font-size:1.05rem;color:var(--mid);line-height:1.7;font-weight:300;max-width:520px}.features{background:var(--white)}.features-header{text-align:center;margin-bottom:70px}.features-header .section-sub{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.feature-card{background:var(--light);border-radius:24px;padding:36px 30px;transition:transform .25s,box-shadow .25s;cursor:default}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(61,82,213,.1)}.feature-card.accent{background:var(--blue);color:#fff}.feature-card.accent .feature-desc{color:hsla(0,0%,100%,.75)}.feature-icon{width:48px;height:48px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.feature-card.accent .feature-icon{background:hsla(0,0%,100%,.2);box-shadow:none}.feature-name{font-weight:600;font-size:1.05rem;margin-bottom:8px}.feature-desc{font-size:.88rem;color:var(--mid);line-height:1.6;font-weight:300}.session-flow{background:linear-gradient(160deg,#f7f8ff,#fafbff)}.session-flow-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.steps{display:flex;flex-direction:column;gap:0;margin-top:40px}.step{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid rgba(61,82,213,.07);transition:background .2s}.step:last-child{border-bottom:none}.step-num{width:36px;height:36px;background:var(--blue-pale);color:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;margin-top:2px}.step-title{font-weight:600;margin-bottom:4px;font-size:.95rem}.step-desc{font-size:.85rem;color:var(--mid);line-height:1.6;font-weight:300}.session-phone{background:#fff;border-radius:40px;box-shadow:0 40px 100px rgba(0,0,0,.12);padding:20px;max-width:280px;margin:0 auto;animation:float1 7s ease-in-out infinite}.session-top-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 4px 14px;border-bottom:1px solid #f0f0f0;margin-bottom:14px}.session-title{font-family:var(--font-fraunces),serif;font-size:1rem;font-weight:600}.session-subtitle{font-size:.6rem;color:var(--mid);margin-top:2px}.session-timer-wrap{display:flex;align-items:center;gap:8px}.session-timer{font-size:.7rem;color:var(--mid)}.end-btn{background:var(--blue);color:#fff;font-size:.6rem;font-weight:700;padding:5px 10px;border-radius:20px;display:flex;align-items:center;gap:4px}.session-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.session-tile{background:#f7f8fb;border-radius:12px;padding:12px 10px}.session-tile-label{font-size:.55rem;color:var(--mid);font-weight:500;display:flex;align-items:center;gap:4px;margin-bottom:4px}.session-tile-val{font-size:.65rem;font-weight:600;color:var(--dark)}.session-tile-val-highlight{color:var(--blue);font-weight:700}.timer-btn{background:var(--blue);color:#fff;border-radius:14px;padding:12px;text-align:center;font-size:.7rem;font-weight:700;margin-top:12px;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;gap:6px}.insights{background:var(--dark)}.insights,.insights h2{color:#fff}.insights-header{margin-bottom:60px}.insights .section-eyebrow{color:#7b8fff}.insights .section-sub{color:hsla(0,0%,100%,.55)}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.insight-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:30px;transition:background .25s,border-color .25s}.insight-card:hover{background:rgba(61,82,213,.15);border-color:rgba(61,82,213,.3)}.insight-icon{font-size:2rem;margin-bottom:16px}.insight-title{font-weight:600;font-size:.95rem;margin-bottom:8px}.insight-desc{font-size:.85rem;color:hsla(0,0%,100%,.5);line-height:1.6;font-weight:300}.timeline-section{background:#fff}.timeline-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.timeline-visual{background:#fff;border-radius:24px;border:1px solid #eef0f8;padding:28px;box-shadow:0 8px 40px rgba(61,82,213,.06)}.tl-session-title{font-weight:600;font-size:.9rem;margin-bottom:20px;color:var(--dark)}.tl-row{display:flex;align-items:center;margin-bottom:16px;gap:16px}.tl-row-label{font-size:.72rem;font-weight:500;width:90px;flex-shrink:0;color:var(--dark)}.tl-time-labels{flex:1 1;display:flex;justify-content:space-between;font-size:.65rem;color:var(--mid)}.tl-track{flex:1 1;height:8px;background:#f0f2f8;border-radius:4px;position:relative;overflow:visible}.tl-bar{position:absolute;height:100%;border-radius:4px;background:var(--blue);opacity:.25;left:0;width:70%}.tl-bar-faint{opacity:.12}.tl-groundbait-marker{left:15%;width:12px;height:12px;background:var(--green);border-radius:2px}.tl-dashed,.tl-groundbait-marker{position:absolute;top:50%;transform:translateY(-50%)}.tl-dashed{border-top:1.5px dashed rgba(61,82,213,.2);width:100%}.tl-weather-heading{font-size:.72rem;font-weight:600;color:var(--mid);margin:16px 0 12px;text-transform:uppercase;letter-spacing:.05em}.tl-weather-label{display:flex;align-items:center;gap:6px}.tl-dot-legend{width:8px;height:8px;border-radius:50%;display:inline-block}.tl-dot-legend-pressure{background:#3d3daf}.tl-dot-legend-humidity{background:#4dc0e8}.tl-dot-legend-temp{background:#e85c4d}.tl-weather-line{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:2px;opacity:.4}.tl-weather-line-pressure{background:#3d3daf}.tl-weather-line-humidity{background:#4dc0e8}.tl-weather-line-temp{background:#e85c4d}.tl-weather-dot{position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%}.tl-weather-dot-pressure-start{left:20%;background:#3d3daf}.tl-weather-dot-pressure-end{left:75%;background:#3d3daf}.tl-weather-dot-humidity-start{left:20%;background:#4dc0e8}.tl-weather-dot-humidity-end{left:75%;background:#4dc0e8}.tl-weather-dot-temp-start{left:20%;background:#e85c4d}.tl-weather-dot-temp-end{left:75%;background:#e85c4d}.timeline-highlights{margin-top:36px;display:flex;flex-direction:column;gap:16px}.timeline-highlight{display:flex;align-items:flex-start;gap:14px;padding:16px;background:var(--light);border-radius:16px}.timeline-highlight-icon{font-size:1.4rem;flex-shrink:0}.timeline-highlight-title{font-weight:600;font-size:.9rem;margin-bottom:4px}.timeline-highlight-desc{font-size:.82rem;color:var(--mid);line-height:1.5;font-weight:300}.pricing{background:var(--light)}.pricing-header{text-align:center;margin-bottom:60px}.pricing-header .section-sub{margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;max-width:800px;margin:0 auto}.price-card{background:#fff;border-radius:28px;padding:40px 36px;border:2px solid transparent;transition:transform .2s,box-shadow .2s}.price-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}.price-card.pro{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 20px 60px rgba(61,82,213,.3)}.plan-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);margin-bottom:16px}.price-card.pro .plan-label{color:hsla(0,0%,100%,.65)}.price-num{font-family:var(--font-fraunces),serif;font-size:3rem;font-weight:600;line-height:1;margin-bottom:4px}.price-period{font-size:.85rem;color:var(--mid);margin-bottom:28px;font-weight:300}.price-card.pro .price-period{color:hsla(0,0%,100%,.6)}.price-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding-left:0}.price-features li{font-size:.875rem;display:flex;align-items:center;gap:10px;color:var(--dark);font-weight:400}.price-card.pro .price-features li{color:hsla(0,0%,100%,.9)}.price-features li:before{content:"✓";width:20px;height:20px;background:rgba(61,82,213,.1);color:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0}.price-card.pro .price-features li:before{background:hsla(0,0%,100%,.2);color:#fff}.price-features li.muted{color:var(--mid)}.price-features li.muted:before{content:"×";background:#f0f0f0;color:#aaa}.btn-plan{width:100%;padding:14px;border-radius:100px;font-size:.95rem;font-weight:600;text-align:center;cursor:pointer;border:none;transition:background .2s,transform .15s;text-decoration:none;display:block}.btn-plan-free{background:var(--blue-pale);color:var(--blue)}.btn-plan-free:hover{background:#dde2fa}.btn-plan-pro{background:#fff;color:var(--blue)}.btn-plan-pro:hover{background:#f0f2fe;transform:translateY(-1px)}.pricing-note{text-align:center;margin-top:28px;font-size:.82rem;color:var(--mid)}.cta-section{background:var(--blue);color:#fff;text-align:center;padding:100px 40px}.cta-section h2{color:#fff;max-width:600px;margin:0 auto 20px}.cta-section .section-eyebrow{color:hsla(0,0%,100%,.6);justify-content:center;display:flex;margin-bottom:20px}.cta-subtext{color:hsla(0,0%,100%,.7);margin-bottom:40px;max-width:440px;margin-left:auto;margin-right:auto;font-weight:300;font-size:1rem}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-cta{background:#fff;color:var(--blue);padding:15px 36px;border-radius:100px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block;transition:transform .15s,box-shadow .2s;box-shadow:0 8px 24px rgba(0,0,0,.15)}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.2)}.btn-cta-sub{font-size:.8rem;display:block;opacity:.6;margin-bottom:1px}footer{background:var(--dark);color:hsla(0,0%,100%,.5);padding:60px 40px 40px}.footer-inner{max-width:1200px;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:60px;gap:60px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);margin:0 auto 32px}.footer-brand .nav-logo{color:#fff;font-size:1.3rem;text-decoration:none}.footer-tagline{font-size:.85rem;line-height:1.6;margin-top:12px;font-weight:300}.footer-col h4{color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.05em;margin-bottom:16px;text-transform:uppercase}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding-left:0}.footer-col ul li a{color:hsla(0,0%,100%,.45);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:hsla(0,0%,100%,.85)}.footer-bottom{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.footer-bottom a{color:hsla(0,0%,100%,.45);text-decoration:none}.footer-bottom a:hover{color:hsla(0,0%,100%,.8)}.page-hero{padding:140px 40px 60px;background:linear-gradient(160deg,#f0f3ff,#fafbff);text-align:center}.page-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:var(--blue-pale);padding:5px 14px;border-radius:100px;margin-bottom:20px}.page-meta{font-size:.85rem;color:var(--mid);font-weight:300}.content-wrap{max-width:780px;margin:0 auto;padding:80px 40px 100px}.toc{background:var(--light);border-radius:20px;padding:28px 32px;margin-bottom:60px}.toc h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mid);margin-bottom:14px}.toc ol{padding-left:18px;display:flex;flex-direction:column;gap:8px}.toc ol li a{color:var(--blue);font-size:.875rem;font-weight:500;text-decoration:none}.toc ol li a:hover{text-decoration:underline}.section-block{margin-bottom:56px}.section-block h2{font-family:var(--font-fraunces),serif;font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--dark);padding-bottom:12px;border-bottom:2px solid var(--blue-pale)}.section-block p{font-size:.95rem;color:var(--mid);line-height:1.8;margin-bottom:14px;font-weight:300}.section-block ul{padding-left:20px;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.section-block ul li{font-size:.9rem;color:var(--mid);line-height:1.7;font-weight:300}.section-block h3,.section-block ul li strong{color:var(--dark);font-weight:600}.section-block h3{font-size:1rem;margin:22px 0 10px}.highlight-box{background:var(--blue-pale);border-left:3px solid var(--blue)}.highlight-box,.warning-box{border-radius:0 12px 12px 0;padding:18px 20px;margin:20px 0;font-size:.9rem;color:var(--dark);line-height:1.7;font-weight:400}.warning-box{background:#fff8f0;border-left:3px solid #f59e0b}.contact-card{background:var(--light);border-radius:20px;padding:32px;text-align:center;margin-top:60px}.contact-card h3{font-family:var(--font-fraunces),serif;font-size:1.3rem;font-weight:600;margin-bottom:10px}.contact-card p{font-size:.9rem;color:var(--mid);margin-bottom:20px;font-weight:300}.contact-card a{color:var(--blue);font-weight:600;text-decoration:none}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}@media (max-width:900px){nav{padding:16px 20px}.nav-links{gap:16px}.hero-inner,.session-flow-inner,.timeline-inner{grid-template-columns:1fr;gap:50px}.hero-phones{display:none}.features-grid,.insights-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:400px}.footer-inner{grid-template-columns:1fr;gap:32px}section{padding:70px 20px}.page-hero{padding:120px 20px 40px}.content-wrap{padding:60px 20px 80px}}@font-face{font-family:__DM_Sans_be8b38;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_be8b38;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_be8b38;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_be8b38;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_be8b38;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_be8b38;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_be8b38;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_be8b38;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_Fallback_be8b38;src:local("Arial");ascent-override:94.37%;descent-override:29.49%;line-gap-override:0.00%;size-adjust:105.12%}.__className_be8b38{font-family:__DM_Sans_be8b38,__DM_Sans_Fallback_be8b38;font-style:normal}.__variable_be8b38{--font-dm-sans:"__DM_Sans_be8b38","__DM_Sans_Fallback_be8b38"}@font-face{font-family:__Fraunces_9e76a7;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_9e76a7;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_9e76a7;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_9e76a7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_9e76a7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_9e76a7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_9e76a7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_9e76a7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_9e76a7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_Fallback_9e76a7;src:local("Times New Roman");ascent-override:84.29%;descent-override:21.98%;line-gap-override:0.00%;size-adjust:116.03%}.__className_9e76a7{font-family:__Fraunces_9e76a7,__Fraunces_Fallback_9e76a7;font-style:normal}.__variable_9e76a7{--font-fraunces:"__Fraunces_9e76a7","__Fraunces_Fallback_9e76a7"}