@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Nova+Flat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;700&family=Rajdhani:wght@400;700&display=swap");
/*
// CDN URL varies for environment and region

//$myEnvironment : 'dev';  // dev for local (../), qa for cdn.z8games, live for akamaized.net
//$myregion : null;       // required for QA and Live environments, will default to 'cfna'
// */
article, aside, details, dl, dt, dd, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

button {
  background: none;
  color: inherit;
  line-height: 1em;
  padding: 0.5em;
}

img {
  border: 0;
  border-style: none;
  display: block;
}

html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: 4vw;
  }
}
@media (min-width: 37.5625em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 160em) {
  html {
    font-size: 0.8vw;
  }
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

@media (max-width: 37.5em) {
  *[desktop] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 37.5625em) {
  *[mobile] {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 64em) {
  *[expanded] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 64.0625em) {
  *[collapsed] {
    display: none !important;
    visibility: hidden;
  }
}

[class*=container] {
  margin-inline: auto;
  padding: 0;
  width: 100%;
}
[class*=container] > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
[class*=container] > *:first-child {
  margin-top: 0;
}
[class*=container] > *:last-child {
  margin-bottom: 0;
}
[class*=container][class*=__fixed] {
  width: min(100%, 88.75em);
}
[class*=container][class*=__fluid] {
  width: 100%;
}
[class*=container][class*=__padded] {
  width: min(96%, 88.75em);
}
[class*=container][class*=-flush] > * {
  margin-block: 0;
}

nav.container {
  margin-bottom: 0;
  position: fixed;
  position: sticky;
  top: 0;
}

.col-promo,
.col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1.25rem;
  justify-content: stretch;
}

.con-padded {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  margin-inline: auto;
}

.margins > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.margins > *:first-child {
  margin-top: 0;
}
.margins > *:last-child {
  margin-bottom: 0;
}

@supports not (display: grid) {
  .col-promo,
.col-grid {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-start;
  }

  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100%/3 - 1.25rem + 0.8333333333rem );
  }
}
@media (max-width: 37.5em) {
  .col-promo.mqs-list,
.col-grid.mqs-list {
    row-gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding: 0;
  }

  .col-promo.mqs-grid,
.col-grid.mqs-grid {
    gap: 0.624rem;
  }

  .col-grid-2.mqs-list > *,
.col-grid-3.mqs-list > *,
.col-grid-4.mqs-list > *,
.col-grid-6.mqs-list > * {
    grid-column: span 12;
  }

  .col-grid-3.mqs-grid > *,
.col-grid-6.mqs-grid > * {
    grid-column: span 4;
  }

  .col-grid-2.mqs-grid > *,
.col-grid-4.mqs-grid > * {
    grid-column: span 6;
  }
}
@media (min-width: 37.5625em) {
  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 6;
  }
}
@media (min-width: 64.0625em) {
  .col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 4;
  }
}
@media (min-width: 85.375em) {
  .col-grid-4 > * {
    grid-column: span 3;
  }

  .col-grid-6 > * {
    grid-column: span 2;
  }
}
.col-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  justify-content: center;
}

.col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
  flex-grow: 0;
  flex-shrink: 1;
}

@media (max-width: 37.5em) {
  .col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: 100%;
  }
}
@media (min-width: 37.5625em) {
  .col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
}
@media (min-width: 64.0625em) {
  .col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
}
@media (min-width: 85.375em) {
  .col-flex-4 > * {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }

  .col-flex-6 > * {
    flex-basis: calc(16.6666667% - 1.25rem + 0.2083333333rem );
  }
}
.col-promo-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid black;
  height: 150px;
}

@media (max-width: 37.5em) {
  .col-promo > * {
    grid-column: span 12 !important;
  }
}
.col-promo-1 > *:nth-child(1) {
  grid-column: span 12;
}

.col-promo-2 > *:nth-child(-n+2) {
  grid-column: span 6;
}

@media (max-width: 37.5em) {
  .col-promo-2 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
.col-promo-3 > *:nth-child(-n+3) {
  grid-column: span 4;
}

@media (max-width: 64em) {
  .col-promo-3 > *:nth-child(1) {
    grid-column: span 12;
  }

  .col-promo-3 > *:nth-child(n+2) {
    grid-column: span 6;
  }
}
@media (max-width: 37.5em) {
  .col-promo-3 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-top-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-bottom-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sos {
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
}

.sos.visible {
  animation-name: fade-in;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.sos.top.visible {
  animation-name: slide-top-fade-in;
}

.sos.right.visible {
  animation-name: slide-right-fade-in;
}

.sos.bottom.visible {
  animation-name: slide-bottom-fade-in;
}

.sos.left.visible {
  animation-name: slide-left-fade-in;
}

.con-tabbed > *:not([active]) {
  display: none;
  visibility: hidden;
}

.nav-tabbed {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.nav-tabbed > * {
  padding: 1rem;
  cursor: pointer;
}
.nav-tabbed > *[active] {
  background-color: black;
  color: white;
}

.accordion > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.accordion > *:first-child {
  margin-top: 0;
}
.accordion > *:last-child {
  margin-bottom: 0;
}
.accordion dt,
.accordion dd {
  padding: 0.25rem;
}
.accordion dt {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.accordion dt[active] {
  background-color: #00000016;
}
.accordion dd:not(:last-of-type):not([style="display:none"]) {
  padding-bottom: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  border-bottom: 1px solid #00000016;
}

button {
  cursor: pointer;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  isolation: isolate;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

*[bs-disabled] {
  filter: saturate(0);
  pointer-events: none !important;
}

#sgw-top-navigation {
  background-color: black;
  height: 50px !important;
  isolation: isolate;
  transition: transform 250ms ease-in-out;
  z-index: 2;
  position: fixed;
  position: sticky;
  top: 0;
}
@media (max-width: 37.5em) {
  #sgw-top-navigation {
    height: 40px !important;
    position: fixed;
    position: sticky;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #sgw_gnb_div.lightboxmode {
    overflow: initial !important;
  }
}
#stickyHamburger {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 250ms ease-in-out;
  z-index: 3;
  isolation: isolate;
}
#stickyHamburger div {
  font-size: 1.25rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#stickyHamburger a > div {
  height: 40px;
  padding: 0 0.625rem;
}
#stickyHamburger img {
  width: 9.8125rem;
  height: auto;
}

.gnb-scrolls {
  /* fixes height 0 issue */
  height: 50px !important;
}
@media (max-width: 37.5em) {
  .gnb-scrolls {
    height: 40px !important;
  }
}

#stickybar,
#stickybottom,
#stickybottom_locked {
  background-color: white;
  box-shadow: 0 0 5px #00000015;
  transition: transform 250ms ease-in-out;
  z-index: 1;
  isolation: isolate;
}

#stickybar {
  position: fixed;
  position: sticky;
  top: 50px;
}
@media (max-width: 37.5em) {
  #stickybar {
    position: fixed;
    position: sticky;
    top: 40px;
  }
}

#stickybottom,
#stickybottom_locked {
  position: sticky;
  bottom: 0;
}

#stickybottom {
  transform: translateY(3.75rem);
}

.timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.timer div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 7ch;
}
.timer div::after {
  margin-left: 2px;
}
.timer div.days::after {
  content: "d";
}
.timer div.hours::after {
  content: "h";
}
.timer div.minutes::after {
  content: "m";
}
.timer div.seconds::after {
  content: "s";
}
.timer div > p {
  font-size: 2em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 37.5em) {
  .timer span {
    display: none;
  }
}

.nav-ribbon {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-ribbon > * {
  flex-shrink: 0;
}
@media (min-width: 37.5625em) {
  .nav-ribbon {
    scrollbar-width: thin;
    scrollbar-color: #505050 rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .nav-ribbon::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #505050;
  }
  .nav-ribbon::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: #505050;
  }
}

.lightbox {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: fixed;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  backdrop-filter: blur(5px);
  display: none;
}

.modalcore {
  width: 100%;
  max-height: 100vh;
  animation-name: fade-in;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

.modalcore.top {
  animation-name: slide-top-fade-in;
}

.modalcore.right {
  animation-name: slide-right-fade-in;
}

.modalcore.bottom {
  animation-name: slide-bottom-fade-in;
}

.modalcore.left {
  animation-name: slide-left-fade-in;
}

:is(.modal,
.modal-video) {
  max-height: 90vh;
  margin-block: auto;
  margin-inline: auto;
  pointer-events: auto;
  z-index: 2;
}

.modal {
  background-color: white;
  width: min(90%, 60ch);
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #999999;
}
.modal::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modal::-webkit-scrollbar-track-piece {
  background-color: #999999;
}
.modal::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #cccccc;
}
.modal::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #cccccc;
}

.modal-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  position: relative;
  isolation: isolate;
  max-height: 70vh;
}
.modal-flex > * {
  flex: 0 0 auto;
}
@media (max-height: 580px) {
  .modal-flex {
    max-height: unset;
  }
}

.modal-textbox {
  overflow-y: auto;
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  scrollbar-width: thin;
  scrollbar-color: #cccccc #999999;
  flex: 1 1 100%;
}
.modal-textbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modal-textbox::-webkit-scrollbar-track-piece {
  background-color: #999999;
}
.modal-textbox::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #cccccc;
}
.modal-textbox::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #cccccc;
}
.modal-textbox > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.modal-textbox > *:first-child {
  margin-top: 0;
}
.modal-textbox > *:last-child {
  margin-bottom: 0;
}
@media (max-height: 580px) {
  .modal-textbox {
    flex: 1 0 auto;
  }
}

.modal-sticky {
  position: sticky;
  padding: 0.625rem;
}
@media (max-height: 580px) {
  .modal-sticky {
    position: relative;
  }
}

.modal-video {
  width: min(96%, 60rem);
  aspect-ratio: 16/9;
}
.modal-video > iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.modal_close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5vw;
  height: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  color: white;
  font-family: Arial !important;
}
@media (hover: hover) {
  .modal_close {
    cursor: pointer;
  }
  .modal_close:hover {
    transform: scale(1.1);
  }
}
.modal_close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: 4vw;
}
@media (max-width: 64em) {
  .modal_close {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
  .modal_close::before {
    font-size: 38px;
  }
}

.lightbox_close {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto;
}

.darkbox {
  display: none;
  visibility: hidden;
}

.tooltip {
  cursor: pointer;
}

.tooltip-alt,
.tooltip-id {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: white;
  filter: drop-shadow(0 0 6px #00000033);
}
@media (max-width: 37.5em) {
  .tooltip-alt,
.tooltip-id {
    padding-right: 1rem;
  }
}

.modeless {
  pointer-events: none;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  max-width: 45ch;
}
@media (max-width: 37.5em) {
  .modeless {
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding-bottom: 10vh;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0 !important;
    left: 0 !important;
    animation: slide-top-fade-in 150ms ease-in-out forwards;
  }
}
.modeless .modal_close {
  top: 3px;
  right: 3px;
  background: none;
  color: currentColor;
}

:root {
  font-family: "Barlow Semi Condensed", "Arial Narrow", sans-serif;
}

.header,
.nova,
.btn-prime,
.btn-cancel,
.superbrand {
  font-family: "Nova Flat", "Barlow Semi Condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}

[globalrisk],
[globalrisk] .subpage-texts > * {
  font-family: "Advent Pro", "Barlow Semi Condensed", "Arial Narrow", sans-serif;
}

[blacklist],
[blacklist] .subpage-texts > * {
  font-family: "Rajdhani", "Barlow Semi Condensed", "Arial Narrow", sans-serif;
}

:is([globalrisk],
[blacklist]) :is(h1,
h2) {
  font-weight: 700;
}

:is([globalrisk],
[blacklist]) button {
  font-weight: 700;
}

:root {
  background-color: initial;
}

:root[data-theme=dark] {
  background-color: initial;
}

.hos {
  display: block;
  background-color: transparent;
  z-index: 100;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}

#stickybottom {
  background-color: #020202;
  color: red;
  border-top: 1px solid darkred;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#stickybottom > * {
  margin-block: 0;
}
#stickybottom > *:first-child {
  margin-top: 0;
}
#stickybottom > *:last-child {
  margin-bottom: 0;
}
#stickybottom span {
  line-height: 0.9;
  padding-inline: 0.5em;
}
#stickybottom .timer {
  font-size: clamp(1rem, 0.9375vmax, 1.25rem);
}
#stickybottom .timer div::after {
  color: darkred;
}

.btn-prime,
.btn-sub {
  text-transform: uppercase;
  padding-bottom: 0.75em;
  padding-inline: max(50px, 1em);
  position: relative;
  clip-path: polygon(0.5em 0%, 0% 0.5em, 0% 100%, 1.5em 100%, 1.625em calc(100% - 0.125em), calc(100% - 1.5em - 0.125em) calc(100% - 0.125em), calc(100% - 1.5em) 100%, calc(100% - 0.5em) 100%, 100% calc(100% - 0.5em), 100% 0%);
  transition: background-color 200ms ease-in-out;
}

.btn-prime,
.btn-sub,
.btn-cancel {
  white-space: no-wrap;
}
@media (pointer: coarse) {
  .btn-prime,
.btn-sub,
.btn-cancel {
    padding-block: 1.25em;
    max-width: 86vw;
    margin-inline: auto;
  }
}

.btn-prime {
  font-size: clamp(1.25rem, 1.25vmax, 1.75rem);
  color: white;
  background-color: #690000;
}
.btn-prime::before, .btn-prime::after {
  content: "";
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  aspect-ratio: 1.1547344111;
  width: 1.5em;
  height: unset;
  border: 0.25em solid red;
  position: absolute;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out, border-width 200ms ease-in-out;
}
@supports not (aspect-ratio: auto) {
  .btn-prime::before, .btn-prime::after {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-prime::before::before, .btn-prime::after::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 86.6%;
  }
  .btn-prime::before > *, .btn-prime::after > * {
    position: absolute;
  }
}
.btn-prime::before {
  transform: rotate(90deg);
  left: 0.125em;
}
.btn-prime::after {
  transform: rotate(-90deg);
  right: 0.125em;
}
@media (hover: hover) {
  .btn-prime {
    cursor: pointer;
  }
  .btn-prime:hover {
    background-color: #db0000;
  }
  .btn-prime:hover::before {
    transform: translateX(100%) rotate(90deg);
    border-width: 1px;
    border-color: white;
  }
  .btn-prime:hover::after {
    transform: translateX(-100%) rotate(-90deg);
    border-width: 1px;
    border-color: white;
  }
}

.btn-sub {
  font-size: clamp(1.25rem, 1.25vmax, 1.75rem);
  color: white;
}

[globalrisk] .btn-sub {
  background-color: #2859a6;
}
@media (hover: hover) {
  [globalrisk] .btn-sub {
    cursor: pointer;
  }
  [globalrisk] .btn-sub:hover {
    background-color: #336fce;
  }
}

[blacklist] .btn-sub {
  background-color: #b6823f;
}
@media (hover: hover) {
  [blacklist] .btn-sub {
    cursor: pointer;
  }
  [blacklist] .btn-sub:hover {
    background-color: #c89b60;
  }
}

:is(.btn-cancel,
.btn-rfnav) {
  color: #808080;
  background-color: black;
  position: relative;
  isolation: isolate;
  z-index: 1;
  text-transform: uppercase;
}
:is(.btn-cancel,
.btn-rfnav)::before {
  content: "";
  background-color: red;
  display: block;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  left: 0;
  transition: width 100ms ease-in-out;
}
@media (hover: hover) {
  :is(.btn-cancel,
.btn-rfnav) {
    cursor: pointer;
  }
  :is(.btn-cancel,
.btn-rfnav):hover {
    color: white;
  }
  :is(.btn-cancel,
.btn-rfnav):hover::before {
    width: 100%;
  }
}

.btn-cancel {
  margin-block-start: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}

.rfnav {
  display: flex;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 37.5em) {
  .rfnav {
    padding-inline: 3.125rem;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #5b0000;
    gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  }
  .rfnav > button {
    flex: 1 1 100%;
  }
}
@media (min-width: 37.5625em) {
  .rfnav {
    position: absolute;
    inset: 0;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

.btn-rfnav {
  background-color: black;
  border: 1px solid #5b0000;
  color: white;
  pointer-events: auto;
  position: relative;
  min-width: 4ch;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 37.5em) {
  .btn-rfnav {
    flex-direction: row;
    padding: 0.625rem;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (pointer: coarse) {
  .btn-rfnav {
    padding: 1rem 1.375rem;
  }
}

.story-block {
  max-width: 40ch;
  text-transform: unset;
  margin-inline: auto;
}

.story-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.story-image > img {
  position: absolute;
  width: 100%;
  height: auto;
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.story-image .story-image-frame img {
  width: 100%;
  height: auto;
}

[globalrisk] .rfnav,
[globalrisk] .btn-rfnav {
  border-color: #112647;
}
[globalrisk] .btn-rfnav::before {
  background-color: #2859a6;
}

[blacklist] .rfnav,
[blacklist] .btn-rfnav {
  border-color: #443118;
}
[blacklist] .btn-rfnav::before {
  background-color: #b6823f;
}

@media (max-width: 37.5em) {
  [globalrisk] .rfnav {
    background-color: rgba(0, 0, 0, 0.4);
  }

  [blacklist] .rfnav {
    background-color: rgba(22, 20, 16, 0.4);
  }
}
@keyframes zoom-away {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    position: fixed;
  }
  80% {
    opacity: 0;
    transform: scale(3);
    filter: blur(4);
  }
  99% {
    opacity: 0;
    transform: scale(3);
    filter: blur(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    position: absolute;
  }
}
.hos[data-target=header-title] {
  top: 170vh;
  height: 1000px;
}

#header-title.trigger {
  animation: zoom-away 600ms ease-in-out forwards;
  top: 0 !important;
}

@keyframes unredacted {
  0% {
    background-color: black;
    color: #333333;
    filter: blur(3px);
  }
  50% {
    background-color: currentColor;
    color: currentColor;
  }
  100% {
    background-color: transparent;
    color: currentColor;
    filter: blur(0);
  }
}
.hos[data-target=story-intro] {
  top: 170vh;
  height: 1000px;
}

#story-intro.trigger mark {
  animation: unredacted 500ms ease-in-out 150ms forwards;
}

.rfmp-bar,
.rfmp-missions-open,
.rfmp-missions-closed,
.rfmp-rewards {
  animation: slide-top-fade-in 150ms ease-in-out forwards;
}

.rfmp-missions-open {
  animation-delay: 0.2s;
}

.rfmp-missions-closed {
  animation-delay: 0.4s;
}

.rfmp-rewards {
  animation-delay: 0.6s;
}

:root {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: transparent;
}

.glitch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.glitch img {
  max-width: 540px;
  width: 100%;
  height: auto;
}

.glitch .glitch__item {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.glitch .glitch__item:nth-child(n+2) {
  opacity: 0;
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-2;
}

.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-3;
}

.glitch .glitch__item:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-4;
}

.glitch .glitch__item:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}

@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(97px, 9999px, 133px, 0);
  }
  5% {
    clip: rect(113px, 9999px, 91px, 0);
  }
  10% {
    clip: rect(114px, 9999px, 1px, 0);
  }
  15% {
    clip: rect(62px, 9999px, 8px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 146px, 0);
  }
  25% {
    clip: rect(47px, 9999px, 137px, 0);
  }
  30% {
    clip: rect(23px, 9999px, 106px, 0);
  }
  35% {
    clip: rect(88px, 9999px, 33px, 0);
  }
  40% {
    clip: rect(152px, 9999px, 153px, 0);
  }
  45% {
    clip: rect(98px, 9999px, 168px, 0);
  }
  50% {
    clip: rect(3px, 9999px, 41px, 0);
  }
  55% {
    clip: rect(71px, 9999px, 55px, 0);
  }
  60% {
    clip: rect(12px, 9999px, 137px, 0);
  }
  65% {
    clip: rect(145px, 9999px, 127px, 0);
  }
  70% {
    clip: rect(42px, 9999px, 164px, 0);
  }
  75% {
    clip: rect(89px, 9999px, 69px, 0);
  }
  80% {
    clip: rect(152px, 9999px, 111px, 0);
  }
  85% {
    clip: rect(134px, 9999px, 103px, 0);
  }
  90% {
    clip: rect(75px, 9999px, 28px, 0);
  }
  95% {
    clip: rect(91px, 9999px, 11px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 75px, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-4 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
.header,
.subheader {
  position: relative;
  width: 100%;
}

.header-bg,
.header-title {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 64em) {
  .header-bg,
.header-title {
    aspect-ratio: 1;
    height: unset;
  }
  @supports not (aspect-ratio: auto) {
    .header-bg,
.header-title {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .header-bg::before,
.header-title::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      padding-top: 100%;
    }
    .header-bg > *,
.header-title > * {
      position: absolute;
    }
  }
}

.header-bg {
  position: relative;
  background: #44484c;
  background: linear-gradient(0deg, #44484c 0%, #202428 100%);
  overflow: hidden;
  isolation: isolate;
  perspective: 1px;
  -webkit-perspective: 1px;
  transform-style: preserve-3d;
}

#sgw-top-navigation {
  z-index: 3;
}

.header-title {
  position: fixed;
  inset: 0;
  padding: 5vw;
  z-index: 2;
  top: 50px;
}
@media (max-width: 37.5em) {
  .header-title {
    top: 40px;
  }
}
@media (max-width: 64em) {
  .header-title {
    position: absolute;
    top: 0 !important;
  }
}
.header-title img {
  width: 100%;
  height: auto;
}
.header-title figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-title figcaption {
  color: white;
  font-size: 2.0833333333vmax;
  padding-inline: 5vmin;
  text-align: center;
}

[class*=bgp-],
[class*=bgp-] > div {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgp-0 {
  position: relative;
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-collapsed.jpg");
  background-size: auto 100%;
}
@media (max-width: 64em) {
  .bgp-0 {
    position: absolute;
  }
}

.bgp-1 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bgp-1.jpg");
  background-attachment: fixed;
}

.bgp-2 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bgp-2.png");
}

.bgp-3 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bgp-3.png");
  background-attachment: fixed;
  background-size: contain;
}

.bgp-4 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bgp-4.png");
  background-attachment: fixed;
}

.bgp-5 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/header-divider.png");
  background-size: 100%;
  background-position: center bottom;
}

.subheader {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-subheader.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports not (aspect-ratio: auto) {
  .subheader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subheader::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .subheader > * {
    position: absolute;
  }
}

.subheader-bg {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.subheader-bg [class*=sbgp-] > div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.sbgp-1 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/subheader-gr.png");
}

.sbgp-2 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/subheader-bl.png");
}

.subheader-ui {
  margin-block: 5.2083333333vmax;
}

.subheader-body {
  margin: 5vmin;
  margin-top: 10vmin;
  color: #cfcfcf;
  font-size: clamp(1.125rem, 1.5625vmax, 2.25rem);
}
.subheader-body > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.subheader-body > *:first-child {
  margin-top: 0;
}
.subheader-body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .subheader-body mark {
    background-color: black;
    color: #333333;
    filter: blur(3px);
  }
}
@media (max-width: 64em) {
  .subheader-body mark {
    background-color: transparent;
    color: currentColor;
  }
}

.modalcore {
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}
.modalcore::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modalcore::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.modalcore::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: white;
}
.modalcore::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: white;
}

.rflc {
  border-top: 1px;
  border-bottom: 1px;
  border-color: red;
  border-style: solid;
}

#rfl-choose {
  width: min(90%, 60rem);
  max-width: unset;
  padding: unset;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 37.5em) {
  #rfl-choose {
    width: min(90%, 25rem);
  }
}
#rfl-choose > .modal-flex {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  max-height: unset;
}
@media (max-width: 37.5em) {
  #rfl-choose > .modal-flex {
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
  }
}
#rfl-choose .rflc-choice {
  background-color: black;
  position: relative;
  flex: 1 1 auto;
}
#rfl-choose .rflc-choice > *:not([spacer]) {
  position: absolute;
  inset: 0;
}
#rfl-choose .rflc-choice > img {
  width: 100%;
  height: auto;
}
#rfl-choose .rflc-choice > div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2vmin;
}
@media (max-width: 64em) {
  #rfl-choose .rflc-choice > div {
    padding: unset;
    position: relative !important;
    margin-bottom: 1.25rem;
  }
}
#rfl-choose .rflc-hover {
  transition: opacity 200ms ease-in-out;
}
#rfl-choose .rflc-hide {
  opacity: 0;
}

:is(#rflc-choice-gr,
#rflc-choice-bl,
#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm,
#rflc-gr,
#rflc-bl) {
  width: min(90%, 30rem);
  padding: unset;
  padding-bottom: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: #131313;
}
:is(#rflc-choice-gr,
#rflc-choice-bl,
#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm,
#rflc-gr,
#rflc-bl) .modal-flex {
  max-height: 100%;
}
:is(#rflc-choice-gr,
#rflc-choice-bl,
#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm,
#rflc-gr,
#rflc-bl) button {
  margin-inline: auto;
}

:is(#rflc-choice-gr,
#rflc-choice-bl,
#rflc-gr,
#rflc-bl) img {
  width: 100%;
  height: auto;
}

.rflc-choice-textbox {
  margin: 0.625rem;
  margin-block-start: -2em;
  padding: 0.625rem;
  color: white;
  text-align: center;
  font-size: clamp(1.125rem, 1.0416666667vmax, 1.375rem);
}

:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) {
  text-align: center;
  padding: 2vmin;
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) > *:first-child {
  margin-top: 0;
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  :is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) {
    padding: 2vmax;
  }
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) h1 {
  color: white;
  line-height: 1.1;
  font-size: clamp(1.25rem, 1.5625vmax, 2rem);
  padding-bottom: 0.5rem;
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) p {
  color: #cfcfcf;
  margin-block: 0;
  font-size: clamp(1.125rem, 1.0416666667vmax, 1.375rem);
}
:is(#rflc-choose-gr-confirm,
#rflc-choose-bl-confirm) p:last-of-type {
  margin-block-end: 1.25rem;
}

:is(#rflc-gr,
#rflc-bl) {
  text-align: center;
  color: white;
}
:is(#rflc-gr,
#rflc-bl) h1 {
  font-size: clamp(1.875rem, 2.2916666667vmax, 3rem);
}
:is(#rflc-gr,
#rflc-bl) h2 {
  background-color: white;
  font-size: clamp(1rem, 1.25vmax, 1.625rem);
}
:is(#rflc-gr,
#rflc-bl) p {
  font-size: clamp(0.875rem, 0.9375vmax, 1.25rem);
  text-align: left;
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}

#rflc-gr h1 {
  background-color: #2859a6;
}
#rflc-gr h2 {
  color: #2859a6;
}

#rflc-bl h1 {
  background-color: #b6823f;
}
#rflc-bl h2 {
  color: #b6823f;
}

.panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.75rem;
  height: 100vh;
  z-index: 3;
  display: flex;
  justify-content: stretch;
  align-items: center;
  transform: translateX(18.75rem);
  opacity: 0;
}
.panel > * {
  flex: 1 1 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #505050 rgba(255, 255, 255, 0);
}
.panel > *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.panel > *::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.panel > *::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #505050;
}
.panel > *::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #505050;
}
.panel.visible {
  animation: slide-left-fade-in 200ms ease-in-out forwards;
}
.panel button {
  width: 100%;
}
@media (max-width: 37.5em) {
  .panel {
    width: 100%;
    transform: translateX(100%);
  }
}

#rfpanel {
  color: white;
  backdrop-filter: blur(5px);
}
#rfpanel ul {
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid red;
  filter: drop-shadow(0 0 3px black);
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
@media (max-width: 37.5em) {
  #rfpanel ul {
    border: none;
  }
}
#rfpanel li {
  list-style: none;
  text-align: center;
  font-size: clamp(1.25rem, 1.1458333333vmax, 1.5rem);
  border-block: 1px solid #5b0000;
}
#rfpanel button {
  background-color: #020202;
  transition: background-color 200ms ease-in-out;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (hover: hover) {
  #rfpanel button {
    cursor: pointer;
  }
  #rfpanel button:hover {
    background-color: red;
  }
}
@media (pointer: coarse) {
  #rfpanel button {
    padding: 1.375rem;
    background-color: black;
  }
}
#rfpanel .btn-cancel {
  all: unset;
  font-size: 0.875rem;
}

[globalrisk] #rfpanel ul {
  border-color: #2859a6;
}
[globalrisk] #rfpanel li {
  border-color: #112647;
}
@media (hover: hover) {
  [globalrisk] #rfpanel button {
    cursor: pointer;
  }
  [globalrisk] #rfpanel button:hover {
    background-color: #2859a6;
  }
}

[blacklist] #rfpanel ul {
  border-color: #b6823f;
}
[blacklist] #rfpanel li {
  border-color: #443118;
}
@media (hover: hover) {
  [blacklist] #rfpanel button {
    cursor: pointer;
  }
  [blacklist] #rfpanel button:hover {
    background-color: #b6823f;
  }
}

.pane,
.pane::before {
  background-position: center;
  background-size: cover;
}

.pane {
  isolation: isolate;
  padding: 0.625rem;
  padding-bottom: 0;
  position: relative;
  filter: drop-shadow(0 3px 10px black);
}
.pane::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  margin: auto;
  z-index: -1;
}
@media (max-height: 580px) {
  .pane::before {
    border-width: 0 !important;
  }
}
.pane button {
  margin-inline: auto;
  font-size: 1rem;
}
.pane h1, .pane h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.25rem;
  font-size: 2.25rem;
  font-size: clamp(1.875rem, 1.875vmax, 2.5rem);
  line-height: 1.1;
}
.pane > *:not(button) {
  padding-inline: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.pane .modal-flex {
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.pane .modal-flex button {
  align-self: center;
}
@media (max-width: 37.5em) {
  .pane .modal-flex button {
    margin-top: 1.875rem;
  }
}
.pane .modal-textbox {
  padding-block: 0;
}
.pane .modal-textbox p {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9375vmax, 1.25rem);
}
.pane .modal-textbox img {
  width: 100%;
  height: auto;
  margin: 0.625rem;
}

[globalrisk] .pane {
  background-color: #131313;
  border: 1px solid #333333;
  color: #cfcfcf;
}
[globalrisk] .pane::before {
  border: 1px solid #2859a6;
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-gr-grid.png");
}
[globalrisk] .pane h1, [globalrisk] .pane h2 {
  color: white;
}
[globalrisk] .pane .modal-textbox {
  scrollbar-width: thin;
  scrollbar-color: #2859a6 #000000;
}
[globalrisk] .pane .modal-textbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
[globalrisk] .pane .modal-textbox::-webkit-scrollbar-track-piece {
  background-color: #000000;
}
[globalrisk] .pane .modal-textbox::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #2859a6;
}
[globalrisk] .pane .modal-textbox::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #2859a6;
}

[blacklist] .pane {
  background-color: #2e2b25;
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-bl-grid.png");
  border: 1px solid #b6823f;
  border-radius: 4px;
  color: white;
}
[blacklist] .pane::before {
  border: 1px solid black;
}
[blacklist] .pane h1, [blacklist] .pane h2 {
  color: #b6823f;
}
[blacklist] .pane .modal-textbox {
  scrollbar-width: thin;
  scrollbar-color: #b6823f #161410;
}
[blacklist] .pane .modal-textbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
[blacklist] .pane .modal-textbox::-webkit-scrollbar-track-piece {
  background-color: #161410;
}
[blacklist] .pane .modal-textbox::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #b6823f;
}
[blacklist] .pane .modal-textbox::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #b6823f;
}

.superbrand {
  max-width: 19.0625rem;
  margin-inline-start: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  padding-top: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.superbrand .header-title {
  all: unset;
}
.superbrand .header-title figcaption {
  font-size: 0.875rem;
  padding-inline: 0;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .superbrand {
    max-width: 30rem;
    margin-inline: auto;
    padding: 2vw;
  }
  .superbrand .header-title figcaption {
    font-size: 1rem;
  }
}
@media (max-width: 37.5em) {
  .superbrand {
    padding: 5vw;
  }
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  background-color: #131313;
  z-index: -1;
}

[class*=bgq-],
[class*=bgq-] > div {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgq-0 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-subheader.jpg");
  background-size: cover;
}
@media (max-width: 64em) {
  .bgq-0 > div {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-subheader-collapsed.jpg");
  }
}
@media (max-width: 37.5em) {
  .bgq-0 > div {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-subheader-mobile.jpg");
  }
}

/* 
//Faction Specific Backgrounds
//When userParam() is invoked on document ready a function
//is passed to set body to either [globalrisk] or [blacklist] attributes.
*/
:is([globalrisk], [blacklist]) :is(.bgq-0, .bgq-1) {
  background-size: cover;
  background-position: top center;
}
@media (max-width: 64em) {
  :is([globalrisk], [blacklist]) :is(.bgq-0, .bgq-1) {
    background-position: center;
  }
}
:is([globalrisk], [blacklist]) .bgq-0 {
  filter: blur(15px);
  opacity: 0.2;
}
:is([globalrisk], [blacklist]) .bgq-2 {
  opacity: 0;
}
:is([globalrisk], [blacklist]) .bgq-2 > div {
  background-size: cover;
  background-position: center;
}

[globalrisk] .bgq-0,
[globalrisk] .bgq-1 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-gr.jpg");
}
@media (max-width: 64em) {
  [globalrisk] .bgq-0,
[globalrisk] .bgq-1 {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-gr-collapsed.jpg");
  }
}
@media (max-width: 37.5em) {
  [globalrisk] .bgq-0,
[globalrisk] .bgq-1 {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-gr-mobile.jpg");
  }
}
[globalrisk] .bgq-2 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-gr-grid.png");
}

[blacklist] .bgq-0,
[blacklist] .bgq-1 {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-bl.jpg");
}
@media (max-width: 64em) {
  [blacklist] .bgq-0,
[blacklist] .bgq-1 {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-bl-collapsed.jpg");
  }
}
@media (max-width: 37.5em) {
  [blacklist] .bgq-0,
[blacklist] .bgq-1 {
    background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-bl-mobile.jpg");
  }
}
[blacklist] .bgq-2 > div {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/bg-faction-bl-grid.png");
}

/* 
//Blur controls 
//When the Welcome panel is closed (View Briefing button):
//Apply .trigger to: .bgq-1, .bgq-2, and .faction-intro.
//Blur filter is applied to .bgq-0 not .bgq-1.
*/
.trigger {
  transition: opacity 600ms ease-in-out;
}

.bgq-1.trigger {
  opacity: 0;
}

.bgq-2.trigger {
  opacity: 1;
}

.accordion {
  padding-block: 1.5625vmax 3.125vmax;
  width: 100%;
}

.accordion :is(dt, dd) {
  margin-block: 0;
}

.accordion dt {
  background-color: #131313;
  border-block: 1px solid #333333;
  color: #808080;
  font-size: 11.25rem;
  font-size: clamp(1rem, 0.9375vmax, 1.25rem);
  padding-inline: 1rem;
}
@media (hover: hover) {
  .accordion dt {
    cursor: pointer;
  }
  .accordion dt:hover {
    color: white;
  }
}
@media (pointer: coarse) {
  .accordion dt {
    color: #cfcfcf;
    padding-block: 1.25rem;
  }
}

.accordion dt[active] {
  background-color: #690000;
  border-block: unset;
  border-top: 1px solid red;
  color: white;
}

.accordion dd:not(:last-of-type):not([style="display:none"]) {
  border-bottom: 1px solid red;
}

.accordion dd {
  background-color: #690000;
  border-bottom: 1px solid red;
  color: #cfcfcf;
  font-size: 10rem;
  font-size: clamp(0.875rem, 0.8333333333vmax, 1.125rem);
  padding-inline: 1rem;
}

#faqintro {
  margin-top: 2.5rem;
}

.subpage-texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  padding-block: 3.125vmax;
  padding-inline: 5vw;
  position: relative;
}
.subpage-texts > *:not(button, h1) {
  max-width: 36.25rem;
}
.subpage-texts > h2 {
  color: white;
  background-color: #5b0000;
  font-size: clamp(1.125rem, 1.1458333333vmax, 1.625rem);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-inline: auto;
}
.subpage-texts > h1 {
  color: white;
  font-size: clamp(3.125rem, 3.125vmax, 4.125rem);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  margin-inline: auto;
}
.subpage-texts .story-block {
  margin-block: 2.5rem;
}
.subpage-texts .story-block > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.subpage-texts .story-block > *:first-child {
  margin-top: 0;
}
.subpage-texts .story-block > *:last-child {
  margin-bottom: 0;
}
.subpage-texts p {
  color: #cfcfcf;
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 1.25vmax, 1.75rem);
}

.faction-intro {
  overflow: hidden;
  max-height: 88vh;
  opacity: 0;
}
@media (max-width: 37.5em) {
  .faction-intro {
    max-height: 40vh;
  }
}

.faction-intro.trigger {
  overflow: auto;
  max-height: unset;
  opacity: 1;
  animation: slide-top-fade-in 300ms ease-in-out forwards;
}

[globalrisk] .faction-intro h2 {
  background-color: #2859a6;
}

[blacklist] .faction-intro h2 {
  background-color: #b6823f;
}

.welcomescreen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  cursor: default;
  max-height: 100vh;
  display: flex;
}

.welcomescreen > div {
  margin: auto;
  width: min(96%, 36.25rem);
  pointer-events: auto;
  text-align: center;
}
.welcomescreen > div > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.welcomescreen > div > *:first-child {
  margin-top: 0;
}
.welcomescreen > div > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  .welcomescreen > div {
    margin-bottom: 15vh;
  }
}

@keyframes slide-bottom-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0vh);
    display: flex;
  }
  99% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translateY(20vh);
  }
}
.welcomescreen.trigger {
  animation: slide-bottom-fade-out 300ms ease-in-out forwards;
}

.faction-chapters {
  animation: slide-top-fade-in 300ms ease-in-out forwards;
}

.faction-chapters h1 span {
  font-weight: 400;
}

.faction-chapters .chapters {
  color: white;
  text-transform: uppercase;
}
.faction-chapters .chapters .icon {
  width: 8rem;
  height: 8rem;
  flex: 0 0 8rem;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 37.5em) {
  .faction-chapters .chapters .icon {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }
}
.faction-chapters .chapters h2 {
  font-size: 1.5rem;
  font-size: clamp(1.375rem, 1.25vmax, 1.625rem);
  background-color: transparent;
}
.faction-chapters .chapters h3 {
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8333333333vmax, 1.125rem);
}
.faction-chapters .chapters span {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9375vmax, 1.25rem);
}

.faction-chapters .chapters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-block: 2.5rem;
}
.faction-chapters .chapters > * {
  margin-block: 0.625rem;
}
.faction-chapters .chapters > *:first-child {
  margin-top: 0;
}
.faction-chapters .chapters > *:last-child {
  margin-bottom: 0;
}

.faction-chapters .chapter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  padding: 4px;
}
.faction-chapters .chapter[complete] span {
  background-color: black !important;
}
@media (hover: hover) {
  .faction-chapters .chapter {
    cursor: pointer;
  }
  .faction-chapters .chapter:hover {
    outline: 1px dotted #808080;
    border-radius: 6px;
  }
}

[globalrisk] .faction-chapters .chapter span {
  background-color: #2859a6;
}
[globalrisk] .faction-chapters .chapter .icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/icon-chapter-gr.png");
}
[globalrisk] .faction-chapters .chapter[complete] .icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/icon-chapter-gr-complete.png");
}

[blacklist] .faction-chapters .chapter span {
  background-color: #b6823f;
}
[blacklist] .faction-chapters .chapter .icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/icon-chapter-bl.png");
}
[blacklist] .faction-chapters .chapter[complete] .icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/icon-chapter-bl-complete.png");
}

[class*=rfmp-missions-] {
  padding-bottom: 2.0833333333vmax;
}
[class*=rfmp-missions-] > * {
  margin-block: 0.625rem;
}
[class*=rfmp-missions-] > *:first-child {
  margin-top: 0;
}
[class*=rfmp-missions-] > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  [class*=rfmp-missions-] {
    padding-bottom: 6.25vmax;
  }
}

.rfmp-section-header {
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 37.5em) {
  .rfmp-section-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.rfmp-section-header h2 {
  letter-spacing: 0.4em;
  font-size: 1em;
  margin: unset;
}
.rfmp-section-header .timer {
  font-size: 1rem;
  letter-spacing: 0.1em;
  align-items: baseline;
  margin: unset;
}
.rfmp-section-header .timer div {
  font-size: 1.5rem;
  width: unset;
  align-items: baseline;
}
@media (max-width: 37.5em) {
  .rfmp-section-header .timer div {
    font-size: 1em;
  }
}
.rfmp-section-header .timer p {
  width: 2ch;
  font-size: 1em;
}
.rfmp-section-header .timer div::after {
  content: "";
}
.rfmp-section-header .timer div::before {
  content: ":";
  font-size: 1em;
  margin-inline: 1ch;
}
.rfmp-section-header .timer div.seconds {
  display: none;
}

.rfmp-missions-open > div {
  margin-bottom: 0.75rem;
}

.rfmp-missions-closed > div {
  margin-bottom: 1rem;
}

[globalrisk] .rfmp-missions-open .rfmp-mission {
  border: 1px solid #cfcfcf;
}
[globalrisk] .rfmp-missions-open .rfmp-mission[data-status=inactive],
[globalrisk] .rfmp-missions-closed .rfmp-mission {
  border: 1px solid #444444;
}
[globalrisk] .rfmp-missions-open .rfmp-mission[data-status=inactive] .rfmp-progress,
[globalrisk] .rfmp-missions-closed .rfmp-mission .rfmp-progress {
  color: #808080;
}

[blacklist] .rfmp-missions-open .rfmp-mission {
  background-color: rgba(64, 54, 40, 0.75);
  border-bottom: 1px solid #624b2e;
  border-radius: 6px;
}
[blacklist] .rfmp-missions-open .rfmp-mission[data-status=inactive],
[blacklist] .rfmp-missions-closed .rfmp-mission {
  background-color: rgba(28, 24, 18, 0.75);
  border-bottom: 1px solid #312a21;
  border-radius: 6px;
}
[blacklist] .rfmp-missions-open .rfmp-mission[data-status=inactive] .rfmp-progress,
[blacklist] .rfmp-missions-closed .rfmp-mission .rfmp-progress {
  color: #808080;
}

#disclaimer {
  color: #808080;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: auto;
  padding-bottom: 2.5rem;
}

.rfmp-bar {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-block: max(2.5rem, 3.6458333333vmax);
}

/*---------
ICONS
----------*/
[class*=rfmp-icon-] {
  flex: 0 0 auto;
}
[class*=rfmp-icon-]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 6.25vmax;
  height: 6.25vmax;
  background-position: center;
  background-size: 100%;
}

[globalrisk] .rfmp-icon-left::before {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-gr-logo.svg");
}

[globalrisk] .rfmp-icon-right::before {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-bl-logo.svg");
}

[blacklist] .rfmp-icon-left::before {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-bl-logo.svg");
}

[blacklist] .rfmp-icon-right::before {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-gr-logo.svg");
}

/*---------
BARS
----------*/
.rfmp-bar-wrapper {
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  position: relative;
}

[class*=rfmp-bar-] {
  flex-grow: 1;
  flex-shrink: 1;
}

.rfmp-bar-wrapper {
  padding: 5px;
  height: 1.875rem;
  margin: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  position: relative;
}

[globalrisk] .rfmp-bar-wrapper {
  background-color: black;
  border: 1px solid #cfcfcf;
}

[blacklist] .rfmp-bar-wrapper {
  background-color: black;
  border-bottom: 1px solid #b6823f;
  border-radius: 6px;
}

[class*=rfmp-bar-].value::after {
  position: absolute;
  content: attr(data-value) "%";
  color: white;
  bottom: -2.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 37.5em) {
  [class*=rfmp-bar-].value::after {
    bottom: -1.875rem;
    font-size: 1rem;
  }
}

[complete] [class*=rfmp-bar-].value::after {
  content: attr(data-value);
}

.rfmp-bar-left.value::after {
  left: 0;
}

.rfmp-bar-right.value::after {
  right: 0;
}

.rfmp-bar-left {
  flex-shrink: 0;
}

.rfmp-bar-left {
  flex-grow: 0;
}

.rfmp-bar-left,
.rfmp-bar-right {
  height: 1.25rem;
}

[globalrisk] .rfmp-bar-left {
  background: #2859a6;
  background: linear-gradient(90deg, #112647 0%, #2859a6 100%);
}
[globalrisk] .rfmp-bar-right {
  background: #b6823f;
  background: linear-gradient(90deg, #b6823f 0%, #443118 100%);
}

[blacklist] .rfmp-bar-left,
[blacklist] .rfmp-bar-right {
  border-radius: 3px;
}
[blacklist] .rfmp-bar-left {
  background: #b6823f;
  background: linear-gradient(90deg, #443118 0%, #b6823f 100%);
}
[blacklist] .rfmp-bar-right {
  background: #2859a6;
  background: linear-gradient(90deg, #2859a6 0%, #112647 100%);
}

/*---------
STATUS
---------*/
.rfmp-status {
  position: absolute;
  inset: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  pointer-events: none;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3.75rem;
  font-size: clamp(2.5rem, 3.125vmax, 4.375rem);
  font-weight: 700;
  opacity: 0;
  text-transform: uppercase;
}

.rfmp-mission {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 64em) {
  .rfmp-mission {
    flex-wrap: wrap;
  }
}

.rfmp-icon,
.rfmp-ui,
.rfmp-progress {
  flex: 0 0 auto;
}

.rfmp-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: flex-start;
  margin: 0.625rem 0;
}
@media (max-width: 37.5em) {
  .rfmp-icon {
    flex: 1 0 100%;
  }
}

[globalrisk] [class*=-open] .rfmp-icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-gr-open.png");
}
[globalrisk] [class*=-closed] .rfmp-icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-gr-closed.png");
}

[blacklist] [class*=-open] .rfmp-icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-bl-open.png");
}
[blacklist] [class*=-closed] .rfmp-icon {
  background-image: url("https://crossfire.z8games.com/assets/imgs/rivalfactions/images/rfmp-bl-closed.png");
}

.rfmp-mission[data-status=inactive] .rfmp-icon {
  height: unset;
  background-image: none;
}

.rfmp-labels {
  flex: 1 1 100%;
  align-self: flex-start;
  color: white;
}
.rfmp-labels h6 {
  color: #808080;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 1;
}
.rfmp-labels h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.rfmp-labels li {
  list-style: none;
  line-height: 1.1;
}
@media (max-width: 64em) {
  .rfmp-labels {
    flex: 1 0 auto;
  }
}
@media (max-width: 37.5em) {
  .rfmp-labels {
    flex: 1 0 100%;
    text-align: center;
  }
  .rfmp-labels h6 {
    font-size: 1rem;
  }
  .rfmp-labels h4 {
    font-size: 1.875rem;
  }
}

.rfmp-missions-open .rfml-label h5 {
  display: none;
}

.rfmp-missions-closed .rfmp-labels ul {
  display: none;
}

.rfmp-mission[data-status=inactive] .rfmp-labels {
  align-self: center;
}

.rfmp-missions-closed .rfmp-mission[data-status=inactive] {
  display: none;
}

.rfmp-ui {
  display: flex;
  gap: 0.625rem;
}
.rfmp-ui button {
  font-size: 1rem;
}
@media (max-width: 64em) {
  .rfmp-ui {
    flex: 1 0 100%;
    order: 10;
    padding-inline: 3.125rem;
  }
  .rfmp-ui button {
    margin-inline: unset;
  }
}
@media (max-width: 37.5em) {
  .rfmp-ui {
    padding-inline: 0;
  }
  .rfmp-ui button {
    width: 100%;
    max-width: unset;
  }
}

.rfmp-progress {
  color: white;
  font-size: 3.75rem;
  font-size: clamp(3.125rem, 3.125vmax, 4.375rem);
  text-align: right;
  padding-block: 2vmin;
  padding-inline: 1rem;
  margin-left: 2vmin;
  min-width: 5.3ch;
  line-height: 1;
}
@media (max-width: 64em) {
  .rfmp-progress {
    flex: 1 0 auto;
    padding-block: unset;
  }
}
@media (max-width: 37.5em) {
  .rfmp-progress {
    flex: 1 0 100%;
    margin-left: unset;
    text-align: center;
  }
}

.rfmp-failed,
.rfmp-success {
  text-transform: uppercase;
  font-size: 0.9375rem;
  max-width: fit-content;
  line-height: 1;
  padding: 2px;
}
@media (max-width: 37.5em) {
  .rfmp-failed,
.rfmp-success {
    margin: auto;
  }
}

.rfmp-failed {
  background-color: red;
  color: white;
}

[globalrisk] .rfmp-success {
  background-color: white;
  color: #2859a6;
}

[blacklist] .rfmp-success {
  background-color: #b6823f;
  color: black;
}

.rfmp-trackers > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.rfmp-trackers > *:first-child {
  margin-top: 0;
}
.rfmp-trackers > *:last-child {
  margin-bottom: 0;
}

.rfmp-tracker > * {
  text-align: center;
  margin-inline: auto;
}
.rfmp-tracker h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.rfmp-track {
  background-color: black;
  width: 100%;
  padding: 7px;
  position: relative;
}
.rfmp-track > div {
  background-color: white;
  height: 8px;
}

.rfmp-rewards {
  padding-bottom: 2.0833333333vmax;
}
@media (max-width: 37.5em) {
  .rfmp-rewards {
    padding-bottom: 6.25vmax;
  }
  .rfmp-rewards > div p {
    text-align: center;
  }
}

.rfmp-rewards .nav-tabbed {
  background: none;
  align-items: flex-start;
  margin-bottom: -1px;
  gap: 0.625rem;
}

.rfmp-rewards .rfmp-section-header {
  margin: unset;
  padding: 0.25em 1.5em 0.125em;
}

#rfmp-rewards {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  color: white;
}

[globalrisk] .rfmp-rewards .rfmp-section-header:not([active]) {
  padding-bottom: 0.45em;
  border-bottom: 1px solid #cfcfcf;
}
[globalrisk] .rfmp-rewards .rfmp-section-header[active] {
  border: 1px solid #cfcfcf;
  background-color: transparent;
}
[globalrisk] .rfmp-rewards .rfmp-section-header,
[globalrisk] #rfmp-rewards {
  border: 1px solid #444444;
}
[globalrisk] #rfmp-rewards {
  border-top: 1px solid #cfcfcf;
}

[blacklist] .rfmp-rewards .rfmp-section-header[active] {
  background-color: #b6823f;
  padding-bottom: 0.65em;
  border-bottom: none;
}
[blacklist] .rfmp-rewards .rfmp-section-header,
[blacklist] #rfmp-rewards {
  background-color: rgba(28, 24, 18, 0.75);
  border-bottom: 1px solid #312a21;
}
[blacklist] #rfmp-rewards {
  border-top: 1px solid #b6823f;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.reward {
  position: relative;
}
.reward img {
  width: 100%;
  height: auto;
  aspect-ratio: 540/400;
  object-fit: scale-down;
}
.reward figcaption {
  text-align: center;
}
.reward figcaption h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 1.1;
  color: #808080;
}

/*# sourceMappingURL=core_we_dev.css.map */
