.logo{display:block;padding-top:10px;transform:scale(1);transform-origin:top left;transition:transform .2s linear,padding-top .2s linear}.logo.logo--disabled{padding-top:10px;transform:scale(2)}.logo>svg{height:50px;width:auto}.logo>svg>path{fill:#fff;transition:fill .3s}.logo:hover:not(.logo--disabled)>svg>path{fill:#fce300}.logo--disabled{cursor:default;pointer-events:none}.footer{background-color:var(--color-bg-dark);padding:0 30px 20px}@media screen and (max-width:750px){.footer{display:grid;gap:20px}}@media screen and (min-width:750px){.footer{align-items:flex-end;display:flex;justify-content:space-between}}.footer.dark{background-color:var(--color-bg-light)}.footer.dark path{fill:#000}.footer.dark .logo:hover:not(.logo--disabled)>svg>path{fill:var(--color-yellow)}@media screen and (max-width:750px){.footer .logo>svg{height:auto;width:45dvw}}.flex{display:flex;gap:10px}.footer_links{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:750px){.footer_links{align-items:flex-end}}.footer_links a{background-color:#fff;color:#000;display:block;font-size:16px;font-weight:550;padding:5px 7px 3px;text-decoration:none;transition:color .1s linear;width:-moz-fit-content;width:fit-content}.footer_links a:hover{background-color:#fce300}.footer.dark .links a{background-color:#272727;color:#fff}.footer.dark .links a:hover{color:#fce300}body.theme-dark .footer_links a{background-color:#272727;color:#fff}body.theme-dark .footer_links a:hover{background-color:#272727;color:#fce300}@media screen and (max-width:750px){.copyright{color:gray;font-size:13px!important;margin-top:10px;text-align:right;width:100%}}
