:root{--color-white:#fff;--color-black:#232323;--color-third:linear-gradient(180deg,#e90100,#b20000);--color-third-text:#e90100;--bg-first:#101010;--bg-second:#232323;--bg-third:#191919;--bg-footer:#101010;--bg-button-second:linear-gradient(180deg,#ffae00,#d38e00);--bg-button-first:linear-gradient(180deg,#e90100,#b20000);--border-color:#4f6580;--border-first:#de170e;--border-second:#ffb800;--font-weight-800:800;--font-weight-700:700;--font-weight-500:500;--font-weight-400:400;--page-max-width:1120px;--font-roboto:inherit;--font-poppins:inherit;--font-roboto-condensed:inherit;--font-fuel-pro-fixed:inherit}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:var(--font-roboto,"Roboto"),system-ui,sans-serif;font-weight:var(--font-weight-500);color:var(--color-white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-fuel-pro-fixed,"Arial"),system-ui,sans-serif;font-weight:var(--font-weight-400)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--page-max-width);margin:0 auto}@media (max-width:600px){h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-800)}}