#wo-breadcrumbs a, #wo-breadcrumbs span {
  color: #FFFFFF;
}

.mystery-box {
  color: #fff;
  background-color: #242424;
}
.mystery-box .view-all {
  color: #FFFFFF;
}
.mystery-box h2 {
  font-family: "Fedra Sans Pro", sans-serif;
  color: #EAC19B;
  font-size: 2rem;
  font-weight: 500;
}
.mystery-box h3 {
  font-family: "Fedra Sans Pro", sans-serif;
  color: #EAC19B;
  font-size: 1.5rem;
  font-weight: 400;
}
.mystery-box p {
  color: #FFFFFF;
}

.mystery-hero {
  border-radius: 12px;
}
.mystery-hero .mystery-hero-text {
  padding: 3.125rem;
  height: 400px;
  width: 40%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mystery-hero .mystery-hero-text {
    padding: 1.5625rem 0.9375rem;
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.mystery-hero .mystery-hero-text h1 {
  color: #EAC19B;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mystery-hero .mystery-hero-text h1 {
    text-align: center;
  }
}
.mystery-hero .mystery-hero-text p {
  color: #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mystery-hero .mystery-hero-text p {
    text-align: center;
  }
}
.mystery-hero .mystery-hero-text .btn-primary {
  color: #242424;
  background-color: #EAC19B;
}

.unique-advantages .unique-advantage {
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  background-color: #2f2f2f;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: flex-start;
  height: 160px;
  gap: 0.625rem;
  padding: 1.25rem;
  text-align: center;
  border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .unique-advantages .unique-advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-content: center;
  }
}
.unique-advantages .unique-advantage img {
  max-height: 70px;
}

.boxes-list .m-box {
  border-radius: 24px;
  overflow: hidden;
}
.boxes-list .m-box .box-img {
  position: relative;
}
.boxes-list .m-box .box-img img {
  width: 100%;
}
.boxes-list .m-box .box-img .box-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.25rem;
}
.boxes-list .m-box .box-img .box-info .name {
  color: #EAC19B;
  font-size: 2.125rem;
  line-height: 2.125rem;
  font-weight: 500;
}
.boxes-list .m-box .box-img .box-info .divider {
  height: 100%;
  width: 1px;
  background-color: rgba(221, 221, 221, 0.3019607843);
}
.boxes-list .m-box .box-img .box-info .month {
  font-size: 1.625rem;
  line-height: 1.8125rem;
  font-weight: 400;
}
.boxes-list .m-box .box-action {
  color: #000000;
  font-weight: 500;
  background-color: #fff;
  padding: 1.25rem;
}

.mystery-video .video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
.mystery-video .video:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(/build/images/play.4a2f8331.svg) center center no-repeat;
  background-size: 50px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mystery-video .video:hover:before {
  opacity: 1;
}

.instagram-posts {
  display: -webkit-box;
  display: flex;
  gap: 0.9375rem;
}
.instagram-posts a {
  display: block;
}
.instagram-posts a img {
  border-radius: 24px;
}

.have-question {
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
.have-question h3 {
  color: #000000;
}
.have-question .info-card {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  display: -webkit-box;
  display: flex;
  padding: 1.25rem 1.875rem;
  gap: 0.9375rem;
}
.have-question .info-card img {
  max-width: 40px;
}
.have-question .info-card .lab {
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0 0.4375rem 0;
}
.have-question .info-card .val {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.have-question .info-card .val:hover {
  text-decoration: underline;
}

.mystery-faqs .accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.mystery-faqs .accordion .accordion-item .question {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9375rem 2.5rem 0.9375rem 0;
  border-top: 1px solid rgba(244, 244, 244, 0.1);
  border-bottom: 0;
  position: relative;
}
.mystery-faqs .accordion .accordion-item .question:after {
  content: "-";
  font-size: 20px;
  line-height: 20px;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mystery-faqs .accordion .accordion-item .question.collapsed:after {
  content: "+";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mystery-faqs .accordion .accordion-item .answer .answer-content {
  color: #fff;
  padding: 0.625rem 0 1.25rem 0;
  opacity: 0.5;
}
.mystery-faqs .hint a {
  text-decoration: underline;
  font-weight: bold;
}
.mystery-faqs .hint a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.ready-surprise {
  background: url(/build/images/mystery_box_hero_bgr.b6c8b685.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.ready-surprise .surprise-text {
  padding: 1.875rem;
  width: 40%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ready-surprise .surprise-text {
    width: 100%;
    min-height: 400px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ready-surprise .surprise-text {
    min-height: 400px;
  }
}
.ready-surprise .surprise-text h1 {
  color: #EAC19B;
}
.ready-surprise .surprise-text p {
  color: #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ready-surprise .surprise-text p {
    text-align: center;
  }
}
.ready-surprise .surprise-text .btn-primary {
  color: #242424;
  background-color: #EAC19B;
}

.how-to-work {
  position: relative;
}
.how-to-work .htw-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 70%;
}
.how-to-work .htw-img .htw-img-text {
  position: relative;
  top: -90px;
  left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-work .htw-img .htw-img-text {
    position: relative;
    top: -70px;
    left: 0;
  }
}
.how-to-work .htw-img img {
  max-height: 31.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-work .htw-img img {
    max-height: 50rem;
  }
}
.how-to-work .htw-l {
  width: 50%;
}
.how-to-work .htw-r {
  width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .how-to-work .htw-r {
    width: 100%;
    padding: 0 0 0 1.25rem;
  }
}
.how-to-work .htw-steps {
  position: relative;
}
.how-to-work .htw-steps::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 4.6875rem;
  bottom: 4.6875rem;
  width: 2px;
  color: #b89b79;
  background: repeating-linear-gradient(to bottom, #b89b79 0 6px, transparent 6px 14px);
  z-index: 0;
  opacity: 0.9;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .how-to-work .htw-steps::before {
    top: 3.4375rem;
    bottom: 5.9375rem;
  }
}
.how-to-work .htw-steps .htw-step {
  margin: 6.25rem 0 0 0;
  position: relative;
  z-index: 1;
}
.how-to-work .htw-steps .htw-step .num {
  color: #EAC19B;
  background: #383430;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 100%;
}
.how-to-work .htw-steps .htw-step:first-child {
  margin-top: 3.125rem;
}
.how-to-work .htw-steps .htw-step:last-child {
  margin-bottom: 3.125rem;
}
.how-to-work .htw-steps .htw-step h3 {
  color: #FFFFFF;
}
.how-to-work .htw-steps .htw-step img {
  max-width: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .how-to-work .htw-steps .htw-step img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .how-to-work .htw-steps .htw-step img {
    max-width: 80px;
  }
}

.get-sub {
  padding: 1.25rem;
  background-color: #EBEDEC;
  border-radius: 12px;
}
.get-sub .hint a {
  text-decoration: underline;
  font-weight: bold;
}
.get-sub .hint a:hover {
  text-decoration: none;
}

.for-you {
  padding: 1.25rem;
  background-color: #EBEDEC;
  border-radius: 12px;
}
.for-you p {
  font-size: 0.875rem;
}
