@charset "utf-8";
/* CSS Document */ :root {
  --primary: #00A0FF;
  --secondary: #091220;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #121212;
}
@font-face {
  font-family: headline;
  src: url("../fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
  font-family: body-text;
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
}
h1, h2, h3, h4, h5, h6 {
  font-family: headline;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}
h5 {
  margin-bottom: 1rem;
}
h6 {
	font-size: .65rem;
	margin-bottom: 0;
}
p {
  font-family: body-text;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all .25s ease-in-out;
}
a:hover {
  color: #FFFFFF;
}
.CTA {
  background-color: var(--primary);
  border-radius: 5px;
  border: 1px solid var(--primary);
  padding: .75rem 1.75rem .6rem;
  font-family: headline;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  transition: all .25s ease-in-out;
}
.CTA:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}
.full-screen-header {
  width: 100%;
  min-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000000;
  overflow: hidden !important;
}
.full-screen-header::before {
  content: "";
  background-image: url("#");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
canvas {
  position: absolute;
  transform: scale(1.9);
  opacity: .33;
  pointer-events: none;
}
.header-video {
  min-width: 100%;
  min-height: 100%;
  opacity: .4;
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.header-content {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  position: relative;
}
.header-logo {
	max-width: 80%;
	max-height: 4rem;
	margin-bottom: 2rem;
}
.full-screen-header .form-control {
	margin-bottom: 1rem;
}
.full-screen-header h4 {
	font-size: .8rem;
	margin-bottom: .5rem;
}
#countdown {
	text-transform: none;
	color: orange;
}
.head-down {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  ;
  text-align: center;
  color: #FFFFFF;
  opacity: .5;
}
.body-section {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #222222;
}
.body-section-content {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.text-banner {
  background-color: var(--primary);
}
.text-banner .body-section-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text-banner a {
  color: #FFFFFF;
  text-decoration: underline;
  transition: all .25s ease-in-out;
}
.text-banner a:hover {
  color: var(--secondary);
}
.text-banner .CTA {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: .75rem 1.75rem .6rem;
  font-family: headline;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary);
  transition: all .25s ease-in-out;
}
.text-banner .CTA:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}
.background-paragraph {
  background-color: #000000;
}
.background-paragraph::before {
  content: "";
  background-image: url("https://via.placeholder.com/2560x1440.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .25;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.background-paragraph .body-section-content {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.three-up {
  padding-left: 3rem;
  padding-right: 3rem;
}
.blue-text {
	color: var(--primary);
}
.three-up img {
  max-width: 100%;
  max-height: 10rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.image-scroller {
  width: 100%;
  height: 20rem;
  margin: 0 auto;
  position: relative;
  background-color: #000000;
}
.image-scroller img {
  height: 20rem;
  width: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border: 1px solid #222222;
  transition: all .25s ease-in-out;
}
.image-scroller img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.image-scroller .innerScrollArea {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image-scroller ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.image-scroller li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
.carousel-slide {
  width: 100%;
  min-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000000;
  overflow: hidden !important;
}
.carousel-slide::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.carousel-slide-content {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
#carousel-slide-1::before {
  background-image: url("https://via.placeholder.com/1920x1080.png");
}
#carousel-slide-2::before {
  background-image: url("https://via.placeholder.com/2560x1080.png");
}
#carousel-slide-3::before {
  background-image: url("https://via.placeholder.com/1920x1200.png");
}
.image-paragraph {
  background-color: #222222;
  overflow: hidden;
}
.image-paragraph::before {
  content: "";
  background-image: url("#");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.image-paragraph .body-section-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.image-paragraph img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.background-dark-paragraph {
  background-color: #000000;
}
.background-dark-paragraph::before {
  content: "";
  background-image: url("https://via.placeholder.com/2560x1440.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.background-dark-paragraph .body-section-content {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.dark-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 2rem 2.5rem;
  border-radius: .5rem;
}
.logo-array h1 {
  margin-bottom: 2rem;
}
.logo-array .body-section-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.logo-array img {
  width: 100%;
  padding: 0 0 1.5rem;
}
.video-footer {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000000;
  overflow: hidden !important;
}
.video-footer::before {
  content: "";
  background-image: url("");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.footer-content {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-video {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.video-footer img {
  max-width: 80%;
  max-height: 2rem;
  margin: 0 1.5rem 2rem;
  display: inline;
}
.video-footer p {
  font-size: .75rem;
  opacity: .5;
  margin-bottom: 1rem;
}
.video-footer hr {
  max-width: 16rem;
}
img.social-icon {
  max-height: 2rem;
  max-width: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-bottom: 0;
  display: inline;
}
@media only screen and (max-width: 991px) {
  .body-section-content, .background-paragraph .body-section-content, .image-paragraph .body-section-content, .background-dark-paragraph .body-section-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .dark-container {
    border-radius: 0;
  }
}