@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.otf) format("opentype");font-weight:700;font-style:normal}body,html{padding:0;margin:0;font-family:var(--font-dm-sans),"Manrope","Geist",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#faf9f6}h1{font-family:var(--font-lora),"Georgia",serif}a,button,input,p,select,textarea{font-family:var(--font-dm-sans),"Manrope","Geist",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.indicator-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;display:inline-block;animation:blink 1.4s ease-in-out infinite;box-shadow:0 0 6px rgba(34,197,94,.6)}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.intake-container{min-height:100vh;display:flex;flex-direction:column;background-color:#faf9f6}.intake-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e2e8f0}.logo{height:40px;width:auto}.intake-main{flex:1 1;max-width:600px;margin:0 auto;padding:2rem;width:100%}.progress-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.progress-bar{flex:1 1;height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background-color:#1a5f3a;transition:width .3s ease}.intake-title{font-size:2rem;color:#333;margin-bottom:1rem}.intake-subtitle,.intake-title{font-weight:400;text-align:left}.intake-subtitle{font-size:1rem;color:#666;margin-bottom:1.5rem}.intake-content{margin-bottom:3rem}.form-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.name-row{display:flex;gap:.75rem}.insurance-fields-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.875rem;gap:.875rem}.insurance-form{display:flex;flex-direction:column;gap:2rem}.form-label{font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#374151;transition:border-color .2s ease;resize:vertical;background-color:#ffffff;-webkit-appearance:none;box-sizing:border-box}input[type=date].form-input{min-height:48px}textarea.form-input{min-height:100px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.form-input:focus,.form-select:focus{outline:none;border-color:#1a5f3a;box-shadow:0 0 0 3px rgba(26,95,58,.1)}.intake-actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:2rem;font-size:1rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;min-width:120px}.btn-primary{background-color:#dbf262;color:#0b2e16}.btn-primary:hover:not(:disabled){background-color:#c8e050}.btn-primary:disabled{background-color:#dbf262;cursor:not-allowed;opacity:.6}.btn-secondary{background-color:white;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb}.back-arrow{background:none;border:none;color:#1a5f3a;font-size:1.5rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease;min-width:40px;height:40px;border-radius:50%;line-height:1}.back-arrow:hover:not(:disabled){color:#134d2e;background-color:rgba(26,95,58,.1)}.back-arrow:disabled{color:#94a3b8;cursor:not-allowed}.btn-full-width{width:100%}.consolidated-form{display:flex;flex-direction:column;gap:2.5rem}.form-section{background-color:white;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;gap:2rem}.section-content{flex:1 1;min-width:0}.section-title{font-size:1.25rem;font-weight:600;color:#1a5f3a;margin-bottom:.5rem}.section-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:0}.section-form{flex-shrink:0;min-width:200px}.toggle-group{display:flex;gap:1rem;justify-content:center}.yes-no-button{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;font-size:.875rem}.yes-no-button.selected{background-color:#1a5f3a;color:white}.yes-no-button.unselected{background-color:#f3f4f6;color:#4b5563}.yes-no-button.unselected:hover{background-color:#e5e7eb}.yes-no-button.selected:hover{background-color:#0b1f0c}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#1a5f3a}input:checked+.toggle-slider:before{transform:translateX(26px)}.toggle-switch:hover .toggle-slider{background-color:#1a5f3a}.toggle-switch:hover input:checked+.toggle-slider{background-color:#0b1f0c}.appointment-container{min-height:100vh;display:flex;flex-direction:column;background-color:#faf9f6}.appointment-header{padding:1rem 2rem;background-color:white;border-bottom:1px solid #e2e8f0}.appointment-header,.appointment-main{display:flex;justify-content:center;align-items:center}.appointment-main{flex:1 1;max-width:1400px;margin:0 auto;padding:2rem 2rem 100px;width:100%;flex-direction:column}.appointment-title{font-size:2.25rem;font-weight:700;color:#1a5f3a;margin-bottom:1rem;text-align:center;line-height:1.2}.appointment-subtitle{font-size:1.125rem;font-weight:400;color:#6b7280;margin-bottom:2.5rem;text-align:center;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.appointment-options{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto 2rem}.option-button{padding:1.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1.125rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:white;color:#374151}.option-button:hover{border-color:#1a5f3a;background-color:#faf9f6}.available-now{background-color:#dbf262;color:#0b2e16;border-color:#dbf262}.available-now:hover{background-color:#c8e050;border-color:#c8e050}.schedule-later:hover{border-color:#1a5f3a}.insurance-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#f0fdf4;border:1px solid #1a5f3a;border-radius:2rem;padding:.5rem 1rem;margin:0 auto 2rem;max-width:-moz-fit-content;max-width:fit-content;font-size:.875rem;font-weight:500;color:#0369a1}.badge-icon{font-size:1rem}.badge-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.primary-cta{background:linear-gradient(135deg,#dbf262,#c8e050);color:#0b2e16;border-color:#dbf262;font-size:1.25rem;font-weight:600;padding:1.75rem;border-radius:1rem;box-shadow:0 4px 12px rgba(26,95,58,.3);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.75rem}.primary-cta:hover{background:linear-gradient(135deg,#c8e050,#b5cc45);border-color:#c8e050;box-shadow:0 6px 20px rgba(219,242,98,.4);transform:translateY(-2px)}.primary-cta:active{transform:translateY(0)}.cta-icon{font-size:1.5rem}.schedule-later-text{background:none;border:none;color:#9ca3af;font-size:.875rem;font-weight:400;padding:.5rem;cursor:pointer;transition:color .2s ease;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:2px}.schedule-later-text:hover{color:#6b7280;-webkit-text-decoration-color:#6b7280;text-decoration-color:#6b7280}.trust-indicators{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background-color:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#64748b}.trust-icon{font-size:1rem;flex-shrink:0}.trust-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500}.calendar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem;width:100%}.time-slot{padding:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:white;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.time-slot:hover{border-color:#1a5f3a;background-color:#faf9f6}.time-slot.selected{background-color:#1a5f3a;color:white;border-color:#1a5f3a}.appointment-actions{display:flex;justify-content:space-between;gap:1rem;width:100%}.waiting-room-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 200px);align-items:start;padding:0 2rem}.waiting-left{text-align:left;align-items:flex-start}.waiting-left,.waiting-right{display:flex;flex-direction:column;justify-content:center;min-height:500px}.waiting-right{gap:2rem}.provider-info{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1.5rem;background-color:white;border-radius:1rem;border:1px solid #e2e8f0;width:100%}.provider-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #1a5f3a}.avatar-image{width:100%;height:100%;object-fit:cover}.provider-details{text-align:left}.provider-name{font-size:1.25rem;font-weight:600;color:#1a5f3a;margin:0 0 .25rem}.provider-title{color:black;margin:0 0 .5rem}.provider-description,.provider-title{font-size:.875rem;font-weight:500;max-width:400px}.provider-description{color:#6b7280;margin:0}.waiting-encouragement{font-size:1rem;color:#6b7280;font-style:italic;margin:1.5rem 0;line-height:1.5}.expectations-section{padding:1.5rem;background-color:white;border-radius:1rem;border:1px solid #e2e8f0}.expectations-title{font-size:1.125rem;font-weight:600;color:#1a5f3a;margin:0 0 1rem;text-align:center}.expectations-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.expectation-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:white;border-radius:.5rem;border:1px solid #e2e8f0}.expectation-icon{color:#1a5f3a;flex-shrink:0}.expectation-item span{font-size:.875rem;font-weight:500;color:#374151}.live-chat-link{background:none;border:none;color:#1a5f3a;text-decoration:underline;cursor:pointer;font-size:.875rem;font-weight:500;padding:0;margin:0}.live-chat-link:hover{color:#134d2e}.trust-footer{position:fixed;bottom:0;left:0;right:0;background-color:white;border-top:1px solid #e2e8f0;padding:1rem;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.trust-footer .trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;font-weight:500}.trust-footer .trust-icon{color:#1a5f3a;flex-shrink:0}.loading-provider-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;padding:2rem;background-color:white;border-radius:1rem;border:1px solid #e2e8f0}.loading-animation{display:flex;gap:.5rem;margin-bottom:2rem}.pulse-circle{width:12px;height:12px;background-color:#1a5f3a;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.pulse-circle:nth-child(2){animation-delay:.2s}.pulse-circle:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.loading-title{font-size:1.5rem;font-weight:600;color:#1a5f3a;margin-bottom:2rem;text-align:center}.loading-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%;max-width:400px}.loading-step{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .3s ease;opacity:.6}.loading-step.active{background-color:#f0fdf4;border-color:#1a5f3a;opacity:1;transform:translateX(.5rem)}.step-indicator{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#e2e8f0;border-radius:50%;flex-shrink:0}.loading-step.active .step-indicator{background-color:#1a5f3a}.step-icon{color:#6b7280;width:16px;height:16px}.loading-step.active .step-icon{color:white}.loading-step span{font-size:.875rem;font-weight:500;color:#374151}.loading-progress{width:100%;max-width:400px}.loading-progress .progress-bar{width:100%;height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.loading-progress .progress-fill{height:100%;background:#1a5f3a;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.875rem;color:#6b7280;text-align:center;font-weight:500}.timer-title{font-size:2rem;font-weight:600;color:#1a5f3a;margin-bottom:2rem}.timer-display{font-size:6rem;font-weight:700;color:#1a5f3a;margin-bottom:1rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.timer-subtitle{font-size:1.125rem;color:#64748b}@media (max-width:1024px){.intake-main{padding:1.5rem}.intake-title{font-size:1.875rem}.form-section{gap:1.25rem;flex-direction:column;align-items:stretch}.waiting-room-layout{gap:2.5rem}.appointment-title{font-size:2rem}.welcome-modal-card{padding:1.75rem}.insurance-hero-heading{font-size:2.5rem}}@media (max-width:768px){.intake-main{padding:1rem}.intake-title{font-size:1.75rem}.name-row{flex-direction:column;gap:1rem}.insurance-fields-grid{grid-template-columns:1fr}.intake-actions{flex-direction:column}.appointment-main{padding:1rem}.appointment-title{font-size:1.75rem}.appointment-subtitle{font-size:1rem;margin-bottom:2rem}.insurance-badge{font-size:.8rem;padding:.4rem .8rem}.primary-cta{font-size:1.125rem;padding:1.5rem}.schedule-later-text{font-size:.8rem;padding:.4rem}.trust-indicators{padding:1rem;margin:0 1rem}.trust-item{font-size:.8rem}.timer-display{font-size:3rem}.provider-info{flex-direction:column;text-align:center;gap:.75rem;padding:1rem}.provider-avatar{width:50px;height:50px}.provider-name{font-size:1.125rem;text-align:center}.expectations-list{grid-template-columns:1fr;gap:.75rem}.expectation-item{padding:.5rem}.waiting-room-layout{grid-template-columns:1fr;gap:2rem;min-height:auto}.waiting-left{min-height:auto;padding:1rem 0}.waiting-right{min-height:auto;gap:1rem}.trust-footer{padding:.75rem;gap:1rem;flex-direction:column;align-items:center}.trust-footer .trust-item{font-size:.7rem}.appointment-main{padding-bottom:120px}.loading-provider-section{padding:1.5rem;min-height:auto}.loading-title{font-size:1.25rem;margin-bottom:1.5rem}.loading-steps{gap:.75rem;margin-bottom:1.5rem}.loading-step{padding:.75rem}.step-indicator{width:28px;height:28px}.step-icon{width:14px;height:14px}.calendar-grid{grid-template-columns:1fr}.appointment-actions{flex-direction:column}.consolidated-form{gap:2rem}.form-section{padding:.75rem;flex-direction:column;align-items:stretch;gap:1rem}.section-content{text-align:center}.section-form{min-width:auto}.toggle-group{flex-direction:column;gap:.75rem}.yes-no-button{width:100%;padding:.75rem 1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#1a5f3a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{font-size:1.125rem;color:#374151;font-weight:500;margin:0}.success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem 0;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}20%{opacity:1}to{opacity:0;transform:translateY(-120px) translateX(var(--drift,20px)) rotate(2turn) scale(.3)}}.success-icon{width:60px;height:60px;background-color:#1a5f3a;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.success-title{font-size:1.5rem;font-weight:600;color:#1a5f3a;margin-bottom:1rem}.success-message p{font-size:1rem;color:#374151;margin-bottom:.5rem;line-height:1.5}.success-message p:last-child{margin-bottom:0}.insurance-hero-page{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.insurance-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.insurance-hero-content{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:700px;margin:0 auto;width:100%}.insurance-hero-heading{font-family:"Instrument Serif",serif;font-weight:400;font-size:3rem;line-height:1.15;color:#ffffff;margin:0 0 1rem}.insurance-hero-subheading{font-family:Manrope,DM Sans,Geist,sans-serif;font-size:1.25rem;font-weight:400;color:rgba(255,255,255,.85);margin:0;line-height:1.5;max-width:500px}.insurance-hero-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#ffffff;color:#0B2E16;border:none;padding:.875rem 2rem;border-radius:9999px;font-family:Manrope,Geist,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1.5rem}.insurance-hero-btn:hover{background-color:rgba(255,255,255,.8)}@media (max-width:768px){.insurance-hero-heading{font-size:2.25rem}.insurance-hero-subheading{font-size:1.0625rem}.insurance-hero-content{padding:1.5rem}}.welcome-call-trigger{display:flex;align-items:center;gap:.5rem;background:rgba(26,95,58,.06);border:1px solid rgba(26,95,58,.22);border-radius:2rem;padding:.35rem .75rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.welcome-call-trigger:hover{background:rgba(26,95,58,.11);border-color:rgba(26,95,58,.38)}.welcome-modal-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.welcome-modal-card{position:relative;background-color:#ffffff;border-radius:.75rem;padding:2rem;width:100%;max-width:440px;margin:1rem;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:modalSlideUp .3s ease-out}.welcome-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.welcome-modal-close:hover{color:#374151;background-color:#f3f4f6}.welcome-modal-title{font-size:1.5rem;font-weight:400;color:#333;margin:0 0 .5rem}.welcome-modal-body{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.welcome-modal-form{display:flex;flex-direction:column;gap:.75rem}.welcome-modal-privacy{margin:0 0 1rem}.welcome-modal-consent,.welcome-modal-privacy{font-size:.75rem;color:#9ca3af;line-height:1.4}.welcome-modal-consent{margin:.25rem 0 .5rem}.welcome-modal-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.welcome-modal-secondary{background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:400;cursor:pointer;padding:.5rem;transition:color .2s ease}.welcome-modal-secondary:hover{color:#374151;text-decoration:underline}.welcome-modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.welcome-modal-success-icon{width:56px;height:56px;background-color:#1a5f3a;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.welcome-modal-success .welcome-modal-title{text-align:center}.welcome-modal-success .welcome-modal-body{text-align:center;margin-bottom:0}@media (max-width:768px){.welcome-modal-card{padding:1.5rem;margin:.75rem;max-width:calc(100% - 5rem)}.welcome-modal-title{font-size:1.25rem}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-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:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-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:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-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:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-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:Lora Fallback;src:local("Times New Roman");ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:115.20%}.__className_c1a059{font-family:Lora,Lora Fallback;font-style:normal}.__variable_c1a059{--font-lora:"Lora","Lora Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;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;font-style:normal;font-weight:100 1000;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;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-dm-sans:"DM Sans","DM Sans Fallback"}