@import "https://fonts.googleapis.com/css2?family=Sofia&display=swap";
:root{--primary-color:#f37021;--secondary-color:#001d08;--white:#fff;--black:#000;--gray:#646464;--font-primary:"Source Sans Pro",sans-serif;--font-sofia:"Sofia",cursive}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--secondary-color);background-color:var(--white);font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .3s}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none}#preloader{z-index:999;background-color:#121212;width:100%;height:100%;position:fixed;top:0;left:0}.preloader-close{cursor:pointer;font-size:20px;position:absolute;top:20px;right:20px}.sk-three-bounce{gap:12px;display:flex}.sk-child{background-color:var(--primary-color);border-radius:50%;width:20px;height:20px;animation:1.4s ease-in-out infinite both sk-bounce}.sk-bounce1{animation-delay:-.32s}.sk-bounce2{animation-delay:-.16s}@keyframes sk-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.no-js .preloader{display:none}
