﻿:root {
  --theme-primary-color: #54dd98;
  --affiliate-background-color: #0D0521;
  --affiliate-background-color-2: #11072a;
  --affiliate-background-gradient: linear-gradient(to right, #1da762 0%, #54dd98 51%, #1da762 100%);
  --theme-text-color: #fff;
  --border-alpha05: rgba(255,255,255,0.05);
  --border-alpha02: rgba(255,255,255,0.02);
  --alpha1: rgba(0,0,0,0.1) ;
}

.section-banner .section-banner-inner {
  background-color: rgba(17, 7, 43, 0.8705882353) !important;
}

.section-about-wrapper .top-hoco-logo {
  display: none !important;
}

.section-about-wrapper div {
  margin-top: 0px !important;
}
