@font-face {
  font-family: Welbine;
  src: url('../fonts/Welbine-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DOS;
  src: url('../fonts/Perfect-DOS-VGA-437.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trs Million Rg;
  src: url('../fonts/TRS-Million-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: "JetBrains Mono", sans-serif;
  --fg: #edf5f9;
  --heading: Welbine, Arial, sans-serif;
  --transparent: transparent;
  --border: #3a4850;
  --fg-50: #edf5f980;
  --lcd-green: #449e49;
  --lcd-green-lighter: #5edd65;
  --pink: #5edd65;
  --black: black;
  --border-80: #3a4850cc;
}

body {
  font-family: var(--body);
  color: var(--fg);
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.bg__gradient {
  z-index: -1;
  background-image: radial-gradient(circle at 50% 100%, #252b31, #030608);
  position: fixed;
  inset: 0%;
}

.main-text-lg {
  opacity: 1;
  filter: drop-shadow(0 0 6px #edf5f980);
  color: var(--transparent);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--fg);
  text-shadow: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .12em;
  font-size: 22em;
  line-height: .8;
  display: none;
}

.logo {
  filter: drop-shadow(0 0 7px #eff6f969);
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
}

.bg__frame-deco-top {
  display: block;
}

.bg__frame-deco-top.is--mobile {
  display: none;
}

.bg__frame-deco-mid {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--fg);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--fg);
  border-color: currentColor;
  flex: 1;
  margin-left: 4.478%;
  margin-right: 4.478%;
}

.bg__frame {
  pointer-events: none;
  color: #3a4850;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 2em;
}

.bg__frame:where(.w-variant-ff6a79af-ff71-6d7a-0207-f908763b9dae) {
  opacity: .64;
  filter: brightness(250%) blur(7px);
}

.bg__frame.is--glow {
  filter: brightness(500%) blur(4px);
}

.div-block-3 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chevron {
  opacity: 1;
  background-image: url('../images/Chevrons.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 2.4em;
  height: 38%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 2.2em;
  -webkit-mask-image: linear-gradient(0deg, #0000 0%, #000 15% 85%, #0000 100%);
  mask-image: linear-gradient(0deg, #0000 0%, #000 15% 85%, #0000 100%);
}

.chevron.is--r {
  z-index: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  inset: 0%;
  -webkit-mask-image: linear-gradient(0deg, #0000 0%, #000 15%, #0000 20% 80%, #000 85%, #0000 100%);
  mask-image: linear-gradient(0deg, #0000 0%, #000 15%, #0000 20% 80%, #000 85%, #0000 100%);
}

.div-block-5 {
  z-index: 5;
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-media-btn {
  filter: drop-shadow(0 0 3px #edf5f999);
  color: var(--fg);
  width: 1.4em;
  height: 1.4em;
  transition: filter .2s;
  display: block;
}

.social-media-btn__icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.rs {
  z-index: 1;
  opacity: 1;
  width: 2.4em;
  height: 38%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.2em;
}

.newsletter-modal {
  z-index: 5;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--fg);
  color: #050b12;
  background-image: linear-gradient(#edf5f9f0, #edf5f9f0), url('../images/ooorganize-10.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 300px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4.5em 3.5em 1.5em;
  display: flex;
  -webkit-mask-image: url('../images/ModalMask.svg');
  mask-image: url('../images/ModalMask.svg');
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  -webkit-mask-size: 140%;
  mask-size: 140%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.newsletter-modal__heading {
  color: var(--border);
  -webkit-user-select: none;
  user-select: none;
  margin-top: 0;
  margin-bottom: .2em;
  padding-bottom: .12em;
  font-size: 14em;
  line-height: .8;
}

.newsletter-modal__pg {
  color: var(--border);
  text-transform: uppercase;
  margin-bottom: 2.3em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
}

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1em;
  display: flex;
}

.newsletter-prompt__video {
  width: 20em;
  max-height: 75vh;
  display: block;
}

.bg__grid {
  z-index: 0;
  opacity: .1;
  pointer-events: none;
  background-image: url('../images/bg-grid.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 20em;
  height: 200%;
  position: absolute;
  inset: 0%;
}

.newsletter-prompt__wrap {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 4em;
  margin-right: 5.4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.newsletter-prompt {
  z-index: 2;
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  box-shadow: none;
  transform-origin: 100% 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  padding: 1.3em 1.8em 1.3em 1.2em;
  display: flex;
  position: relative;
  right: -5%;
}

.text-block {
  text-transform: uppercase;
  text-shadow: 0 1px 4px var(--fg-50);
  font-size: .75em;
}

.newsletter-prompt__choice-btn {
  font-family: var(--heading);
  color: var(--fg);
  padding-bottom: .1em;
  font-size: 2.61em;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.newsletter-prompt__choice-btn:hover {
  opacity: .55;
}

.newsletter-prompt__choice-btn.is--y {
  color: var(--lcd-green);
  text-shadow: 0 0 5px #0003;
  white-space: nowrap;
  transition: color .2s, filter .2s;
}

.newsletter-prompt__choice-btn.is--y:hover {
  opacity: 100;
  color: var(--lcd-green-lighter);
  text-shadow: 0 1px 3px #5edd6587;
}

.newsletter-prompt__choice-btn.is--hidden {
  display: none;
}

.div-block-11 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  display: flex;
}

.div-block-12 {
  background-color: #edf5f933;
  align-self: stretch;
  width: 1px;
}

.div-block-12.is--hidden, .bg__frame-deco-bottom.is--mobile {
  display: none;
}

.text-field {
  background-color: var(--fg);
  text-transform: uppercase;
  border: 2px solid #3a485080;
  border-radius: .5em;
  padding: 1.4em .8em;
  font-size: 1em;
}

.text-field:focus {
  border-color: var(--border);
}

.submit-button {
  background-color: var(--border);
  color: var(--fg);
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 1em, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 1em, 100% 100%, 0 100%);
  background-image: linear-gradient(#edf5f90f 43%, #fff0 62%);
  border-radius: .5em;
  width: 8em;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: .8em;
  font-size: 1.1em;
  font-weight: 200;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.form {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video-wrap__video-copy {
  filter: none;
  width: 50%;
  max-height: 75vh;
  display: block;
  position: absolute;
  inset: auto 0% -35% auto;
}

.newsletter-modal__heading-wrap {
  position: relative;
}

.newsletter-modal__wrap {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grain {
  z-index: 99999999;
  opacity: .35;
  position: fixed;
  inset: 0%;
}

.overlays__scanlines {
  z-index: 2147483647;
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: normal;
  background-image: url('../images/64921c1702eb3ad344c0678b_CRTMonochrome.png');
  background-position: 0 0;
  background-size: 2000px;
  height: 200%;
  display: block;
  position: fixed;
  inset: 0%;
}

.overlays__scanlines.is--chat {
  opacity: .01;
}

.overlays__scanlines.main {
  opacity: .05;
  display: none;
}

.body {
  background-color: #000;
}

.micro-heading__text {
  letter-spacing: 0;
  font-size: .65em;
}

.micro-heading {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .5;
  display: flex;
}

.micro-heading__line {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  transform-origin: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.micro-heading__line-inner {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.newsletter-modal__bg {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.bg__graphics {
  z-index: 0;
  opacity: 1;
  filter: drop-shadow(0 0 20px #0000004d);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: url('../images/Frame-5.svg');
  mask-image: url('../images/Frame-5.svg');
  -webkit-mask-position: 50% 80%;
  mask-position: 50% 80%;
  -webkit-mask-size: 90% 91%;
  mask-size: 90% 91%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.bg__graphics.n-mask, .bg__graphics.no-mask {
  -webkit-mask-image: none;
  mask-image: none;
}

.image {
  height: 100%;
  padding-top: 5%;
  display: none;
}

.submit-button__inner {
  background-color: #c0c9ce;
  background-image: linear-gradient(180deg, #00000014, var(--transparent) 58%);
  color: var(--fg);
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 1em, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 1em, 100% 100%, 0 100%);
  border-radius: 7px;
  padding: .6em 5em .6em .9em;
  font-size: 1.1em;
  text-decoration: none;
  position: absolute;
  inset: 100% 0% 0%;
}

.submit-button__text {
  z-index: 2;
  pointer-events: none;
  position: relative;
}

.submit-button__text.is--2 {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.submit-button-2 {
  display: none;
}

.div-block-18 {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--border);
  background-color: var(--transparent);
  color: #edf5f999;
  letter-spacing: .1em;
  background-image: none;
  border-radius: 1em 1em 0 0;
  padding: .6em 1em .75em;
  font-family: Trs Million Rg, Arial, sans-serif;
  font-size: .5em;
  position: absolute;
  inset: auto auto .4em 13.5em;
}

.submit-button__wrap {
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  opacity: .25;
  color: var(--fg);
  font-family: Trs Million Rg, Arial, sans-serif;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: 66px;
  left: 180px;
}

.page-wrap {
  opacity: 1;
  height: 100dvh;
  min-height: 50em;
  display: block;
  position: relative;
  overflow: hidden;
}

.newsletter-modal__close-button {
  z-index: 99;
  font-family: var(--heading);
  color: var(--fg);
  text-align: center;
  text-transform: uppercase;
  width: 10em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75em;
  text-decoration: none;
  transition: color .2s;
  position: absolute;
  inset: -.6em 0 auto;
}

.newsletter-modal__close-button:hover {
  color: #8e999e;
}

.form-block {
  margin-bottom: 0;
}

.svg {
  color: #000;
  width: 100px;
}

.body-2 {
  background-color: #000;
  padding: 45px;
}

.svg-2 {
  width: 4.2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed {
  transform-origin: 0 100%;
  width: 4em;
  display: none;
  position: absolute;
  inset: 6% 2% auto auto;
}

.newsletter-prompt-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 2px solid var(--border);
  box-shadow: none;
  transform-origin: 100% 0;
  background-color: #0f1418;
  background-image: linear-gradient(0deg, #0000 38%, #ffffff12);
  border-radius: 999px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  padding: 1.2em;
  display: flex;
  position: relative;
  right: -5%;
}

.code-embed-2 {
  z-index: -1;
  filter: drop-shadow(0 2px 15px #edf5f91a);
  position: absolute;
  inset: 0%;
}

.glow {
  opacity: 0;
  filter: none;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/bg-glow.png');
  background-position: 0 0;
  background-size: contain;
  width: 65em;
  height: 65em;
  position: fixed;
  top: 0;
  left: 0;
}

.bg-grid-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  -webkit-mask-image: url('../images/BlurMask2.svg');
  mask-image: url('../images/BlurMask2.svg');
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: 95% 100%;
  mask-size: 95% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.div-block-19 {
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  z-index: 99;
  background-color: var(--border);
  opacity: .3;
  text-transform: uppercase;
  border-radius: 20px;
  padding: .5em 1em;
  font-size: .5em;
  font-weight: 200;
  display: none;
  position: absolute;
  inset: auto auto 6% 8%;
}

.text-block-4.is--2 {
  top: 82px;
  bottom: auto;
}

.div-block-20 {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--border);
  filter: none;
  border-radius: 0 0 20px 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 11vw;
  padding: 7px 7px 6px 13px;
  display: flex;
  position: absolute;
  top: 45px;
  left: 234px;
  -webkit-mask-image: url('../images/tabs-slice-in.svg');
  mask-image: url('../images/tabs-slice-in.svg');
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-size: 15em;
  mask-size: 15em;
}

.div-block-20.is--2 {
  left: 512px;
}

.div-block-20.is--3 {
  width: 23vw;
  left: 1413px;
}

.div-block-20.is--4 {
  border-radius: 20px 20px 0 0;
  width: 29vw;
  margin-left: 90px;
  top: auto;
  bottom: 47px;
  left: 81px;
}

.text-block-5 {
  opacity: .4;
  color: var(--fg);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  width: 48%;
  padding-right: 2em;
  font-size: .5em;
}

.text-block-5.is--val {
  border: 1px none var(--border);
  opacity: 100;
  color: var(--fg);
  text-align: center;
  letter-spacing: .05em;
  background-color: #13131387;
  border-radius: 20px;
  width: 45%;
  padding: .3em .6em;
}

.text-block-5.is--val-copy {
  border: 1px solid var(--border);
  background-color: var(--border);
  opacity: 100;
  color: #edf5f973;
  letter-spacing: .05em;
  border-radius: 20px;
  padding: .3em .6em;
}

.text-block-5.is--r {
  padding-left: 2em;
  padding-right: 0;
}

.div-block-21 {
  border-top: 1px dashed var(--fg);
  opacity: 0;
  flex: 1;
  height: 1px;
  margin-bottom: -1px;
}

.infobar-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.infobar-item.is--4 {
  left: 1353px;
}

.infobar-item.is--copyright {
  position: absolute;
  top: auto;
  bottom: 4em;
  left: 8.7em;
}

.infobar-item__text {
  opacity: .5;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .4em;
}

.infobar-item__text.is--val {
  opacity: 1;
  filter: drop-shadow(0 0 2px #ffffff80);
  color: var(--fg);
  flex: none;
  font-size: .65em;
  font-weight: 200;
  line-height: 1.1;
}

.infobar-item__text.is--val.is--g {
  color: #7bb87f;
}

.infobar-item__text.is--val.is--marquee {
  padding-right: 1em;
}

.infobar-item__text.is--val.is--link.is--mobile {
  display: none;
}

.infobar__text-low {
  opacity: .5;
  font-size: .8em;
}

.infobar-item__bg-glow {
  z-index: -1;
  background-color: var(--border);
  opacity: .6;
  filter: blur(10px);
  border-radius: 20px;
  position: absolute;
  inset: 0% -5%;
}

.infobar-item__bg-glow.is--g {
  background-color: var(--lcd-green);
  opacity: .3;
}

.infobar {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  justify-content: space-between;
  align-items: center;
  padding: 1.7em 6.3em 0;
  display: flex;
  position: absolute;
  top: 2em;
  left: .5em;
  right: .5em;
}

.div-block-24 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.infobar-item__text-wrap.is--marquee {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 10em;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(270deg, #0000 0%, #000 10% 90%, #0000 100%);
}

.preloader {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__video {
  filter: none;
  width: 65%;
  display: block;
}

.div-block-25 {
  z-index: 99;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  background-color: var(--lcd-green);
  width: 500px;
  height: 500px;
}

.div-block-26-copy {
  z-index: -1;
  background-color: #0af;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-27 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-28 {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.div-block-28.is--abs {
  position: absolute;
  inset: 0%;
}

.div-block-28.is--abs.is--cursor-events {
  pointer-events: auto;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field-2 {
  font-size: 16px;
}

.video {
  height: 100%;
  margin-bottom: -4%;
  padding-top: 0%;
  display: block;
}

.body-3 {
  background-color: var(--border);
}

.submit-button-3 {
  background-color: var(--lcd-green);
}

.div-block-30 {
  width: 100%;
  display: flex;
}

.chat-ui {
  z-index: 20;
  color: var(--pink);
  text-shadow: .3em .3em 1px #8a89a826, -.2em .1em 4px #4ac55380, 0 0 20px var(--pink);
  background-image: url('../images/Dash7.png'), linear-gradient(#5edd6508, #5edd6508), linear-gradient(#000, #000);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 100%, auto, auto;
  flex-flow: column;
  font-family: DOS, Arial, sans-serif;
  display: block;
  position: fixed;
  inset: 0%;
  -webkit-mask-image: url('../images/EKOFaceMask3.svg');
  mask-image: url('../images/EKOFaceMask3.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: max(85vw, 1800px);
  mask-size: max(85vw, 1800px);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.div-block-32 {
  border: 1px solid var(--fg);
  padding: 24px;
}

.div-block-33 {
  background-color: var(--fg-50);
  padding: 14px;
}

.div-block-33.is--answer {
  background-color: var(--lcd-green);
}

.chat-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: auto;
  -webkit-mask-image: linear-gradient(0deg, #0000 .5em, #000 4em);
  mask-image: linear-gradient(0deg, #0000 .5em, #000 4em);
}

.message {
  align-self: flex-start;
  max-width: 80%;
  padding: 0;
  font-size: 2em;
}

.message.user-message {
  text-align: right;
  align-self: flex-end;
}

.chat-window__form-input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--pink);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--pink);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--pink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--pink);
  box-shadow: inset 4px 0 6px 0 #2766db4d, 0 2px 10px 0 var(--pink);
  color: var(--pink);
  background-color: #5edd650d;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding: .625em;
  font-size: max(1.25em, 16px);
}

.chat-window__form-input:focus {
  border-style: solid;
  border-color: var(--pink);
}

.chat-window__form-input::placeholder {
  color: color-mix(in srgb, var(--pink) 50%, transparent);
}

.chat-window__form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: drop-shadow(0px 2px 12px var(--pink));
  backdrop-filter: drop-shadow(0px 2px 12px var(--pink));
  transform-style: preserve-3d;
  align-self: center;
  width: 50%;
  display: flex;
  overflow: visible;
  transform: rotateX(-15deg)rotateY(0)rotateZ(0);
}

.chat-window__form.is--auth {
  width: auto;
}

.chat-window__form-submit {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--pink);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--pink);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--pink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--pink);
  background-color: var(--pink);
  box-shadow: 8px -5px 5px 0 #5846db33, 0 2px 7px 0 var(--pink);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: max(1.25em, 16px);
  display: flex;
}

.chat-window__form-submit:hover {
  color: var(--pink);
  background-color: #000;
  box-shadow: 0 0 #f491c92e;
}

.chat-window__form-submit.is--no-ratio {
  aspect-ratio: auto;
  padding-left: .6em;
  padding-right: .6em;
}

.text-block-6 {
  display: none;
}

.is--hidden {
  display: block;
}

.chat-window__bar {
  background-color: var(--fg);
  color: var(--border);
  padding: 7px;
  font-size: 14px;
}

.chat-window {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  touch-action: none;
  flex-flow: column;
  align-self: stretch;
  display: block;
  position: absolute;
  inset: 0% 16% 5%;
  -webkit-mask-image: url('../images/testmask.svg');
  mask-image: url('../images/testmask.svg');
  -webkit-mask-size: 2px;
  mask-size: 2px;
}

.chat-window.no-crt {
  -webkit-mask-image: none;
  mask-image: none;
}

.svg-3 {
  width: 30px;
  height: 100%;
}

.div-block-34 {
  filter: brightness(50%);
  background-image: url('../images/testframe.png');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: fixed;
  inset: 0%;
}

.chat-wrap {
  z-index: 99;
  font-size: 1vw;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.02);
}

.initialspacer {
  flex: none;
  height: 100%;
  display: none;
}

.div-block-36 {
  background-color: var(--pink);
  opacity: .04;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 176px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chat-transition-video {
  z-index: 2;
  aspect-ratio: 16 / 10;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: auto 0%;
  transform: scale(2.25);
}

.chat-transition-video.is--fallback {
  z-index: 1;
  opacity: 100;
  display: block;
}

.chat-gate {
  z-index: 2;
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 60px 0% 0%;
}

.chat-thread {
  flex-flow: column;
  flex: 1;
  height: 100%;
  padding-right: 21%;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .1em;
  font-family: DOS, Arial, sans-serif;
  font-size: 4em;
  line-height: .66;
}

.paragraph {
  text-align: center;
  text-transform: uppercase;
  width: 40%;
  margin-bottom: 0;
  font-size: .65em;
  line-height: 1.4;
}

.paragraph.is--lg {
  font-size: .85em;
}

.chat-window__close {
  z-index: 9999;
  border: 1px solid var(--pink);
  background-color: var(--black);
  color: var(--pink);
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  transition: none;
  display: flex;
  box-shadow: -2px -2px 5px #93b4c778, 2px 2px 5px #5edd6533, 0 0 11px 13px #000;
}

.chat-window__close:hover {
  background-color: var(--pink);
  color: var(--black);
}

.chat-window__close.is--sm {
  width: 2em;
  height: 2em;
}

.form-block-2 {
  margin-bottom: 0;
}

.chat-wrap__character {
  z-index: 21;
  width: 32vw;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-otp {
  z-index: 2;
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 60px 0% 0%;
}

.chat-ui__status-message {
  z-index: 9999;
  border: 1px solid var(--lcd-green);
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  padding: .6em .8em;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat-ui__navbar {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 65%;
  height: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.chat-ui__menu-dropdown {
  border: 1px solid var(--pink);
  background-color: var(--black);
  flex-flow: column;
  margin-top: 1em;
  display: none;
  position: absolute;
  box-shadow: inset 2px 4px 9px #2766db4d, inset 0 2px 5px #0003, 0 2px 9px #5edd6594;
}

.chat-ui__menu-dropdown-button {
  border-bottom: 1px solid var(--pink);
  background-color: var(--transparent);
  color: var(--pink);
  text-align: left;
  text-transform: uppercase;
  padding: .5em .7em;
  display: block;
}

.chat-ui__menu-dropdown-button:hover {
  background-color: var(--pink);
  color: var(--black);
}

.chat-ui__menu-dropdown-button.is--last {
  border-bottom-style: none;
}

.chat-settings__wrap {
  z-index: 9999;
  background-color: #000000c9;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.chat-settings {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  border: 1px solid var(--pink);
  background-color: var(--black);
  text-shadow: .3em .3em 1px #8a89a826, 0 0 20px var(--pink);
  flex-flow: column;
  width: 30%;
  min-width: 450px;
  padding: 1.3em;
  display: flex;
  box-shadow: inset 0 2px 14px 4px #b6c8f033, inset 3px 3px 5px #5edd6533, 2px 4px 9px 2px #5edd6552;
}

.chat-settings__heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DOS, Arial, sans-serif;
  font-size: 1.75em;
}

.chat-settings__section-heading {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-size: 1em;
  line-height: 1;
}

.chat-settings__section-heading.is--val {
  opacity: 100;
  font-size: 1.3em;
}

.chat-settings__section {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  display: flex;
}

.chat-settings__navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chat-settings__section-description {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .75em;
}

.chat-settings__section-connected-account {
  border: 1px solid var(--pink);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25em;
  padding: .5em .7em;
  display: flex;
}

.chat-settings__section-connected-account-button {
  background-color: var(--pink);
  color: var(--black);
  padding: .4em;
  font-size: .8em;
}

.chat-settings__divider {
  background-color: var(--lcd-green);
  height: 1px;
}

.chat-settings__section-connected-account-title {
  font-size: 1em;
}

.is--sm {
  font-size: .75em;
}

.chat-settings__buttons {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chat-settings__button {
  border: 1px solid var(--pink);
  background-color: var(--transparent);
  color: var(--pink);
  text-align: center;
  text-transform: uppercase;
}

.chat-settings__button:hover {
  background-color: var(--pink);
  color: var(--black);
}

.chat-wrap__character-img {
  z-index: 21;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.legal-page-wrap {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 64px;
}

.legal__divider {
  background-color: var(--fg);
  opacity: .2;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.legal__pg h3 {
  font-size: 1.5em;
  line-height: 1.2;
}

.link {
  opacity: .5;
  color: var(--fg);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 1.2em;
  text-decoration: none;
  display: block;
}

.link-2 {
  color: var(--fg);
  text-transform: uppercase;
  font-size: .65em;
}

.about-modal__wrap {
  z-index: 5;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  display: none;
  position: fixed;
  inset: 0%;
}

.about-modal {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  filter: drop-shadow(0px 2px 11px var(--border));
  flex-flow: column;
  width: 45em;
  height: 75%;
  display: flex;
  position: relative;
}

.heading-3 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.75em;
  line-height: 1;
  position: relative;
}

.menu-button {
  width: 4em;
  position: relative;
}

.menu-button__bg-deco {
  display: block;
}

.menu-button__icon {
  z-index: 2;
  opacity: .85;
  filter: drop-shadow(0 2px 2px #ffffff80) drop-shadow(0 -1px #8196a2);
  height: 75%;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.menu-button__icon.is--r {
  left: auto;
  right: 10%;
}

.menu-dropdown {
  background-color: var(--border);
  transform-origin: 0 0;
  border-radius: .5em;
  flex-flow: column;
  margin-top: .5em;
  padding: 0;
  font-size: 1em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.menu-dropdown__button {
  border-bottom: 1px solid var(--black);
  background-color: var(--border);
  text-transform: uppercase;
  text-shadow: 0 0 4px #ffffffe8;
  background-image: linear-gradient(#00000026, #0000);
  padding: .6em 2em .6em .9em;
  font-size: .75em;
  transition: background-color .2s;
}

.menu-dropdown__button:hover {
  background-color: #506570;
}

.menu-dropdown__button.is--last {
  border-bottom-style: none;
}

.div-block-40 {
  flex: 1;
  height: 1px;
}

.div-block-41 {
  border-right: 1px solid var(--fg);
  border-left: 1px solid var(--fg);
  width: 92.2%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21px;
  padding-right: 21px;
}

.about-modal__deco-cap {
  display: block;
}

.about-modal__deco-cap.is--b {
  transform: rotate(180deg);
}

.about-modal__deco-cap.is--mobile {
  display: none;
}

.about-modal__content {
  z-index: 2;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2em;
  padding-bottom: .5em;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.about-modal__deco-center {
  background-color: #12171ae6;
  border-left: 2px solid #46525b;
  border-right: 2px solid #46525b;
  flex: 1;
  align-self: center;
  width: 92.4%;
}

.paragraph-2 {
  margin-bottom: 1.2em;
  font-size: .85em;
  line-height: 1.6;
}

.about-modal__close-button {
  z-index: 5;
  background-color: var(--border);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 1.4em 2em auto auto;
  box-shadow: 0 2px 8px 9px #12171ae6;
}

.about-modal__close-button:hover {
  background-color: #4d606b;
}

.about-modal__close-button-ixon {
  opacity: .8;
  filter: drop-shadow(0 2px 3px #ffffffb3);
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 991px) {
  .bg__frame {
    inset: 3em;
  }

  .newsletter-prompt__wrap {
    bottom: 5.3em;
    right: 7.2em;
  }

  .infobar-item.is--copyright {
    bottom: 5.1em;
  }

  .infobar {
    padding-top: 3.3em;
    padding-left: 7.3em;
    padding-right: 7.3em;
  }

  .preloader__video {
    width: 80%;
  }

  .chat-ui {
    -webkit-mask-size: auto 115%;
    mask-size: auto 115%;
  }

  .chat-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .message {
    font-size: 1.5em;
  }

  .chat-window {
    bottom: 6%;
    left: 2%;
    right: 2%;
  }

  .chat-wrap {
    font-size: 14px;
  }

  .chat-transition-video {
    transform: scale(1.8);
  }

  .chat-thread {
    max-width: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .chat-window__close {
    top: 10.5vw;
    right: 22vh;
  }

  .chat-wrap__character {
    display: none;
  }

  .chat-ui__navbar {
    width: 65%;
    max-width: 65vh;
    min-height: 12vw;
  }

  .chat-ui__menu-dropdown {
    font-size: 1.5em;
  }

  .chat-settings__wrap {
    font-size: 1.25em;
  }

  .chat-settings {
    width: 80%;
    min-width: auto;
  }

  .chat-wrap__character-img {
    display: none;
  }

  .legal-page-wrap {
    width: auto;
    padding: 38px 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-text-lg {
    -webkit-text-stroke-width: .5px;
    margin-top: .5em;
    font-size: 13em;
  }

  .logo {
    width: 22em;
    top: 2em;
  }

  .bg__frame-deco-top {
    display: none;
  }

  .bg__frame-deco-top.is--mobile {
    display: block;
    overflow: visible !important;
  }

  .bg__frame-deco-top.is--mobile.is--hidden {
    display: none;
  }

  .bg__frame-deco-mid {
    margin: -1px 0%;
  }

  .bg__frame {
    inset: 2.5em 2.5em 2.05em;
  }

  .bg__frame:where(.w-variant-ff6a79af-ff71-6d7a-0207-f908763b9dae) {
    display: none;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .chevron, .chevron.is--r {
    display: none;
  }

  .div-block-5 {
    grid-column-gap: 1.9em;
    grid-row-gap: 1.9em;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 3.8em;
    position: relative;
  }

  .social-media-btn {
    width: 2.25em;
    height: 2.25em;
  }

  .rs {
    width: auto;
    height: auto;
    inset: auto 0% .7em;
  }

  .newsletter-modal {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    padding: 6.5em 3em 3em;
    -webkit-mask-size: 400%;
    mask-size: 400%;
  }

  .newsletter-modal__heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 15em;
  }

  .newsletter-modal__pg {
    margin-bottom: 1em;
    font-size: 2em;
  }

  .newsletter-prompt__video {
    width: 12em;
  }

  .bg__grid {
    opacity: .05;
    background-image: url('../images/ooorganize-12.svg');
  }

  .newsletter-prompt__wrap {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.5vw;
    bottom: 4.2em;
    right: 1.3em;
  }

  .newsletter-prompt {
    border-width: 1px;
    right: -2%;
  }

  .text-block {
    font-weight: 600;
  }

  .bg__frame-deco-bottom {
    display: none;
  }

  .bg__frame-deco-bottom.is--mobile {
    display: none;
    overflow: visible !important;
  }

  .bg__frame-deco-bottom.is--mobile.v2, .bg__frame-deco-bottom.is--mobile.v2:where(.w-variant-ff6a79af-ff71-6d7a-0207-f908763b9dae) {
    display: block;
  }

  .text-field, .submit-button {
    font-size: 16px;
  }

  .video-wrap__video-copy {
    width: 29%;
    bottom: 0%;
  }

  .grain {
    opacity: .2;
  }

  .overlays__scanlines {
    background-size: 1850px;
  }

  .body {
    font-size: 1.75vw;
  }

  .micro-heading__text {
    font-size: 1.2em;
  }

  .micro-heading {
    display: none;
  }

  .bg__graphics {
    padding-top: 0;
    -webkit-mask-position: 50% 45%;
    mask-position: 50% 45%;
    -webkit-mask-size: 90% 92%;
    mask-size: 90% 92%;
  }

  .image {
    object-fit: contain;
    padding-top: 35%;
  }

  .newsletter-modal__close-button {
    height: auto;
    font-size: 2.9em;
    bottom: 108.4vw;
  }

  .newsletter-prompt-copy {
    border-width: 1px;
  }

  .infobar-item, .infobar-item.is--copyright {
    display: none;
  }

  .infobar-item__text.is--val.is--link {
    text-align: center;
    font-size: 1.2em;
    position: absolute;
    inset: auto 0% 13%;
  }

  .infobar {
    padding-top: 2.3em;
    padding-left: 5.6em;
    padding-right: 5.6em;
    display: flex;
  }

  .preloader__video {
    width: 95%;
    bottom: 0%;
  }

  .div-block-27 {
    width: auto;
    height: auto;
    margin: 2.6em;
    position: absolute;
    inset: 0%;
  }

  .video {
    padding-top: 10%;
  }

  .chat-ui {
    -webkit-mask-size: auto max(100%, 500px);
    mask-size: auto max(100%, 500px);
  }

  .chat-container {
    padding-top: 32%;
  }

  .chat-window__form {
    width: auto;
  }

  .chat-window {
    bottom: 8%;
  }

  .svg-3 {
    width: 20px;
  }

  .chat-wrap {
    font-size: 12px;
  }

  .chat-transition-video {
    transform: scale(1.6);
  }

  .chat-gate {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .chat-window__close {
    top: 19.8vw;
    right: 9.1vh;
  }

  .chat-otp {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .chat-ui__navbar {
    width: 60%;
    min-height: 20vh;
    max-height: 100px;
  }

  .chat-settings__wrap {
    font-size: 1.35em;
  }

  .heading-2 {
    letter-spacing: .01em;
    font-size: 32px;
  }

  .about-modal__wrap {
    display: none;
  }

  .about-modal {
    filter: drop-shadow(0px 2px 19px #000000b3) drop-shadow(0px 2px 18px var(--border));
    width: 86%;
    height: 60%;
  }

  .heading-3 {
    margin-bottom: .5em;
    font-size: 1.8em;
  }

  .menu-button {
    width: 7em;
  }

  .menu-dropdown {
    font-size: 2em;
  }

  .about-modal__deco-cap {
    display: none;
  }

  .about-modal__deco-cap.is--mobile {
    display: block;
  }

  .about-modal__content {
    width: 72%;
    font-size: 2em;
  }

  .about-modal__deco-center {
    width: 85.25%;
  }

  .about-modal__close-button {
    width: 4em;
    height: 4em;
    top: 3.5em;
    right: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  .bg__frame-deco-mid {
    margin-left: -.3px;
    margin-right: -.1px;
  }

  .newsletter-modal {
    padding-top: 7.9em;
  }

  .newsletter-prompt__video {
    width: 9.5em;
  }

  .bg__grid {
    background-size: 40em;
  }

  .newsletter-prompt__wrap {
    grid-column-gap: 1.8em;
    grid-row-gap: 1.8em;
    font-size: 2.7vw;
    left: 0;
    right: 0;
  }

  .newsletter-prompt {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    flex: 1;
    padding-right: 0;
    font-size: 1.01em;
    right: -2%;
  }

  .newsletter-prompt__choice-btn.is--y {
    transform-origin: 0 100%;
    color: var(--lcd-green-lighter);
    mix-blend-mode: normal;
    font-size: 2.9em;
    transform: scale(1.02);
  }

  .newsletter-prompt-copy {
    right: -3%;
  }

  .bg-grid-wrap {
    opacity: .4;
  }

  .chat-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .message {
    font-size: 1.5em;
  }

  .chat-wrap {
    font-size: 10px;
  }

  .chat-gate {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading {
    font-size: 10vw;
  }

  .paragraph {
    width: auto;
  }

  .chat-window__close {
    top: 25.5vw;
    right: 4.4vh;
  }

  .chat-otp {
    padding-left: 12px;
    padding-right: 12px;
  }

  .chat-ui__navbar {
    width: 80%;
    min-height: 35vw;
  }

  .chat-settings {
    width: 90%;
  }

  .legal__pg {
    font-size: 1.5em;
  }

  .link.w--current {
    font-size: 14px;
  }

  .menu-dropdown {
    margin-top: .9em;
    font-size: 2em;
  }
}


@font-face {
  font-family: 'Welbine';
  src: url('../fonts/Welbine-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DOS';
  src: url('../fonts/Perfect-DOS-VGA-437.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trs Million Rg';
  src: url('../fonts/TRS-Million-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}