/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
@import "vendor/slick.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow: hidden;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/******************************************/
/* Variables  */
/****************************************/
/* Breakpoints, Spacing, and Layout */
/* Colors */
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: "Intel One Display Bold";
  src: url("../fonts/intelone-display-bold.woff") format("woff");
}
@font-face {
  font-family: "Intel One Display Medium";
  src: url("../fonts/intelone-display-medium.woff") format("woff");
}
@font-face {
  font-family: "Intel One Display Regular";
  src: url("../fonts/intelone-display-regular.woff") format("woff");
}
@font-face {
  font-family: "Intel One Display Light";
  src: url("../fonts/intelone-display-light.woff") format("woff");
}
html {
  font-size: 20px;
}
body {
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
a:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child {
  margin-bottom: 0;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
li.white,
a.white,
span.white {
  color: #ffffff !important;
}
h1.sky-blue,
h2.sky-blue,
h3.sky-blue,
h4.sky-blue,
h5.sky-blue,
h6.sky-blue,
p.sky-blue,
li.sky-blue,
a.sky-blue,
span.sky-blue {
  color: #00aeef !important;
}
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue,
p.dark-blue,
li.dark-blue,
a.dark-blue,
span.dark-blue {
  color: #003c71 !important;
}
h1.intel-blue,
h2.intel-blue,
h3.intel-blue,
h4.intel-blue,
h5.intel-blue,
h6.intel-blue,
p.intel-blue,
li.intel-blue,
a.intel-blue,
span.intel-blue {
  color: #0071c5 !important;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold,
p.gold,
li.gold,
a.gold,
span.gold {
  color: #ffb73c !important;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
p.light,
li.light,
a.light,
span.light {
  font-family: "Intel One Display Light", Helvetica, Arial, sans-serif;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
p.regular,
li.regular,
a.regular,
span.regular {
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
li.bold,
a.bold,
span.bold {
  font-family: "Intel One Display Bold", Helvetica, Arial, sans-serif;
}
h1 {
  font-family: "Intel One Display Bold", Helvetica, Arial, sans-serif;
  font-size: 70px;
  line-height: 1.08;
  margin: 0;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  h1 {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 765px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-family: "Intel One Display Bold", Helvetica, Arial, sans-serif;
  font-size: 3.5em;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  h2 {
    font-size: 5.05vw;
  }
}
@media screen and (max-width: 765px) {
  h2 {
    font-size: 2.15em;
  }
}
h3 {
  display: inline-block;
  margin: 0;
  font-family: "Intel One Display Bold", Helvetica, Arial, sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 765px) {
  h3 {
    font-size: 1.5em;
  }
}
h4 {
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1.15;
  margin: 0;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 765px) {
  h4 {
    font-size: 0.9em;
  }
}
h5 {
  font-family: "Intel One Display Medium", Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 765px) {
  h5 {
    font-size: 0.95em;
  }
}
h6 {
  font-family: "Intel One Display Medium", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 765px) {
  h6 {
    font-size: 0.85em;
    font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
  }
}
p {
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 765px) {
  p {
    font-size: 0.85em;
    line-height: 1.3;
  }
}
.tiny {
  font-size: 0.6em !important;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  .tiny {
    font-size: 0.88vw !important;
  }
}
@media screen and (max-width: 765px) {
  .tiny {
    font-size: 0.45em !important;
  }
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
span,
ul,
li,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul,
li {
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
}
sup {
  font-size: 50%;
  top: -0.75em;
}
sup.prominent {
  top: -0.25em;
  font-size: 95%;
}
p.legal {
  color: #b4b6b9;
}
p.legal a {
  color: #00aeef;
  text-decoration: underline;
}
.text-gradient {
  display: inline-block;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background: -webkit-linear-gradient(to right, #00c7fd, #c851ff);
  background-image: linear-gradient(to right, #00c7fd, #c851ff);
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.invisible {
  opacity: 0 !important;
}
.bg-image {
  background: center / cover no-repeat;
}
.nowrap {
  white-space: nowrap;
}
.bg-with-gutter {
  background-size: calc(100% - 80px) 100%;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 765px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .section-padding-top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 765px) {
  .section-padding-top {
    padding-top: 30px;
  }
}
.section-padding-bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 765px) {
  .section-padding-bottom {
    padding-bottom: 30px;
  }
}
.section-gutter {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1023px) {
  .section-gutter {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 765px) {
  .section-gutter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-gutter-left {
  padding-left: 80px;
}
@media screen and (max-width: 1023px) {
  .section-gutter-left {
    padding-left: 60px;
  }
}
@media screen and (max-width: 765px) {
  .section-gutter-left {
    padding-left: 20px;
  }
}
.section-gutter-right {
  padding-right: 80px;
}
@media screen and (max-width: 1023px) {
  .section-gutter-right {
    padding-right: 60px;
  }
}
@media screen and (max-width: 765px) {
  .section-gutter-right {
    padding-right: 20px;
  }
}
.module-content {
  max-width: 1366px;
  margin: 0 auto;
}
.module-content.no-max {
  max-width: none;
}
@media screen and (max-width: 765px) {
  .module-content {
    max-width: 480px;
  }
}
div.img-overflow-wrapper {
  position: relative;
}
div.img-overflow-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
div.img-overflow-wrapper img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  max-width: none;
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-shadow {
  text-shadow: 0 0 30px #000000;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-flex.direction-column {
  flex-direction: column;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-between {
  justify-content: space-between;
}
.display-flex.justify-around {
  justify-content: space-around;
}
.display-flex.justify-start {
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.align-items-center {
  align-items: center;
}
.display-flex.align-items-start {
  align-items: flex-start;
}
.display-flex.align-items-end {
  align-items: flex-end;
}
.display-flex.flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 765px) {
  .display-flex.responsive-row {
    flex-direction: row;
  }
  .display-flex.responsive-column {
    flex-direction: column;
  }
  .display-flex.responsive-reverse {
    flex-direction: row-reverse;
  }
  .display-flex.direction-column.responsive-reverse,
  .display-flex.responsive-column.responsive-reverse {
    flex-direction: column-reverse;
  }
}
.display-flex > .align-self-start {
  align-self: flex-start;
}
.display-flex > .align-self-center {
  align-self: center;
}
.display-flex > .align-self-end {
  align-self: flex-end;
}
.display-flex > .flex-grow {
  flex: 1 !important;
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop,
  .desktop-hide {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .hide-on-mobile,
  .mobile-hide {
    display: none;
  }
}
.desktop-only {
  display: block !important;
}
@media screen and (max-width: 765px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 765px) {
  .mobile-only {
    display: block !important;
  }
}
span.nowrap {
  white-space: nowrap;
}
/* Global Elements */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #000;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
section.module {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
button,
a.button,
.button {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 0.25em;
  background-color: #0071c5;
  font-family: "Intel One Display Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 0.7em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
a.back-to-top {
  position: absolute;
  bottom: 1.5em;
  right: 3em;
  color: #00aeef !important;
  font-size: 75%;
}
@media screen and (max-width: 765px) {
  a.back-to-top {
    display: none;
  }
}
a.next-section {
  display: block;
  margin: 0 auto;
  z-index: 1;
}
a.next-section:not(.relative) {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 765px) {
  a.next-section:not(.relative) {
    bottom: 1rem;
  }
}
a.next-section.relative img {
  display: block;
  margin: 0 auto;
}
div.btn-close {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  cursor: pointer;
}
div.btn-close::before,
div.btn-close::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  /* cross thickness */
  background-color: #0079ff;
}
div.btn-close.white::before,
div.btn-close.white::after {
  background-color: white;
}
div.btn-close::before {
  transform: rotate(45deg);
}
div.btn-close::after {
  transform: rotate(-45deg);
}
.fade {
  position: relative;
}
.fade::after,
.fade::before {
  content: '';
  position: absolute;
  z-index: 2;
}
.fade.top::before,
.fade.bottom::after {
  left: 0;
  right: 0;
  height: 100px;
}
.fade.top::before {
  top: 0;
}
.fade.top.dark::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
.fade.bottom::after {
  bottom: 0;
}
.fade.bottom.dark::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.fade.left::before,
.fade.right::after {
  top: 0;
  bottom: 0;
  width: 100px;
}
.fade.left::before {
  left: 0;
}
.fade.left.dark::before {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
.fade.right::after {
  right: 0;
}
.fade.right.dark::after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
}
.with-triangle:before {
  content: "";
  position: relative;
  top: 0.125em;
  font-size: 45%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1em 0 1em 1.7em;
  border-color: transparent transparent transparent #000000;
}
.slick-slide,
.slick-track,
.slick-list,
.slick-slider {
  overflow: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  bottom: 0;
  background: #00aeef;
}
.btn-prev {
  left: 0;
  padding: 12px 14px 12px 10px;
}
.btn-next {
  right: 0;
  padding: 12px 10px 12px 14px;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  list-style-type: none;
}
ul.slick-dots li {
  margin: 7px;
}
ul.slick-dots button {
  color: transparent;
  background: transparent;
  border: 3px solid #00aeef;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
ul.slick-dots button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: #00aeef;
}
.slick-slide:focus {
  outline: 0;
}
/********************************************************/
/* SLICK JS STYLES */
/*******************************************************/
/********************************************************/
/* PARTIALS STYLES */
/*******************************************************/
nav.tabs {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  margin: 0 auto;
}
nav.tabs:hover div.nav-link {
  background: #144365;
  color: #a6aeb7;
}
nav.tabs div.nav-link {
  flex: 1;
  margin: 0 0.175em;
  background-color: #0071c5;
  transition: background 0.15s linear, color 0.15s linear;
}
nav.tabs div.nav-link:hover {
  background: #0071c5;
  color: white;
}
nav.tabs div.nav-link a {
  min-height: 3em;
  padding: 1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 1em;
  font-family: "Intel One Display Medium", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 766px) {
  nav.tabs div.nav-link:first-child {
    margin-left: 0;
  }
  nav.tabs div.nav-link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  nav.tabs div.nav-link {
    font-size: 75%;
  }
}
@media screen and (max-width: 765px) {
  nav.tabs div.nav-link {
    margin: 0 0.625rem 0.625rem 0.625rem;
    font-size: 0.75em;
  }
}
video,
.video-wrapper {
  width: 100%;
  height: auto;
}
.video-js .vjs-dock-text {
  display: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}
.bc-player-default_default .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    opacity: 0.9;
    background-image: url("~/Content/style/Deploy_2023-05-12/images/video_play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 60%;
    border: none !important;
    box-shadow: none !important;
    transition: all 200ms ease;
    transform: translate(-50%, -50%);
}
.bc-player-default_default .vjs-big-play-button::before {
  content: "";
  display: none;
}
.bc-player-default_default .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
}
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-size: cover;
}
.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level,
.bc-player-default_default .vjs-big-play-button:active,
.bc-player-default_default .vjs-big-play-button:focus,
.bc-player-default_default:active .vjs-big-play-button,
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: transparent;
}
/********************************************************/
/* MODULE STYLES */
/*******************************************************/
/************************************/
/* Preloader Styles */
/************************************/
section.module-preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
section.module-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.module-preloader.fadeOut {
  -webkit-animation: fadeOut 500ms ease forwards;
  animation: fadeOut 500ms ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/******************************************/
/* Module Styles - HEADER  */
/****************************************/
section.module.header {
  z-index: 1;
  overflow: visible;
  position: relative;
  background: #000000;
}
section.module.header .section-padding {
  padding-top: 35px;
}
section.module.header .background-video,
section.module.header .background-image {
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  z-index: -1;
  background-color: #000000;
}
section.module.header .module-content {
  position: relative;
  min-height: calc(100vw * 0.527);
  z-index: 3;
}
section.module.header .main {
  flex: 0 0 45%;
}
section.module.header h4 {
  margin-top: 12%;
}
section.module.header h1 {
  margin: 0.75rem 0 1rem;
}
section.module.header .text-gradient {
  background: -webkit-linear-gradient(to right, #00c7fd, #fd92ff);
  background-image: linear-gradient(to right, #00c7fd, #fd92ff);
}
section.module.header .logo.img-overflow-wrapper {
  width: 11vw;
  max-width: 150px;
}
section.module.header .logo.img-overflow-wrapper img {
  width: 185%;
  top: -35px;
  left: -25%;
}
@media screen and (min-width: 1024px) {
  section.module.header .section-gutter {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  section.module.header h4 {
    margin-top: 0.75em;
  }
  section.module.header h1 {
    margin: 0.125em 0 0.25em 0;
  }
  section.module.header p {
    max-width: 23em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 765px) {
  section.module.header #background-video-desktop {
    display: none;
  }
  section.module.header .background-video,
  section.module.header .background-image {
    position: relative;
  }
  section.module.header .logo.img-overflow-wrapper {
    display: none;
  }
  section.module.header .module-content {
    min-height: 0;
  }
  section.module.header .main {
    flex: 0 0 100%;
  }
  section.module.header .section-padding {
    padding-top: 0;
  }
  section.module.header p {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1367px) {
  section.module.header .module-content {
    min-height: 720px;
  }
}
section.module.panel-2 {
  overflow: visible;
}
section.module.panel-2.bg-image {
    background-image: url("../images/panel2_bg.png");
    background-position: top;
}
section.module.panel-2 .text,
section.module.panel-2 .media {
  flex: 0 0 50%;
}
section.module.panel-2 .text > * {
  max-width: 20rem;
  -webkit-filter: drop-shadow(8px 6px 4px #000000);
  filter: drop-shadow(11px 0px 5% #000000);
}
section.module.panel-2 img.frame {
  -webkit-filter: drop-shadow(-30px 50px 35px rgba(195, 17, 120, 0.6));
  filter: drop-shadow(-30px 50px 35px rgba(195, 17, 120, 0.6));
  max-width: 78%;
}
section.module.panel-2 .responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
    section.module.panel-2 .responsive-iframe:before {
        content: "";
        background-image: url("../images/iframe1_glow.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        width: 135%;
        height: 200%;
        opacity: 0.7;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -47%);
        -ms-transform: translate(-50%, -47%);
        transform: translate(-50%, -47%);
        z-index: -1;
    }
section.module.panel-2 .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.module.panel-2 .responsive-iframe.iframe2:before {
  -webkit-transform: rotateY(180deg) translate(50%, -47%);
  -ms-transform: rotateY(180deg) translate(50%, -47%);
  transform: rotateY(180deg) translate(50%, -47%);
}
@media screen and (min-width: 766px) {
  section.module.panel-2 .responsive-column:nth-child(odd) .text {
    margin-right: 4em;
  }
  section.module.panel-2 .responsive-column:nth-child(odd) .text > * {
    margin-left: auto;
  }
  section.module.panel-2 .responsive-column:nth-child(even) .text {
    margin-left: 4em;
  }
  section.module.panel-2 .responsive-column:nth-child(even) .text > * {
    margin-right: auto;
  }
  section.module.panel-2 .responsive-column:first-child .text > * {
    margin-left: 0;
    max-width: 23rem;
  }
}
@media screen and (min-width: 1024px) {
  section.module.panel-2 .section-padding {
    padding-bottom: 30px;
  }
  section.module.panel-2 .section-gutter {
    padding-left: 60px;
    padding-right: 60px;
  }
  section.module.panel-2 p {
    max-width: 13em;
  }
}
@media screen and (min-width: 1470px) {
  section.module.panel-2 .responsive-iframe:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  section.module.panel-2 p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 765px) {
  section.module.panel-2 p {
    margin-bottom: 1rem;
  }
  section.module.panel-2 .text,
  section.module.panel-2 .media {
    flex: 0 0 100%;
    width: 100%;
  }
  section.module.panel-2 .responsive-iframe:before {
    width: 100vw;
  }
  section.module.panel-2 .media {
    order: 1;
    margin-bottom: 0.5em;
  }
  section.module.panel-2 .text {
    order: 2;
  }
  section.module.panel-2 .text * {
    max-width: 100%;
  }
  section.module.panel-2 .text.text-right {
    text-align: left;
  }
  section.module.panel-2 .text h5 {
    margin-top: 0.5em;
  }
  section.module.panel-2 .main.section-padding-top,
  section.module.panel-2 .module-content.section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
    section.module.panel-2.bg-image {
        background-image: url('../images/panel2_bg_mobile.png');
        background-position: center -73vw;
    }
}
@media screen and (max-width: 420px) {
  section.module.panel-2.bg-image {
    background-position: bottom;
  }
}
section.module.panel-3 p {
  margin-bottom: 1em;
}
section.module.panel-3 p.light {
  margin-bottom: 0px;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  section.module.panel-3 p.light {
    font-size: 1.53vw;
  }
}
section.module.panel-3 p.text-box {
  position: relative;
  margin-top: 1em;
  padding: 15px 25px;
  background-image: -moz-linear-gradient(-17deg, rgba(124, 62, 152, 0.451) 0%, rgba(70, 77, 203, 0.451) 100%);
  background-image: -webkit-linear-gradient(-17deg, rgba(124, 62, 152, 0.451) 0%, rgba(70, 77, 203, 0.451) 100%);
  background-image: -ms-linear-gradient(-17deg, rgba(124, 62, 152, 0.451) 0%, rgba(70, 77, 203, 0.451) 100%);
}
    section.module.panel-3 p.text-box::before {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
        height: 24px;
        width: 100%;
        background-position: -50px center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../images/textbox_laser.png');
    }
section.module.panel-3 div.card {
  margin-bottom: 0.75em;
  flex: 0 0 50%;
}
section.module.panel-3 div.card p {
  max-width: 145px;
  margin: 0 auto;
}
section.module.panel-3 .disclaimer {
  padding-bottom: 1em;
}
@media screen and (max-width: 765px) {
  section.module.panel-3 p.text-box {
    padding: 15px 20px;
  }
  section.module.panel-3 .disclaimer p {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 766px) {
    section.module.panel-3.bg-image {
        background-position: left;
        background-size: auto 88%;
        background-image: url('../images/panel3_bg.png');
    }
  section.module.panel-3.side-by-side .module-content {
    min-height: 54vw;
  }
  section.module.panel-3.side-by-side .main {
    flex: 0 0 44%;
  }
  section.module.panel-3 .disclaimer p {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 766px) and (max-width: 1200px) {
  section.module.panel-3.bg-image {
    background-position: -6.5vw center;
  }
}
@media screen and (min-width: 1200px) {
  section.module.panel-3 .disclaimer p {
    max-width: 830px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  section.module.panel-3 p.light {
    font-size: 21px;
  }
}
@media screen and (min-width: 766px) {
    section.module.panel-3.panel-3-alternate.bg-image {
        background-position: 0 0;
        background-size: 100% auto;
        background-image: url('../images/alternate_panel3_bg.png');
    }
}
@media screen and (max-width: 765px) {
  section.module.panel-3.panel-3-alternate .main {
    margin-top: -16vw;
  }
}
section.module.panel-4 {
  position: relative;
}
section.module.panel-4 .module-content {
  width: 100%;
  position: relative;
  top: -27vw;
  margin-bottom: -27vw;
}
section.module.panel-4 .graphic img {
  width: 100%;
}
@media screen and (min-width: 766px) {
  section.module.panel-4 .module-content {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    top: unset;
    margin-bottom: 0;
  }
  section.module.panel-4 .main {
    max-width: 58%;
    margin-left: 0;
  }
}
section.module.panel-5 .background-video {
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  z-index: -1;
  background-color: #000000;
}
@media screen and (min-width: 766px) {
  section.module.panel-5.side-by-side .module-content {
    min-height: 54vw;
  }
}
@media screen and (max-width: 765px) {
  section.module.panel-5 #background-video-desktop {
    display: none;
  }
  section.module.panel-5 .background-video {
    position: relative;
  }
  section.module.panel-5 .module-content {
    position: relative;
    top: -5vw;
    margin-bottom: -5vw;
  }
}
section.module.panel-6.bg-image {
    background-position: top;
    background-size: 100%;
    background-image: url('../images/panel6_bg.png');
}
section.module.panel-6 .main {
  margin-top: 100px;
}
section.module.panel-6 .badge.img-overflow-wrapper {
  width: 200px;
  margin-top: auto;
}
section.module.panel-6 .badge.img-overflow-wrapper img {
  left: -64%;
  top: -50%;
  width: 218%;
}
section.module.panel-6 ul {
  flex: 0 0 840px;
}
section.module.panel-6 li {
  width: 55%;
  margin-left: 0;
}
section.module.panel-6 li:nth-child(1) {
  margin-left: 288px;
}
section.module.panel-6 li:nth-child(2) {
  margin-left: 144px;
}
section.module.panel-6 li img {
  width: 144px;
}
section.module.panel-6 h3 {
  max-width: 20em;
}
section.module.panel-6 h6 {
  margin-top: 1rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  section.module.panel-6 .section-padding {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
    section.module.panel-6.bg-image {
        background-image: url('../images/panel6_bg_mobile.png');
    }
  section.module.panel-6 ul {
    flex: 1;
  }
  section.module.panel-6 li:nth-child(1) {
    margin-left: 240px;
  }
  section.module.panel-6 li:nth-child(2) {
    margin-left: 120px;
  }
  section.module.panel-6 li img {
    width: 120px;
  }
  section.module.panel-6 h6 {
    font-size: 0.85em;
  }
  section.module.panel-6 .aside {
    align-items: flex-end;
  }
  section.module.panel-6 .badge.img-overflow-wrapper {
    width: 120px;
  }
}
@media screen and (max-width: 765px) {
  section.module.panel-6 .section-padding {
    padding-top: 25px;
  }
  section.module.panel-6 .section-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.module.panel-6 .section-gutter h5 {
    padding-left: 12px;
  }
  section.module.panel-6 .main {
    margin-top: 30px;
  }
  section.module.panel-6 .badge.img-overflow-wrapper {
    width: 60px;
  }
  section.module.panel-6 li {
    width: 70%;
    margin-bottom: 15px;
  }
  section.module.panel-6 li:nth-child(1) {
    margin-left: 30%;
  }
  section.module.panel-6 li:nth-child(2) {
    margin-left: 14%;
  }
  section.module.panel-6 li img {
    width: 64px;
  }
  section.module.panel-6 h6 {
    margin-left: 10px;
  }
}
section.module.panel-7.bg-image {
    background-image: url('../images/panel7_bg.png');
    background-position: top;
}
section.module.panel-7 .text {
  flex: 0 0 36%;
  padding-right: 2rem;
}
section.module.panel-7 .media {
  flex: 0 0 64%;
}
section.module.panel-7 .responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.module.panel-7 .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 766px) {
  section.module.panel-7 .section-padding {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 765px) {
    section.module.panel-7.bg-image {
        background-image: url('../images/panel7_bg_mobile.png');
    }
  section.module.panel-7 .text,
  section.module.panel-7 .media {
    flex: 0 0 100%;
    width: 100%;
  }
  section.module.panel-7 .text {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  section.module.panel-7 .text * {
    max-width: 100%;
  }
}
/******************************************/
/* Module Styles - SIDE BY SIDE  */
/****************************************/
section.side-by-side .bg-image {
  background-position: right;
  background-size: cover;
}
section.side-by-side .module-content {
  min-height: 640px;
}
section.side-by-side .main {
  position: relative;
  flex: 0 0 40%;
  z-index: 1;
}
section.side-by-side .aside {
  flex: 1;
}
section.side-by-side .graphic {
  position: relative;
  z-index: 0;
}
section.side-by-side .graphic img {
  width: 100%;
}
section.side-by-side h3 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 766px) and (max-width: 1366px) {
  section.side-by-side .module-content {
    min-height: 47vw;
  }
  section.side-by-side h3 {
    font-size: 4vw;
  }
  section.side-by-side p {
    font-size: 1.75vw;
  }
  section.side-by-side li h4 {
    font-size: 1.6vw;
  }
  section.side-by-side li p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 765px) {
  section.side-by-side .bg-image {
    background-image: none !important;
  }
  section.side-by-side .module-content {
    min-height: 0;
  }
  section.side-by-side .main {
    flex: 1;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module.legal {
  background-color: #000;
  overflow: hidden;
}
section.module.legal div.legal-content {
  opacity: 1;
  transition: opacity 0.2s, height 0.2s;
}
section.module.legal.hide-legal-content div.legal-content {
  opacity: 0;
}
section.module.legal.hide-legal-content button.legal-toggle.primary::before {
  transform: rotateX(0);
}
section.module.legal.hide-legal-content button.btn-close {
  display: none;
}
section.module.legal div.module-content a {
  text-decoration: none;
}
section.module.legal p {
  font-size: 0.8em;
  line-height: 1.25;
  margin-bottom: 1em;
}
section.module.legal p:last-child {
  padding-bottom: 4rem;
}
section.module.legal button.legal-toggle {
  position: relative;
  margin: 1rem 0;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
section.module.legal button.legal-toggle:focus {
  outline: none;
}
section.module.legal button.legal-toggle.primary::before {
  content: "";
  position: absolute;
  top: 25%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: 10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  transform: rotateX(180deg);
}
section.module.legal button.legal-toggle span {
  padding-left: 25px;
}
section.module.legal button.legal-toggle img {
  width: 30px;
}
section.module.legal a.back-to-top {
  font-size: 16px !important;
  bottom: 1em;
}
@media screen and (max-width: 765px) {
  section.module.legal p {
    font-size: 0.7rem;
  }
  section.module.legal button.btn-close {
    width: 16px;
  }
}
