@font-face {
  font-family: "Late Night";
  src: url("/LATENIGHTREGULAR.TTF");
}
body {
  background-color: #ffab00;
  font-family: Montserrat;
  font-weight: 600;
}

nav {
  background-color: #ff8e00;
}

footer {
  background-color: white;
}

.header-h1 {
  color: white;
}

.btn-cta {
  background-color: #fe3a63;
  color: white;
}

.btn-cta:hover {
  background-color: #dc3156;
  color: white;
}

.btn-cta:active {
  background-color: #dc3156 !important;
  color: white !important;
  border-color: #fe3a63 !important;
}

.btn-xlarge {
  --bs-btn-padding-y: 1.2rem;
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-font-size: 1.6rem;
  border-radius: 15px;
}

.balance-text {
  text-wrap: balance;
}

.feature-icon {
  max-width: 195px;
}

.top-icon {
  max-width: 85px;
}

.img-bg-wrap-top {
  background-image: URL("/img3/wrap_bg_ext-sl.png");
  background-repeat: repeat-x;
  background-position: top 240px right 0px;
}

.img-bg-wrap-bottom {
  background-image: URL("/img3/wrap_bg_ext-sl.png");
  background-repeat: repeat-x;
  background-position: bottom 220px right 0px;
}

.img-bg-wrap-both {
  background-image: URL("/img3/wrap_bg_ext_sl_topfade_sm.png");
  background-repeat: repeat-x;
  min-height: 1073px;
}

.orange-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 105px, #f47500 105px);
  color: white;
  max-width: 400px;
  margin: 0px auto;
}

.green-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 120px, #beba03 120px);
  color: white;
  max-width: 400px;
  margin: 0px auto;
}

.purple-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100px, #b667ff 100px);
  color: white;
  max-width: 400px;
  margin: 0px auto;
}

.mint-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 95px, #93ccae 95px);
  color: white;
  max-width: 400px;
  margin: 0px auto;
}

.orange-box img {
  max-width: 145px;
  padding-left: 25px;
  padding-bottom: 0px;
}

.green-box img {
  max-width: 160px;
  padding-bottom: 0px;
  padding-right: 5px;
}

.purple-box img {
  padding-left: 10px;
  max-width: 170px;
}

.mint-box img {
  max-width: 200px;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.orange-box-f {
  background-color: #f47500;
  color: white;
  margin: 0px auto;
}

.green-box-f {
  background-color: #beba03;
  color: white;
  margin: 0px auto;
}

.purple-box-f {
  background-color: #b667ff;
  color: white;
  margin: 0px auto;
}

.mint-box-f {
  background-color: #93ccae;
  color: white;
  margin: 0px auto;
}

.usp-icon {
  text-align: center;
}

.headphone-title {
  font-family: "Late Night";
  text-align: center;
  font-weight: 500;
}

.bottom-squiggle {
  width: 100%;
  height: 40px;
  margin-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: URL("/img/img-zigzag-line.png");
}

.bottom-modal-squiggle {
  width: 100%;
  height: 47px;
  margin-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: URL("/img/modal-zigzag-line.png");
  overflow: hidden;
}

.price-col {
  max-width: 250px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-amount {
  font-weight: 700;
}

.price-vat {
  color: #95A5A6;
  font-size: 1rem;
}

.footer-text {
  color: #848484;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.social-link {
  font-size: 14px;
}

.modal-content {
  background-color: #ffab00;
}

.modal-text-l {
  color: #3B3B3B;
  font-family: Montserrat;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
}

.modal-text-m {
  color: #3B3B3B;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.modal-logo {
  margin: 0px auto;
  margin-top: -40px;
}

.shine-burst {
  padding-right: 20px;
}

.shine-logo {
  margin-top: -20px;
}

.padded-modal {
  padding-top: 0px;
}

.btn-header {
  height: 60px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.review-row {
  max-width: 500px;
  margin: 0px auto;
}

.navbar-nav-even {
  flex-direction: row;
  justify-content: space-evenly;
}

.navbar-nav-end {
  flex-direction: row;
  width: 100%;
  justify-content: end;
}

.navbar-nav li {
  padding-left: 2px;
  padding-right: 2px;
  align-self: center;
}

.second-nav {
  background-color: #ff8e00;
  box-sizing: border-box;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none;
}/*# sourceMappingURL=custom-new.css.map */