@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--background: #ffffff;--foreground: #21272A;--card: #ffffff;--card-foreground: #21272A;--primary: #D32027;--primary-foreground: #ffffff;--secondary: #FAF9F6;--secondary-foreground: #21272A;--muted: #FAF9F6;--muted-foreground: #21272A;--border: #D1D1D6;--input: #D1D1D6;--radius: .5rem}.dark{--background: #0d1117;--foreground: #f0f6fc;--card: #0d1117;--card-foreground: #f0f6fc;--primary: #f0f6fc;--primary-foreground: #0d1117;--secondary: #161b22;--secondary-foreground: #f0f6fc;--border: #161b22}body{font-family:Inter,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--foreground)}p,span,li,h1,h2,h3,h4,h5,h6,a,button,label,td,th{overflow-wrap:anywhere;word-break:break-word}pre,code{overflow-x:auto;white-space:pre}html,body{height:100%;width:100%;margin:0;overflow:hidden}#root{height:100%}ul,ol{list-style:none}a{text-decoration:none}button{border:none;padding:0;margin:0}*{-webkit-tap-highlight-color:rgba(40,53,147,.1);outline:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:none}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:#e0e0e0}*::-webkit-scrollbar-thumb{background:#d32027}.app-layout{background-color:var(--background);height:100%;overflow:hidden}.app-layout__content{height:calc(100% - 150px);overflow:auto}@media(max-width:768px){.app-layout__content{height:calc(100% - 100px)}}.app-layout__main{display:flex;flex-direction:column}.navigation{width:100%;background-color:var(--secondary);box-shadow:0 0 25px #0000001a;position:sticky;top:0;z-index:100;height:150px}@media(max-width:768px){.navigation{height:100px}}.navigation__container{display:flex;justify-content:space-between;align-items:center;padding:5rem;height:150px}@media(max-width:768px){.navigation__container{padding:1rem 3rem;height:100px}}@media(max-width:475px){.navigation__container{padding:1rem 2rem;height:100px}}.navigation__logo>svg{width:259px;aspect-ratio:260/65}@media(max-width:768px){.navigation__logo>svg{width:200px}}.navigation__menu{display:flex;gap:1.5rem}@media(max-width:1000px){.navigation__menu{display:none}}.navigation__menu-item{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-primary);text-decoration:none;transition:color .2s ease-in-out}.navigation__menu-item:hover{color:var(--primary)}.navigation__hamburger{display:none;flex-direction:column;justify-content:space-between;width:32px;height:32px;background:none;border:none;cursor:pointer}@media(max-width:1000px){.navigation__hamburger{display:flex}}.navigation__hamburger svg{width:32px;height:32px}.navigation__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--background);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.navigation__mobile-menu>div:first-of-type{display:flex;width:100%;justify-content:flex-end;align-items:center;position:absolute;top:0;left:0;padding:1.75rem 5rem;height:100px}@media(max-width:768px){.navigation__mobile-menu>div:first-of-type{padding:1rem 3rem}}@media(max-width:475px){.navigation__mobile-menu>div:first-of-type{padding:1rem 2rem}}.navigation__mobile-menu>div:first-of-type>svg{width:32px;height:32px}.navigation__mobile-menu.open{opacity:1;pointer-events:all}.navigation__mobile-menu-item{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);text-decoration:none;transition:color .2s ease-in-out}.navigation__mobile-menu-item:hover{color:var(--primary)}.footer{position:relative;width:100%;background-color:#000;color:#fff;overflow:hidden;font-family:Poppins,sans-serif}.footer__decor{position:absolute;right:0;bottom:-30%;pointer-events:none}.footer__decor-svg{color:#7e7373;width:659px;height:800px}.footer__content{position:relative;z-index:10;padding:3rem 1.5rem}@media(min-width:768px){.footer__content{padding:3rem 5rem}}.footer__content{display:flex;flex-direction:column;gap:2rem}.footer__top{display:flex;flex-direction:column;gap:3rem;width:fit-content;align-items:center;justify-content:center;align-self:center}@media(min-width:736px){.footer__top{flex-direction:column;gap:3rem;width:100%;align-items:flex-start}}@media(min-width:1024px){.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}}.footer__logo>svg{width:400px;aspect-ratio:400/101}@media(max-width:1300px){.footer__logo>svg{width:300px}}@media(max-width:1024px){.footer__logo>svg{width:400px}}@media(max-width:475px){.footer__logo>svg{width:300px}}@media(max-width:1024px){.footer__logo{display:flex;width:fit-content}}.footer__nav{display:flex;flex-direction:column;gap:1.25rem}.footer__nav h3{font-size:1.125rem;font-weight:600}.footer__nav nav{display:flex;flex-direction:column;gap:1.25rem}.footer__nav nav a{font-size:.875rem;color:#fff;text-decoration:none;transition:color .2s}.footer__nav nav a:hover{color:#d32027}@media(max-width:736px){.footer__nav nav{align-items:center}}.footer__contact-social{display:flex;flex-direction:column;gap:2.5rem}.footer__contact-social>*{display:flex;flex-direction:column;gap:.5rem}.footer__contact-social .footer__contact h3,.footer__contact-social .footer__social h3{font-size:1.125rem;font-weight:600}@media(max-width:736px){.footer__contact-social .footer__contact h3,.footer__contact-social .footer__social h3{text-align:center}}.footer__contact-social .footer__contact a{font-size:.875rem;color:#fff;text-decoration:none;transition:color .2s}.footer__contact-social .footer__contact a:hover{color:#d32027}@media(max-width:736px){.footer__contact-social{align-items:center;text-align:center}}.footer__social-icons{display:flex;gap:.75rem}.footer__social-icons a{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#d32027;color:#fff;transition:opacity .2s}.footer__social-icons a:hover{opacity:.8}.footer__social-icons a svg{width:1.5rem;height:1.5rem}@media(max-width:736px){.footer__social-icons{align-items:center;justify-content:center;text-align:center}}.footer__divider{width:100%;height:1px;background-color:#6b7280;opacity:.2}.footer__disclaimer{display:flex;flex-direction:column;max-width:600px;padding:.5rem 0;gap:1rem}.footer__disclaimer>span{gap:1.5rem;font-size:14px;font-weight:500;font-style:italic}.footer__disclaimer>p{gap:1.5rem;font-size:12px;font-style:italic}.footer__bottom{display:flex;flex-direction:column;gap:1.5rem;font-size:.75rem;font-weight:500;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__secure-payments{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer__secure-payments>div:first-of-type{display:flex;justify-content:center}.footer__secure-payments>div:first-of-type>svg{width:1rem;height:1rem}
