:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}[data-container]{width:100%;max-width:100%;margin:0 auto;padding-left:20px;padding-right:20px;position:relative}@media (min-width:1024px){[data-container]{padding-left:40px;padding-right:40px}}.container:not([data-container~=full-width]){max-width:1500px;margin:0 auto}[data-container~=full-width]{width:100%;max-width:100%}[data-container~=full-height]{height:100%}[data-container~=full-screen]{height:100vh;margin:0}[data-container~=no-padding]{padding:0}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.modal-overlay{z-index:1000;background:rgba(0,0,0,.5);padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-overlay.center{justify-content:center;align-items:center}.modal-overlay.left{justify-content:flex-start;align-items:center}.modal-overlay.right{justify-content:flex-end;align-items:center}.modal-overlay.top{justify-content:center;align-items:flex-start}.modal-overlay.bottom{justify-content:center;align-items:flex-end}.modal-overlay.fullscreen{padding:0}.modal-overlay.fullscreen .modal-wrapper{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}@media (min-width:1024px){.modal-overlay{padding:40px}.modal-overlay.left,.modal-overlay.right{padding:40px 20px}.modal-overlay.top,.modal-overlay.bottom{padding:20px 40px}}.modal-wrapper{background:#f6f5f1;border-radius:8px;width:100%;max-width:1420px;max-height:90%;position:relative;overflow-y:auto}.left .modal-wrapper,.right .modal-wrapper{max-width:600px;height:100%;max-height:100%}.top .modal-wrapper,.bottom .modal-wrapper{width:100%;max-height:600px}.modal--size-auto .modal-wrapper{width:auto}.modal--size-full .modal-wrapper{width:100%}.modal-close{cursor:pointer;z-index:10;background:0 0;border:none;position:absolute;top:15px;right:15px}.modal-body{height:100%}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.button{cursor:pointer;box-sizing:border-box;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:0 0;border:none;align-items:center;padding:0 15px;font-family:Manrope,sans-serif;font-size:14px;text-decoration:none;transition:opacity .2s,color .2s,background-color .2s;display:inline-flex;position:relative}@media (min-width:1024px){.button{padding:0 20px}}.button--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.button[data-size=small]{height:30px;font-size:12px}.button[data-size=medium]{height:40px;font-size:14px}.button[data-size=large]{height:50px;padding:0 24px;font-size:16px}.button[data-to-uppercase=true]{text-transform:uppercase}.button[data-stretch=true]{width:100%}.button[data-variant=primary]{will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:0 0;height:27px;padding:0;transform:translateZ(0)}.button[data-variant=primary] .button__content{justify-content:flex-start}.button[data-variant=primary]:hover{opacity:.8}.button[data-variant=secondary]{background:0 0;border:1px solid}.button[data-variant=secondary]:hover{opacity:.8}.button[data-variant=filled]{color:#fff;background:#262626;border:1px solid transparent}.button[data-variant=filled]:hover{background:#121212}.button__content{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.button__content[data-color=black]{color:#262626}.button__content[data-color=white]{color:#fff}.button__content[data-color=snow-white]{color:#fafafa}.button__content[data-color=forest-wolf]{color:#f6f5f1}.button__content[data-color=smoky-white]{color:#ebebeb}.button__content[data-color=gainsborough]{color:#e1e1e1}.button__content[data-color=light-grey]{color:#d9d9d9}.button__content[data-color=telegrey]{color:#8c8c8c}.button__content[data-color=signal-black]{color:#262626}.button svg{flex-shrink:0}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.checkbox-container{flex-direction:column;width:-moz-fit-content;width:fit-content;display:flex}.checkbox-label{cursor:pointer;align-items:flex-start;gap:8px;margin:0;display:flex}.checkbox-wrapper{align-items:center;display:flex}.checkbox-input{opacity:0;width:0;height:0;position:absolute}.checkbox-custom{background:#fff;border:1px solid #8c8c8c;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.checkbox-custom:hover{border-color:#262626}.checkbox-custom.checked{color:#121212;background:#fff;border-color:#121212}.checkbox-custom.focused{border-color:#121212;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.checkbox-custom.error{border-color:#d94646}.checkbox-custom.error.checked{color:#d94646;background:#fff;border-color:#d94646}.checkbox-icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.checkbox-icon svg{width:12px;height:12px}.checkbox-text{color:#121212;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:2px;font-size:14px;font-weight:400;line-height:127%}.error-text{color:#d94646;margin-top:4px;font-size:12px;font-weight:400;line-height:127%}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.image{box-sizing:border-box;max-width:100%;display:block}.image[data-object-fit=cover]{object-fit:cover}.image[data-object-fit=contain]{object-fit:contain}.image[data-object-fit=fill]{object-fit:fill}.image[data-object-fit=none]{object-fit:none}.image-container{justify-content:center;align-items:center;width:100%;height:100%;line-height:0;display:flex;position:relative}.image-container--with-zoom{cursor:zoom-in}.image-container--stretch img{width:auto;height:auto}.image-container--full img{width:100%;height:100%}.image-container .loader{position:absolute}.image-zoom-overlay{z-index:1000;background:rgba(0,0,0,.75);justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex;position:fixed;top:0;left:0}.image-zoom-overlay .image-zoom-content{justify-content:center;align-items:center;max-width:95vw;max-height:95vh;display:flex;position:relative}.image-zoom-overlay .image-zoom-content .loader{position:absolute}.image-zoom-overlay .image-zoom-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.image-zoom-overlay .image-zoom-close{color:#fafafa;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;transform-origin:50%;will-change:transform;background:0 0;border:1px solid #d9d9d9;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex;position:fixed;top:5px;right:5px}.image-zoom-overlay .image-zoom-close:hover{transform:scale(1.1)}.image-zoom-overlay .image-zoom-close svg{width:14px;height:14px;display:block;fill:#fff!important}.image-zoom-overlay .image-zoom-close svg path{stroke:#fff}@media (min-width:481px){.image-zoom-overlay{padding:20px}.image-zoom-overlay .image-zoom-close{padding:10px;top:10px;right:10px}}@media (min-width:768px){.image-zoom-overlay{padding:40px}.image-zoom-overlay .image-zoom-content{max-width:90vw;max-height:90vh}.image-zoom-overlay .image-zoom-close{padding:12px;top:20px;right:20px}}.animated-image-container{width:100%;height:100%;position:relative;overflow:hidden}.animated-image-motion{will-change:transform;width:100%;height:100%;position:relative;overflow:hidden}.image-hover-container{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.image-hover-container[onclick]:not([onclick=""]){cursor:pointer}.image-hover__sections{z-index:1;pointer-events:none;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.image-hover__section{pointer-events:auto;cursor:pointer;flex:1;height:100%}.image-hover__current-image{position:absolute;top:0;bottom:0;left:0;right:0}.image-hover__preview-indicator{z-index:10;pointer-events:none;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.image-hover__dot{cursor:pointer;pointer-events:auto;background-color:rgba(255,255,255,.5);border-radius:50%;width:6px;height:6px;transition:background-color .2s}.image-hover__dot--active{background-color:#fff}.image-hover__mobile-counter{color:#fff;z-index:10;pointer-events:none;background-color:#262626;border-radius:12px;padding:4px 12px;font-size:7px;font-weight:500;position:absolute;top:12px;left:12px}@media (min-width:768px){.image-hover__mobile-counter{font-size:9px}}@media (min-width:1024px){.image-hover__mobile-counter{font-size:10px}}@media (min-width:1440px){.image-hover__mobile-counter{font-size:11px}}@media (max-width:1023px){.image-hover__dot{width:5px;height:5px}}.image-skeleton{z-index:2;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.image-skeleton .image-skeleton__wrapper{width:100%;height:100%}.image-skeleton .image-skeleton__block{border-radius:0;width:100%;height:100%;line-height:0;display:block}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.contacts{flex-direction:column;display:flex}.contacts .contacts__card-actions{flex-direction:column;gap:4px;display:flex}.contacts .contacts__card{border-bottom:1px solid #e1e1e1;flex-direction:column;gap:40px;padding-top:30px;padding-bottom:30px;display:flex}.contacts .contacts__card:first-child{border-top:1px solid #e1e1e1}@media (min-width:768px){.contacts{flex-direction:row}.contacts .contacts__card-actions{gap:5px}.contacts .contacts__card{border-top:1px solid #e1e1e1;flex:1;padding-left:30px}.contacts .contacts__card:not(:last-child){border-right:1px solid #e1e1e1}}@media (min-width:1024px){.contacts .contacts__card{gap:170px;padding-left:30px}}@media (min-width:1440px){.contacts .contacts__card{gap:160px;padding-top:35px;padding-bottom:35px;padding-left:30px}.contacts .contacts__card .contacts__card-actions{flex-direction:row;gap:33px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.footer-container{flex-direction:column;flex:none;gap:57px;padding-top:57px;padding-bottom:20px;display:flex}.footer-container .footer__main .footer__content{flex-direction:column-reverse;gap:30px;display:flex}.footer-container .footer__main .footer__content .footer-nav{flex:1;justify-content:space-between;display:flex}.footer-container .footer__main .footer__content .footer-nav .footer-nav__block{flex-direction:column;flex:1;gap:17px;max-width:189px;display:flex}.footer-container .footer__main .footer__content .footer-nav .footer-navigation ul{flex-direction:column;gap:10px;display:flex}.footer-container .footer__main .footer__content .footer-contacts{flex-direction:column;gap:31px;display:flex}.footer-container .footer__main .footer__content .footer-contacts .contact-icon ul{justify-content:start;gap:12px}@media (min-width:768px){.footer-container .footer__main .footer__content .footer-contacts .contact-icon ul{justify-content:end}}.footer-container .footer__main .footer__content .footer-contacts .contact-info{display:flex}.footer-container .footer__main .footer__content .footer-contacts .contact-info ul{flex-direction:column;gap:10px;display:flex}.footer-container .footer__main .footer__content .footer-contacts .contact-info ul a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.footer-container .footer__bottom{justify-content:space-between;display:flex}.footer-container .footer__bottom .footer__disclaimer{max-width:195px}.footer-container .footer__bottom .navigation ul{justify-content:space-between;gap:10px;display:flex}.footer-container .footer__bottom .navigation ul li{max-width:172px}@media (min-width:768px){.footer-container{gap:120px;padding-top:65px;padding-bottom:25px}.footer-container .footer__main .footer__content{flex-direction:row;align-items:flex-start;gap:40px}.footer-container .footer__main .footer__content .footer-nav{flex:1}.footer-container .footer__main .footer__content .footer-contacts{flex-direction:row;flex:1;justify-content:space-between}.footer-container .footer__bottom .footer__disclaimer{max-width:355px}.footer-container .footer__bottom .navigation ul{flex-direction:row;gap:20px}.footer-container .footer__bottom .navigation ul li{max-width:100%}}@media (min-width:1024px){.footer-container{gap:150px;padding-top:65px;padding-bottom:30px}.footer-container .footer__main .footer__content .footer-contacts{gap:116px}.footer-container .footer__main .footer__content .footer-nav{flex:1}.footer-container .footer__bottom .footer__disclaimer{max-width:322px}}@media (min-width:1440px){.footer-container{gap:160px;padding-top:65px}.footer-container .footer__main .footer__content .footer-nav{margin-right:10%}.footer-container .footer__main .footer__content .footer-contacts{gap:317px}.footer-container .footer__bottom .footer__disclaimer{max-width:100%}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.header-container{justify-content:space-between;display:flex}.header-container a{text-decoration:none}.header-container[data-absolute=true]{z-index:100;color:#fafafa;position:absolute;top:25px;left:50%;transform:translate(-50%)}.header-container[data-absolute=true] a,.header-container[data-absolute=true] p{color:#fafafa}.header-container[data-absolute=true] .icon{stroke:#fafafa}.header-container[data-absolute=false]{color:#262626;padding-top:20px;position:relative}.header-container[data-absolute=false] a{color:#262626}.header-container[data-absolute=false] .icon{stroke:#262626}.header-container .header__navigation-mobile{gap:8px;display:flex}@media (min-width:1024px){.header-container .header__navigation-mobile{display:none}}.header-container .header__navigation-desktop{display:none}.header-container .header__navigation-desktop .navigation{gap:83px;display:flex}.header-container .header__navigation-desktop .navigation ul{flex-direction:column;gap:9px;display:flex}@media (min-width:1024px){.header-container .header__navigation-desktop{display:block}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.main-container{flex-direction:column;display:flex}.cookie-banner-wrapper .modal-wrapper{border-radius:0}.main-content{flex:1 0 auto}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.cookie-banner-wrapper .modal-wrapper{background-color:#fafafa;box-shadow:3px 8px 32px rgba(0,0,0,.12)}.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:column;gap:10px;max-width:100%;padding:18px 25px;display:flex}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:row;gap:26px;max-width:600px;padding:18px 25px}}@media (min-width:1024px){.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:row;gap:9px;max-width:600px;padding:21px 30px}}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description{margin-bottom:0}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description p{font-size:13px;font-weight:400}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description p{font-size:14px}}.cookie-banner-wrapper .modal-wrapper .cookie-content a{color:#8c8c8c}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container button{text-transform:uppercase;color:#fff;cursor:pointer;border:none;width:100%;height:30px}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container button{width:58px}}
