:root {
  --font1: "futura-pt", sans-serif;
  --font2: "futura-pt", sans-serif;
}

.hide {
  display: none !important;
}

.flex {
  display: flex !important;
}

.overflow {
  overflow: hidden;
}

.section-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 600;
  opacity: .7;
}

.container-title {
  width: fit-content;
  width: -moz-fit-content;
  margin: 20px auto;
  padding-bottom: 10px;
}

.login-button:focus {
  outline: none;
}

.button {
  font-family: var(--font1);
  border: 1px solid;
  border-radius: 100px;
  font-size: inherit;
  font-weight: 400;
  background-color: transparent;
  color: #222;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease-out;
}

.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111;
  box-shadow: 0 0 18px 4px rgba(54, 85, 244, 0.29);
}

@media (max-width: 950px) {
  .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222;
    box-shadow: 0 0 18px 4px rgba(255, 255, 255, 0.29);
  }
}

.divider {
  display: block;
  height: 2px;
  width: 200px;
  margin: 0 auto;
}

a.link {
  text-decoration: underline;
  font-style: italic;
}

.back-to-top {
  background: none;
  display: none;
  margin: 0;
  position: fixed;
  bottom: 250px;
  right: 23px;
  width: 35px;
  height: 35px;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  opacity: .5;
  background-color: rgba(9, 9, 9, 0.6);
  border-radius: 60px;
  transition: all .3s ease-out;
}

.back-to-top i {
  font-size: 38px;
  position: relative;
  left: -1.5px;
  top: -1.5px;
}

.back-to-top:hover {
  opacity: 1;
}

#header {
  position: relative;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
}

#header .header-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 50px;
}

#header .header-content .text {
  color: #fff;
  font-family: var(--font1);
  text-align: center;
  padding: 30px 20px;
  transition: all .3s ease-out;
}

#header .header-content .text h1 {
  font-weight: 800;
  margin: 0;
  font-size: 4em;
  transition: all .3s ease-out;
}

#header .header-content .text p {
  font-size: 20px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 10px #000;
}

#header .header-content .image img {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 790px) {
  #header .header-content .text {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }
  #header .header-content .text h1 {
    font-size: 3em;
  }
}

@media (max-width: 520px) {
  #header .header-content {
    padding: 20px;
  }
}

#faq {
  background-color: #ffffff;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

#faq .faq-header {
  color: #222;
  text-align: center;
}

#faq .faq-info {
  display: flex;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#faq .faq-info ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#faq .faq-info ul .inner {
  padding: 1em;
  overflow: hidden;
  display: none;
  line-height: 1.5em;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-bottom-right-radius: .3em;
  border-bottom-left-radius: .3em;
}

#faq .faq-info ul .inner .question {
  padding: 10px 0;
}

#faq .faq-info ul .inner .question h3 {
  font-size: 18px;
}

#faq .faq-info ul .inner .question p {
  margin: 0;
}

#faq .faq-info ul li {
  margin: .5em 0;
}

#faq .faq-info ul li a.toggle {
  display: block;
  border: 1px solid #9c9c9c;
  color: #444;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: .3em;
  transition: 0.2s all ease;
}

#faq .faq-info ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}

#faq .faq-info ul li a.toggle.active {
  border-color: #b3b3b3;
  border-bottom: 1px solid #f1f1f1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(0, 0, 0, 0.07);
  color: #222;
  font-weight: 500;
}

@media (max-width: 950px) {
  #faq .faq-info {
    flex-direction: column;
  }
  #faq .faq-info ul {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  #faq .faq-info ul {
    width: 90%;
  }
}

.responsive-iframe iframe {
  width: 100%;
  max-height: 400px;
}

 .asset {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 20px;
  box-sizing: border-box;
}

.asset .inplayer-preview-box {
  padding: 0;
  margin-top: 50px;
  background: none;
  border: none;
} 

/* .asset .inplayer-preview-box .inplayer-imageholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

/* .asset .inplayer-preview-box .inplayer-imageholder .inplayer-paywallexplain {
  display: none;
} */

/* .asset .inplayer-preview-box .inplayer-itemdetails {
  position: absolute;
  color: #fff;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  display: none;
} */

/* .asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
} */

/* .asset .inplayer-preview-box .inplayer-itemdetails p {
  text-align: center;
  font-weight: 400;
} */

/* .asset .inplayer-preview-box .inplayer-buybutton {
  width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 30px));
}

.asset .inplayer-preview-box .inplayer-buybutton .inplayer-button {
  border-radius: 3px;
  color: #fff !important;
  margin: 0;
  background-color: transparent !important;
  border: 1.5px solid;
  font-family: var(--font1);
  transition: all .3s ease-out;
} */

/* .asset .inplayer-preview-box .inplayer-buybutton .inplayer-button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #111 !important;
}

.asset .inplayer-preview-box .inplayer-preview-footer {
  margin-top: 0;
}

.asset .inplayer-preview-box .inplayer-preview-footer a {
  color: #2d2d2d;
} */

@media screen and (max-width: 715px) {
  .asset .inplayer-preview-box {
    background: #fff;
    border: 1px solid #e9edef;
  }
  .asset .inplayer-preview-box .inplayer-itemdetails {
    position: initial;
    color: #222;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
    transform: initial;
  }
  .asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title {
    color: #222;
    font-size: 1.5em;
  }
}

#footer {
  background: #111;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

#footer p a {
  color: inherit;
}

#footer h2 {
  font-family: var(--font1);
}

#footer .divider {
  background-color: #fff;
}

#footer .f-left {
  text-align: left;
}

#footer .f-right-container {
  display: flex;
  align-items: center;
  text-align: right;
}

#footer .f-right-container .f-right .social-icons a {
  transition: 0.3s all ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

#footer .f-right-container .f-right .social-icons a i {
  font-size: 20px;
  color: #fff;
  margin: 5px;
}

#footer .f-right-container .f-right .social-icons a:hover {
  opacity: .7;
}

#footer .f-right-container .f-right #ip {
  font-family: var(--font1);
  text-transform: uppercase;
  opacity: .4;
  font-weight: 500;
  margin: 0;
  color: inherit;
}

@media (max-width: 950px) {
  #footer {
    flex-direction: column;
  }
  #footer .f-left, #footer .f-right-container {
    text-align: center;
    justify-content: center;
    margin: 10px 0;
  }
  #footer .f-right-container .f-right #ip {
    margin: 10px 0;
  }
}

html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff;
  padding: 0;
  font-size: 17px;
  font-family: var(--font1);
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body #nav-wrapper {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font1);
  background-color: #fff;
  font-size: 1em;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0;
}

body #nav-wrapper .nav-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

body #nav-wrapper .nav-container .nav-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #222;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

body #nav-wrapper .nav-container .nav-logo .logo {
  max-width: 130px;
}

body #nav-wrapper .nav-container ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  font-size: 15px;
  animation-duration: 0.5s;
}

body #nav-wrapper .nav-container ul li {
  display: inline;
  text-align: center;
  margin: 0 20px;
  transition: all .3s ease-out;
}

body #nav-wrapper .nav-container ul li a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  transition: all .3s ease-out;
}

body #nav-wrapper .nav-container ul li a:hover {
  opacity: .5;
}

body #nav-wrapper .nav-container ul .login-button {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  border: none;
  font-family: var(--font1);
  font-size: inherit;
  cursor: pointer;
  opacity: 1;
  font-weight: 500;
  transition: all .3s ease-out;
}

body #nav-wrapper .nav-container ul .login-button:hover {
  opacity: .5;
}

body #nav-wrapper .hamburger {
  z-index: 4;
  padding-right: 20px;
}

@media (min-width: 790px) {
  body #nav-wrapper .hamburger {
    display: none;
  }
}

@media (min-width: 790px) {
  body #menu.animated {
    animation: none;
  }
}

@media (max-width: 789px) {
  body #nav-wrapper {
    padding: 0;
  }
  body #nav-wrapper .nav-container {
    position: relative;
  }
  body #nav-wrapper .nav-container .nav-logo {
    border-bottom: none;
    justify-content: left;
    padding-left: 20px;
  }
  body #nav-wrapper .nav-container ul {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: fixed;
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 2;
  }
  body #nav-wrapper .nav-container ul li {
    margin: 20px 0;
  }
  body #nav-wrapper .nav-container ul.slideInDown {
    display: flex;
  }
}

body .about {
  padding: 60px 20px;
  background-color: #000;
}

body .about .about-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

body .about .about-wrap img {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}

body .about .about-wrap .text {
  padding: 20px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  color: #fff;
}
/*# sourceMappingURL=style.min.css.map */