html{box-sizing:border-box}*,:after,:before{box-sizing:inherit;scrollbar-width:none}* ::-webkit-scrollbar,:after ::-webkit-scrollbar,:before ::-webkit-scrollbar{display:none}body{margin:0;max-height:100vh;overflow:hidden;font-family:Roboto,sans-serif;font-size:1rem;color:#050f19}button,input{font-family:inherit}button:hover{cursor:pointer}.reset--list-style{margin:0;padding:0;list-style:none}.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.rotate-left-leave-active{animation:rotate 1s reverse}.rotate-right-leave-active{animation:rotateRight 1s reverse}@-webkit-keyframes rotate{0%{opacity:0;transform:translate(-100%) rotate(-10deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}@keyframes rotate{0%{opacity:0;transform:translate(-100%) rotate(-10deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}@-webkit-keyframes rotateRight{0%{opacity:0;transform:translate(100%) rotate(10deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}@keyframes rotateRight{0%{opacity:0;transform:translate(100%) rotate(10deg)}to{opacity:1;transform:translate(0) rotate(0deg)}}.base-container{max-width:1024px;margin:0 auto;padding:0 20px}.base-container--flex{display:flex}.base-container--justify-center{justify-content:center}.base-container--align-center{align-items:center}.base-container--no-space{padding:0}.base-icon-btn{padding:0;outline:none;border:none;background:transparent;transition:opacity .2s ease-in-out}.base-icon-btn__icon-wrap{width:100%}.base-icon-btn:hover{opacity:.7}.base-logo{font-size:30px;line-height:1.2;font-weight:700;text-decoration:none;text-transform:capitalize;color:#fff;transition:opacity .2s ease-in-out}.base-logo:focus,.base-logo:hover{opacity:.8}.base-page-wrapper{min-height:100%;display:var(--display,flex);flex-direction:column;justify-content:var(--justify,center);align-items:var(--align,center);padding:var(--wraper-space,20px);background:var(--background,#eceff1)}.base-page-wrapper__container{width:100%}.base-page-wrapper__title{margin:0;margin-bottom:var(--title-mb,20px);font-size:25px;line-height:1.5;text-align:var(--title-align,"left");color:var(--title-color,#050f19)}.base-page-wrapper__section{margin:0;padding:var(--content-space,0)}