@charset "utf-8";
/*
# ---------------------- #
# Developed by Volkertek #
# All rights reserved    #
# ---------------------- #
*/
/* -------------------------------------------------- */
:root{--primary-color-1:#C9E523;--primary-color-2:#E9F476;--transition:.3s all;--bg-dots:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' width='8' height='8'%3E%3Ccircle fill='%23333333' opacity='0.1' cx='6' cy='6' r='2'/%3E%3C/svg%3E") top left repeat}html,body{color:#FFF;font-family:'Outfit',sans-serif;font-size:14px;font-weight:400}html{overflow-x:hidden;overflow-y:scroll}body{background:var(--bg-dots),#282828;display:flex;flex-direction:column;margin:0!important;min-height:100vh;padding-left:0!important;padding-right:0!important}header,footer{flex:none}main{flex:1 0 auto}h1,h2,h3,h4,h5,h6{font-weight:600}b,strong{font-weight:500}p,li{line-height:28px}section{overflow:hidden;padding:100px 0}a:is(:link,:active,:visited,:hover){transition:var(--transition);text-decoration:none}a:is(:link,:active,:visited):not(.btn){color:#e6e6e6}a:hover:not(.btn){color:var(--primary-color-1)}.text-primary{color:var(--primary-color-1)!important}
/* -------------------------------------------------- */