@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/vt323/v18/pxiKyp0ihIEF2isfFJA.ttf) format('truetype');
}
.a:link  {
  color: #07b143!important;
}
.list-inline {
  padding: 20px;
  list-style: none;
  font-size: 12px;
  text-align: center;
}
.pagination {
	--bs-pagination-font-size: 15px;
	--bs-pagination-bg: #00000063;
	--bs-pagination-active-bg: #01ffff2e;
	--bs-pagination-hover-bg: #041c11;
	--bs-pagination-hover-border-color: #212529;
	--bs-pagination-hover-color: #ffffff;
	--bs-pagination-border-color: #dee2e61c;
}
.disclaimer {
	  font-size: 12px;
	  color: #016947;
}
.bg-dark-subtle {
    background-color: #0a1613 !important;
    font-size: 12px;
    color: #016947;
}
.border-dark-subtle {
    border-color: #adb5bd1f !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
  font-size: 0.5rem;
}
.h1-home {
  font-family: 'VT323';
  font-size: 1em;
  margin: .67em 0;
  margin-top: 20%;
  margin-left: 25%;
  color: #27F5B4;
}
.container-video {
  display: flex;
  justify-content: center;
  z-index: -1;
  padding-bottom: 20px;
}
.view-text {
	font-family: 'VT323'!important;
	font-size: 20px!important;
  color: #27F5B4!important;
}
.title-view-text {
	font-family: 'VT323'!important;
	font-size: 30px!important;
  color: #27F5B4;
  text-align: center;
}
.body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 20px;
  font-family: 'VT323';
  background-color: #000000;
}
.menu-main a {
    text-align: center;
    margin: 0px auto;
    display: block;
    font-size: 10vh;
    font-weight: 100;
    font-family: 'VT323';
}
nav,
main,
article {
  display: block;
}
input.menu-checkbox {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 105;
  -webkit-touch-callout: none;
}
.invert-header {
  display: none;
}
.menu-invert-clipbox {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  clip: rect(0, auto, auto, 0);
}
.menuToggle.menu-invert {
  z-index: 104;
}
.menuToggle {
  display: block;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 103;
  -webkit-user-select: none;
  user-select: none;
}
.menuToggle.menu-invert span.hamburger {
  background-color: rgb(255, 255, 255);
}
.menuToggle span.hamburger {
  display: block;
  width: 0.5rem;
  height: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 102;
  background-color: rgb(12, 35, 60);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1),
    background-color 0.15s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s ease;
}
.menu {
  height: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.2s linear all;
  opacity: 0;
}
a.logo-in-menu {
  top: 0.4rem;
  left: 0.4rem;
  z-index: 102;
}
a.logo {
  position: absolute;
  display: block;
  font-weight: 900;
  font-size: 0.4rem;
  text-decoration: none;
}
.blocktext {
  font-size: 1rem;
  position: relative;
  /* font-weight: 500; */
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
.menu-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-container a {
  text-decoration: none;
  color: rgb(12, 35, 60);
}
.menu-social {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 3vh;
}
.menu-social a,
.menu-privacy-policy a {
  margin: 0 0.2rem;
}
.menu-privacy-policy {
  text-align: center;
  font-size: 1.5vh;
  font-family: 'VT323';
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}