@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Light.woff2") format("woff2"), url("../fonts/Axiforma-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma Regular';
  src: url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma Book Italic';
  src: url("../fonts/Axiforma-BookItalic.woff2") format("woff2"), url("../fonts/Axiforma-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma-Book';
  src: url("../fonts/Axiforma-Book.woff2") format("woff2"), url("../fonts/Axiforma-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 768px) {
  iframe {
    position: absolute;
    top: 0;
    left: initial !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85% !important;
    height: 90%;
    background: url(../materials/border-o.png) no-repeat;
    background-size: contain;
    padding: 1.5em;
  }
  .videoArea {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 52.5% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .form-seen {
    display: block;
  }
  .fullSec {
    padding-bottom: 5em !important;
  }
}

@media only screen and (min-width: 1200px) {
  .secZero .miniForm h3 {
    font-size: calc(1vw + 2px) !important;
  }
  .form-seen {
    display: none;
  }
}

body {
  font-family: 'Axiforma Regular';
  position: relative;
  z-index: 0;
}

body .modal-open {
  overflow: scroll !important;
}

.fullSec {
  background: url(../materials/background.png) no-repeat;
  background-size: cover;
  padding-bottom: initial;
}

.fullSec .relative {
  position: relative;
  top: calc(20% - 50px);
}

.fullSec .lighten {
  mix-blend-mode: lighten;
}

.fullSec .color-dodge {
  mix-blend-mode: color-dodge;
}

.fullSec .title {
  position: relative;
  text-transform: uppercase;
  color: #fff;
}

.fullSec .title p {
  text-transform: initial;
  font-size: 24px;
}

.fullSec .videoArea video {
  position: relative;
  margin-top: 0.5em;
}

.fullSec .videoArea img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.secZero .miniForm {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  background: #005c8ab6;
  color: #fff;
  right: 0px;
  height: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.secZero .miniForm h3 {
  color: #fff;
  font-size: 18px;
  font-family: 'Axiforma-Book';
}

.secZero .miniForm p {
  font-size: 14px;
}

.secZero .miniForm a {
  color: #fff;
}

.secZero .miniForm form p {
  font-size: 14px;
}

.secZero .miniForm form .form-control {
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 85%;
  margin: auto;
  background: #fff;
}

.secZero .miniForm form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}

.secZero .miniForm form .btn-submit {
  background: #121b42;
  color: #fff;
  border-radius: 0;
  border: none;
  width: 85%;
  height: 40px;
}

.form-seen {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #034470;
  -webkit-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
}

.form-seen a {
  color: #fff;
}

.form-seen button {
  font-size: 12px;
}

.form-seen button i {
  color: #fff;
  font-size: 15px;
  padding: 0.3em 0.1em 0.3em 0.1em;
}

.btn {
  color: #fff;
}

.bottomAbs {
  position: relative !important;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  top: -50px !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: calc(65% + 2vw) !important;
}

/* The Close Button */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.thank-you {
  background: url(../materials/background.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.thank-you a {
  color: #fff;
  text-decoration: underline;
}

.thank-you a:hover {
  color: #fff;
}

.videoArea {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}

iframe {
  position: absolute;
  top: 0;
  left: 18%;
  /* -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  width: 65%;
  height: 90%;
  background: url(../materials/border-o.png) no-repeat;
  background-size: contain;
  padding: 1.5em;
}
/*# sourceMappingURL=main.css.map */