.prd-halation-title {
  margin: auto;
  font-family: 'Averia Serif Libre', serif;
  max-width: 630px;
  padding: 5px;
}

.prd-halation-what-title {
  font-family: 'Averia Serif Libre', serif;
}

@media (max-width: 576px) {
  .prd-halation-what-img {
    width: 100%;
  }
}

.prd-what-is-it-container {
  background: #000;
  border-radius: 25px;
  transform: translateY(-40px);
  color: #fff;
  position: relative;
  z-index: 999;
}

a.jx-knightlab {
  display: none !important;
}

div.jx-label {
  background-color: transparent !important;
  font-weight: bold;
  color: rgba(255,255,255,0.5) !important;
  font-size: 18px !important;
  padding: 20px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.jx-slider {
  border-radius: 20px;
}

.prd-halation-faq {
  background: url("/assets/img/prd-red-bg.png") no-repeat, #000;
  transform: translateY(-60px);
  position: relative;
  z-index: 20;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  font-weight: bold;
}

.accordion-button.collapsed::after {
    background: url("/assets/img/prd-chevron-down.png") center no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background: url("/assets/img/prd-chevron-down.png") center no-repeat;
}


.accordion-button:focus {
  border-color: transparent;
  border: none;
  box-shadow: none;
}

.prd-hazy-button:hover {
    color: #539FDD !important;
}


.prd-hazy-buy-now {
    border-radius: 25px;
    background: url("/assets/img/hazy/cta-bg@3x.png") no-repeat;
    background-size: 100% 100%;
}

.hazy-hero-bg {
    background: url('/assets/img/hazy/hazy-bg@05x.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .hazy-hero-bg {
        background: url('/assets/img/hazy/hazy-bg@05x.png');
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}