@font-face {
  font-family: 'Poppins Regular';
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Poppins Bold';
  src: url("../font/Poppins-Bold.ttf");
}

.hide {
  display: none !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.overflow {
  overflow: hidden;
}

p {
  line-height: 1.5em;
  font-weight: 300;
}

.txt-center {
  text-align: center;
}

.text-box {
  padding: 20px 30px;
  background-color: #e0ba6a;
  color: #1D1B42;
}

.box-link {
  background: #212156;
  padding: 20px;
}

.small {
  font-size: 14px;
}

.text-container {
  max-width: 700px;
  margin: 0 auto;
}

section {
  padding: 40px 20px;
}

section .container-title {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container-title {
  color: #e0ba6a;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.2;
}

.button, .cta-btn {
  font-family: inherit;
  border: 1px solid;
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  color: #fff;
  padding: 15px 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all  ease-out;
  transition: 0.2s all  ease-out;
}

.button:hover, .cta-btn:hover, .button:focus, .cta-btn:focus {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}

.button.none-btn, .none-btn.cta-btn {
  border: none;
  padding: 0;
}

.button.none-btn:hover, .none-btn.cta-btn:hover, .button.none-btn:focus, .none-btn.cta-btn:focus {
  background-color: transparent;
  color: #fff;
}

.cta-btn {
  color: #1D1B42;
  border: none;
  background: #e0ba6a;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all  ease-out;
  transition: 0.2s all  ease-out;
}

.cta-btn:hover, .cta-btn:active, .cta-btn:focus {
  color: #e0ba6a;
}

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;
  -webkit-transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all  ease-out;
  transition: 0.2s all  ease-out;
}

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

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

.cd-container {
  padding: 0 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

.cd-container ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.cd-container ul li {
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 1em;
  background: rgba(14, 20, 34, 0.6);
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}

.cd-container ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5em;
  font-weight: 500;
  color: #fff;
  background-color: rgba(14, 19, 32, 0.4);
  min-width: 120px;
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 5px;
}

@media (max-width: 650px) {
  .cd-container ul li span {
    min-width: 90px;
    font-size: 3em;
  }
}

@media (max-width: 570px) {
  .cd-container {
    padding: 0;
  }
  .cd-container ul {
    max-width: 330px;
  }
  .cd-container ul li {
    font-size: 13px;
  }
  .cd-container ul li span {
    padding: 8px;
    min-width: 70px;
    font-size: 2.8em;
  }
}

#header {
  position: relative;
  background-image: url("../img/bh-hero-inplayer.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 560px) {
  #header {
    background-image: url("../img/header-sm.jpg");
    background-size: cover;
    padding-bottom: 55%;
    background-position: center;
  }
}

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

#faq .faq-header .divider {
  background-color: #e0ba6a;
}

#faq .faq-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          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;
}

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

#faq .faq-info ul .inner .question h3 {
  margin: 0.4em 0;
  font-size: 1em;
}

#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 rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
  padding: .75em;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

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

#faq .faq-info ul li a.toggle.active {
  border-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 500;
}

#footer {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  color: #fff;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer h2 {
  font-family: "Poppins Bold", sans-serif;
}

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

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

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

#footer .f-right-container .f-right .social-icons a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

#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: "Poppins Bold", sans-serif;
  text-transform: uppercase;
  opacity: .4;
  font-weight: 600;
  margin: 0;
}

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

.asset {
  background: #fff;
}

.asset .asset-description {
  max-width: 70ch;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  color: #000;
}

@media screen and (max-width: 700px) {
  .asset .responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .asset .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 990px) {
  .asset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .asset .asset-description p {
    width: 100%;
  }
}

html {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

p {
  font-family: "Poppins Regular", sans-serif;
}

.asset-description {
  text-align: center;
}

body {
  background-color: #1D1B42;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Poppins Bold", sans-serif;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#nav-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins Bold", sans-serif;
  color: #111;
  background-color: #1D1B42;
  font-size: 1em;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
}

#nav-wrapper .nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}

#nav-wrapper .nav-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#nav-wrapper .nav-container ul li {
  display: inline;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin: 0 15px;
  -webkit-transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all  ease-out;
  transition: 0.2s all  ease-out;
}

#nav-wrapper .nav-container ul li:hover, #nav-wrapper .nav-container ul li:focus {
  border-bottom: 2px solid #e0ba6a;
}

#nav-wrapper .nav-container ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all  ease-out;
  transition: 0.2s all  ease-out;
}

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

#nav-wrapper .nav-container .nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

#nav-wrapper .nav-container .nav-logo .logo {
  width: 190px;
}

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

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

@media (max-width: 789px) {
  #nav-wrapper {
    padding: 0;
  }
  #nav-wrapper .nav-container {
    position: relative;
    padding: 20px;
  }
  #nav-wrapper .nav-container ul {
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    position: fixed;
    background-color: #1D1B42;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
  }
  #nav-wrapper .nav-container ul li {
    margin: 20px 0;
  }
  #nav-wrapper .nav-container ul .login-button {
    margin: 20px 0;
  }
  #nav-wrapper .nav-container ul.slideInDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.new-amount-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}

.new-amount-grid .amounts-list-item {
  background: #212156;
}

.new-amount-grid .amounts-list-item .amount-number-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-amount-grid .amounts-list-item .amount-number-new .price {
  color: #e0ba6a;
  font-weight: 600;
}

.new-amount-grid .amounts-list-item .price-name {
  padding: 0 20px;
}

.new-amount-grid .amounts-list-item .price-name .title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 471px) {
  .new-amount-grid .amounts-list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.25fr 1fr;
        grid-template-columns: 0.25fr 1fr;
  }
  .new-amount-grid .amounts-list-item .amount-number-new {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 255, 0.03);
  }
  .new-amount-grid .amounts-list-item .amount-number-new .price {
    color: #e0ba6a;
    font-weight: 600;
  }
  .new-amount-grid .amounts-list-item .price-name {
    padding: 0 20px;
  }
  .new-amount-grid .amounts-list-item .price-name .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 470px) {
  .new-amount-grid .amounts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-amount-grid .amounts-list-item .amount-number-new {
    padding: 10px 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */