body,html{overflow-x:hidden}body{color:var(--foreground);background:#1d3052!important;font-family:var(--font-montserrat)!important;padding:0;margin:0}.bg{animation:bgAnimation 10s ease-in-out infinite alternate;z-index:-1}.section{max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:1399px){.section{max-width:1320px}}@media(max-width:1199px){.section{max-width:1140px}}@media(max-width:991px){.section{max-width:960px}}@media(max-width:767px){.section{max-width:720px}}@media(max-width:575px){.section{max-width:540px}}a,li{text-decoration:none}li{list-style:none}*{box-sizing:border-box}@keyframes bgAnimation{0%{transform:translateX(0) translateY(0)}25%{transform:translateX(10px) translateY(10px)}50%{transform:translateX(-10px) translateY(-10px)}75%{transform:translateX(5px) translateY(-5px)}to{transform:translateX(0) translateY(0)}}