:root{--primary-color:#ff2732;--secondary-color:#001651;--aux-color:#4c7eff;--text-color:#001651;--aux-text-color:#00165180;--sidemenu-width:300px}*{box-sizing:border-box;font-family:Roboto,sans-serif!important}body,html{padding:0;margin:0}body{overflow-y:scroll}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6,p,span,ul{margin:0}ul{padding:0;list-style:none}button{padding:.5rem 1rem;font-weight:700}.animation__heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}