@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AloeveraDisplay';
    src: url('../fonts/AloeveraDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    background: #191D2B;
    font-family: 'AloeveraDisplay', sans-serif;
}
.dropdown-toggle {
  height: 54px;
  margin-right: 10px;
  margin-top: 2px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle .profile-picture {
  width: 40px;
  border-radius: 40px;
  height: 40px;
  float: left;
  margin-top: 7px;
  background-size: cover;
  background-position: center;
}
.dropdown-toggle:hover p {
  color: white;
  transition-duration: 0.2s;
}
.dropdown-toggle p {
  float: left;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #a6c4f2;
  font-family: 'AloeveraDisplay', sans-serif;
  position: relative;
  transition-duration: 0.2s;
  margin-top: 11px;
  margin-right: 10px;
}
.dropdown-toggle p small {
  opacity: 0.5;
}
.dropdown-item {
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #a6c4f2;
  font-family: 'AloeveraDisplay', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition-duration: 0.2s;
}
.dropdown-item:hover {
  color: white;
  transition-duration: 0.2s;
  background-color: #2c3e58;
}
.dropdown-item.logout {
  color: #ff4b4b;
}
.dropdown .dropdown-menu {
  border-radius: 0px 0px 6px 6px;
  background: #233248;
  border: none;
  border-left: 1px solid #3a4f71;
  border-right: 1px solid #3a4f71;
  border-bottom: 1px solid #3a4f71;
}
.dropdown .dropdown-menu span {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 15px;
  color: #485c78;
}
.bgblur {
    position: absolute;
    top: -10vw;
    width: 70vw;
    z-index: -1;
    left: 15vw;
}

.revenue-container {
    width: 100%;
    background: #233248;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3a4f71;
    height: auto;
}

.table-holder {
  width: 100%;
  height: auto;
  min-height: 10px;
  overflow: hidden;
  background: #233248;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}
.table-holder .table th {
  color: white;
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #3a4f717a;
  vertical-align: middle;
  font-weight: 700;
}
.table-holder .table td {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  vertical-align: middle;
  color: #87B8FF;
  letter-spacing: 0.07px;
  border-bottom: 1px solid #3a4f717a;
}
.table-holder .table tbody {
  border-top: 2px solid #394F71;
}
.table-holder .table td p.download-center {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.table-holder .table .profile-picture {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  float: left;
}
.menu-bar {
    background: #233248;
    border: 1px solid #394F71;
    border-radius: 8px;
    width: 95vw;
    position: fixed;
    left: 2.5vw;
    z-index: 10;
    top: 25px;
    height: 60px;
    box-shadow: 0px 10px 20px 0px #090b122e;
}
.menu-bar .divider {
    width: 1px;
    height: 40px;
    background-color: #3a4f71;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    margin-right: 10px;
}
.menu-bar .cta-items {
    float: right;

}
.menu-bar .cta-items button {
    float: right;
    height: 40px;
}
.menu-bar .logo {
    height: 35px;
    margin-top: 12.5px;
    margin-left: 15px;
    float: left;
}
.menu-items {
    float: left;
}
.menu-items .menu-item {
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #a6c4f2;
    font-family: 'AloeveraDisplay', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    transition-duration: 0.2s;
}
.sparkboxes .box {
    background: #233248;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #3a4f71;
}
.apexcharts-title-text {
    fill: white;
    font-family: 'AloeveraDisplay', sans-serif;
}
.apexcharts-subtitle-text {
    fill: #a6c4f2;
    font-family: 'AloeveraDisplay', sans-serif;
}
#spark1 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark1 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark5 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark5 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark6 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark6 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark2 .apexcharts-tooltip .apexcharts-tooltip-title * {
    font-family: 'AloeveraDisplay', sans-serif !important;
}
#spark2 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark2 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark2 .apexcharts-tooltip .apexcharts-tooltip-title * {
    font-family: 'AloeveraDisplay', sans-serif !important;
}
#spark3 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark3 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark3 .apexcharts-tooltip .apexcharts-tooltip-title * {
    font-family: 'AloeveraDisplay', sans-serif !important;
}
#spark4 .apexcharts-tooltip {
    background: #233248;
    color: #a6c4f2;
    border: 1px solid #394F71;
    font-family: 'AloeveraDisplay', sans-serif;
    box-shadow: none;
}
#spark4 .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #2f425f;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
}
#spark4 .apexcharts-tooltip .apexcharts-tooltip-title * {
    font-family: 'AloeveraDisplay', sans-serif !important;
}
.menu-items .menu-item:hover {
    color: white;
    line-height: 55px;
    transition-duration: 0.2s;
}
.menu-items .menu-item:hover .overlay {
    opacity: 0.49;
    transition-duration: 0.2s;
}
.menu-items .menu-item .overlay {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: 0.2s;
    opacity: 0;
    bottom: 2px;
    left: 0;
    background-image: radial-gradient(circle at 50% 1e+02%, rgba(92,194,254,0.44) 0%, rgba(92,194,254,0.00) 67%);
}


.login-panel {
    background: linear-gradient(45deg, #1f2d43, #233248);
    border: 1px solid #394f715e;
    margin-top: 140px;
    box-shadow: 0px 10px 20px 0px #090b1259;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.login-panel .submitButton {
    background-image: radial-gradient(circle at 50% 0%, #61CAFF -28%, #2F6DF6 60%);
    border: none !important;
    display: block !important;
    border-radius: 6px;
    text-transform: capitalize;
    letter-spacing: unset;
    width: 100%;
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 38px;

    font-weight: 600;
    font-size: 14px;
}
.login-panel input[type="password"]::placeholder {
    font-size: 10px;
    color: #6381b0;
}
.login-panel input::placeholder {
    color: #6381b0;
}
a.forgotpassword {
    color: #4ea6fc;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    font-size: 12px;
    font-weight: 800;
    transition-duration: 0.2s;
}
a.forgotpassword:hover {
    color: #8fc8ff;
    transition-duration: 0.2s;
}
.login-panel .or-container {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
.login-panel .or-container .line {
    width: calc(50% - 30px);
    height: 1px;
    background-color: #37527a;
    margin-top: 8px;
}
.login-panel .discordButton {
    width: 100%;
    background-color: #5865F2;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
}
.login-panel .discordButton svg {
    display: inline;
    width: 20px;
    margin-top: -2px;
    margin-right: 5px;
}
.login-panel input {
    background: #324869;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    margin-bottom: -10px;

}
.login-panel .or-container p {
    float: left;
    width: 60px;
    text-align: center;
    font-weight: 700;
    margin: 0px;
    font-size: 12px;
    color: #43608b;
}
.login-panel .or-container .line.left {
    float: left;
}
.login-panel .or-container .line.right {
    float: right;
}
.login-panel h1 {
    font-family: 'AloeveraDisplay', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 24px;
}
.login-panel label {
    font-family: 'AloeveraDisplay', sans-serif;
    color: #7ea1da;
    margin-top: 0px;
}
.subpage-hero {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 20px;
  background-image: url('../img/section-bg.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.subpage-hero h1 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 0px;
  letter-spacing: 0.27px;
  line-height: 49px;
  margin-top: 140px;
  text-align: center;
}

.subpage-hero .divider {
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.features .user-panel h4 {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-family: 'AloeveraDisplay', sans-serif;
}
.features .user-panel p {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  color: #87B8FF;
  letter-spacing: 0.07px;
}
button.paypal {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #009cde;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 17px;
}
.features h2 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.23px;
}
.firstpage-hero {
    width: 100%;
    height: auto;
    min-height: 90vh;
    padding-top: 20px;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.firstpage-hero .divider {
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.firstpage-hero h1 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-weight: 800;
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 0px;
  letter-spacing: 0.27px;
  line-height: 49px;
}
.firstpage-hero h1 small {
  font-size: 24px;
  color: #2f6df6;
  letter-spacing: 0.14px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgb(0 0 0 / 33%);
}
.firstpage-hero .container {
  max-width: 1000px;
}
p.hero-point {
    font-size: 16px;
    color: #a6c4f2;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'AloeveraDisplay', sans-serif;
}
.classes {
  margin-top: 80px;
}
.classes h2 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 45px;
  letter-spacing: 0.23px;
  text-align: center;
}
.reasons h2 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 45px;
  letter-spacing: 0.23px;
  text-align: center;
}
.classes p.hero-point {
  font-size: 14px;
  color: #50617c;
  transition-duration: 0.2s;
}
.classes p.hero-point:hover {
  cursor: default;
  color: #a6c4f2;
  transition-duration: 0.2s;
}

.firstpage-hero .bullet {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}
.classes .bullet {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.firstpage-hero .row .col-lg-7 {
  display: flex;
  align-items: center;
}
.product-panel {
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  background: #233248;
  border: 1px solid #394F71;
  border-radius: 8px;
  padding: 20px;
}
.product-panel .info-panel {
  background: rgba(0,113,255,0.50);
  border: 1px solid #0071FF;
  border-radius: 4px;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 30px;
  padding: 5px;
  padding-top: 7px;
  padding-left: 15px;

  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.06px;
  margin-bottom: 20px;
}
.product-panel .info-panel .dot {
  background: #FFFFFF;
  float: left;
  margin-top: 4.5px;
  margin-right: 10px;
  outline: 3px solid rgba(255,255,255,0.26);
  border-radius: 4px;
  width: 7px;
  height: 7px;
}
.product-panel .product-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 135px;
}
.product-panel h4 {
  font-family: 'AloeveraDisplay', sans-serif;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2FA3FF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
  display: block;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-panel .flare-button {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  float: left;
  display: block;
  margin: 0px;
}
.product-panel p.pricing {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  width: 100%;
  float: left;
  padding-top: 15px;
  color: #718AAE;
  letter-spacing: 0.05px;
  text-align: center;
}
.product-panel h4 small {
  font-size: 12px;
}

.leaderboard-section {
  width: 100%;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  background-image: url('../img/section-bg.png');
  background-size: cover;
  background-position: center;
  margin-top: 120px;
  display: flex;
  align-items: center;
}

.giveaway-panel {
  background-image: url('../img/section-bg.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.giveaway-panel h3 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 34px;
}
.giveaway-panel p {
 font-family: 'AloeveraDisplay', sans-serif;
 font-size: 13px;
 font-weight: 500;
 color: #87B8FF;
 letter-spacing: 0.07px;
}
.giveaway-panel .noActiveSub {
  font-family: 'AloeveraDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #0000002b;
  color: white;
  border-radius: 7px;
  float: left;
  height: 40px;
}
.giveaway-panel .flare-button {
  width: calc(100% - 15px);
  margin-top: 20px;
  margin-left: 10px;
  height: 40px;
}
#countdown {
  float:left;
  width: 100%;
}
#countdown .item {
  width: calc((100% / 4) - 10px);
  margin-left: 5px;
  text-align: center;
  padding: 3px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 6px;
  font-size: 10px;
  color: #87B8FF;
  margin-right: 5px;
  float: left;
}
#countdown .item span {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.giveaway-panel h4 {
 font-family: 'AloeveraDisplay', sans-serif;
 font-size: 13px;
 margin-top: 30px;
 font-weight: 700;
 color: #87B8FF;
 letter-spacing: 0.11px;
}
.giveaway-panel h4 span {
  color: white;
}
.leaderboard-section h3 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.23px;
  line-height: 34px;
}
.leaderboard-section h5 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 19px;
  margin-top: 160px;
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF;
  letter-spacing: 0.11px;
}
.leaderboard-section .leaderboard-item.highlight {
  background-image: radial-gradient(circle at 50% 0%, #61CAFF 0%, #2F6DF6 100%);
}
.leaderboard-section .leaderboard-item {
  width: 100%;
  height: 36px;
  background: rgba(77,138,226,0.30);
  border-radius: 5px;
  margin-bottom: 15px;
}
.leaderboard-section .leaderboard-item.highlight .rank {
  background: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.18);
  color: #367AF7;
}
.leaderboard-section .leaderboard-item .rank {
  height: 20px;
  width: 20px;
  float: left;
  background: rgba(77,138,226,0.49);
  font-family: 'AloeveraDisplay', sans-serif;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
  text-align: center;
  line-height: 20px;
  color: white;
  border-radius: 4px;
}
.leaderboard-section .leaderboard-item.highlight p.name {
  opacity: 1;
}
.leaderboard-section .leaderboard-item p.name {
  opacity: 0.56;
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 15px;
  font-weight: 700;
  float: left;
  margin: 0px;
  margin-left: 15px;
  margin-top: 1px;
  color: #FFFFFF;
  letter-spacing: 0.08px;
  line-height: 34px;
}
.leaderboard-section .leaderboard-item .icon {
  float: right;
  margin-right: 12px;
  width: 16px;
  margin-top: 10px;
}

.leaderboard-section p {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #87B8FF;
  margin-top: 20px;
  letter-spacing: 0.07px;
}
.reasons {
  margin-top: 120px;
}
.f-panel {
  width: 100%;
  padding: 20px;
  height: auto;
  border-radius: 10px;
  min-height: 200px;
  background: #233248;
  margin-bottom: 25px;
}
.icon-box {
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 50% 0%, #61CAFF 0%, #2F6DF6 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  text-align: center;
  color: white;
}
.f-panel h3 {
  font-family: 'AloeveraDisplay', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 4px;
}
.f-panel p {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 14px;
  color: #7891b8;
  transition-duration: 0.2s;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.footer {
    width: 100%;
    min-height: 300px;
    padding-bottom: 70px;
    margin-top: 70px;
    background: #233248;
    padding-top: 100px;
    margin-bottom: -20px;
}

.footer .content-container {
    padding-bottom: 60px;
    height: 100%;
    border-bottom: 1px solid #304564;
}

.footer .copy {
    width: 100%;
    font-family: 'AloeveraDisplay', sans-serif;
    margin: 0px;
    font-style: normal;
    margin-top: 23px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #C2C2C2;
}

.footer .footer-logo {
    width: 185px;
    margin-top: -3px;
}

.footer p.link-text {
    font-family: 'AloeveraDisplay', sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 155%;
    color: #9da7b3;
}

.footer .contact-button {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-family: 'AloeveraDisplay', sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    height: 50px;
    display: block;
    float: left;
    margin-top: 30px;
    line-height: 50px;
    transition-duration: 0.2s;
    background-color: #3a4b5f;
    font-weight: 600;
}

.footer h4 {
    font-family: 'AloeveraDisplay', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
}

.footer p.link-text {
    font-family: 'AloeveraDisplay', sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 155%;
    color: #9da7b3;
}

.footer a.footer-link {
    color: #50617c;
    font-family: 'AloeveraDisplay', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7f9f;
    font-family: 'AloeveraDisplay', sans-serif;
    transition-duration: 0.2s;
}
.footer a.footer-link:hover {
  transition-duration: 0.2s;
  color: #a6c4f2;
}

a.discord {
  display: block;
  float: right;
  margin-top: 10px;
  color: white;
  font-size: 20px;
}
.page-pusher {
  width: 100%;
  height: 140px;
}
.user-panel {
  width: 100%;
  height: auto;
  min-height: 10px;
  overflow: hidden;
  background: #233248;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}
.subProduct {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-image: url('https://cdn.discordapp.com/icons/1280477203313983539/155b3130ef312c1fab47cb469df6a5fa.png');
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1.general-title {
  font-family: 'AloeveraDisplay', sans-serif;
  color: white;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.6px;
}
.user-panel h3 {
  font-family: 'AloeveraDisplay', sans-serif;
  color: white;
  font-weight: 700;
}
.user-panel h3 small.active {
  color: #2ecc71;
}
.user-panel h3 small.canceled {
  color: #e74c3c;
}
.user-panel h3 i {
  margin-top: 6px;
  margin-right: 4px;
}
.user-panel p.desc {
  font-family: 'AloeveraDisplay', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  color: #87B8FF;
  letter-spacing: 0.07px;
}
.user-panel form input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #3c5275;
  border: none;
  margin-top: 14px;
}
.user-panel form input::placeholder {
  color: #597fbc;
  font-size: 16px;
}
.user-panel form button {
  width: 100%;
  height: 40px;
  background: #00c4ff;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
}
.user-panel .product-box {
  max-width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.user-panel .download-button {
  width: 100%;
  height: 40px;
  background: #00c4ff;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.user-panel .profile-notice {
  font-family: 'AloeveraDisplay', sans-serif;
  font-weight: 600;
  font-size: 11px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  min-height: 10px;
  overflow: hidden;
  padding: 5px;
  background-color: red;
  margin-bottom: 5px;
  float: left;
}
.user-panel .profile-notice.success {
  background: #00e08830;
  border: 1px solid #00e088;
  color: #00e088;
}
.user-panel .profile-notice.warning {
  background: #ffb8001c;
  border: 1px solid #ffb800;
  color: #ffb800;
}
.user-panel .profile-notice.info {
  background: #00fff721;
  border: 1px solid #00fff7;
  color: #00fff7;
}
.user-panel h2 {
  font-family: 'AloeveraDisplay', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  color: white;
  margin-bottom: 20px;
}
.user-panel h2 small {
  opacity: 0.5;
  font-size: 10px;
  font-weight: 400;
}
.user-panel .profile {
  width: 70px;
  border-radius: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
        0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
        1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
        1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
        0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
        0.998 84%, 1
    );
    --spring-duration: 1.33s;
}
@property --shimmer {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes shimmer {
    0% {
        --shimmer: 0deg;
    }
    100% {
        --shimmer: 360deg;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

.flare-button {
    color: #fff;
    font-weight: 600;
    background-image: radial-gradient(circle at 50% 0%, #61CAFF -28%, #2F6DF6 60%);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    isolation: isolate;
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
    float: right !important;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
}

.flare-button.ani:not(:active),
.flare-button.active {
    transition-duration: calc(var(--spring-duration)*0.5);
    box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.flare-button:active {
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer {
    pointer-events: none;
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mask-image: conic-gradient(
        from var(--shimmer, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    mix-blend-mode: plus-lighter;
    animation: shimmer 3s linear infinite both;
}
.flare-button.ani .shimmer::before,
.flare-button.ani .shimmer::after,
.flare-button.active .shimmer::before,
.flare-button.active .shimmer::after {
    opacity: 1;
    animation: shine 4.2s ease-in 1 forwards;
}
.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    mix-blend-mode: color;
    inset: 40px;
    pointer-events: none;
}
.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(191, 100%, 69%), 0 0 7px 4px hsl(178, 100%, 81%), 0 0 13px 4px hsl(214, 100%, 65%), 0 0 25px 5px hsl(187, 100%, 69%);
    z-index: -1;
}

.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(0, 0%, 100%), inset 0 0 2px 1px hsl(198, 100%, 70%), inset 0 0 5px 2px hsl(223, 100%, 59%);
    z-index: 2;
}

.flare-button .text {
    color: white;
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.flare-button.ani .text,
.flare-button.active .text {
    animation: text .66s ease-in 1 both;
}

#nav-icon1 {
  width: 60px;
  height: 45px;
  display: none;
  right: 8px;
  top: 6px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.6);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-menu {
  background-color: red;
  padding: 20px;
  position: fixed;
  top: 100px;
  height: calc(100vh - 200px);
  width: 95vw;
  right: 15px;
  z-index: 9;
  background: #233248;
  border: 1px solid #394F71;
  border-radius: 8px;
  left: 2.5vw;
  box-shadow: 0px 10px 20px 200px #090b129e;
  transition-duration: 0.3s;
  opacity: 0;
  left: 100vw;
  pointer-events: none;
}
.mobile-menu .menu-item {
  width: 100%;
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #a6c4f2;
  font-family: 'AloeveraDisplay', sans-serif;
}
.mobile-menu .user-hero {
  width: 100%;
  height: auto;
  min-height: 100px;
  background: #1b2637;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.mobile-menu .flare-button {
  width: 100%;
  height: 45px;
  margin: 0px;
  margin-top: 10px;
}
.screenshot {
  margin-top: 30px;
  width: 100%;
}
.mobile-menu .user-hero .content {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mobile-menu .user-hero .profile-picture {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
}
.mobile-menu .user-hero p {
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #a6c4f2;
  font-family: 'AloeveraDisplay', sans-serif;
}
.mobile-menu .user-hero p small {
  opacity: 0.5;
}
.mobile-menu.show {
  transition-duration: 0.3s;
  opacity: 1;
  left: 2.5vw;
  pointer-events: auto;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1010px) {
  #nav-icon1 {
    display: block;
  }
  .menu-items {
    display: none;
  }
  .cta-items {
    display: none;
  }
  .firstpage-hero {
    padding-top: 140px;
    text-align: center;
    padding-bottom: 60px;
  }
  p.hero-point {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .purchase-container .purchase-box .purchase-info h5 {
    padding-top: 20px;
  }
  .firstpage-hero .product-panel {
    margin-top: 30px !important;
  }
  .leaderboard-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .leaderboard-section h5 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .menu-bar .divider {
    display: none;
  }
  .footer .footer-logo {
    margin-bottom: 25px;
  }
  .purchase-container {
    max-width: 1000px;
    width: 100%;
    display: block;
    align-items: baseline;
    height: auto;
    overflow: visible;
    min-height: 20px;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .purchase-container .info {
      float: left;
      width: 100%;
      padding-bottom: 0px;
  }
  .purchase-container .info.desktop {
    display: none;
  }
  .purchase-container .info.mobile {
    display: block;
  }
  .purchase-container .info .feature-item {
      margin-left: 10px;
      width: calc(100% - 20px);
      line-height: 27px;
      padding: 10px;
      height: auto;
  }
  .purchase-container .info .feature-item ul {
    margin: 0px;
  }
  .purchase-container .purchase-box {
      float: left;
      width: 100%;
      height: auto;
      margin-top: 10px;
      position: relative;
      padding-bottom: 0px;
  }
  .purchase-container .purchase-box .title {
      display: none;
  }
  .purchase-container .purchase-box .purchase-info {
      width: 100%;
      position: relative;
  }
  .purchase-container .purchase-box .purchase-info h4 {
      padding-top: 10px;
      bottom: none;
  }
  .purchase-container .purchase-box .product-box {
    height: 160px;
    width: unset;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
