/*
*  To create a new theme copy this file and then adjust the campaign specifics accordingly
*/

@font-face {
  font-family: 'nimbus_monoregular';
  src: url(/fonts/nimbusmono-regular-webfont.woff?3013590ef81f6a1526d65ec52067eaae) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriterITCPro-Med';
  src: url(/fonts/354356_0_0.eot?3a159a55fc7f21b6323283eddaf07e6e);
  src: url(/fonts/354356_0_0.eot?3a159a55fc7f21b6323283eddaf07e6e) format("embedded-opentype"), url(/fonts/354356_0_0.woff2?c78c3c2aa8436a19f9375cff6494782d) format("woff2"), url(/fonts/354356_0_0.woff?0ee1ec88ddd2c2a497846a9b5962d4ed) format("woff"), url(/fonts/354356_0_0.ttf?36a8c74ab7cf00f4fbfaf6b15ab498c9) format("truetype");
}

.moment-maker {
  background-color: #f1f1f1;
  min-height: 400px;
  min-height: 70vh;
}

.moment-maker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.moment-maker.loading {
  max-height: 400px;
  max-height: 70vh;
  overflow: hidden;
}

.moment-maker.loading .quiz__campaign__endpoint {
  visibility: hidden;
}

.moment-maker .quiz__campaign-page {
  position: relative;
}

.moment-maker .quiz__campaign-button {
  background-color: #C61017;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 18px;
  font-weight: 700;
  font-size: 14px;
}

.moment-maker .quiz__campaign-button span,
.moment-maker .quiz__campaign-button strong {
  color: #e12b26;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
}

.moment-maker .quiz__campaign-button:link,
.moment-maker .quiz__campaign-button:visited {
  color: #fff;
}

.moment-maker .quiz__campaign-button:hover,
.moment-maker .quiz__campaign-button:active {
  background-color: #ED1C24;
}

.moment-maker .quiz__campaign__landing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1320px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.moment-maker .quiz__campaign__landing .quiz__campaign__landing-header-mobile-image {
  display: block;
}

.moment-maker .quiz__campaign__landing .quiz__campaign__landing-header-image {
  display: none;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__landing {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing {
    margin-top: 50px;
  }

  .moment-maker .quiz__campaign__landing .quiz__campaign__landing-header-image {
    display: block;
  }

  .moment-maker .quiz__campaign__landing .quiz__campaign__landing-header-mobile-image {
    display: none;
  }
}

.moment-maker .quiz__campaign__landing-no-image {
  background: #fff;
  height: calc(100vh - 100px);
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing-no-image {
    min-height: 650px;
  }
}

.moment-maker .quiz__campaign__landing-no-image .quiz__campaign__landing-content h1,
.moment-maker .quiz__campaign__landing-no-image .quiz__campaign__landing-content p {
  color: #1B1B1B;
  position: relative;
}

.moment-maker .quiz__campaign__landing-header {
  padding: 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing-header {
    min-height: 650px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.moment-maker .quiz__campaign__landing-header:before {
  content: "";
  display: block;
  background: #1B1B1B;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.moment-maker .quiz__campaign__landing-header img {
  display: block;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing-header img {
    height: auto;
    max-height: 650px;
    position: absolute;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing-content-text {
    min-height: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.moment-maker .quiz__campaign__landing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
}

.moment-maker .quiz__campaign__landing-decoration {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

.moment-maker .quiz__campaign__landing-decoration img {
  width: 100%;
  margin: 5% 0;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__landing-decoration img {
    max-width: 48%;
    margin: 0 1%;
    height: auto;
    display: block;
    float: left;
  }
}

.moment-maker .quiz__campaign__landing-text {
  font-family: "AmericanTypewriterITCPro-Med", "nimbus_monoregular", "monospace";
  margin: 0 auto;
  padding: 0 15px;
  max-width: 400px;
  width: 100%;
}

.moment-maker .quiz__campaign__landing .quiz__campaign-button {
  display: inline-block;
  margin: 0 15px;
  min-width: 130px;
  text-align: center;
  width: calc(100% - 30px);
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing .quiz__campaign-button {
    margin: 0 auto;
    width: auto;
  }
}

.moment-maker .quiz__campaign__landing h1,
.moment-maker .quiz__campaign__landing h2 {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  max-width: 260px;
  margin: 0 auto 15px;
  text-transform: none;
  letter-spacing: normal;
}

.moment-maker .quiz__campaign__landing h1 {
  font-size: 38px;
  line-height: 35px;
  background-size: 185px;
  display: block;
  font-family: "AmericanTypewriterITCPro-Med", "nimbus_monoregular", "monospace";
  font-weight: bold;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__landing h1 {
    font-size: 50px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1023px) {
  .moment-maker .quiz__campaign__landing h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -280px;
    left: 0;
    right: 0;
    max-width: 80%;
    height: 280px;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing h1 {
    background: url("/images/campaigns/moment-maker/logo-ribbon.svg") center bottom no-repeat;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 40px;
    max-width: 60%;
    margin: 0 20% 40px;
    padding: 0 0 40px;
  }
}

.moment-maker .quiz__campaign__landing p {
  color: #1B1B1B;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  margin: 20px 10px 40px;
  text-transform: none;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__landing p {
    color: #fff;
    margin: 0 20px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__landing {
    margin-bottom: 30px;
  }
}

.moment-maker .quiz__campaign-question {
  display: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.moment-maker .quiz__campaign-question-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign-question-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.moment-maker .quiz__campaign-question-block {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  min-height: 45vw;
  width: 100%;
}

.moment-maker .quiz__campaign-question-block img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign-question-block {
    width: 50%;
    width: 50vw;
  }
}

.moment-maker .quiz__campaign-question-image {
  width: calc(100% - 20px);
  height: auto;
  margin: 0 10px 25px;
}

.moment-maker .quiz__campaign-question-number {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.moment-maker .quiz__campaign-question-text {
  color: #fff;
  font-family: "AmericanTypewriterITCPro-Med", "nimbus_monoregular", "monospace";
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  text-transform: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign-question-text {
    font-size: 39px;
    line-height: 46px;
    padding: 0 25%;
    text-align: left;
  }
}

.moment-maker .quiz__campaign-answers,
.moment-maker .quiz__campaign_range-answers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 135px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign-answers,
  .moment-maker .quiz__campaign_range-answers {
    width: 50%;
    width: 50vw;
  }
}

.moment-maker .quiz__campaign-answer {
  background: #fff center center no-repeat;
  color: #1B1B1B;
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign-answer {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign-answer {
    width: 50%;
  }
}

.moment-maker .quiz__campaign-answer + .quiz__campaign-answer {
  margin-top: 20px;
}

.moment-maker .quiz__campaign-answer-active {
  background-image: url("/images/campaigns/moment-maker/answer-bg.jpg");
  background-size: cover;
  color: #fff;
}

.moment-maker .quiz__campaign-answer-active span::after {
  background: url("/images/tick-red.svg") #fff center center no-repeat;
  background-size: 10px 8px;
}

.moment-maker .quiz__campaign-answer-active .quiz__campaign-answer-text {
  background: transparent;
}

.moment-maker .quiz__campaign-answer-text {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.moment-maker .quiz__campaign-answer-text::after {
  background-color: #f6f6f6;
}

.moment-maker .quiz__campaign-answer-image {
  background-color: #d3d3d3;
  padding-top: calc(75% /2);
}

.moment-maker .quiz__campaign-range-images img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 80px;
}

.moment-maker .quiz__campaign-range-area {
  position: relative;
}

.moment-maker .quiz__campaign-range-area:before {
  background: #1B1B1B;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: -30px;
  width: 1px;
  z-index: -50;
}

.moment-maker .quiz__campaign-range-area:after {
  background: #1B1B1B;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: -30px;
  width: 1px;
  z-index: -50;
}

.moment-maker .quiz__campaign-question-range-labels span {
  position: relative;
  padding: 15px 0;
  width: 100%;
}

.moment-maker .quiz__campaign-question-range-labels span:before {
  background: #1B1B1B;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  top: -15px;
  width: 1px;
  z-index: -50;
}

.moment-maker .quiz__campaign-question-range-labels span:last-child:before,
.moment-maker .quiz__campaign-question-range-labels span:first-child:before {
  display: none;
}

.moment-maker .quiz__campaign-next {
  background: #C61017;
  display: block;
  height: 50px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 65px;
  width: 50px;
  text-indent: -9999px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign-next {
    bottom: 50px;
    right: 110px;
  }
}

.moment-maker .quiz__campaign-next::after {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/images/arrow-right.svg?e707aaab9c4c4fba988b1650fdfbe5c8);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 15px;
  height: 12px;
}

.moment-maker .quiz__campaign-next:hover,
.moment-maker .quiz__campaign-next:active {
  background-color: #ED1C24;
}

.moment-maker .quiz__campaign-next-active {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.moment-maker .swiper-pagination {
  font-size: 0;
}

.moment-maker .swiper-pagination-bullet {
  background: none;
  border: 1px solid #1B1B1B;
  border-radius: 10px;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

.moment-maker .swiper-pagination-bullet-active {
  background: #C61017;
  border-color: #C61017;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__endpoint {
    padding-top: 50px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0 5px;
  padding: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button {
    max-width: 225px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button:active,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button:focus,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button:hover {
  background-color: #fff;
  color: #C61017;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button-primary {
  background-color: #C61017;
  border-color: #C61017;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button-primary:active,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button-primary:focus,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-button-primary:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
  color: #fff;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container {
  background: none;
  display: block;
  max-width: 1320px;
  margin: 0 auto 15px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container {
    margin: 0 auto 50px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header {
    display: block;
    float: left;
    width: 65%;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header {
    float: none;
    padding-bottom: 5%;
    width: 75%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-image {
    height: 100%;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-image a.mobile-video-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-image a.mobile-video-link:before {
    background-image: url("/images/campaigns/moment-maker/video-icon.svg");
    content: "";
    display: block;
    height: 37px;
    width: 46px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title {
    background-image: url("/images/campaigns/moment-maker/answer-bg.jpg");
    background-size: cover;
    padding: 30px 15%;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title h1 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title {
    max-width: 60%;
    position: absolute;
    bottom: 22%;
    left: 15%;
    z-index: 10;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title h1 {
  color: #fff;
  font-family: "AmericanTypewriterITCPro-Med", "nimbus_monoregular", "monospace";
  font-weight: 400;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    max-width: 90%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title a.video-link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title a.video-link {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title a.video-link span {
    display: block;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title a.video-link:before {
  background-image: url("/images/campaigns/moment-maker/video-icon.svg");
  content: "";
  display: block;
  height: 37px;
  width: 46px;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title a.video-link:before {
    margin-right: 10px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header-title *:last-child {
  margin-bottom: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container .quiz__campaign__endpoint-header img {
  width: 100%;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
  text-align: center;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
    margin: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
    background-color: #fff;
    float: left;
    width: 35%;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 4px 10px 10px 1px;
            box-shadow: rgba(0, 0, 0, 0.06) 4px 10px 10px 1px;
    position: absolute;
    right: 5%;
    padding: 0;
    bottom: 0;
    width: 35%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image-text {
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image-text {
    padding: 20px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image-text {
    padding: 5% 10%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-price {
  color: #C61017;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-sku {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description {
  background-color: #fff;
  padding: 0 10% 5%;
  clear: left;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description {
    padding: 5% 10%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description p {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  margin: 10px 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description .readmore {
  color: #C61017;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description .readmore:active,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description .readmore:hover,
.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-description .readmore:visited {
  color: #ED1C24;
  text-transform: none;
  display: inline-block;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-name {
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-name {
    padding-right: 20px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.side h2 {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.side.no-image {
  text-align: center;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.top h2 {
  color: #1B1B1B;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.top {
    background: #f1f1f1;
    padding: 20px 0 0;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.top h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image {
  padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image {
    padding: 0 20px;
    width: 60%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image img {
  max-height: 150px;
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
    padding: 20px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product {
    padding: 40px 0 0;
    max-width: 970px;
    margin: 0 auto;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-name {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 24px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10%;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text {
    text-align: left;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.side h2 {
    display: none;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-text.top h2 {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-primary-product-image {
    float: left;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-product-actions {
  background-image: url("/images/campaigns/moment-maker/answer-bg.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-product-actions a {
  max-width: 130px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container-no-image .quiz__campaign__endpoint-header {
  width: 100%;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container-no-image .quiz__campaign__endpoint-header-title {
  position: static;
  max-width: 100%;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container-no-image .quiz__campaign__endpoint-header-title h1 {
  color: #1B1B1B;
  text-align: center;
  max-width: 100%;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-header-container-no-image .quiz__campaign__endpoint-primary-product {
  position: static;
  float: none;
  margin-bottom: 50px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-title {
  color: #1B1B1B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-title {
    font-size: 22px;
    line-height: 28px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign__endpoint-subtitle {
  color: #C61017;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks {
    padding: 0 0 80px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks > div {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks > div {
    border-top: 1px solid #BCBCBC;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks > div {
    background: #fff;
    margin-bottom: 30px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .block {
  width: calc(100% - 40px);
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .block-sizer {
  border: none;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .block {
    width: calc(50% - 30px);
    margin: 15px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .block-sizer {
    width: 50%;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products {
  text-transform: none;
  background: transparent;
  border-top: 0;
  max-width: 1070px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media only screen {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products {
    border-top: none;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel {
    margin-bottom: 40px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel:before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 165px);
  width: 2px;
  z-index: 10;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item {
  background-color: #fff;
  text-align: center;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item .price {
  color: #C61017;
  font-weight: 700;
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item .product-model {
  display: none;
  font-size: 14px;
  margin-top: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: normal;
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item .product-image {
  height: 150px;
  width: 150px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item img {
  display: none;
  margin: 0 auto;
  max-height: 150px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_products .quiz__campaign__endpoint-related-carousel .carousel-item .product-container {
  border-left: 1px solid #BCBCBC;
  padding: 10px 25px;
  margin: 25px 0;
  text-align: center;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video {
    padding: 0 0 30px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video .quiz__campaign__endpoint-title {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video .quiz__campaign__endpoint-video-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-container .quiz__campaign__endpoint-video-placeholder + .quiz__campaign__endpoint-video-wrap {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-container.active .quiz__campaign__endpoint-video-placeholder {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-container.active .quiz__campaign__endpoint-video-wrap {
  display: block;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content {
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content.subtitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content.title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content.subtitle {
    padding-bottom: 10px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content.subtitle + .title {
    padding-top: 0;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_video-content a {
  display: inline-block;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article .quiz__campaign__endpoint_article-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article .article-image-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content {
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content.subtitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content.title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content {
    padding: 30px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content.subtitle {
    padding-bottom: 10px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content.title {
    padding-top: 0;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content *:last-child {
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content .quiz__campaign__endpoint-button {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_article-content .quiz__campaign__endpoint-button {
    max-width: 225px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify {
  background: transparent !important;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify {
    border: 2px solid #CBCBCB;
    padding: 40px 40px 70px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify .quiz__campaign__endpoint-campaign-title {
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify-actions {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify-player {
  margin-top: 40px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_spotify .quiz__campaign__endpoint-share {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-startagain {
  background: #fff;
  border-top: none !important;
  padding: 40px 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-startagain {
    margin: 0 -20px !important;
    width: auto !important;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-startagain {
    padding: 70px 30px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-startagain .quiz__campaign__endpoint-title {
    margin-bottom: 40px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-title {
  margin-bottom: 20px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-button {
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-button img {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_startagain .quiz__campaign__endpoint-button p {
  color: #fff;
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share {
  background: url("/images/campaigns/moment-maker/answer-bg.jpg");
  background-size: cover;
  border-top: 0;
  font-size: 0;
  padding: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share {
    margin: 0 -20px 30px;
    width: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share {
    padding: 70px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share .quiz__campaign__endpoint-title {
  margin-bottom: 20px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share * {
  color: #fff;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share .social-share {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 50px;
  margin: 0 10px;
  width: 50px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share .social-share i {
  display: block;
  font-size: 18px;
  line-height: 52px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_share .social-share i span {
  display: none;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 30px 0 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images .quiz__campaign__endpoint_article-content {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images {
    padding: 0 0 30px;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images .swiper-container {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images .swiper-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images .swiper-slide {
  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;
  -ms-flex-item-align: center;
      align-self: center;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_images .swiper-pagination {
  bottom: 0 !important;
  padding: 30px 20px;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint {
    background: #fff;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint .swiper-container {
  max-width: 100%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint .article-image-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content {
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content.subtitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content.title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content {
    padding: 30px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content.subtitle {
    padding-bottom: 10px;
  }

  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content.title {
    padding-top: 0;
  }
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint-content *:last-child {
  margin: 0;
}

.moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint .quiz__campaign__endpoint-button {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .moment-maker .quiz__campaign__endpoint .quiz__campaign-endpoint-blocks .quiz__campaign__endpoint_endpoint .quiz__campaign__endpoint-button {
    max-width: 225px;
    width: auto;
  }
}

.takeover {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.takeover-active {
  display: block;
}

.takeover-close {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  font-size: 3em;
  z-index: 1000000;
  cursor: pointer;
}

.takeover .responsive-video {
  position: absolute;
  left: 5%;
  width: 90%;
  padding-top: 56.25%;
  top: 5%;
}

.takeover .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  max-height: 90vh;
}

.loading-screen {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  min-height: 70vh;
  z-index: 100;
}

.loading-screen h2 {
  font-family: "AmericanTypewriterITCPro-Med", "nimbus_monoregular", "monospace";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .loading-screen h2 {
    font-size: 39px;
    line-height: 46px;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.7;
  }
}

