@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;700&display=swap");
*,
*::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%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

img,
picture {
  border: 0;
  border-style: none;
  display: block;
  max-width: 100%;
}

:where(figure,picture) > img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: max(16px, 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%, 90em);
}
[class*=container][class*=__fluid] {
  width: 100%;
}
[class*=container][class*=__padded] {
  width: min(96%, 90em);
}
[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;
  }
}
.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 dd {
  max-height: 0;
  transition: max-height 350ms cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.accordion dt[active] + dd {
  max-height: 1500px;
  transition: max-height 350ms cubic-bezier(1, 0, 1, 0);
}

@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;
}

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;
}

.carousel {
  width: 100%;
  height: auto;
  background-color: black;
}

.carousel.stacked {
  display: grid;
  place-items: center;
  isolation: isolate;
  position: relative;
}
.carousel.stacked > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.carousel.stacked .dots-carousel {
  position: absolute;
}

:is(.wrapper-carousel,
.content-carousel) {
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.wrapper-carousel {
  width: 100%;
  isolation: isolate;
  align-items: center;
}

.content-carousel {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: stretch;
  isolation: auto;
  z-index: 1;
}
.content-carousel > * {
  position: relative;
  float: left;
  flex-grow: 1;
  flex-shrink: 0;
}

:is(.filler-carousel,
.handle-carousel) {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
}

.filler-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
  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 */
}
.filler-carousel > * {
  position: absolute;
  flex: 0 0 100%;
}

.handle-carousel {
  z-index: 2;
}

:is(.nav-carousel,
.dots-carousel) {
  display: flex;
  z-index: 3;
  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 */
}
:is(.nav-carousel,
.dots-carousel) > * {
  pointer-events: all;
}

.nav-carousel {
  justify-content: space-between;
  width: 100%;
}

.dots-carousel {
  justify-content: center;
  align-items: center;
  gap: 0.3125em;
  font-size: 1em;
}
.dots-carousel li {
  list-style: none;
  width: 0.625em;
  height: 0.625em;
  border: 1px solid currentColor;
  border-radius: 100vw;
  transition: width 200ms ease;
}
.dots-carousel li[active] {
  background-color: currentColor;
}

.content-carousel > *,
.filler-carousel > * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

button:is(.hamburger, .hamburger-close) {
  aspect-ratio: 1/1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  background-color: none;
}

button.hamburger {
  font-weight: 700;
  font-size: 1.5em;
}

button.hamburger-close {
  align-self: flex-end;
}
button.hamburger-close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: max(30px, 2vw);
}

nav.hamburger {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  width: min(100%, 400px);
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  z-index: 4;
  translate: -400px;
  transition: translate 200ms ease-in-out;
  isolation: isolate;
  overflow-y: auto;
  scrollbar-width: 7px;
  scrollbar-color: #505050 rgba(255, 255, 255, 0);
  background-color: ghostwhite;
}
nav.hamburger::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
nav.hamburger::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
nav.hamburger::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: #505050;
}
nav.hamburger::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: #505050;
}
nav.hamburger > * {
  margin-block: 0.3125rem;
}
nav.hamburger > *:first-child {
  margin-top: 0;
}
nav.hamburger > *:last-child {
  margin-bottom: 0;
}

nav.hamburger dt {
  background-color: transparent;
}
nav.hamburger dt[active] {
  background-color: transparent;
}

nav.hamburger dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

dialog {
  background: transparent;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: default;
}

.modal {
  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;
}
.modal.top {
  animation-name: slide-top-fade-in;
}
.modal.right {
  animation-name: slide-right-fade-in;
}
.modal.bottom {
  animation-name: slide-bottom-fade-in;
}
.modal.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: 7px;
  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: 7px;
  background-color: #cccccc;
}
.modal::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  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: 7px;
  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: 7px;
  background-color: #cccccc;
}
.modal-textbox::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  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;
  padding: unset !important;
  overflow: hidden !important;
}
.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;
  }
}

#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: 0;
}

#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 !important;
}
.nav-ribbon > * {
  flex-shrink: 0;
}
@media (min-width: 37.5625em) {
  .nav-ribbon {
    scrollbar-width: 7px;
    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: 7px;
    background-color: #505050;
  }
  .nav-ribbon::-webkit-scrollbar-thumb:horizontal {
    width: 7px;
    background-color: #505050;
  }
}

nav:where(.nav-h,.nav-v) {
  display: flex;
}

nav.nav-h {
  flex-direction: row;
  align-items: center;
}

nav.nav-v {
  flex-direction: column;
  align-items: stretch;
}

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

.nav-tabbed {
  display: flex;
  flex-wrap: wrap;
  -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 > * {
  cursor: pointer;
}

.tooltip {
  cursor: pointer;
}

.tooltip-alt,
.tooltip-id {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: ghostwhite;
}

.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: center;
    padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding-bottom: 10vh;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .modeless > * {
    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 Condensed", "Arial Narrow", sans-serif;
}

html:not([lang*=en]) :is(#features h2,
.full-screen h2,
#buythegamebottom h1,
.media-grid h1,
#subpage-heading) {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
html:not([lang*=en]) .full-screen h2 {
  font-size: clamp(60px, 4.1666666666vmax, 80px);
}
html:not([lang*=en]) #features h2 {
  font-size: clamp(45px, 3.125vmax, 60px);
}

html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) :is(#features h2,
.full-screen h2,
#buythegamebottom h1,
.media-grid h1,
#subpage-heading) {
  letter-spacing: 0;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 800;
}
html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) .full-screen h2 {
  font-size: clamp(2.5rem, 4.5vmax, 4.375rem);
}
html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) #features h2 {
  font-size: clamp(2rem, 3.5vmax, 3.5rem);
}
html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) #buythegamebottom h1 {
  font-size: clamp(2rem, 3.5vmax, 3rem);
  word-break: keep-all;
}
html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) .media-grid h1 {
  height: 1em;
}
html:is([lang*=ko],
[lang*=ja],
[lang*=zh],
[lang*=ru]) :is(header, footer, #subpage-header) {
  word-break: keep-all;
}

html:is([lang*=ja]) :is(header, footer, #subpage-header, #buythegamebottom) :is(h1, h2, h3, h4, h5, h6, p) {
  word-break: unset;
}

html:is([lang*=ko]) .full-screen p mark,
html:is([lang*=ko]) #features p {
  word-break: keep-all;
}

html[lang*=en] :is(#features h2,
.full-screen h2,
#buythegamebottom h1,
.media-grid h1,
#subpage-heading) {
  font-family: "cfmachine", Impact, "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400;
}
html[lang*=en] .full-screen h2 {
  line-height: 1;
}

:root {
  background-color: initial;
}

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

@font-face {
  font-family: "cfmachine";
  src: url("../fonts/cfx_machine.woff2") format("woff2"), url("../fonts/cfx_machine.woff") format("woff"), url("../fonts/cfx_machine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-image: url("../images/bg-grid.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > div:first-of-type {
  flex: 1 1 auto;
}

.whitecore {
  background-color: white;
  height: 100%;
}
.whitecore :is(h1) {
  color: #546b8c;
}

:not(footer) :is(p, h1, h2, h3, h4, h5, h6, mark, span, figcaption) :is(a:link, a:visited) {
  color: #546b8c;
  text-decoration: underline;
}
:not(footer) :is(p, h1, h2, h3, h4, h5, h6, mark, span, figcaption) :is(a:hover, a:active) {
  filter: brightness(150%);
}

html {
  scrollbar-width: 7px;
  scrollbar-color: #546b8c black;
}
html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
html::-webkit-scrollbar-track-piece {
  background-color: black;
}
html::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: #546b8c;
}
html::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: #546b8c;
}

.nav-tabbed > * {
  padding: 1rem;
}
.nav-tabbed > *[active] {
  background-color: black;
  color: white;
}

.accordion dt > * {
  padding: 0.25rem;
}
.accordion dd > * {
  padding: 1.25rem;
}
.accordion dt[active] {
  background-color: ghostwhite;
}
.accordion dd:not(:last-of-type):not([style="display:none"]) {
  border-bottom: 1px solid whitesmoke;
}

.carousel {
  margin-inline: auto;
}

.carousel,
.carousel picture {
  overflow: hidden;
  border-radius: 0.1875rem;
}

.nav-carousel {
  padding: 0.625rem;
}
@media (max-width: 37.5em) {
  .nav-carousel {
    padding: 0.625rem 0;
  }
}

.nav-carousel button {
  background: none;
  color: white;
  border: 1px solid currentColor;
  border-radius: 3px;
  filter: drop-shadow(0 0 10px black);
}
@media (hover: hover) {
  .nav-carousel button {
    cursor: pointer;
  }
  .nav-carousel button:hover {
    background-color: #546b8c;
    border-color: #546b8c;
  }
}
@media (pointer: coarse) {
  .nav-carousel button {
    font-size: 1.25em;
  }
}

.dots-carousel {
  padding: 0.625rem;
  bottom: 0;
  left: 0;
}
@media (pointer: coarse) {
  .dots-carousel {
    left: unset;
  }
}

.dots-carousel li {
  color: white;
  filter: drop-shadow(0 0 10px black);
  border-radius: 0.375rem;
}
.dots-carousel li[active] {
  width: 1.875em;
}
@media (hover: hover) {
  .dots-carousel li {
    cursor: pointer;
  }
  .dots-carousel li:hover {
    color: #546b8c;
  }
}
@media (pointer: coarse) {
  .dots-carousel li {
    font-size: 2em;
  }
}

@media (max-width: 37.5em) {
  .carousel.stacked {
    background-color: transparent;
  }
}

@media (max-width: 37.5em) {
  .carousel.stacked .dots-carousel,
.carousel.stacked .nav-carousel {
    position: relative;
    grid-row: 2;
  }
}

@media (max-width: 37.5em) {
  .carousel.stacked .dots-carousel li {
    color: #546b8c;
    filter: none;
  }
}

@media (max-width: 37.5em) {
  .carousel.stacked .nav-carousel button {
    color: #546b8c;
  }
}

dialog[id*=gallery] .modal,
dialog[id*=wallpaper] .modal {
  background-color: transparent;
  padding: 0;
  width: min(90%, 60rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
dialog[id*=gallery] .modal::after,
dialog[id*=wallpaper] .modal::after {
  content: attr(alt);
  color: white;
}
@media (max-width: 64em) and (orientation: landscape) {
  dialog[id*=gallery] .modal,
dialog[id*=wallpaper] .modal {
    width: 60dvw;
  }
}

.hidden-text {
  visibility: hidden;
  font-size: 0px !important;
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

header {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
}
@media (max-width: 37.5em) {
  header {
    min-height: 600px;
  }
}

header video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background-color: black;
}

header::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #222426;
  background: linear-gradient(0deg, #222426 0%, rgba(34, 36, 38, 0) 25%, rgba(34, 36, 38, 0) 85%, rgba(34, 36, 38, 0.45) 100%);
}
@media (max-width: 37.5em) {
  header::after {
    background: linear-gradient(0deg, #222426 0%, rgba(34, 36, 38, 0) 25%, rgba(34, 36, 38, 0) 35%, #222426 90%);
  }
}

#hero-contents,
#hero-contents-top,
#hero-contents-middle,
#hero-contents-bottom,
.hero-contents-bar {
  display: flex;
  align-items: center;
}

#hero-contents {
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  position: absolute;
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  inset: 0;
  isolation: isolate;
  z-index: 1;
  color: white;
}
@media (max-width: 37.5em) {
  #hero-contents {
    flex-direction: column-reverse;
  }
}

#hero-contents-top,
#hero-contents-middle,
#hero-contents-bottom,
.hero-contents-bar {
  width: 100%;
  gap: 1.875rem;
}

#hero-contents-top {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
#hero-contents-top select, #hero-contents-top button {
  font-size: 1.25rem;
}
@media (max-width: 37.5em) {
  #hero-contents-top {
    justify-content: center;
  }
}

#hero-contents-middle {
  flex-direction: column;
}
@media (max-width: 37.5em) {
  #hero-contents-middle {
    flex: 1 1 100%;
    padding: 5vw;
  }
}

#hero-contents-bottom,
.hero-contents-bar {
  justify-content: center;
}
@media (max-width: 37.5em) {
  #hero-contents-bottom,
.hero-contents-bar {
    flex-direction: column;
  }
}

.hero-contents-bar {
  gap: 1.625rem;
  align-items: stretch;
}

[id*=cfss-logo] {
  max-width: 900px;
  max-height: 30dvh;
  width: 100%;
}
[id*=cfss-logo] img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.hero-button,
.buy-button {
  padding: 0.1em 0.75em 0.2em;
  font-size: clamp(18px, 1.3541666667vmax, 26px);
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid;
  position: relative;
  gap: 0;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .hero-button,
.buy-button {
    cursor: pointer;
  }
  .hero-button:hover,
.buy-button:hover {
    animation: pulse 1s infinite;
  }
  .hero-button:hover::after,
.buy-button:hover::after {
    inset: -10px;
  }
  .hero-button:hover img,
.buy-button:hover img {
    filter: invert(0);
  }
}
.hero-button::after,
.buy-button::after {
  content: "";
  inset: 0;
  position: absolute;
  border: 10px solid transparent;
  border-image: url("../images/button-corners.png") 10 stretch;
  transition: inset 150ms ease-in-out;
}
.hero-button span,
.buy-button span {
  font-size: clamp(14px, 0.8333333333vmax, 16px);
}
.hero-button img,
.buy-button img {
  max-height: 2.5rem;
  width: auto;
  margin-block-end: 0.1875rem;
  filter: invert(1);
}
@media (max-width: 64em) {
  .hero-button img,
.buy-button img {
    max-height: 1.875rem;
  }
}
@media (max-width: 37.5em) {
  .hero-button img,
.buy-button img {
    max-height: 3.125rem;
  }
}

.hero-button {
  border-color: white;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
@media (hover: hover) {
  .hero-button {
    cursor: pointer;
  }
  .hero-button:hover {
    background-color: #546b8c;
    border-color: #546b8c;
  }
}
@media (max-width: 37.5em) {
  .hero-button {
    padding-block: 1em;
  }
}

.buy-button {
  border-color: white;
  background-color: #546b8c;
  color: black;
  background-image: linear-gradient(30deg, white 50%, transparent 50%);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
@media (max-width: 37.5em) {
  .buy-button {
    background-image: none;
    background-color: white;
  }
}
@media (hover: hover) {
  .buy-button {
    cursor: pointer;
  }
  .buy-button:hover {
    background-position: 100%;
    border-color: #546b8c;
    color: white;
  }
}

.links-row {
  display: flex;
  gap: 0.625rem;
}

.links-row button {
  background-color: transparent;
  color: white;
  border-radius: 0.1875rem;
  border: 1px solid white;
  padding-inline: 0.7em;
  padding-block-start: 0.1em;
  padding-block-end: 0.1em;
  width: 100%;
  text-transform: uppercase;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}
@media (hover: hover) {
  .links-row button {
    cursor: pointer;
  }
  .links-row button:hover {
    color: white;
    background-color: #546b8c;
    border-color: #546b8c;
  }
}

.sub-header {
  background-color: #222426;
  background-image: url("../images/bg-accolades.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
  padding-block: 3.75rem 7.5rem;
}

#trailers {
  display: flex;
  gap: 2.5rem;
  width: min(90%, 1420px);
  margin-inline: auto;
}
@media (max-width: 64em) {
  #trailers {
    flex-direction: column;
  }
}

#trailers .trailer-buttons {
  transition: scale 100ms ease-in;
  border-radius: 0.1875rem;
  overflow: hidden;
  position: relative;
}
#trailers .trailer-buttons button {
  all: unset;
  position: absolute;
  inset: 0;
}
#trailers .trailer-buttons img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  #trailers .trailer-buttons {
    cursor: pointer;
  }
  #trailers .trailer-buttons:hover {
    scale: 1.02;
    outline: 2px solid white;
    transition: scale 150ms ease-out;
  }
}

#trailers * {
  flex: 1 1 auto;
}

.sub-header-trailer * {
  width: 100%;
  aspect-ratio: 16/9;
}

.full-screen {
  min-height: 50vh;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  position: relative;
  isolation: isolate;
  color: white;
  line-height: normal;
  text-align: center;
}
@media (max-width: 64em) {
  .full-screen {
    flex-direction: column;
  }
}

.full-screen::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(34, 36, 38, 0.3334);
  z-index: 0;
}

.full-screen::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  background: linear-gradient(90deg, #546b8c 0%, #546b8c 18%, rgba(84, 107, 140, 0) 18%, rgba(84, 107, 140, 0) 54%, #546b8c 54%, #546b8c 62%, rgba(84, 107, 140, 0) 62%, rgba(84, 107, 140, 0) 68%, #546b8c 68%, #546b8c 100%);
  filter: hue-rotate(180deg) brightness(150%);
  backdrop-filter: blur(5px);
  top: 0;
  right: 0;
}

.full-screen > * {
  margin-block: 0;
  z-index: 1;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}

.full-screen h2 {
  font-size: clamp(60px, 5.2083333333vmax, 100px);
  max-width: 20ch;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 37.5em) {
  .full-screen h2 {
    font-size: clamp(50px, 4.1666666666vmax, 80px);
  }
}
@media (max-width: 64em) {
  .full-screen h2 {
    max-width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .full-screen h2 {
    text-align: left;
  }
}
.full-screen h2::after, .full-screen h2::before {
  content: "";
  background-color: #546b8c;
  filter: hue-rotate(180deg) brightness(150%);
  position: absolute;
}
.full-screen h2::after {
  width: 66%;
  height: 1px;
  left: 0;
  bottom: -6px;
}
.full-screen h2::before {
  width: 10%;
  height: 3px;
  left: 0;
  bottom: -6px;
}

.full-screen p {
  font-size: clamp(22px, 1.4583333333vmax, 28px);
  max-width: 66ch;
  line-height: 1.7;
  padding: 0.5em;
  flex: 0 1 auto;
}
@media (max-width: 37.5em) {
  .full-screen p {
    font-size: 1.375rem;
  }
}
@media (min-width: 64.0625em) {
  .full-screen p {
    text-align: left;
  }
}
.full-screen p mark {
  background-color: black;
  color: white;
}

#full-screen-1 {
  background-image: url("../images/full-screen-1.webp");
}

#full-screen-2 {
  background-image: url("../images/full-screen-2.webp");
}

#buythegame {
  background-color: #222426;
  color: white;
  padding: 5vw;
  padding-block-end: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#buythegame .hero-contents-bar {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-areas: "trailer trailer trailer buy1 buy1 buy1 buy1 buy2 buy2 buy2 buy2 buy3 buy3 buy3 buy3";
  width: 100%;
}
@media (max-width: 37.5em) {
  #buythegame .hero-contents-bar {
    grid-template-columns: 1fr;
    grid-template-areas: "trailer" "buy1" "buy2" "buy3";
  }
}
#buythegame .hero-contents-bar > *:nth-child(1) {
  grid-area: trailer;
}
#buythegame .hero-contents-bar > *:nth-child(2) {
  grid-area: buy1;
}
#buythegame .hero-contents-bar > *:nth-child(3) {
  grid-area: buy2;
}
#buythegame .hero-contents-bar > *:nth-child(4) {
  grid-area: buy3;
}
#buythegame button {
  width: 100%;
  font-size: 1.25rem;
}
@media (max-width: 37.5em) {
  #buythegame button {
    font-size: 1.5625rem;
  }
}

#accolades {
  padding-inline: 5vw;
}
#accolades > div {
  row-gap: 3.125rem;
}
#accolades h1 {
  text-align: center;
  line-height: normal;
  width: min(80%, 30ch);
  font-size: 1.625rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accolades h1 span {
  padding-inline: 1em;
}
#accolades h1 small {
  font-size: 0.6667em;
  font-weight: 400;
}
#accolades h1 img {
  width: 100%;
  max-width: 150px;
  margin-inline: auto;
}
#accolades h1.laurels::before,
#accolades h1.laurels::after {
  content: "";
  aspect-ratio: 1/2;
  width: 3.75rem;
  background-size: contain;
  flex: 0 0 auto;
}
#accolades h1::before {
  background-image: url("../images/laurel-left.png");
}
#accolades h1::after {
  background-image: url("../images/laurel-right.png");
}

#features > div[class*=container] {
  padding-block: 6.25rem;
}
#features > div[class*=container] > * {
  margin-block: 6.25rem;
}
#features > div[class*=container] > *:first-child {
  margin-top: 0;
}
#features > div[class*=container] > *:last-child {
  margin-bottom: 0;
}

#features figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
@media (min-width: 64.0625em) {
  #features figure:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #features figure:nth-child(even) {
    flex-direction: row;
  }
}
@media (max-width: 64em) {
  #features figure {
    flex-direction: column;
  }
}

#features video {
  object-fit: cover;
  aspect-ratio: 16/9;
  position: relative;
  isolation: isolate;
}
@media (min-width: 64.0625em) {
  #features video {
    max-width: min(50%, 640px);
  }
}
@media (max-width: 64em) {
  #features video {
    max-width: 96%;
  }
}

#features figcaption {
  flex: 1 0 auto;
  padding: 2.5rem;
}
@media (min-width: 64.0625em) {
  #features figcaption {
    max-width: 45%;
  }
}
@media (max-width: 64em) {
  #features figcaption {
    max-width: 96%;
  }
}
@media (max-width: 37.5em) {
  #features figcaption {
    font-size: 1.375rem;
  }
}
#features figcaption mark {
  background-color: rgba(84, 107, 140, 0.1);
  color: black;
}

#features h2 {
  color: #546b8c;
  font-size: clamp(60px, 4.1666666666vmax, 80px);
  line-height: 0.8em;
  max-width: 20ch;
  margin-bottom: 0.3em;
  position: relative;
}
@media (max-width: 37.5em) {
  #features h2 {
    font-size: clamp(45px, 3.125vmax, 60px);
  }
}
#features h2::after, #features h2::before {
  content: "";
  background-color: #546b8c;
  filter: hue-rotate(180deg) brightness(150%);
  position: absolute;
}
#features h2::after {
  width: 50%;
  height: 1px;
  left: 0;
  bottom: -6px;
}
#features h2::before {
  width: 10%;
  height: 3px;
  left: calc(40% + 1px);
  bottom: -6px;
}

#features p {
  font-size: clamp(16px, 1.0416666667vmax, 20px);
  line-height: 1.5;
  color: #808080;
  text-align: left;
}

#buythegamebottom h1 {
  font-size: clamp(50px, 3.125vmax, 66px);
  line-height: 1;
  margin: 0 auto;
}

#buythegamebottom h2 {
  font-size: clamp(28px, 1.875vmax, 32px);
  font-weight: 400;
  margin: 0 auto;
}

#buythegamebottom p {
  max-width: 60ch;
  margin-block: 0.5em;
  color: #808080;
}

#buythegamebottom-wrap {
  display: flex;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  justify-content: center;
  align-items: center;
}
@media (max-width: 885px) {
  #buythegamebottom-wrap {
    flex-direction: column;
  }
}

#buythegamebottom-form-left {
  flex: 1 1 auto;
  padding: 2.5rem;
}
@media (max-width: 885px) {
  #buythegamebottom-form-left {
    text-align: center;
  }
}

#buythegamebottom-form-right {
  flex: 0 0 480px;
  margin-inline: 1.25rem;
}
#buythegamebottom-form-right img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
@media (max-width: 885px) {
  #buythegamebottom-form-right {
    flex: 0 0 100%;
    align-self: end;
  }
  #buythegamebottom-form-right img {
    max-width: 800px;
  }
}

#butthegamebottom-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem;
  margin-top: 1.25rem;
}
#butthegamebottom-buttons button.buy-button {
  border-color: #cfcfcf;
}
#butthegamebottom-buttons button.buy-button img {
  margin-block: 0.375rem;
}
@media (max-width: 885px) {
  #butthegamebottom-buttons {
    justify-content: center;
  }
}
@media (max-width: 37.5em) {
  #butthegamebottom-buttons {
    flex-direction: column;
  }
  #butthegamebottom-buttons a,
#butthegamebottom-buttons button.buy-button {
    width: 100%;
  }
}

.sns-row,
.lang-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.sns-row span,
.lang-row span {
  text-transform: uppercase;
}

#stickybottom .sns-row span {
  font-size: 1.5rem;
  color: white;
}
@media (max-width: 37.5em) {
  #stickybottom .sns-row span {
    font-size: 1rem;
  }
}

#stickybottom .sns-row {
  padding: 0.3em 0.6em;
  margin-inline: auto;
  border: 1px solid #546b8c;
}

#stickybottom {
  background-color: rgba(84, 107, 140, 0.8);
  backdrop-filter: blur(5px);
}

.sns-row ul {
  list-style: none;
  display: flex;
}

.sns-row a::before {
  filter: invert(1);
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
}

.sns-row a[href*=facebook]::before {
  background-image: url("../images/sns-facebook.svg");
}

.sns-row a[href*=twitter]::before {
  background-image: url("../images/sns-twitter.svg");
}

.sns-row a[href*=youtube]::before {
  background-image: url("../images/sns-youtube.svg");
}

.sns-row a[href*=twitch]::before {
  background-image: url("../images/sns-twitch.svg");
}

.sns-row a[href*=discord]::before {
  background-image: url("../images/sns-discord.svg");
}

.sns-row a[href*=instagram]::before {
  background-image: url("../images/sns-instagram.svg");
}

.sns-under-logo a::before {
  width: 4.375rem;
  height: 4.375rem;
}
.sns-under-logo span {
  font-size: 1.5rem;
  margin-inline-end: 1.25rem;
}
@media (max-width: 37.5em) {
  .sns-under-logo {
    flex-wrap: wrap;
  }
  .sns-under-logo span {
    font-size: 1rem;
    flex: 0 0 100%;
    margin-inline: auto;
    text-align: center;
  }
}

#agegate input[type=number],
select#lang-select,
#support-agegate select {
  background-color: transparent;
  color: white;
  border-radius: 0.1875rem;
  border: 1px solid white;
  padding-inline: 0.3em;
  padding-block-start: 0.1em;
  padding-block-end: 0.2em;
  margin-inline-start: 0.3em;
  width: 100%;
  text-transform: uppercase;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}
#agegate input[type=number] > *,
select#lang-select > *,
#support-agegate select > * {
  background-color: white !important;
  color: #546b8c !important;
}
@media (hover: hover) {
  #agegate input[type=number],
select#lang-select,
#support-agegate select {
    cursor: pointer;
  }
  #agegate input[type=number]:hover,
select#lang-select:hover,
#support-agegate select:hover {
    color: white;
    background-color: #546b8c;
    border-color: #546b8c;
  }
}

#subpage-header {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: #222426;
  background-image: url("../images/bg-accolades.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#subpage-header #cfss-logo {
  max-width: 15.625rem;
  margin-block-start: 1rem;
  margin-block-end: 1.25rem;
  margin-inline: auto;
}
@media (max-width: 37.5em) {
  #subpage-header #hero-contents-top {
    order: 3;
  }
}

#subpage-main {
  position: relative;
}
#subpage-main > div[class*=container] {
  padding-block: 0.625rem 3.75rem;
}
#subpage-main > div[class*=container] > * {
  margin-block: 3.75rem;
}
#subpage-main > div[class*=container] > *:first-child {
  margin-top: 0;
}
#subpage-main > div[class*=container] > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  #subpage-main > div[class*=container] {
    padding-block: 0.625rem 1.875rem;
  }
  #subpage-main > div[class*=container] > * {
    margin-block: 1.875rem;
  }
  #subpage-main > div[class*=container] > *:first-child {
    margin-top: 0;
  }
  #subpage-main > div[class*=container] > *:last-child {
    margin-bottom: 0;
  }
}

#subpage-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  background: linear-gradient(90deg, #546b8c 0%, #546b8c 18%, rgba(84, 107, 140, 0) 18%, rgba(84, 107, 140, 0) 54%, #546b8c 54%, #546b8c 62%, rgba(84, 107, 140, 0) 62%, rgba(84, 107, 140, 0) 68%, #546b8c 68%, #546b8c 100%);
  filter: hue-rotate(180deg) brightness(150%);
  backdrop-filter: blur(5px);
  top: 0;
  right: 0;
}

.media {
  overflow: hidden;
  border-radius: 0.1875rem;
  padding: 0;
  position: relative;
  transition: filter 200ms ease-in, scale 200ms ease-in;
}
.media button {
  position: absolute;
  inset: 0;
}
@media (hover: hover) {
  .media {
    cursor: pointer;
  }
  .media:hover {
    scale: 103%;
  }
}

.media-grid {
  padding-inline: 4vw;
}
.media-grid h1 {
  line-height: 0.8;
  text-align: left;
  font-size: 2.5rem;
  color: rgba(147, 137, 108, 0.4);
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-block-end: 0.625rem;
  border-bottom: 1px solid rgba(147, 137, 108, 0.4);
}
@media (max-width: 37.5em) {
  .media-grid h1 {
    font-size: 13.888888875vmin;
    justify-content: center;
  }
  .media-grid div div:nth-child(2) {
    margin-block-start: 1.25rem;
  }
}

#breadcrumbs {
  list-style: none;
  margin-block: 0;
  padding-inline: 0.625rem;
  text-align: center;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:not(:first-child)::before {
  content: "/ ";
  opacity: 0.3;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #546b8c;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
  filter: brightness(150%);
}

#subpage-heading {
  line-height: 0.8;
  text-align: center;
  font-size: 3.75rem;
  padding-inline: 4vw;
  margin-inline: auto;
}

#breadcrumbs,
#subpage-heading {
  margin-block: 0 !important;
}

.subpage-section {
  width: min(98%, 62.5rem);
  margin-inline: auto;
  border: 1px dashed #cfcfcf;
  padding-inline: 0.5rem;
}
.subpage-section > h2 {
  font-size: 1.875rem;
}

.accordion {
  counter-reset: faq-section;
}
.accordion dt {
  background-color: transparent;
  color: #999;
  display: flex;
  align-items: center;
}
.accordion dt h2 {
  font-weight: 400;
  font-size: 1.5rem;
  padding-inline: 0.3125rem 0;
  padding-block: 0.5rem;
  line-height: normal;
}
.accordion dt::before {
  counter-increment: faq-section;
  content: counter(faq-section);
  width: 2ch;
  height: 100%;
  border-inline-end: 1px solid #cfcfcf;
}
@media (hover: hover) {
  .accordion dt {
    cursor: pointer;
  }
  .accordion dt:hover {
    color: #546b8c;
  }
}
.accordion dt[active] {
  background-color: transparent;
  color: black;
}
.accordion dd {
  border: none;
  color: #666666;
  padding-inline-start: 2ch;
}
.accordion dd:not(:last-of-type):not([style="display:none"]) {
  border: unset;
}
.accordion dd p {
  padding-inline: 0.3125rem 0;
  padding-block: 0.625rem;
  font-size: 1.125rem;
  box-sizing: content-box;
}
.accordion dt[active] + dd {
  background-color: transparent;
}

.wallpaper {
  background-color: ghostwhite;
}

dialog[id*=wallpaper] figure + div {
  margin-block-start: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}
dialog[id*=wallpaper] figure + div a {
  flex: 0 1 auto;
}
dialog[id*=wallpaper] figure + div button {
  border-radius: 0.1875rem;
  border: 1px solid white;
  color: white;
  padding-block: 0.1em 0.2em;
}

.legal-text {
  counter-reset: section;
  padding-inline: 4vw;
}
.legal-text > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.legal-text > *:first-child {
  margin-top: 0;
}
.legal-text > *:last-child {
  margin-bottom: 0;
}
.legal-text :is(h1, h2, h3, h4, h5, h6) {
  all: unset;
}
.legal-text h1 {
  font-size: 1.875rem;
}
.legal-text h2 {
  font-size: 1.5rem;
}
.legal-text h3 {
  font-size: 1.125rem;
}
.legal-text > ul > li {
  margin-block: 1.25rem;
}
.legal-text ul {
  list-style: none;
}
.legal-text ul ul {
  margin-inline-start: 2.5rem;
}
.legal-text li {
  margin-block: 0.625rem;
}
.legal-text strong {
  font-weight: 600;
}

#support-form {
  margin-block: 0.5em;
}
#support-form > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
#support-form > *:first-child {
  margin-top: 0;
}
#support-form > *:last-child {
  margin-bottom: 0;
}
#support-form div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#support-form div.sub-form {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5em;
}
#support-form div.div-checkbox {
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}
#support-form a:visited,
#support-form a:link {
  color: #546b8c;
  text-decoration: underline;
}

label {
  color: black;
}

input,
textarea,
.ffile {
  font-size: 1.25rem;
}

input[type=text],
input[type=email],
textarea,
.sub-form {
  border: 1px solid #dddddd;
  padding: 0.2em 0.5em;
  width: min(100%, 31.25rem);
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
.sub-form:focus {
  border-color: #546b8c;
}
input[type=text]:not(:focus):not(:placeholder-shown):invalid,
input[type=email]:not(:focus):not(:placeholder-shown):invalid,
textarea:not(:focus):not(:placeholder-shown):invalid,
.sub-form:not(:focus):not(:placeholder-shown):invalid {
  border-color: red;
  color: red;
}

input[type=submit] {
  font-size: 1.75rem;
  background-color: white;
  border: 2px solid black;
  border-radius: 0.1875rem;
  position: relative;
  padding: 0 0.5em 0.1em;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}

input[type=file] {
  display: none;
}

.ffile {
  letter-spacing: normal;
  text-transform: none;
  border: 1px solid #cfcfcf;
  border-radius: 0.1875rem;
  padding: 0.2em 0.5em;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}

@media (hover: hover) {
  input[type=submit],
.ffile {
    cursor: pointer;
  }
  input[type=submit]:hover,
.ffile:hover {
    background-color: #546b8c;
    border-color: #546b8c;
    color: white;
  }
}

textarea {
  width: 100%;
}

.file-list {
  flex: 1 0 100%;
  color: #808080;
}

#agegate {
  text-align: center;
  background-color: #222426;
  background-image: url("../images/agegate.webp");
  background-position: center;
  background-size: cover;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#agegate h1 {
  font-size: clamp(32px, 1.6666666667vmax, 36px);
  text-transform: uppercase;
}
#agegate small {
  color: #cfcfcf;
}

#agegate-inner {
  background-color: rgba(0, 0, 0, 0.3334);
  backdrop-filter: blur(5px);
  border-radius: 0.3125rem;
  padding: 1.25rem;
  width: min(96%, 33.75rem);
}

#agegate img {
  width: min(70%, 33.75rem);
  margin-inline: auto;
  margin-block-start: 1.25rem;
}

#agegate input[type=number],
#agegate select,
#agegate button {
  font-size: clamp(16px, 0.9375vmax, 20px);
  padding: 0.1em 0.75em 0.2em;
}

#agegate input[type=number],
#agegate select {
  margin-inline: 0;
}

#agegate input[type=number]::placeholder {
  color: white;
}

#agegate button {
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid;
  position: relative;
  gap: 0;
  display: flex;
  flex-direction: column;
  border-color: white;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
@media (hover: hover) {
  #agegate button {
    cursor: pointer;
  }
  #agegate button:hover {
    background-color: #546b8c;
    border-color: #546b8c;
  }
}

#support-agegate {
  margin-block: 1.25rem;
}
#support-agegate > * {
  margin-block: 10px;
}
#support-agegate > *:first-child {
  margin-top: 0;
}
#support-agegate > *:last-child {
  margin-bottom: 0;
}
#support-agegate > div {
  padding: 0.625rem;
}
#support-agegate > div:first-of-type:not(:last-child) {
  border: 1px dashed #cfcfcf;
  align-items: stretch;
}

#support-agegate div {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
}
#support-agegate div * {
  flex: 1 1 auto;
}
#support-agegate div button:not(:first-child) {
  flex: 0 1 33%;
}

#support-agegate-inputs {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#support-agegate-inputs > * {
  flex: 1 1 auto;
}
@media (max-width: 37.5em) {
  #support-agegate-inputs {
    flex-direction: column;
    align-items: center;
  }
}

:is(#contact-us, #follow-us) {
  width: 96%;
  margin-inline: auto;
}
:is(#contact-us, #follow-us) h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.875rem;
}
:is(#contact-us, #follow-us) p {
  text-align: center;
  font-size: 1.25rem;
  text-wrap: balance;
  padding-block-end: 1.25rem;
}
:is(#contact-us, #follow-us) a {
  text-decoration: none;
}
:is(#contact-us, #follow-us) button {
  margin-inline: auto;
  text-transform: uppercase;
  font-size: 1.25rem;
  border: 1px solid black;
  background-color: white;
  border-radius: 0.1875rem;
  padding-inline: 0.7em;
  padding-block-start: 0.1em;
  padding-block-end: 0.1em;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
}
@media (hover: hover) {
  :is(#contact-us, #follow-us) button {
    cursor: pointer;
  }
  :is(#contact-us, #follow-us) button:hover {
    background-color: #546b8c;
    border-color: #546b8c;
    color: white;
  }
}

#contact-us :is(#contact-us-support, #contact-us-inquiry) {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  padding-block: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.1875rem;
  border: 1px solid #efefef;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%), url("../images/bg-grid.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
}

.contact-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-heading::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#contact-us-support .contact-heading::before {
  background-image: url("../images/icon-support.svg");
}

#contact-us-inquiry .contact-heading::before {
  background-image: url("../images/icon-inquiry.svg");
}

#follow-us {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  flex-wrap: wrap;
}

#follow-us-sns.sns-row a::before {
  filter: unset;
  width: 3.75rem;
  height: 3.75rem;
}

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