@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Lora:wght@500&display=swap");.Layout_wrapper__wNKc3{width:100%;background-color:#111;color:#fff;font-family:Inter,sans-serif;display:flex;flex-direction:column;min-height:100vh;max-width:100%}.Layout_container__vhLPY{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem;overflow:hidden}.Layout_main__gHmNz{padding-top:3rem;flex-grow:1}.Layout_section__36gp5{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:5rem}.Layout_textBlock__vs_1L{display:flex;flex-direction:column;gap:10px}.Layout_textBlock__vs_1L h1,.Layout_textBlock__vs_1L h2,.Layout_textBlock__vs_1L h3,.Layout_textBlock__vs_1L h4,.Layout_textBlock__vs_1L h5,.Layout_textBlock__vs_1L h6{font-family:Lora,serif;font-weight:500;line-height:1.2}.Layout_textBlock__vs_1L h1{font-size:3rem;margin-bottom:1.5rem}.Layout_textBlock__vs_1L h2,.Layout_textBlock__vs_1L h3{font-size:1.8rem;margin-bottom:1rem}.Layout_textBlock__vs_1L h4{font-size:1.5rem;margin-bottom:1rem}.Layout_textBlock__vs_1L h5{font-size:1.2rem;margin-bottom:1rem}.Layout_textBlock__vs_1L h6{font-size:1rem;margin-bottom:1rem}.Layout_largeBody__zfwUT{font-size:1.2rem;line-height:1.6;font-weight:400;color:#fff;margin-bottom:1rem;max-width:500px}.Layout_textBlock__vs_1L p{font-size:1rem;line-height:1.6;color:#fff}.Layout_textBlock__vs_1L ul{margin:0 0 1.5rem;padding-left:1.25rem;display:grid;grid-row-gap:.35rem;row-gap:.35rem}.Layout_textBlock__vs_1L li{line-height:1.4}.Layout_visualBlock__HQHQc{display:flex;justify-content:center;align-items:center}.Layout_button__GVwRq{display:inline-block;background-color:#655aa4;color:#fff;padding:.8rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:500;margin-top:.25rem;transition:opacity .3s ease;border:none;cursor:pointer}.Layout_button__GVwRq:hover{opacity:.8}.Layout_link__82GhD{color:#add8e6}.Layout_link__82GhD:hover{text-decoration:underline}.Layout_spinnerSection__fGErJ{position:relative;width:100%}.Layout_spinnerOverlay__WZsDk{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:9999}.Layout_spinnerContainer__LpZkI{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Layout_spinnerContainer__LpZkI p{margin:0;color:#394b59;font-size:1rem;font-weight:600}.Layout_loader__CM1va{width:48px;height:48px;border:5px solid var(--neonBlue);border-bottom:5px solid transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:Layout_rotation__2Zeax 1s linear infinite}@keyframes Layout_rotation__2Zeax{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1048px){.Layout_section__36gp5{gap:2rem}}@media (max-width:768px){.Layout_container__vhLPY{padding-left:1.5rem;padding-right:1.5rem}.Layout_main__gHmNz{padding-top:2rem}.Layout_section__36gp5{grid-template-columns:minmax(0,1fr);gap:2rem;margin-bottom:2.5rem}.Layout_section__36gp5:nth-child(2n) .Layout_visualBlock__HQHQc{order:-1}.Layout_textBlock__vs_1L h1{font-size:2rem}.Layout_textBlock__vs_1L h2{font-size:1.8rem}.Layout_button__GVwRq{padding:.8rem 1rem}}.PhoneInput_phoneInputContainer__uCzAl{display:flex;background:var(--silver);border:1px solid #d0d5dd;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:8px;color:var(--darkText);position:relative;transition:all .2s ease;height:42px;font-family:inherit;box-sizing:border-box;width:100%;align-items:center}.PhoneInput_phoneInputContainer__uCzAl.PhoneInput_focused__Z_e_y,.PhoneInput_phoneInputContainer__uCzAl:focus-within{border:1px solid #655aa4!important;box-shadow:0 0 0 1px rgba(101,90,164,.3)!important;outline:none}.PhoneInput_phoneInputContainer__uCzAl:hover{border-color:#bbb}.PhoneInput_phoneInputContainer__uCzAl:active{border-color:#655aa4}.PhoneInput_countrySelector__hKpKg{display:flex;align-items:center;padding:0 8px;border-right:1px solid #d0d5dd;min-width:66px;cursor:pointer;background-color:rgba(0,0,0,.03);height:100%;flex-shrink:0;justify-content:flex-start;gap:4px;position:relative;border-top-left-radius:8px;border-bottom-left-radius:8px}.PhoneInput_countrySelector__hKpKg:hover{background-color:rgba(0,0,0,.05)}.PhoneInput_countrySelector__hKpKg .PhoneInput_flagContainer__5I14V{display:flex;align-items:center}.PhoneInput_caret__H6R8n{font-size:7px;color:#666}.PhoneInput_flag__7gqRa{font-size:15px;display:inline-flex;align-items:center;justify-content:center}.PhoneInput_countryCode__PrxaJ{margin-left:4px;font-size:12px;color:#555;font-weight:400}.PhoneInput_phoneNumberInput__otJdv{flex:1 1;border:none!important;padding:0 14px!important;font-size:13.3;outline:none;min-width:0;height:100%;font-family:inherit;box-sizing:border-box;color:#333;background-color:transparent!important}.PhoneInput_phoneNumberInput__otJdv::placeholder{color:#999;opacity:1}.PhoneInput_dropdown__3AkzD{position:absolute;top:100%;left:0;background:#fff;border:1px solid #d0d5dd;border-radius:0 0 8px 8px;box-shadow:0 4px 8px rgba(0,0,0,.15);max-height:150px;overflow-y:auto;z-index:999999;min-width:66px;animation:PhoneInput_dropdownFade__PqaoV .1s ease-in-out;visibility:visible!important}@keyframes PhoneInput_dropdownFade__PqaoV{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.PhoneInput_country___PSwC{display:flex;align-items:center;padding:8px;cursor:pointer;justify-content:space-between;border-bottom:1px solid #f0f0f0}.PhoneInput_country___PSwC:last-child{border-bottom:none}.PhoneInput_country___PSwC:hover{background-color:#f5f5f5}.PhoneInput_country___PSwC .PhoneInput_flag__7gqRa{font-size:15px}.PhoneInput_country___PSwC .PhoneInput_countryCode__PrxaJ{margin-left:6px;font-size:12px}.PhoneInput_countryName__3Ydzr{flex:1 1;font-size:14px}.Apply_stepIndicator___5Wx5{display:flex;justify-content:flex-start;align-items:center;padding:0;font-size:.875rem;margin-bottom:2rem}.Apply_step__C9uQo{display:flex;align-items:center;position:relative;color:#ccc}.Apply_step__C9uQo:not(:last-child){margin-right:2rem}.Apply_step__C9uQo:not(:last-child):after{content:"";position:absolute;right:-1.35rem;top:50%;transform:translateY(-50%);width:.75rem;height:1px;background-color:#555}.Apply_stepNumber__04Jtc{width:20px;height:20px;border-radius:50%;background-color:#555;display:flex;align-items:center;justify-content:center;margin-right:.5rem;font-size:.75rem;color:#fff}.Apply_active__uUKxs{color:#a78bfa}.Apply_active__uUKxs .Apply_stepNumber__04Jtc{background-color:#655aa4;color:#fff}.Apply_complete__6LWUh .Apply_stepNumber__04Jtc{background-color:#555;color:#fff}.Apply_complete__6LWUh .Apply_stepNumber__04Jtc:after{content:"✓";font-size:.75rem}.Apply_complete__6LWUh{color:#aaa}.Apply_skipped__r1jVL{opacity:.5}.Apply_formContainer__WPDk0{width:100%;max-width:650px;margin:0 auto;color:#fff}.Apply_formTitle__jDN8L{font-family:Lora,serif;font-weight:500;line-height:1.2;font-size:3rem;margin-bottom:1.5rem;text-align:left;display:flex;align-items:center}.Apply_radioGroup__G3hzw{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}.Apply_radioOption__orQyL{display:flex;align-items:center;cursor:pointer}.Apply_radioOption__orQyL input[type=radio]{position:absolute;opacity:0}.Apply_radioOption__orQyL .Apply_customRadio__x5wc8{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border:2px solid #4a90e2;border-radius:50%;margin-right:12px;position:relative;transition:all .3s ease}.Apply_radioOption__orQyL input[type=radio]:checked+.Apply_customRadio__x5wc8:after{content:"";width:12px;height:12px;background-color:#4a90e2;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Apply_radioOption__orQyL:hover .Apply_customRadio__x5wc8{border-color:#2a70c2}.Apply_radioOption__orQyL input[type=radio]:focus+.Apply_customRadio__x5wc8{box-shadow:0 0 0 3px rgba(74,144,226,.3)}.Apply_radioLabel__mgzge{font-size:var(--step--2);line-height:1.5}@media (max-width:600px){.Apply_step__C9uQo:not(:last-child){margin-right:1.5rem}.Apply_step__C9uQo:not(:last-child):after{right:-1rem;width:.5rem}.Apply_formTitle__jDN8L{font-size:2rem}}.Form_formGroup__WUEul{display:flex;flex-direction:column;gap:17px;width:100%}.Form_formGroup__WUEul h1{margin-bottom:.75rem}.Form_formGroup__WUEul .Form_row__mYEWD{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;row-gap:18px}.Form_formGroup__WUEul .Form_row__mYEWD .Form_inputGroup__S_24h{width:48%;min-width:150px}.Form_formGroup__WUEul .Form_inputGroup__S_24h{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;color:var(--darkText)}.Form_formGroup__WUEul .Form_inputGroup__S_24h label{text-transform:uppercase;font-size:12px;font-weight:600;color:#fff}.Form_formGroup__WUEul .Form_row__mYEWD.Form_buttonRow__qxrkq{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;min-width:100%}.Form_formGroup__WUEul .Form_buttonGroup__zyatb{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.Form_formGroup__WUEul .Form_buttonGroup__zyatb.Form_right__TLl3l{justify-content:flex-end}.Form_formGroup__WUEul .Form_buttonGroup__zyatb.Form_center__sneU2{justify-content:center}.Form_formGroup__WUEul .Form_buttonGroup__zyatb em{font-size:12px;color:hsla(0,0%,100%,.32)}.Form_formGroup__WUEul .Form_privacy__EFDx9{font-size:var(--step--3);color:hsla(0,0%,100%,.32)}.Form_intentInput___J3AZ,.Form_intentSelect__eq6QH{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 14px;gap:8px;min-width:100%;max-width:100%;height:42px;background:var(--silver);border:1px solid #d0d5dd;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:8px;color:var(--darkText);font-family:Inter,sans-serif;transition:all .2s ease}.Form_intentInput___J3AZ:hover,.Form_intentSelect__eq6QH:hover{border-color:#bbb}.Form_intentInput___J3AZ:focus,.Form_intentSelect__eq6QH:focus{border-color:#655aa4;box-shadow:0 0 0 1px rgba(101,90,164,.3);outline:none}.Form_intentSelect__eq6QH{-moz-appearance:none;-webkit-appearance:none;appearance:none;text-indent:1px;text-overflow:"";background-image:url("data:image/svg+xml;utf8,<svg fill='%23667085' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:98%;background-position-y:50%;cursor:pointer}@media (max-width:430px){.Form_formGroup__WUEul{gap:18px}.Form_formGroup__WUEul .Form_row__mYEWD{row-gap:18px}.Form_formGroup__WUEul .Form_row__mYEWD .Form_inputGroup__S_24h{min-width:100%}.Form_formGroup__WUEul .Form_row__mYEWD.Form_doubleMobile__lmoUF .Form_inputGroup__S_24h{width:48%;min-width:130px}}.Footer_footer__nvDUn{background-color:#111;color:hsla(0,0%,100%,.6);padding:2rem 0;border-top:1px solid hsla(0,0%,100%,.1);font-size:.9rem;margin-top:3rem}.Footer_container__DBwEc{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.Footer_footerInner__2b0Mv{display:flex;justify-content:space-between;align-items:center}.Footer_links__SiWqL a{color:hsla(0,0%,100%,.6);text-decoration:none;margin-left:1.5rem;transition:color .3s ease}.Footer_links__SiWqL a:hover{color:#fff}@media (max-width:768px){.Footer_footerInner__2b0Mv{flex-direction:column;gap:1rem}.Footer_links__SiWqL{display:flex;gap:1.5rem;margin-left:0}.Footer_links__SiWqL a{margin-left:0}}.Header_header__VlXcE{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;background-color:#111;z-index:1000;border-bottom:1px solid hsla(0,0%,100%,.1)}.Header_headerInner__IekIY{justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem}.Header_headerInner__IekIY,.Header_logo__ylYNQ{display:flex;align-items:center}.Header_nav__LW_PN a{margin:0 1rem;color:#fff;text-decoration:none;font-size:.9rem}.Header_hamburger__BYQnG{display:none;cursor:pointer}.Header_hamburgerIcon__mGVFr{width:24px;height:24px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}.Header_hamburgerIcon__mGVFr span{display:block;position:absolute;height:2px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.Header_hamburgerIcon__mGVFr span:first-child{top:4px}.Header_hamburgerIcon__mGVFr span:nth-child(2){top:11px}.Header_hamburgerIcon__mGVFr span:nth-child(3){top:18px}.Header_hamburgerIcon__mGVFr.Header_open__0gTHg span:first-child{top:11px;transform:rotate(135deg)}.Header_hamburgerIcon__mGVFr.Header_open__0gTHg span:nth-child(2){opacity:0;left:-60px}.Header_hamburgerIcon__mGVFr.Header_open__0gTHg span:nth-child(3){top:11px;transform:rotate(-135deg)}@media (max-width:768px){.Header_nav__LW_PN{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#111;border-top:1px solid hsla(0,0%,100%,.1)}.Header_navOpen__d3Wjr{display:flex}.Header_nav__LW_PN a{margin:0;padding:1rem 2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.Header_hamburger__BYQnG{display:block}}