: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}.first-stage{background-color:#f6f5f1;flex-direction:column;justify-content:flex-end;display:flex;position:relative}.first-stage .first-stage__main{z-index:2;flex-direction:column;gap:22px;display:flex;position:relative;transform:translateY(-100px)}@media (min-width:360px){.first-stage .first-stage__main{gap:11px}}@media (min-width:768px){.first-stage .first-stage__main{gap:14px}}@media (min-width:1440px){.first-stage .first-stage__main{flex-direction:row;justify-content:space-between;gap:284px}}.first-stage .first-stage__body{flex-direction:column;gap:19px;max-width:293px;display:flex}@media (min-width:768px){.first-stage .first-stage__body{gap:19px}}@media (min-width:1024px){.first-stage .first-stage__body{gap:25px}}@media (min-width:1440px){.first-stage .first-stage__body{justify-content:end;gap:30px;margin-bottom:25px}}@media (min-width:360px){.first-stage{height:585px!important}}@media (min-width:768px){.first-stage{height:768px!important}}@media (min-width:1440px){.first-stage{height:100vh!important}}
: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;background:0 0;border:none;border-radius:8px;align-items:center;font-family:Manrope,sans-serif;font-size:14px;transition:all .3s;display:inline-flex}.button[data-to-uppercase=true]{text-transform:uppercase}.button[data-stretch=true]{width:100%}.button__content{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}
