:root {

  --ff_1: Inter Tight, "Inter Tight Fallback", Arial, Helvetica, sans-serif;
  --ff_2: KH Interference, "KH Interference Fallback", Courier New, monospace;
  --ff_3: var(--ff_1);
  --ff_4: Tempo Heavy Condensed, Helvetica Neue, Arial, sans-serif;

  --c_d1: #121212;
  --c_d1t: var(--c_d1);
  --c_a1: #ff6900;
  --c_a1t: var(--c_a1);
  /* red */
  --c_a2: #2321E2;
  --c_a2t: var(--c_a2);
  /* blue */
  --c_a3: #1a7f1f;
  --c_a3t: var(--c_a3);
  /* green/sport */
  --c_b1: #ffe6e6;
  --c_b1t: var(--c_b1);
  /* background: light red */
  --c_b2: #e2f0fb;
  --c_b2t: var(--c_b2);
  /* background: light blue */

  --c_brand: var(--c_a1);

}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/crimeworld/InterTight-Regular.b019eb2d.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/crimeworld/InterTight-Semibold.8174c0e7.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/crimeworld/InterTight-Bold.a0f0957f.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterTight Fallback;
  size-adjust: 96.15%;
  src: local("Arial")
}

@font-face {
  font-family: KH Interference;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/crimeworld/KHInterference-Regular.ee71814f.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: KH Interference;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/crimeworld/KHInterference-Bold.b98151c3.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "KH Interference Fallback";
  src: local("Courier New");
  size-adjust: 96.15%;
}

@font-face {
  font-family: Icons;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url(/theme/_base/fonts/22f4a837b1b7d521250e714708ba85f6.ttf) format('truetype'),
    url(/theme/_base/fonts/f13418dc3e47f9a14a04800b2f67296d.woff) format('woff'),
    url(/theme/_base/fonts/b2bed1acedbc7412275b86e1be49699d.svg#icomoon) format('svg');
}

.premium1-wrap {
  font-size: 16px;
  color: var(--c_a1);
  font-family: "KH Interference" !important;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.premium1-wrap {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  border-radius: 2px;
  background: white;
}

.c-bio3-logout {
  margin-top: 10px;
  font: 700 16px/1.3 var(--ff_3);
}

.gigya16a.a18 img {
  display: block !important;
}

.button1,
[type="submit"],
[type="reset"] {
  background: var(--c_a1);
  color: var(--c_d1);
  font: 700 16px/20px var(--ff_3);
  box-shadow: none;
}

.c-footer1-copys {
  text-align: center !important;
}

.-t\:5, h5 { font: 500 20px/1.30 var(--ff_1); }
