.ErrorView_root__vZdMU{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:80vh;min-height:80dvh;gap:30px}.ErrorView_root__vZdMU .ErrorView_code__MO0JM{font-size:80px;font-weight:700;color:#6a7795}.ErrorView_root__vZdMU .ErrorView_title__zdJXv{font-weight:600;font-size:40px;text-align:center}.ErrorView_root__vZdMU .ErrorView_subtitle__VnQzZ{text-align:center;font-style:italic}.ErrorView_root__vZdMU .ErrorView_description__VNPjL{font-style:italic}.ContactModal_modalContent__Y8H7_{display:flex;flex-direction:column;gap:30px}.ContactModal_modalContent__Y8H7_>p{font-style:italic;color:#012d67;text-align:center;font-size:14px}.ContactForm_form__dtwTH{flex:1 1;padding-right:3vw;display:flex;flex-direction:column;align-items:center}.ContactForm_form__dtwTH.ContactForm_modal__EHyf6{padding:0!important;gap:10px}.ContactForm_form__dtwTH.ContactForm_modal__EHyf6 .ContactForm_line__wim0_{gap:20px}@media screen and (max-width:800px){.ContactForm_form__dtwTH{padding-left:3vw;margin-top:-30px}.ContactForm_form__dtwTH.ContactForm_modal__EHyf6{padding:0!important}}.ContactForm_form__dtwTH .ContactForm_line__wim0_{width:100%;display:flex;gap:10px}@media screen and (max-width:500px){.ContactForm_form__dtwTH .ContactForm_line__wim0_{flex-direction:column}}.ContactForm_form__dtwTH .ContactForm_btnContainer__oTOrm{margin-top:20px}.Button_button__5Fngg{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;border:none;outline:none;padding:6px 20px 8px;border-radius:26px;box-shadow:0 4px 15px 0 rgba(0,0,0,.13);position:relative;display:flex;align-items:center;justify-content:center;font-size:16px}.Button_button__5Fngg.Button_contained__ZSIZg{color:#fff;transition:all .2s ease-in;border:1.5px solid #012d67;background-color:#012d67}.Button_button__5Fngg.Button_contained__ZSIZg:hover:not(.Button_disabled__Cu6k9){border-color:#6a7795;background-color:#6a7795;cursor:pointer}.Button_button__5Fngg.Button_contained__ZSIZg:has(.Button_loading__WDyPj.Button_active__Oc8iW){cursor:unset!important;border-color:#012d67;background-color:#012d67}.Button_button__5Fngg.Button_outlined__40lrk{cursor:pointer;color:#012d67;font-weight:600;background-color:#fff;border:2px solid #012d67;transition:all .2s ease-in}.Button_button__5Fngg.Button_outlined__40lrk:hover{border-color:#012351;color:#012351;background-color:#efede9}.Button_button__5Fngg.Button_disabled__Cu6k9{cursor:unset!important;background-color:#efede9!important;border-color:#efede9;color:#012d67!important}.Button_button__5Fngg.Button_hideChildren__Xw1iX>span{opacity:0}.Button_button__5Fngg.Button_thin__CPetB{padding:5px 10px!important;font-size:14px}.Button_button__5Fngg>.Button_loading__WDyPj{position:absolute;opacity:0;top:50%;transform:translateY(-50%);transition:opacity .5s ease-in-out,right .3s ease-in-out}.Button_button__5Fngg>.Button_loading__WDyPj.Button_active__Oc8iW{opacity:1}.Button_fullWidth__EcevO{width:100%}.TextField_inputContainer__RurbT{width:100%;position:relative}.TextField_input__AhnjF{font-size:15px;border-radius:10px;border:.7px solid #efede9;background:#efede9;padding:8px 16px;font-weight:500;width:100%}.TextField_input__AhnjF:focus{outline:1.5px solid #012d67}.TextField_input__AhnjF::placeholder{font-weight:400}.TextField_helperText__DklXK{margin-top:-3px;font-style:italic;color:#efede9;font-size:14px}.MainLayout_root__ebbBn{flex:1 1;display:flex;flex-direction:column}.Navbar_main__CsYUH{height:80px;display:flex;flex-direction:column;border-bottom:2px solid #012d67}@media screen and (max-width:650px){.Navbar_main__CsYUH{height:60px}}.Navbar_root__dQyC6{display:flex;align-items:center;justify-content:space-between;padding:18px 3vw 10px;background:#fff;max-width:1800px;align-self:center;width:100%}@media screen and (max-width:650px){.Navbar_root__dQyC6{padding-top:15px}}.Navbar_root__dQyC6>svg{cursor:pointer}.Navbar_root__dQyC6 .Navbar_logo__VzhOq{position:absolute;left:50%;transform:translateX(-50%);margin-top:60px;background-color:#fff;width:220px}@media screen and (max-width:650px){.Navbar_root__dQyC6 .Navbar_logo__VzhOq{width:180px}.Navbar_root__dQyC6 .Navbar_buttonContainer__oJq25{display:none}}.DropdownMenu_popper__c1fb1{position:relative;cursor:pointer}.DropdownMenu_dropdown__smte_{position:absolute;background-color:#efede9;min-width:280px;border-radius:6px;box-shadow:0 4px 25px 0 rgba(0,0,0,.08);padding:5px 0;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out,transform .25s;transform:translateY(5px)}@media screen and (max-width:350px){.DropdownMenu_dropdown__smte_{min-width:250px}}.DropdownMenu_dropdown__smte_.DropdownMenu_disabledMinWidth__ep0g1{min-width:unset}.DropdownMenu_dropdown__smte_.DropdownMenu_open__87iaQ{opacity:1;transform:translateY(0);pointer-events:auto;z-index:3}.DropdownMenu_dropdown__smte_ .DropdownMenu_item__OVffj{padding:8px 12px;font-size:14px;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.12s;display:flex;align-items:center;gap:5px;z-index:3;color:#012d67;font-weight:600}.DropdownMenu_dropdown__smte_ .DropdownMenu_item__OVffj>svg{flex-shrink:0}.DropdownMenu_dropdown__smte_ .DropdownMenu_item__OVffj:hover{cursor:pointer;background-color:#e5e2dc}.ToasterProvider_toast__mRvZL{font-size:14px;border-radius:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.15);font-weight:600;gap:5px}.ToasterProvider_toast__mRvZL.ToasterProvider_success__Fy3_z{background-color:#618b4a;color:#fff}.ToasterProvider_toast__mRvZL.ToasterProvider_error__1GwiR{background-color:#dd1c1a;color:#fff}.ToasterProvider_toast__mRvZL.ToasterProvider_loading__FkW3C{background-color:#6a7795;color:#fff}.HomeSupportSection_supportSection__ojKuN{padding:50px 0;display:flex;flex-direction:column;gap:15px}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_titleContainer__lSUaH{padding:0 3vw}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg{display:flex;gap:50px}@media screen and (max-width:800px){.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg{flex-direction:column}}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK{flex:1 1;display:flex;flex-direction:column;gap:20px}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK>p{font-style:italic;color:#012d67;padding-left:3vw}@media screen and (max-width:800px){.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK>p{padding-right:3vw}}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK>p:first-child{font-weight:600;font-size:18px;padding-left:3vw}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU{position:relative;width:90%;padding:20px 80px 20px 20px;display:flex;align-items:center;justify-content:center;max-height:300px}@media screen and (max-width:800px){.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU{width:calc(100% - 3vw)}}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU:before{content:"";position:absolute;inset:0;background:#efede9;-webkit-clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 100px) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 100px) 100%,0 100%);z-index:0}@media screen and (max-width:450px){.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU{padding-right:40px}}.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU>img{z-index:1;width:100%;height:100%;object-fit:cover;border-top-left-radius:18px;border-bottom-left-radius:18px;-webkit-clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 80px) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 80px) 100%,0 100%)}@media screen and (max-width:450px){.HomeSupportSection_supportSection__ojKuN .HomeSupportSection_supportContent__acDAg .HomeSupportSection_left__xSSdK .HomeSupportSection_greyBlock__ER4DU>img{-webkit-clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 85px) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 85px) 100%,0 100%)}}.HomeRegulatorySection_titleContainer__1EH3I{padding:0 3vw}.HomeRegulatorySection_root__X7881{display:flex;flex-direction:column}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_block__RpzcP{margin-top:30px;position:relative;width:90%;padding:20px 80px 20px 3vw;display:flex;flex-direction:column;gap:20px;min-height:280px}@media screen and (max-width:1100px){.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_block__RpzcP{width:calc(100% - 3vw)}}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_block__RpzcP:before{content:"";position:absolute;inset:0;background:#6a7795;z-index:0;-webkit-clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 100px) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 80px) 0,100% 0,calc(100% - 100px) 100%,0 100%)}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_block__RpzcP .HomeRegulatorySection_title__jg3fe{color:#fff;z-index:1;font-size:24px;font-weight:700;font-style:italic}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_block__RpzcP .HomeRegulatorySection_texts__XJ6UQ{background-color:#fff;z-index:1;width:90vw;max-width:1800px;padding:15px;color:#012d67;display:flex;flex-direction:column;gap:10px;border-radius:18px}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}@media screen and (max-width:900px){.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB{flex-direction:column;padding:30px 0}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB>img:not(:first-child){height:100px}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB>img:not(:first-child).HomeRegulatorySection_orias__tW6qJ{object-fit:cover}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB>img:first-child{height:160px;object-fit:cover}}.HomeRegulatorySection_root__X7881 .HomeRegulatorySection_logos__tUUCB>img{width:200px;object-fit:contain}.HomeQuestionsSection_root__DG3OM{background-color:#efede9;padding:50px 3vw;display:flex;flex-direction:column;gap:40px}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_itemsContainer__oOHdB{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;grid-column-gap:20px;column-gap:20px;grid-row-gap:40px;row-gap:40px;width:100%;max-width:1000px;margin:0 auto}@media(max-width:900px){.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_itemsContainer__oOHdB{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_itemsContainer__oOHdB{grid-template-columns:repeat(1,1fr)}}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_item__LJuFb{cursor:pointer}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_item__LJuFb>img{width:220px;height:130px;object-fit:cover;margin-left:10px}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_item__LJuFb .HomeQuestionsSection_mainItem__W4yJR{margin-top:-30px;background-color:#fff;width:260px;padding:30px 10px 20px;display:flex;flex-direction:column;gap:15px}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_item__LJuFb .HomeQuestionsSection_mainItem__W4yJR>p{font-size:13px;color:#012d67}.HomeQuestionsSection_root__DG3OM .HomeQuestionsSection_item__LJuFb .HomeQuestionsSection_mainItem__W4yJR>div{color:#012d67}.HomeQuestionsModal_modalContent__xm3yy{color:#012d67;display:flex;flex-direction:column;gap:30px}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_questionContent__L7eii{display:flex;flex-direction:column;gap:10px}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_selector__07njZ{display:flex;align-items:center;justify-content:center;gap:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_selector__07njZ .HomeQuestionsModal_chevronContainer__26XS5{display:flex;align-items:center;justify-content:center;border-radius:50%;height:30px;width:30px}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_selector__07njZ .HomeQuestionsModal_chevronContainer__26XS5.HomeQuestionsModal_disabled__IwCfq{opacity:.5}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_selector__07njZ .HomeQuestionsModal_chevronContainer__26XS5:hover:not(.HomeQuestionsModal_disabled__IwCfq){background-color:#efede9;cursor:pointer}.HomeQuestionsModal_modalContent__xm3yy .HomeQuestionsModal_selector__07njZ .HomeQuestionsModal_chevronContainer__26XS5>svg{color:#bb9b3c}