@keyframes touch-pulse {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 242, 254, 0.6);
  }
}
.home header.fusion-header-wrapper {
  background-color: #132342;
}
.home header.fusion-header-wrapper .fusion-header {
  background-color: transparent;
}
.home header.fusion-header-wrapper.fusion-is-sticky .fusion-header {
  background-color: #24272d;
}
@media only screen and (max-width: 960px) {
  .home header.fusion-header-wrapper .fusion-header-wrapper .fusion-header {
    background-color: transparent;
  }
}
.hero-banner {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media (min-width: 480px) {
  .hero-banner {
    font-size: 1.1rem;
  }
}
.hero-banner .hero-logo {
  margin-bottom: 20px;
  max-width: 90px;
}
@media (min-width: 480px) {
  .hero-banner .hero-logo {
    max-width: 124px;
  }
}
.hero-banner canvas {
  display: block;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%!important;
  height: auto!important;
}
.hero-banner figure,
.hero-banner img {
  margin: 0;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.hero-banner .billboard {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0;
  color: #fff;
  padding: 0;
  background-color: #132242;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 481px) {
  .hero-banner .billboard {
    min-height: 78vh;
  }
}
@media (min-width: 1024px) {
  .hero-banner .billboard {
    max-height: 1440px;
  }
}
.hero-banner .layout {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1170px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-banner .layout {
    font-size: 1.3rem;
  }
}
@media (max-width: 1219px) {
  .hero-banner .layout > div {
    padding-left: 30px;
  }
}
.hero-banner .layout p {
  margin-top: 0;
}
.hero-banner .billboard > .layout {
  position: absolute;
  left: 0;
  right: 0;
}
.hero-banner .pt-3 {
  padding-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .hero-banner .pt-md-5 {
    padding-top: 5.4rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner .pt-lg-7 {
    padding-top: 7.2rem;
  }
}
.hero-banner .width-8 {
  width: 66.66666667%;
}
@media screen and (min-width: 768px) {
  .hero-banner .width-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .hero-banner .width-lg-3 {
    width: 25%;
  }
}
.hero-banner .pointer {
  cursor: pointer;
}
.hero-banner .hero {
  position: relative;
  top: 6rem;
  bottom: 0;
  /*height: 640px;*/
  right: 16rem;
  width: 230%;
  max-width: 1024px;
  margin: 0 auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .hero-banner .hero {
    top: 6.5rem;
    left: auto;
    right: 10.5rem;
    width: 150%;
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero {
    top: 4.8rem;
    left: auto;
    right: 0;
    width: 103%;
    max-width: 1920px;
  }
}
.hero-banner .hero .percentages-holder {
  position: absolute;
  top: 34%;
  left: -13.5%;
  width: 105%;
  right: 0;
  transform: scaleY(0.577) rotateZ(-45deg);
  text-align: center;
}
@media (min-width: 768px) {
  .hero-banner .hero .percentages-holder {
    top: 37%;
    left: -13.5%;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero .percentages-holder {
    top: 38%;
    left: -13.5%;
  }
}
@media (min-width: 1366px) {
  .hero-banner .hero .percentages-holder {
    top: 37%;
    left: -13.5%;
  }
}
@media (min-width: 1680px) {
  .hero-banner .hero .percentages-holder {
    top: 41%;
    left: -11.5%;
  }
}
.hero-banner .hero .percentages-holder .label {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-left: 4rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .hero-banner .hero .percentages-holder .label {
    margin-left: 0;
  }
}
.hero-banner .hero .percentages-holder .label.fade {
  transition: opacity .4s, transform .4s;
  opacity: 0;
  transform: translateY(-10px);
}
.hero-banner .hero .percentages-holder .label.cycle {
  transition: opacity 1s;
  opacity: 1;
  transform: translateY(0px);
}
.hero-banner .hero .percentages-holder .percentages {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hero-banner .hero .percentages-holder .percentages .percent {
  min-width: 80px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-banner .hero .touch-indicator {
  position: absolute;
  bottom: 0;
  width: 115.5% !important;
  top: 0;
  left: -4.2%;
  height: 100%;
  transition: opacity 1s;
}
.hero-banner .hero .touch-indicator.touched {
  opacity: 0;
}
.hero-banner .hero .touch-indicator > div {
  position: absolute;
  z-index: 7;
  pointer-events: none;
}
.hero-banner .hero .touch-indicator .touch-label {
  display: none;
  top: 46.2%;
  left: 31.3%;
  font-size: .8rem;
  width: 9%;
  text-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.5);
}
.hero-banner .hero .touch-indicator .touch-loop {
  width: 2.4%;
  height: 5.2%;
  border: 2px solid #00f2fe;
  border-radius: 100%;
  background-color: rgba(0, 242, 254, 0.6);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  animation: 1.5s infinite alternate touch-pulse;
  top: 51.9%;
  left: 36.3%;
}
.hero-banner .hero .touch-indicator .touch-hand {
  font-size: 2rem;
  transform: rotateZ(-30deg);
  top: 53.9%;
  left: 38.3%;
}
.hero-banner .hero canvas {
  position: relative;
  z-index: 3;
  max-width: none !important;
  margin: 0 auto !important;
  width: 115.5% !important;
  top: 0;
  left: -4.2%;
}
@media (min-width: 768px) {
  .hero-banner .hero .touch-indicator .touch-label {
    top: 52.2%;
    left: 23.3%;
    font-size: 1.1rem;
    width: 13%;
  }
  .hero-banner .hero .touch-indicator .touch-loop {
    top: 52.1%;
    left: 36.35%;
  }
  .hero-banner .hero .touch-indicator .touch-hand {
    top: 53.9%;
    left: 38.3%;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero .touch-indicator .touch-label {
    top: 52%;
    left: 22%;
    width: 12%;
  }
  .hero-banner .hero .touch-indicator .touch-loop {
    top: 52%;
    left: 36.3%;
  }
  .hero-banner .hero .touch-indicator .touch-hand {
    top: 54.5%;
    left: 38.5%;
  }
}
@media (min-width: 1368px) {
  .hero-banner .hero .touch-indicator .touch-label {
    top: 52.8%;
    left: 26.2%;
  }
}
@media (min-width: 768px) {
  .hero-banner .hero canvas {
    left: -4.2%;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero canvas {
    left: -4.2%;
  }
}
.hero-banner .hero img {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero-banner .hero img#overlay {
  z-index: 5;
}
.hero-banner .hero-controls {
  padding: .3rem 0;
  background-color: #25272e;
  z-index: 9;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.hero-banner .hero-controls .btn {
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, box-shadow 0.3s, border 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  color: white;
  position: relative;
  background: 0 0;
  border-radius: 5px;
  outline: 0;
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
  padding: .3rem .75rem;
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  border: solid 2px white;
  margin-top: .3rem;
  margin-bottom: .3rem;
}
@media (min-width: 480px) {
  .hero-banner .hero-controls .btn {
    font-size: .7rem;
  }
}
@media (min-width: 768px) {
  .hero-banner .hero-controls .btn {
    min-width: 64px;
    padding: .4rem .9rem;
    font-size: .9rem;
  }
}
.hero-banner .hero-controls .btn:hover {
  opacity: 0.9;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-banner .btn [class*=fa-] + span {
  margin-left: .45rem;
}
.hero-banner .hero-controls .btn + .btn {
  margin-left: .45rem;
}
.hero-banner .hero-controls .btn.enabler {
  opacity: 0.6;
}
.hero-banner .hero-controls .btn:not(.enabler) .alt {
  display: none;
}
.hero-banner .hero-controls .btn.enabler .main {
  display: none;
}
.hero-banner .hero-controls .fa-wifi {
  color: #00f2fe;
}
.hero-banner .hero-controls .fa-shield,
.hero-banner .hero-controls .fa-shield-alt {
  color: #ff2766;
}
.hero-banner .hero-controls .fa-bell {
  color: #ffe519;
}
.hero-banner #wrapper {
  max-width: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=banner.css.map */