.footer-new{background-color:var(--color-dark);color:#fff}@media(max-width:824px){.footer-new{display:none}}.footer-new__main{padding:3rem 0 2rem;border-bottom:1px solid hsla(0,0%,100%,.08)}@media(max-width:640px){.footer-new__main{padding:1.5rem 0 1.25rem}}.footer-new__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:2rem}@media(max-width:1024px){.footer-new__container{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}}@media(max-width:640px){.footer-new__container{grid-template-columns:1fr 1fr;gap:1rem;padding:0 1rem}}@media(max-width:1024px){.footer-new__brand{grid-column:1/-1;max-width:360px}}@media(max-width:640px){.footer-new__brand{grid-column:1/-1;display:flex;align-items:center;gap:1rem;max-width:none;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.06);margin-bottom:.25rem}}.footer-new__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:.75rem}@media(max-width:640px){.footer-new__logo{margin-bottom:0;flex-shrink:0}.footer-new__logo img{width:120px;height:auto}}.footer-new__desc{font-size:.8125rem;line-height:1.6;color:hsla(0,0%,100%,.5);margin-bottom:1.25rem;max-width:280px}@media(max-width:640px){.footer-new__desc{display:none}}.footer-new__socials{display:flex;gap:.5rem}@media(max-width:640px){.footer-new__socials{margin-left:auto}}.footer-new__social{width:32px;height:32px;border:1px solid hsla(0,0%,100%,.2);border-radius:2px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);transition:background-color .2s,border-color .2s,color .2s}.footer-new__social svg{width:14px;height:14px}@media(max-width:640px){.footer-new__social{width:28px;height:28px}.footer-new__social svg{width:12px;height:12px}}.footer-new__social:hover{background-color:var(--color-yellow);border-color:var(--color-yellow);color:#000}.footer-new__column-title{font-size:.6875rem;font-weight:700;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}@media(max-width:640px){.footer-new__column-title{font-size:.625rem;margin-bottom:.5rem}}.footer-new__column-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}@media(max-width:640px){.footer-new__column-links{gap:.375rem}}.footer-new__column-links li a{font-size:.8125rem;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .15s}@media(max-width:640px){.footer-new__column-links li a{font-size:.75rem}}.footer-new__column-links li a:hover{color:#fff}.footer-new__bottom{padding:1.25rem 0}@media(max-width:640px){.footer-new__bottom{padding:.75rem 0}}.footer-new__bottom-inner{display:flex;align-items:center;justify-content:space-between}@media(max-width:640px){.footer-new__bottom-inner{flex-direction:column;gap:.5rem;text-align:center}}.footer-new__copyright{font-size:.75rem;color:hsla(0,0%,100%,.35)}@media(max-width:640px){.footer-new__copyright{font-size:.625rem}}.footer-new__bottom-links{display:flex;gap:1.5rem}@media(max-width:640px){.footer-new__bottom-links{gap:.75rem}}.footer-new__bottom-links a{font-size:.75rem;color:hsla(0,0%,100%,.35);text-decoration:none;transition:color .15s}@media(max-width:640px){.footer-new__bottom-links a{font-size:.625rem}}.footer-new__bottom-links a:hover{color:hsla(0,0%,100%,.7)}:root{--font-size-h1:36px;--font-size-h2:30px;--font-size-h3:24px;--font-size-h4:20px;--font-size-h5:17px;--font-size-h6:14px;--body-large-font-size:16px;--body-text-font-size:14px;--special-font-size:12px;--special-xs-font-size:11px;--line-height-h1:44px;--line-height-h2:38px;--line-height-h3:32px;--line-height-h4:28px;--line-height-h5:24px;--line-height-h6:20px;--body-large-line-height:24px;--body-text-line-height:22px;--special-line-height:18px;--special-xs-line-height:16px;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--font-weight-light:300;--font-weight-bold:700;--color-dark:#040404;--color-dark-2:#161312;--color-moderate:#505050;--color-yellow:#efff36;--color-yellow-light:#fefcf5;--color-white:#fff;--color-electric-lime:#efff36;--color-darker-electic-lime:#d7e531;--color-onyx-black:#161312;--color-pure-white:#fff;--color-midnight-green:#0f291e;--color-slate-gray:#004225;--color-crimson-red:#dc143c;--color-red:#dc143c;--color-pink:#ff929f;--color-blue:#6351d3;--color-green:#04dc04;--color-forms:#282423;--color-forms-dark:#322e2c;--color-forms-disabled:#5b5b5b;--color-font-gray-2:#767676;--color-font-gray:#dadada;--color-success:#0fb91b;--color-warning:#ffc400;--color-error:#ed1c24;--color-divider:#bdbdbd;--color-gray:#f5f3f1;--color-gray-hover:#eae7e5;--color-gray-light:#f0edeb;--color-gray-muted:#727272;--color-gray-button:#ebe9e7;--color-strike:#666;--breakpoint-mobile:320px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px;--font-bebas-neue:"Bayon",sans-serif}.desktop-header{display:none;position:relative;z-index:100}@media screen and (min-width:825px){.desktop-header{display:block}}.header{display:flex;align-items:center;background-color:var(--color-dark);color:var(--color-white);padding:16px 24px;width:100%;gap:24px}.header .logo-container{display:flex;gap:12px;cursor:pointer;flex-shrink:0}.header-nav-links{display:flex;align-items:center;gap:24px;white-space:nowrap;flex-shrink:0}.header-nav-links a{color:var(--color-white);text-decoration:none;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;transition:color .2s ease}.header-nav-links a:hover{color:var(--color-yellow)}.header-actions{display:flex;align-items:center;gap:16px;white-space:nowrap;flex-shrink:0;margin-left:auto}.header-actions svg{fill:var(--color-white);cursor:pointer}