.footer{display:flex;justify-content:space-between;margin:0 auto;width:100%;max-width:1175px;opacity:0;animation:fadeIn 1s ease-in .5s forwards}@media(max-width:768px){.footer{flex-direction:column;gap:40px}}.footer__sections-group{display:flex;gap:48px;width:100%}@media(max-width:768px){.footer__sections-group{flex-direction:column;gap:40px}}.footer__brief-section{display:flex;flex-direction:column;gap:20px;flex-shrink:0}@media(max-width:768px){.footer__brief-section{flex-direction:row;align-items:center}}.footer__brief-section-text-content{display:flex;flex-direction:column;gap:8px}.footer__brief-section-value{font-family:var(--font-inter),sans-serif;font-size:10px;font-weight:500;font-style:normal;line-height:14px;color:rgba(14,19,34,.4784313725)}.footer__other-sections{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:32px 8px;gap:32px 8px}.footer__other-section{display:flex;flex-direction:column;gap:16px}.footer__other-section-title{font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:600;font-style:normal;line-height:16px}.footer__other-section-items{display:flex;flex-direction:column;gap:16px}.footer__other-section-item{font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:500;font-style:normal;line-height:16px;color:rgba(14,19,34,.4784313725);letter-spacing:-.5px}.footer__other-section-item:hover{color:rgba(14,19,34,.6392156863)}@media(min-width:1025px){.footer{padding:80px 40px 40px}}@media(min-width:769px)and (max-width:1024px){.footer{padding:40px 32px}}@media(max-width:768px){.footer{padding:40px 24px}}.footer__copyright-and-handles-section{display:flex;flex-direction:column;gap:16px}@media(min-width:769px){.footer__copyright-and-handles-section{align-items:flex-end;justify-content:flex-end}}@media(max-width:768px){.footer__copyright-and-handles-section{align-items:center}}.footer__copyright-text{font-family:var(--font-inter),sans-serif;font-size:10px;font-weight:500;font-style:normal;line-height:14px;color:rgba(14,19,34,.4784313725);min-width:22ch}.footer__handles-section{display:flex;gap:16px;align-items:center}.footer__mobile-section{display:flex;justify-content:space-between;align-items:flex-end}@media(max-width:1024px){.desktop-only{display:none!important}}@media(min-width:1025px){.mobile-tablet-only{display:none!important}}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.mobile-only{display:none!important}}.visible{visibility:visible}.hidden{visibility:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateX(-50%) translateY(-100%)}to{transform:translateX(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}button{cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:inherit;background-color:inherit}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(14,19,34,.1215686275);padding:12px 16px;position:relative;z-index:100;animation:fadeIn .5s ease-in forwards;min-height:64px}.header-dark{border-bottom:none}.header__menu{gap:60px}.header__menu,.header__menu-logo{display:flex;flex-direction:row;align-items:center}.header__menu-logo{gap:6px}.header__menu-logo-text{font-family:var(--font-roboto),sans-serif;font-size:24px;font-weight:500;font-style:normal;color:#0e1322;line-height:normal}.header__menu-logo-text-dark{color:#fff}.header__menu-items{display:flex;flex-direction:row;gap:24px}@media(max-width:768px){.header__menu-items{display:none}}.header__menu-items__text{font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:600;font-style:normal;line-height:16px;color:#0e1322}.header__menu-items__text-dark{color:#fff}.header__action{display:flex;flex-direction:row;gap:8px}@media(max-width:768px){.header__action{gap:12px}}.header__search-box{flex-grow:1;max-width:456px;position:relative;margin-right:300px;margin-left:30px}@media(min-width:769px)and (max-width:1024px){.header__search-box{width:20%;margin-left:40px;margin-right:20px}}.header__search-bar{max-width:448px;cursor:pointer;background-color:hsla(0,0%,100%,.0588235294);border-radius:64px}.header__search-bar-input{border-radius:64px!important;caret-color:rgba(14,19,34,.4784313725)}.header__search-bar-input-dark::placeholder{color:hsla(0,0%,100%,.4784313725)!important}.header__skeleton{height:65px;color:rgba(0,0,0,0)}