.footer{padding:5rem 0 2.5rem;background:#0d1426;color:var(--mantine-color-gray-2)}.footer__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,2fr);grid-gap:3.5rem;gap:3.5rem;align-items:start}@media(max-width:62em){.footer__inner{grid-template-columns:1fr}}.footer__brand{max-width:16.25rem}.footer__description{margin-top:.75rem;color:var(--mantine-color-gray-5)}.footer__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem}@media(max-width:48em){.footer__groups{grid-template-columns:1fr 1fr}}.footer .wrapper{width:auto}.footer .title{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mantine-color-gray-3);margin-bottom:.75rem}.footer .link{display:block;color:var(--mantine-color-gray-5);font-size:.875rem;padding:.25rem 0}.footer .link:hover{color:var(--mantine-color-white)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;border-top:.0625rem solid hsla(0,0%,100%,.08)}@media(max-width:48em){.footer__bottom{flex-direction:column;gap:.75rem}}.footer__copyright{color:var(--mantine-color-gray-5)}.footer__social :global(.mantine-ActionIcon-root){color:var(--mantine-color-gray-4)}.footer__social :global(.mantine-ActionIcon-root):hover{color:var(--mantine-color-white);background:transparent}.logo{color:var(--mantine-color-black)}.logo img{height:33px;width:auto;object-fit:contain;object-position:left}.logo h2{font-size:1.375rem;font-weight:var(--mantine-h1-font-weight)}:root{--mantine-spacing-xs:4px;--mantine-spacing-sm:8px;--mantine-spacing-md:16px;--mantine-spacing-lg:32px;--mantine-spacing-xl:64px}.header{border-bottom:1px solid var(--mantine-color-gray-3);background-color:var(--mantine-color-white);position:fixed;box-shadow:var(--mantine-shadow-lg);z-index:10;top:0;width:100%;transition:all .2s ease}.header>div{height:60px}.header--top{box-shadow:none}a{text-decoration:none}.header-link{display:flex;align-items:center;height:100%;padding-left:var(--mantine-spacing-md);padding-right:var(--mantine-spacing-md);color:var(--mantine-color-gray-8);font-weight:400;font-size:var(--mantine-font-size-md);transition:color .15s ease,background-color .15s ease}@media(max-width:48em){.header-link{height:42px;width:100%}}.header-link:hover{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-blue-5)}.header-link.is-active{color:var(--mantine-color-blue-7);font-weight:600}.header-subLink{width:100%;padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);border-radius:var(--mantine-radius-md)}.header-subLink:hover{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-blue-5)}.header-dropdownFooter{background-color:var(--mantine-color-gray-0);margin:calc(var(--mantine-spacing-md)*-1);margin-top:var(--mantine-spacing-sm);padding:var(--mantine-spacing-md) calc(var(--mantine-spacing-md)*2);padding-bottom:var(--mantine-spacing-lg);border-top:1px solid var(--mantine-color-gray-1)}