@import url("https://ch-api.healthhub.sg/api/public/content/83fab8568b1545e59795f1de8076b94f");

.itemCarousel .carousel-inner .item.next {
  border-radius: 0px !important;
  border: none !important;
  color: inherit;
  height: inherit;
  line-height: inherit;
}

.mindsg-main .intro-carousel {
  padding: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper {
  background-color: white;
  padding: 45px 60px 30px;
  border-radius: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .title {
  margin-bottom: 25px;
  margin-top: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
  width: 78%;
  margin: 0 auto 50px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
  opacity: 1;
  background-image: unset !important;
  display: none;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
    display: block;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-next:before, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-prev:before {
  content: "";
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
  font-size: 18px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
  width: 28%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: auto;
  bottom: 0;
  margin: auto;
  width: 28%;
}
@media (min-width: 768px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    padding-right: 15px;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
  background-color: transparent !important;
  display: block !important;
  text-indent: inherit;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  text-align: left;
  border: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li span {
  color: #9b9898;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}
@media (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a {
    display: block;
    height: 100%;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active span {
  color: #000000;
  text-decoration: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
  border-left: 1px solid #000;
  padding-left: 5%;
  display: table-cell;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
    border-left: 0px solid transparent;
    margin-left: 0px;
    padding-left: 0;
    width: 100%;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .title-area {
  width: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  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;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .copy {
  width: 100%;
  margin-bottom: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .img-area img {
  width: 150px;
}

@media screen and (max-width: 1280px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel {
    padding: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper {
    padding: 15px;
    border-radius: 10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
    font-size: 16px;
    line-height: 26px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-next, .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-prev {
    top: 60px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .title {
    margin-bottom: 15px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
    font-size: 0.8em;
    line-height: 1.14286;
    width: 14px;
    height: 14px;
    background-color: #9B9898 !important;
    display: inline-block !important;
    margin: 3px 3px 0 3px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active {
    background-color: #000000 !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.parent-indicator {
    display: none !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 35px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}
.mindsg .mindsg-container .z-index-1 {
  position: relative;
  z-index: 1;
}

.mindsg .mindsg-container .intro-carousel {
  padding: 0;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper {
  padding: 0;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .indicator-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .indicator-title {
    font-weight: bold;
  }
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .indicator-title .index {
  padding-right: 10px;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators {
  width: 40%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
    margin: 0;
  }
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators li:not(:last-child) {
    padding-bottom: 35%;
  }
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators li a {
  font-weight: normal;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active a {
  font-weight: bold;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active a .index {
  font-size: 110%;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-control {
  display: none !important;
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    margin-bottom: 0;
  }
}
.mindsg .mindsg-container .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area img {
  width: 290px;
}

.mindsg .mindsg-container .section-wearables {
  position: relative;
}
.mindsg .mindsg-container .section-wearables .section-illustration {
  margin: 20px 0 -20px 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .section-wearables .section-illustration {
    position: absolute;
    top: 20px;
    left: -10.9375vw;
    width: 33vw;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .mindsg .mindsg-container .section-wearables .section-illustration {
    left: -140px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .section-wearables .section-illustration img {
    margin-left: -50px;
  }
}

.mindsg .mindsg-container .section-sleep-tracking {
  position: relative;
}
.mindsg .mindsg-container .section-sleep-tracking .section-illustration {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .mindsg .mindsg-container .section-sleep-tracking .section-illustration {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .mindsg .mindsg-container .section-sleep-tracking-challenge .section-illustration {
    position: absolute;
    left: 0;
    width: 14.84375vw;
  }
}
@media (min-width: 1280px) {
  .mindsg .mindsg-container .section-sleep-tracking-challenge .section-illustration {
    width: auto;
  }
}
.mindsg .mindsg-container .section-sleep-tracking-challenge .check-challenge-progress-carousel .carousel-indicators {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .section-sleep-tracking-challenge .check-challenge-progress-carousel .carousel-indicators li:not(:last-child) {
    padding-bottom: 30%;
  }
}

.mindsg .mindsg-container .sleep-track-faq-video-wrapper {
  max-width: 900px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .mindsg .mindsg-container .sleep-track-faq-video-wrapper {
    max-width: 100%;
  }
}