body {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
}
.align {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}
.align-small {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.inner-header {
  padding: 20px 25px;
  margin: 0 auto;
  position: relative;
}
.new-inner {
  margin: 0 auto;
  position: relative;
  padding: 3% 8%;
  overflow: hidden;
}
@media all and (max-width: 1600px ) {
  .new-inner {
    padding: 0 3% 0 3%;
  }
}
@media all and (max-width: 736px ) {
  .new-inner {
    padding: 30px 30px;
  }
}
.inner {
  margin: 0 auto;
  position: relative;
  padding: 4% 8%;
  overflow: hidden;
}
@media all and (max-width: 1280px ) {
  .inner {
    padding: 8%;
  }
}
@media all and (max-width: 1024px ) {
  .inner {
    padding: 8%;
  }
}
@media all and (max-width: 736px ) {
  .inner {
    padding: 60px 4%;
  }
}
.inner-about {
  margin: 0 auto;
  position: relative;
  padding: 0% 8%;
  overflow: hidden;
}
@media all and (max-width: 1440px ) {
  .inner-about {
    padding: 0 2%;
  }
}
@media all and (max-width: 736px ) {
  .inner-about {
    padding: 0;
  }
}
.inner-xsmall {
  padding: 0% 8% 0 8%;
}
@media all and (max-width: 1024px ) {
  .inner-xsmall {
    padding: 0 6%;
  }
}
@media all and (max-width: 736px ) {
  .inner-xsmall {
    padding: 0 4%;
  }
}
.inner-small {
  margin: 0 auto;
  position: relative;
  padding: 4% 12%;
  overflow: hidden;
}
@media all and (max-width: 1024px ) {
  .inner-small {
    padding: 6% 8%;
  }
}
@media all and (max-width: 736px ) {
  .inner-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
span {
  display: inline-block;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
input {
  font-family: "Nunito", sans-serif;
}
ul {
  padding-left: 0;
  margin: 0;
}
p,
a,
label,
input,
span {
  font-family: "Nunito", sans-serif;
  margin: 0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Nunito", sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Nunito", sans-serif;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Nunito", sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Nunito", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  margin: 0;
}
h1 {
  font-size: 100px;
  line-height: 108px;
  color: #fff;
  font-weight: normal;
}
@media all and (max-width: 1280px ) {
  h1 {
    font-size: 80px;
    line-height: 86px;
  }
}
@media all and (max-width: 1024px ) {
  h1 {
    font-size: 70px;
    line-height: 76px;
  }
}
@media all and (max-width: 736px ) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media all and (max-width: 500px ) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
h1.custom {
  font-size: 240px;
  line-height: 250px;
  color: #fff;
  font-weight: bolder;
}
@media all and (max-width: 1600px ) {
  h1.custom {
    font-size: 190px;
    line-height: 200px;
  }
}
@media all and (max-width: 1440px ) {
  h1.custom {
    font-size: 150px;
    line-height: 160px;
  }
}
@media all and (max-width: 1280px ) {
  h1.custom {
    font-size: 130px;
    line-height: 140px;
  }
}
@media all and (max-width: 1024px ) {
  h1.custom {
    font-size: 100px;
    line-height: 106px;
  }
}
@media all and (max-width: 736px ) {
  h1.custom {
    font-size: 90px;
    line-height: 100px;
  }
}
@media all and (max-width: 500px ) {
  h1.custom {
    font-size: 50px;
    line-height: 56px;
  }
}
h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1280px ) {
  h2 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media all and (max-width: 1024px ) {
  h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media all and (max-width: 736px ) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 500px ) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
h3 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  font-weight: 200;
}
@media all and (max-width: 1280px ) {
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 1024px ) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media all and (max-width: 736px ) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media all and (max-width: 500px ) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}
@media all and (max-width: 1280px ) {
  h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 1024px ) {
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 736px ) {
  h4 {
    font-size: 21px;
    line-height: 25px;
  }
}
h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 1280px ) {
  h5 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 1024px ) {
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 736px ) {
  h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
p {
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1280px ) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 1024px ) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 736px ) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
.loader {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1;
  overflow: visible;
}
.loader .bubble-spring {
  transform: translateY(-100px);
}
.loader .shadow {
  width: 70px;
  height: 30px;
  background: radial-gradient(ellipse at center, #581845 0%, rgba(237, 237, 237, 0) 50%);
  position: relative;
  z-index: -1;
  transform: translateY(75px);
  opacity: 0.1;
}
@media all and (max-width: 1280px ) {
  .loader svg {
    width: 50px;
  }
}
@media all and (max-width: 1024px ) {
  .loader svg {
    width: 45px;
  }
}
@media all and (max-width: 736px ) {
  .loader svg {
    width: 40px;
  }
}
@media all and (max-width: 736px ) {
  .loader {
    width: 100%;
  }
  .loader.left {
    padding-right: 0px;
  }
  .loader.right {
    padding-left: 0px;
  }
}
.full-width {
  width: 100%;
  display: inline-block;
  background: url(/view/img/home/bubble_pattern.jpg);
}
.width-50 {
  width: 50%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.width-50.left {
  padding-right: 5px;
}
.width-50.right {
  padding-left: 5px;
}
.copy-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.bookNow {
  width: 100%;
  text-align: center;
}
.bookNow .btn {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 15px 22px;
  position: relative;
  min-width: 6em;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1280px ) {
  .bookNow .btn {
    padding: 14px 20px;
    font-size: 20px;
  }
}
@media all and (max-width: 1024px ) {
  .bookNow .btn {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media all and (max-width: 736px ) {
  .bookNow .btn {
    padding: 13px 18px;
    font-size: 17px;
    min-width: 6em;
  }
}
@media all and (max-width: 500px ) {
  .bookNow .btn {
    padding: 11px 15px;
    font-size: 16px;
  }
}
.bookNow .btn.a {
  background: #fff;
  color: #418FDE;
}
.bookNow .btn.a:hover {
  color: #43B02A;
}
.bookNow .btn.b {
  background: #418FDE;
  color: #fff;
}
.bookNow .btn.b:hover {
  background: #43B02A;
}
.bookNow .btn.c {
  background: #43B02A;
  color: #fff;
}
.bookNow .btn.c:hover {
  background: #418FDE;
}
.lazy {
  opacity: 0;
}
.video-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.video-wrapper .playpause {
  background-image: url(/view/img/shared/play-button.svg);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.video-wrapper .video {
  width: 100%;
}
span.note {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  clear: both;
  line-height: 20px;
  padding-top: 15px;
  font-weight: 100;
}
span.note:last-of-type {
  padding-top: 0;
}
span.note.blue-note {
  color: #418FDE;
}
.story,
.lasertag,
.arcade,
.kids-section,
.specials-section,
.eatanddrink-section,
.contact-section,
.inquiry-section {
  padding-top: 140px;
  background: url(/view/img/home/bubble_pattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
}
.story p,
.lasertag p,
.arcade p,
.kids-section p,
.specials-section p,
.eatanddrink-section p,
.contact-section p,
.inquiry-section p {
  color: #fff;
  max-width: 1024px;
  margin: 0 auto 40px;
}
.story p:last-child,
.lasertag p:last-child,
.arcade p:last-child,
.kids-section p:last-child,
.specials-section p:last-child,
.eatanddrink-section p:last-child,
.contact-section p:last-child,
.inquiry-section p:last-child {
  margin: 0 auto;
}
.story h2,
.lasertag h2,
.arcade h2,
.kids-section h2,
.specials-section h2,
.eatanddrink-section h2,
.contact-section h2,
.inquiry-section h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 736px ) {
  .story h2,
  .lasertag h2,
  .arcade h2,
  .kids-section h2,
  .specials-section h2,
  .eatanddrink-section h2,
  .contact-section h2,
  .inquiry-section h2 {
    margin-bottom: 30px;
  }
}
.game-card-pricing {
  text-align: center;
}
.game-card-pricing,
.kids-card-pricing {
  padding: 0 4%;
  clear: both;
}
.game-card-pricing.kids-custom,
.kids-card-pricing.kids-custom {
  padding-top: 80px;
}
.game-card-pricing .white-container,
.kids-card-pricing .white-container {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px;
}
.game-card-pricing .white-container .mobile,
.kids-card-pricing .white-container .mobile {
  display: none;
}
.game-card-pricing .white-container .desk,
.kids-card-pricing .white-container .desk {
  display: block;
}
.game-card-pricing .white-container .kids-h2,
.kids-card-pricing .white-container .kids-h2 {
  color: #418FDE;
  margin-bottom: 60px;
}
@media all and (max-width: 736px ) {
  .game-card-pricing .white-container .kids-h2,
  .kids-card-pricing .white-container .kids-h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1024px ) {
  .game-card-pricing .white-container,
  .kids-card-pricing .white-container {
    padding: 40px;
  }
}
@media all and (max-width: 736px ) {
  .game-card-pricing .white-container,
  .kids-card-pricing .white-container {
    padding: 30px;
  }
  .game-card-pricing .white-container .desk,
  .kids-card-pricing .white-container .desk {
    display: none;
  }
  .game-card-pricing .white-container .mobile,
  .kids-card-pricing .white-container .mobile {
    display: block;
  }
}
@media all and (max-width: 500px ) {
  .game-card-pricing .white-container,
  .kids-card-pricing .white-container {
    padding: 30px 15px;
  }
}
.game-card-pricing .white-container img,
.kids-card-pricing .white-container img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.game-card-pricing .white-container img.custom-width,
.kids-card-pricing .white-container img.custom-width {
  width: 48%;
}
.kids-card-pricing .white-container {
  max-width: 1000px;
  box-sizing: border-box;
}
.kids-card-pricing .white-container img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.kids-card-pricing .white-container img.custom-width {
  width: 48%;
}
@media all and (max-width: 736px ) {
  .kids-card-pricing .white-container img {
    margin: 0;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.loading,
.lazyload,
.lazyloaded,
.image {
  transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.loading-01 {
  transform: translateX(-40px);
}
.loading-02 img {
  transform: translateX(40px);
}
.loading-03 img {
  transform-origin: left bottom;
}
.loading-04 img {
  transform: scaleX(0.5) scaleY(0.8) translateX(25%);
  transform-origin: right bottom;
}
.oh {
  overflow: hidden;
}
@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.image {
  position: relative;
}
.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  animation: scaleout 1.2s infinite ease-in-out;
  mix-blend-mode: soft-light;
  background-color: rgba(0, 0, 0, 0.5);
}
.image {
  position: relative;
  padding-bottom: 66.5492958%;
}
.image.l02 {
  padding-bottom: 120%;
}
.image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
.card-left video {
  width: 100%;
}
.box {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #418FDE;
  width: 100%;
  height: 100%;
}
.animated-box {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.card-right .animated-box {
  max-height: 650px;
}
.animated-box:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom right, #43B02A, #418FDE);
  opacity: 0.5;
}
.animated-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #418FDE;
  width: 100%;
  height: 100%;
}
.bold-text {
  font-weight: 900;
  font-size: 20px;
}
.centered-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.centered-video__main {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0px 0px 100px 0px;
}
@media all and (max-width: 1280px ) {
  .centered-video__main {
    margin: 0px 0px 0px 0px;
  }
}
.centered-video__main__video {
  display: flex;
  justify-content: center;
}
.centered-video__main__video video {
  width: 100%;
  z-index: 1;
}
.centered-video-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.centered-video-page__center {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0px 25px 60px;
}
.centered-video-page__center__responsive-video {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}
.centered-video-page__center__responsive-video iframe {
  width: 100%;
  height: auto;
}
