.quiz-results {
  padding: 0
}
@media (min-width:576px) {
  .quiz-results {
    padding: 0
  }
}
@media (max-width:1211.98px) {
 .quiz_result  .quiz-results {
    margin-top: 0;
  }
}
.quiz-results__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.quiz-results__row:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 290px;
  left: 0;
  top: 0;
  background: #f9f9f6
}
@media (min-width:576px) {
  .quiz-results__row:before {
    display: none
  }
}
@media (min-width:992px) {
  .quiz-results__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.quiz-results__content {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media (min-width:992px) {
  .quiz-results__content {
    width: 43.75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.quiz-results__content img {
  width: 100%
}
@media (min-width:992px) {
  .quiz-results__content img {
    display: none
  }
}
.quiz-results__carousel {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0
}
.quiz-results__carousel .slick-list,
.quiz-results__carousel .slick-track {
  height: 100%
}
.quiz-results__carousel-item {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  display: block
}
.quiz-results__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px
}
.quiz-results__pagination-item {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.quiz-results__pagination-item.active {
  width: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ab8fd1
}
.quiz-results__form {
  width: 100%;
  padding: 32px 20px 56px;
  position: relative
}
.quiz-results__form .btn--ghost {
  background-color: inherit
}
@media (min-width:576px) {
  .quiz-results__form {
    padding: 80px 20px
  }
}
@media (min-width:992px) {
  .quiz-results__form {
    padding: 51px 20px 110px 20px;
    width: 56.25%;
    min-height: -webkit-calc(100vh - 132px);
    min-height: -moz-calc(100vh - 132px);
    min-height: calc(100vh - 132px)
  }
}
@media (min-width:1212px) {
  .quiz-results__form {
    padding-left: -webkit-calc((100% - 1220px)/ 2 + 20px);
    padding-left: -moz-calc((100% - 1220px)/ 2 + 20px);
    padding-left: calc((100% - 1220px)/ 2 + 20px);
    padding-right: 5%;
    min-height: 1062px;
  }
}
@media (min-width:1441px) {
  .quiz-results__form {
    padding-left: -webkit-calc((100% - 1441px)/ 2 + 20px);
    padding-left: -moz-calc((100% - 1441px)/ 2 + 20px);
    padding-left: calc((100% - 1441px)/ 2 + 20px)
  }
}
.quiz-results__form--inner {
  width: 100%;
  margin: 0 auto
}
.quiz-results__form--cols {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (min-width:768px) {
  .quiz-results__form--cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.quiz-results__form--header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}
@media (min-width:768px) {
  .quiz-results__form--header {
    margin-bottom: 16px
  }
}
.quiz-results__form--col {
  width: 100%
}
@media (min-width:768px) {
  .quiz-results__form--col {
    width: 50%
  }
}
.quiz-results__form--col p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  text-align: center
}
@media (min-width:768px) {
  .quiz-results__form--col p {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    text-align: left
  }
}
.quiz-results__form--col30 {
  width: inherit
}
.quiz-results__form--col60,
.quiz-results__form--col70 {
  width: inherit
}
.quiz-results__form--col60 .btn,
.quiz-results__form--col70 .btn {
  border: none;
  margin-left: 30px
}
@media (min-width:768px) {
  .quiz-results__form--col60 .btn,
  .quiz-results__form--col70 .btn {
    margin-left: 30px
  }
}
.quiz-results__form--col60 .btn:first-child,
.quiz-results__form--col70 .btn:first-child {
  margin-left: 0
}
.quiz-results__form--col60 .btn:hover,
.quiz-results__form--col70 .btn:hover {
  color: #472b6f;
  background-color: #fff
}
.quiz-results__form--col60 {
  display: none
}
@media (min-width:768px) {
  .quiz-results__form--col60 {
    display: block
  }
}
.quiz-results__form--col70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  overflow-x: auto
}
.quiz-results__form--col70::-webkit-scrollbar {
  display: none
}
.quiz-results__form--col70 .btn {
  white-space: nowrap
}
@media (min-width:768px) {
  .quiz-results__form--col70 {
    display: none
  }
}
.quiz-results__form-heading {
  font-family: BioRhyme;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #26282b;
  max-width:700px;
  overflow-wrap: break-word;
}
@media (min-width:768px) {
  .quiz-results__form-heading {
    font-size:45px;
    line-height: 1;
    margin-bottom: 8px
  }
}
.quiz-results__form-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #26282b
}
@media (min-width:768px) {
  .quiz-results__form-subtitle {
    font-size: 24px;
    line-height: 1.2
  }
}
.quiz-results__form-description {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 18px;
  color: #26282b;
  max-width: 580px
}
@media (min-width:768px) {
  .quiz-results__form-description {
    margin-bottom: 48px
  }
}
.quiz-results__form-description p {
  margin-bottom: 10px
}
@media (min-width:768px) {
  .quiz-results__form-description p {
    margin-bottom: 18px
  }
}
.quiz-results__form-description p {
  margin-bottom: 10px
}
@media (min-width:768px) {
  .quiz-results__form-description p {
    margin-bottom: 18px
  }
}
.quiz-results__form-description a {
  color: #7345b2
}
.quiz-results__form-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px
}
.quiz-results__form-cta .btn--ghost:hover {
  background-color: #7345b2;
  color: #fdfeff;
}
.quiz-results__form-cta a,
.quiz-results__form-cta button {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .quiz-results__form-cta a,
  .quiz-results__form-cta button {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.quiz-results__form-cta a:first-child,
.quiz-results__form-cta button:first-child {
  margin-right: 8px
}
@media (min-width:576px) {
  .quiz-results__form-cta a:first-child,
  .quiz-results__form-cta button:first-child {
    margin-right: 12px
  }
}
.quiz-results__form-cta a:last-child,
.quiz-results__form-cta button:last-child {
  margin-left: 8px
}
@media (min-width:576px) {
  .quiz-results__form-cta a:last-child,
  .quiz-results__form-cta button:last-child {
    margin-left: 12px
  }
}
.quiz-results__form-cta-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.quiz-results__form-cta-full a {
  width: 100%
}
@media (min-width:576px) {
  .quiz-results__form-cta-full a {
    width: inherit
  }
}
.quiz-results__form-cta-full a,
.quiz-results__form-cta-full button {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .quiz-results__form-cta-full a,
  .quiz-results__form-cta-full button {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px;
    width: 100%;
    margin-right: 20px
  }
}
.quiz-results__tab-buttons {
  position: relative;
  width: 100%;
  padding: 0 0 14px;
  white-space: nowrap;
  overflow-x: auto
}
.quiz-results__tab-buttons-wrap {
  position: relative;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 44px;
  overflow: hidden;
  margin: 0 -20px 32px 0
}
@media (min-width:576px) {
  .quiz-results__tab-buttons-wrap {
    width: 100%;
    margin-right: 0;
    height: auto
  }
}
.quiz-results__tab-buttons-wrap:after {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #e8ebed;
  position: absolute;
  bottom: 0;
  left: 0
}
@media (min-width:576px) {
  .quiz-results__tab-buttons-wrap:after {
    bottom: 14px
  }
}
.quiz-results__tab-buttons li {
  display: inline-block;
  margin-right: 2.7%
}
.quiz-results__tab-buttons li button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #26282b;
  padding: 8px;
  border-bottom: 4px solid rgba(38,40,43,0)
}
@media (min-width:576px) {
  .quiz-results__tab-buttons li button {
    font-size: 18px;
    line-height: 28px
  }
}
.quiz-results__tab-buttons li button.active {
  border-color: #26282b
}
.quiz-results__item {
  position: relative;
  margin-right: 20px
}
.quiz-results__item--image {
  width: 100%;
  position: relative;
  overflow: hidden
}
.quiz-results__item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}
.quiz-results__item--image:after {
  content: ' ';
  display: block;
  padding-top: 75.2%;
  width: 100%
}
.quiz-results__item--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fdfeff;
  margin-top: 16px
}
@media (min-width:768px) {
  .quiz-results__item--text {
    font-size: 24px
  }
}
.quiz-results__item-stores {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0
}
@media (min-width:768px) {
  .quiz-results__item-stores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.quiz-results__item-stores-item {
  width: 100%
}
@media (min-width:768px) {
  .quiz-results__item-stores-item {
    width: 50%
  }
}
.quiz-results__item-stores-item:last-child {
  width: 100%;
  margin-top: 24px
}
@media (min-width:768px) {
  .quiz-results__item-stores-item:last-child {
    width: 50%;
    margin-top: 0
  }
}
@media (min-width:768px) {
  .quiz-results__item-stores-item:last-child ul {
    padding-left: 20px
  }
}
.quiz-results__item-stores-item:last-child ul li {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  list-style-type: initial;
  margin-left: 20px
}
@media (min-width:768px) {
  .quiz-results__item-stores-item:last-child ul li {
    font-size: 16px;
    line-height: 24px
  }
}
.quiz-results__item-stores-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer
}
.quiz-results__item-stores-item-image::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7)
}
.quiz-results__item-stores-play {
  position: absolute;
  width: inherit;
  z-index: 2
}
.quiz-results__item-stores-title {
  margin-top: 8px
}
.quiz-results__item-stores-desc {
  color: #7345b2;
  margin-top: 13px
}
.quiz-results__item-services a {
  color: #26282b
}
.quiz-results__item-services-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 8px
}
.quiz-results .tabcontent {
  width: 100%;
  max-width: 600px;
  /* position: absolute; */
  display: none;
}
.quiz-results .tabcontent.active {
  /* visibility: inherit; */
  display: inherit;
  position: relative
}
.quiz-results .featured-story__thumbnail img {
  height: inherit;
  height: 200px;
}
.quiz-results .featured-story__title {
  font-size: 18px;
  line-height: 22px
}
.quiz-results .featured-story__content,
.quiz-results .featured-story__read {
  background-color: inherit;
  padding: 8px
}
.quiz-results .product__thumbnail img {
  min-height: inherit;
  height: 200px;
}
.quiz-results #quizResultsContent2 .quiz-results__item {
  margin-right: 0
}
@media (max-width:768px) {
.quiz-results__form-heading{
font-size:22px;
word-break: break-word;
}

.quiz-results__form--header {
  position: relative;
}
.quiz-results__form--cols.quiz-results__form--header:before {
  background: #f9f9f6;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -20px;
  padding-top: 23px;
  top: -37px;
  padding-bottom: 50px;
}

.quiz-results__form--inner {
  position: relative;
}
.quiz-results__form--inner:before {
  background: #f9f9f6;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -20px;
  padding-bottom: 20px;
}
}
.dialog-share-item .dialog__cta a{
cursor:pointer;
}
@media (max-width:576px) {
  .quiz-results__outer .slick-list.draggable {
      margin-right: -20px;
  }
  }

/* Quiz result output page */
.quiz-result-output-section .quiz-results__tab-buttons-wrap,
.quiz-result-output-section .quiz-results__content,
.quiz-result-output-section .quiz-results .tabcontent,
.quiz-result-output-section .quiz-results__form-cta {
  display: none !important;
}

.quiz-result-output-section {
  margin-bottom: -50px;
}

.form-heading__share-icon {
  display: none;
}

.quiz-result-output-section .quiz-results__form {
  width: 100%;
  padding: 80px 80px 50px;
  min-height: auto;
}

.quiz-result-output-section .quiz-results__form--header {
  margin-bottom: 12px;
}

.quiz-result-output-section .quiz-results__form--col30 {
  width: 55%;
}

.quiz-result-output-section .quiz-results__form-subtitle {
  color: #323232;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
}

.quiz-result-output-section .quiz-results__form-heading {
  color: #323232;
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.224px;
  margin-bottom: 40px;
  max-width: 100%;
}

.quiz-result-output-section .quiz-results__form-description {
  color: #696969;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 100%;
  margin-bottom: 0px;
}

.quiz-banner-div__img-mobile {
  display: none;
}

.quiz-results__carousel {
  display: none;
}

.quiz-result-outp-banner_picture_img {
  display: none;
}

@media (max-width: 768px) {
  .quiz-results{
    margin-top: 0 !important;
  }
  section.quiz-result-output-section {
    margin-top: 0 !important;
  }

  .quiz-banner-div__img-desktop {
    display: none;
  }

  .quiz-banner-div__img-mobile {
    display: block;
  }

  .quiz-result-output-section .form-heading__share-icon {
    display: block;
    width: auto;
    float: left;
    margin-left: 8px;
  }

  .quiz-result-output-section .quiz-results__form {
    padding: 30px 20px 50px;
  }

  .quiz-result-output-section .quiz-results__form-subtitle {
    font-size: 16px;
    padding-top: 0px;
    line-height: 22.4px;
  }

  .quiz-result-output-section .quiz-results__form-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    float: left;
    max-width: 205px;
  }

  .quiz-result-output-section .quiz-results__form-description {
    font-size: 16px;
    line-height: 18.752px;
    margin-bottom: 24px;
    clear: both;
  }

  .quiz-result-output-section .quiz-results__form--col70 .btn {
    padding-left: 0px;
    font-size: 12px;
    margin-left: 15px;
  }

  .quiz-result-output-section .quiz-results__form--col70 .btn:first-child {
    margin-left: 0px;
  }

  .quiz-result-output-section .quiz-results__form--inner:before {
    background-color: #ffffff;
  }

  .quiz-result-output-section .quiz-results__row:before {
    background-color: #ffffff;
  }

  .quiz-result-output-section .quiz-results__form--col70 {
    margin-bottom: 0px;
  }

  .quiz-result-output-section .quiz-results__form--col30 {
    width: 100%;
  }
}
.featured-story {
  padding: 0
}
.featured-story__inner {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.featured-story__thumbnail {
  position: relative
}
.featured-story__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 257px
}
@media (min-width:992px) {
  .featured-story__thumbnail img {
    height: 458px
  }
}
.featured-story__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px
}
.featured-story__bookmark [class^=icon-]::before {
  color: #454c53
}
.featured-story__video {
  background-color: rgba(0,0,0,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.featured-story__video [class^=icon-]::before {
  color: #fdfeff;
  font-size: 48px
}
.featured-story__category {
  background-color: #26282b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .01em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 12px
}
.featured-story__content {
  background-color: #f4f2ed;
  padding: 24px 24px 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.featured-story__title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__title {
    font-size: 24px;
    line-height: 29px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured-story__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__desc {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured__story:not(:first-child):not(:last-child) .featured-story__desc {
  display: none
}
.featured-story__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.featured-story__author-pic {
  margin-right: 12px;
  width: 24px
}
.featured-story__author-name {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 700
}
.quiz-results__item p.featured-story__author-name {
  color: #000;
 }
.featured-story__read {
  background-color: #f4f2ed;
  color: #454c53;
  padding: 0 24px 34px
}
@media (min-width:992px) {
  .featured-story__read {
    padding-top: 24px
  }
}
.featured-story__read small {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px
}
.featured-story__read [class^=icon-] {
  margin-right: 5px
}
/*# sourceMappingURL=maps/featured-story.css.map */

.product:focus {
  outline: 0
}
.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}
.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}
.product__inner {
  cursor: pointer
}
.product__thumbnail {
  margin-bottom: 20px;
  position: relative
}
.product__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 343px
}
@media (min-width:576px) {
  .product__thumbnail img {
    min-height: 280px
  }
}
.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px
}
.product__bookmark [class^=icon-]::before {
  color: #454c53
}
.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.product__title {
  color: #26282b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px
}
@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
}
.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
.product__rating span:not(:last-child) {
  margin-right: 10px
}
.product__rating span.icon-rating {
  color: #f9994c
}
.product__rating span.icon-rating-o {
  color: #9ea4aa
}
.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px
}
.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px
}
.product__price span {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: line-through
}
.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}
.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
/*# sourceMappingURL=maps/product.css.map */

.home-decor__thumbnail {
  position: relative;
  margin-bottom: 10px;
  min-height: 349px
}
.home-decor__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.home-decor__index {
  color: #3c6aa8;
  font-family: BioRhyme;
  font-size: 40px;
  line-height: 51px;
  margin-right: 12px
}
.home-decor__title {
  color: #26282b;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 5px;
  width: 170px
}
.home-decor__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  width: 220px
}
.home-decor.four-steps {
  width: 100%;
  padding: 0;
  margin-bottom: 36px
}
.home-decor.four-steps .home-decor__thumbnail {
  min-height: inherit;
  overflow: hidden
}
.home-decor.four-steps .home-decor__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}
.home-decor.four-steps .home-decor__thumbnail:after {
  content: ' ';
  display: block;
  padding-top: 101.74%
}
@media (min-width:768px) {
  .home-decor.four-steps .home-decor__thumbnail:after {
    padding-top: 124.64%
  }
}
/*# sourceMappingURL=maps/home-decor.css.map */

@media (max-width:991.98px) {
  .dialog-share-item .dialog__container {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    min-width: 95%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
  }
}
.dialog-share-item .dialog__body {
  text-align: center
}
.dialog-share-item .dialog__body .btn {
  margin: 20px 10px
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__body .btn {
    margin: 10px 5px
  }
}
.dialog-share-item .dialog__body-title {
  font-family: BioRhyme;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  color: #26282b
}
.dialog-share-item .dialog__body-subtitle {
  max-width: 404px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  margin: 8px auto 32px auto;
  color: #454c53
}
.dialog-share-item .dialog__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-share-item .dialog__cta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 10px
}
.dialog-share-item .dialog__cta a:hover {
  opacity: .8
}
.dialog-share-item .dialog__cta a img {
  width: 56px;
  height: 56px
}
.dialog-share-item .dialog__cta a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-left: 4px;
  color: #000
}
.dialog-share-item .dialog__product {
  width: 100px;
  height: 100px;
  margin: 5px auto 10px auto
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__product {
    display: none
  }
}
.dialog-share-item .dialog__content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px
}
.dialog-share-item .dialog__header-cta .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-share-item .btn__text {
  display: inline-block
}
/*# sourceMappingURL=maps/share-dialog.css.map */

