.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.grid{display:grid}.flex-wrap{flex-wrap:wrap}@media screen and (max-width: 599px){.flex-col-xs{flex-direction:column}}.gap-4{gap:4px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.space-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.flex-1{flex:1}.flex-grow{flex-grow:1}@media screen and (max-width: 599px){.hide-xs{display:none}}@media screen and (min-width: 600px){.hide-gt-xs{display:none}}@media screen and (max-width: 959px){.hide-sm{display:none}}@media screen and (min-width: 960px){.hide-gt-sm{display:none}}html,body{width:100%;height:100%;padding:0;margin:0;border:0px;overflow-y:hidden}html{background-color:#181a1a}body{overflow-y:hidden}a,p,span,li,h1,h2,h3,h4{font-family:sans-serif;color:#fff}a{color:orange}
