.btn{border-radius:37px!important;text-transform:none!important;box-shadow:none!important}.MuiButton-containedPrimary:hover{color:#fff!important}.btn:hover{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.disabled-bg.btn-primary:disabled{background-color:#d5d4dc!important;color:#fff!important}.footer{background-color:#1f2131;color:#fff}.footer__container{margin-left:32px;padding:35px 1rem;display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem}@media(max-width:968px){.footer__container{grid-template-columns:1fr;text-align:center}.footer__logo-section{order:3}}.footer__logo-section .logo-wrapper{margin-bottom:1.5rem}.footer__logo-section .description{margin-bottom:1.5rem;font-size:.9rem;line-height:1.5;opacity:.8;color:#fff}.footer__logo-section .social-icons{display:flex;gap:2.5rem}@media(max-width:968px){.footer__logo-section .social-icons{justify-content:center}}.footer__logo-section .social-icons a{color:#fff;opacity:.8;transition:opacity .2s}.footer__logo-section .social-icons a:hover{opacity:1}.footer__logo-section .social-icons a.twitter-icon{background:#942017 0% 0% no-repeat padding-box;border-radius:42px;opacity:1;padding:13px;display:flex;align-items:center;justify-content:center;margin-top:-12px}@media(max-width:968px){.footer__links-section{order:1}}.footer__links-section{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.footer__links-section{grid-template-columns:1fr;gap:1.5rem}}.footer__links-section .links-column h3{font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer__links-section .links-column ul{list-style:none;padding:0}.footer__links-section .links-column ul li{margin-bottom:1.5rem}.footer__links-section .links-column ul li a{color:#fff;opacity:.8;text-decoration:none;transition:opacity .2s;font-size:.9rem}.footer__links-section .links-column ul li a:hover{opacity:1}@media(max-width:968px){.footer__contact-section{order:2}}.footer__contact-section h3{font-size:1.1rem;margin-bottom:1.5rem;font-weight:600}.footer__contact-section .contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#fff;opacity:.8}@media(max-width:968px){.footer__contact-section .contact-item{justify-content:center}}.footer__contact-section .contact-item svg{width:20px;height:20px}.footer__contact-section .contact-item span{font-size:.9rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:0rem;padding-top:24.5px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__bottom .left-footer__bottom-text{margin-bottom:20px;margin-left:45px;font-family:Sora-Medium;color:#fff}.footer__bottom .right-footer__bottom-text{margin-top:-20px;margin-right:45px;font-family:Sora-Medium;color:#fff}.footer__bottom-section{background:#151623;width:100%;height:60px;display:flex;align-items:center;justify-content:center}.footer__bottom-content{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer__bottom-content .left-content,.footer__bottom-content .right-content{font-family:Sora-Medium;font-size:14px;color:#fff;opacity:.8}@media(max-width:768px){.footer__bottom-content{flex-direction:column;gap:.5rem;text-align:center}}.toaster{position:fixed;top:90px;right:20px;z-index:9999!important;pointer-events:auto;isolation:isolate}.toaster .toast{min-width:300px;max-width:400px;margin-bottom:1rem;padding:1rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:flex-start;gap:.75rem;font-family:Sora,sans-serif;animation:slideIn .3s ease-out;position:relative;z-index:9999!important}.toaster .toast.fadeOut{animation:fadeOut .3s ease-out forwards}.toaster .toast__content{flex:1}.toaster .toast__title{font-family:Sora,sans-serif;font-weight:500;font-size:1rem;margin-bottom:.25rem}.toaster .toast__message{font-size:.875rem;opacity:.9}.toaster .toast__close{background:none;border:none;padding:0;cursor:pointer;opacity:.6;transition:opacity .2s;color:inherit}.toaster .toast__close:hover{opacity:1}.toaster .toast--success{background-color:#28b446;color:#fff}.toaster .toast--error{background-color:#942017;color:#fff}.toaster .toast--warning{background-color:#fbbb00;color:#fff}.toaster .toast--info{background-color:#518ef8;color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media(max-width:640px){.toaster{top:auto;bottom:20px;left:20px;right:20px}.toaster .toast{min-width:unset;max-width:unset;width:100%}}.cookie-consent-banner{position:fixed;bottom:20px;left:20px;max-width:400px;background-color:#fff;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:1rem;z-index:1000;font-family:inherit;transition:all .5s ease-in-out}.cookie-consent-banner .cookie-title{color:#201d1d;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.cookie-consent-banner .cookie-description{font-size:.875rem;color:#1a1a1a;margin-bottom:1rem}.cookie-consent-banner .cookie-links{display:flex;gap:.5rem;margin-top:.5rem;margin-bottom:1rem}.cookie-consent-banner .cookie-links a{color:#2e5bff;text-decoration:none;border-bottom:1px solid #2E5BFF;cursor:pointer;font-size:.75rem;margin-right:1rem}.cookie-consent-banner .cookie-links a:hover{border-bottom:none}.cookie-consent-banner .cookie-links a:last-child{margin-right:0}.cookie-consent-banner .cookie-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;background-color:#2e5bff0d;border-radius:.375rem;animation:slideDown .3s ease-out}.cookie-consent-banner .cookie-options .cookie-option{display:flex;justify-content:space-between;align-items:flex-start;padding:.25rem 0}.cookie-consent-banner .cookie-options .cookie-option>div{flex:1;margin-right:1rem}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-body2{font-size:.875rem;color:#1a1a1a;margin-bottom:.25rem}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-caption{display:block;font-size:.75rem;color:#666}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root .MuiSwitch-track{background-color:#d5d4dc!important}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root .Mui-checked+.MuiSwitch-track{background-color:#2e5bff80!important}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root .MuiSwitch-thumb{background-color:#fff}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root .Mui-checked .MuiSwitch-thumb{background-color:#2e5bff}.cookie-consent-banner .cookie-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem;flex-wrap:wrap}.cookie-consent-banner .cookie-actions .cookie-button{min-width:120px;flex:1;height:32px;font-size:.8125rem;padding:.375rem .75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.cookie-consent-banner{left:.5rem;right:.5rem;bottom:.5rem;max-width:none;padding:.75rem;border-radius:.75rem}.cookie-consent-banner .cookie-title{font-size:.875rem;font-weight:500;margin-bottom:.5rem;line-height:1.2}.cookie-consent-banner .cookie-description{font-size:.75rem;margin-bottom:.75rem;line-height:1.3}.cookie-consent-banner .cookie-links{margin-top:.25rem;margin-bottom:.75rem}.cookie-consent-banner .cookie-links a{font-size:.6875rem;margin-right:.75rem}.cookie-consent-banner .cookie-options{padding:.75rem;gap:.375rem;margin-bottom:.75rem}.cookie-consent-banner .cookie-options .cookie-option{padding:.125rem 0}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-body2{font-size:.75rem;margin-bottom:.125rem}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-caption{font-size:.6875rem;line-height:1.2}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root{transform:scale(.8)}.cookie-consent-banner .cookie-actions{flex-direction:row;gap:.375rem;margin-top:.75rem}.cookie-consent-banner .cookie-actions .cookie-button{min-width:auto;font-size:.625rem;height:28px;padding:.25rem .5rem;flex:1}}@media(max-width:480px){.cookie-consent-banner{left:.25rem;right:auto;bottom:.25rem;max-width:110px;padding:.375rem;border-radius:.375rem}.cookie-consent-banner .cookie-title{font-size:.625rem;margin-bottom:.25rem}.cookie-consent-banner .cookie-description{font-size:.5rem;margin-bottom:.375rem;line-height:1.3}.cookie-consent-banner .cookie-links{margin-bottom:.375rem;flex-direction:column;gap:.125rem}.cookie-consent-banner .cookie-links a{font-size:.5rem;margin-right:0}.cookie-consent-banner .cookie-options{padding:.25rem;margin-bottom:.375rem}.cookie-consent-banner .cookie-options .cookie-option{flex-direction:column;align-items:flex-start;gap:.125rem}.cookie-consent-banner .cookie-options .cookie-option>div{margin-right:0}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-body2{font-size:.5rem}.cookie-consent-banner .cookie-options .cookie-option .MuiTypography-caption{font-size:.4375rem}.cookie-consent-banner .cookie-options .cookie-option .MuiSwitch-root{transform:scale(.6)}.cookie-consent-banner .cookie-actions{flex-direction:column;gap:.125rem;margin-top:.25rem}.cookie-consent-banner .cookie-actions .cookie-button{font-size:.4375rem;height:18px;padding:.125rem .25rem;flex:none;width:100%}}.css-7ctihp-MuiTypography-root{margin:0;font-family:Sora-Medium;font-weight:400;font-size:.875rem;line-height:1.43;letter-spacing:.01071em}@font-face{font-family:Sora;src:local("Sora Regular"),local("Sora-Regular");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:local("Sora Medium"),local("Sora-Medium");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:local("Sora SemiBold"),local("Sora-SemiBold");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:local("Sora Bold"),local("Sora-Bold");font-weight:700;font-style:normal;font-display:swap}main{font-family:Sora-Regular!important}
