.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.simple-value-prop img {
  padding-top: 3em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .simple-value-prop h2 {
    padding: 1em 5%;
  }
  .simple-value-prop p {
    padding: 0 5%;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .simple-value-prop h2 {
    padding: 0.5em 5%;
  }
  .simple-value-prop p {
    padding: 0 5%;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .simple-value-prop h2 {
    padding: 0.5em 5%;
  }
  .simple-value-prop p {
    padding: 0 12%;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 960px) {
  .simple-value-prop h2 {
    padding: 1em 5%;
  }
  .simple-value-prop p {
    padding: 0 13%;
    padding-bottom: 3em;
  }
}
.video-with-cta {
  font-size: 14px;
  overflow: hidden;
}
.video-with-cta .video-wrap video {
  width: 100%;
}
.video-with-cta .description-wrap {
  background-color: #3a2d4a;
  padding: 2.2em 4em;
  padding-top: 0em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .video-with-cta .description-wrap {
    padding: 2.9em 1.5em;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .video-with-cta .description-wrap {
    padding: 2.2em 2em;
    padding-top: 0em;
  }
}
.video-with-cta .description-wrap .top-image {
  position: absolute;
  top: -7em;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .video-with-cta .description-wrap .top-image {
    top: -23vw;
  }
}
.video-with-cta .description-wrap .top-image svg {
  fill: #3a2d4a;
}
.video-with-cta .description-wrap .icon-wrap {
  position: absolute;
  top: -8em;
  right: 3em;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.video-with-cta .description-wrap .icon-wrap img {
  max-width: 8em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .video-with-cta .description-wrap .icon-wrap {
    right: 2em;
  }
}
.video-with-cta .description-wrap .icon-wrap .responsive-image img {
  width: 36vw;
  max-width: 120px;
}
.video-with-cta .description-wrap .internal-description {
  color: #fff;
}
.video-with-cta .description-wrap .internal-description .title-wrap {
  font-family: 'Kapra Neue', san-serif;
}
.video-with-cta .description-wrap .internal-description .subtitules-wrap {
  max-width: 494px;
}
.video-with-cta .description-wrap .button-cta {
  padding-top: 1.5em;
}
.video-with-cta .description-wrap .button-cta .wrap-cta {
  float: right;
  padding-right: 1.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .video-with-cta .description-wrap .button-cta .wrap-cta {
    float: unset;
    padding-right: 0em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .video-with-cta .description-wrap .button-cta .wrap-cta {
    float: unset;
    padding-right: 0em;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .video-with-cta .description-wrap .button-cta .wrap-cta {
    float: unset;
    padding-right: 0em;
  }
}
.homepage-you-got-this {
  overflow: hidden;
  padding-bottom: 4em;
  padding-top: 2em;
}
.homepage-you-got-this .card-wrapper {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.homepage-you-got-this .card-wrapper .darken {
  filter: brightness(50%);
}
.homepage-you-got-this .card-wrapper .title-wrap {
  position: absolute;
  bottom: 13%;
  left: 2.5em;
}
.homepage-you-got-this .card-wrapper .title-wrap .description-text {
  width: 90%;
}
.homepage-you-got-this .card-wrapper .card-left {
  margin: 0 0.5em;
  margin-top: 2em;
}
.homepage-you-got-this .card-wrapper .card-left .title-wrap {
  bottom: 1.5em;
}
.homepage-you-got-this .card-wrapper .card-right {
  margin-top: 2em;
}
.homepage-you-got-this .card-wrapper .card-right .card {
  padding: 0.5em;
}
@media only screen and (max-width: 759px) {
  .homepage-you-got-this {
    background-color: #eaeaea;
    padding-top: 0;
  }
  .homepage-you-got-this .top-wrap {
    background-color: #fff;
    width: 100%;
    padding: 2em;
    text-align: left;
  }
  .homepage-you-got-this .card-wrapper {
    display: block;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 1em auto;
    padding: 0;
  }
  .homepage-you-got-this .card-wrapper .darken {
    filter: brightness(60%);
  }
  .homepage-you-got-this .card-wrapper .title-wrap {
    position: inherit;
    color: #343434;
    width: 100%;
    padding: 0 1.5em;
    left: 0;
    bottom: 0;
  }
  .homepage-you-got-this .card-wrapper .title-wrap .title-text {
    position: absolute;
    bottom: 115%;
    left: 0.5em;
    width: 85%;
  }
  .homepage-you-got-this .card-wrapper .title-wrap .description-wrap {
    margin-top: 1em;
  }
  .homepage-you-got-this .card-wrapper .title-wrap .description-wrap .description-text {
    color: #343434;
  }
  .homepage-you-got-this .card-wrapper .card {
    margin: 1em auto;
    padding: 0;
    padding-bottom: 2em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 40px rgba(0,0,0,0.15);
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.15);
  }
  .homepage-you-got-this .card-wrapper .card button {
    width: 100%;
  }
  .homepage-you-got-this .card-wrapper .card:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    filter: none;
  }
  .homepage-you-got-this .card-wrapper .card-left {
    margin: 0;
  }
  .homepage-you-got-this .card-wrapper .card-left .title-wrap {
    bottom: 0;
  }
  .homepage-you-got-this .card-wrapper .card-right .card {
    padding: 0em;
    padding-bottom: 2em;
    background-color: #fff;
  }
}
@media only screen and (min-width: 560px) {
  .homepage-you-got-this .top-wrap {
    padding: 2em;
    padding-bottom: 1em;
    margin: 0 auto;
  }
  .homepage-you-got-this .card img {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .homepage-you-got-this .card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(60%);
  }
}
.ugc-product-swatches .horizontal-rule {
  position: absolute;
  width: 70px;
  height: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: 'alpha(opacity=0.2)';
  -moz-opacity: 0.002;
  -khtml-opacity: 0.002;
  opacity: 0.002;
  border: 2px solid #911885;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .ugc-product-swatches .horizontal-rule {
    width: auto;
    height: 1px;
    border: 1px solid #911885;
    left: 2em;
    right: 2em;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.ugc-product-swatches .ugc-title {
  margin: auto;
  max-width: 36em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .ugc-product-swatches .ugc-title {
    text-align: left;
    padding: 0 1.5em;
  }
}
.home-page-ingredients {
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 4em;
  min-height: 500px;
  max-width: 1300px;
  background-color: #e5dee5;
}
.home-page-ingredients .title-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}
.home-page-ingredients .why-title {
  margin-right: 2em;
}
.home-page-ingredients .sub-title {
  margin-top: 1em;
  width: 70%;
}
.home-page-ingredients .round-bunny {
  height: 10em;
  width: 10em;
  padding: 1em;
  margin-top: -3em;
  margin-right: 2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  color: #fff;
  background-color: brand-color-1-bg;
}
.home-page-ingredients .round-bunny img {
  size: 70%;
}
.home-page-ingredients .carousel-wrap {
  position: block;
}
.home-page-ingredients .desktop-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: -1em;
}
.home-page-ingredients .card {
  height: 182px;
  width: 154px;
  margin: 5%;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  will-change: transform;
  -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 4px 0px rgba(0,0,0,0.08);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-page-ingredients .card .back {
  text-align: left;
}
.home-page-ingredients .card .front {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: normal;
  -ms-flex-item-align: normal;
  align-self: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  margin-top: 0.5em;
}
.home-page-ingredients .card .front .img-wrap img {
  padding: 5%;
  margin-bottom: 1em;
  height: 85px;
  width: 85px;
}
.home-page-ingredients .flip-enter-active {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-page-ingredients .flip-leave-active {
  display: none;
}
.home-page-ingredients .flip-enter,
.home-page-ingredients .flip-leave {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  filter: 'alpha(opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.home-page-ingredients .see-more-ingredients {
  margin-top: 2em;
  margin-bottom: 2em;
}
.home-page-ingredients .see-more-ingredients a:link {
  text-decoration: none;
}
.home-page-ingredients .see-more-ingredients a:visited {
  text-decoration: none;
}
.home-page-ingredients .see-more-ingredients a:active {
  text-decoration: none;
}
@media only screen and (max-width: 759px) {
  .home-page-ingredients .why-title {
    margin-right: 35%;
  }
  .home-page-ingredients .round-bunny {
    margin-right: 0;
    margin-top: -8em;
    height: 9em;
    width: 9em;
  }
  .home-page-ingredients .sub-title {
    width: 85%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .home-page-ingredients .round-bunny {
    margin-top: -4em;
  }
}
.winning-award-tile-carousel-container {
  padding: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .winning-award-tile-carousel-container {
    padding-right: 0em;
  }
}
.winning-award-tile-carousel-container .title-wrap {
  margin-bottom: 3em;
}
@media only screen and (max-width: 959px) {
  .winning-award-tile-carousel-container .title-wrap {
    margin-bottom: 0.5em;
  }
}
.winning-award-tile-carousel-container .component-wrapper {
  padding: 0em 1.5em;
  margin-bottom: 5.7em;
}
@media only screen and (max-width: 959px) {
  .winning-award-tile-carousel-container .component-wrapper {
    margin-top: 2em;
    padding: 0em 1.7em;
  }
}
.winning-award-tile-carousel-container .the-carousel {
  margin-bottom: 0em;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots {
  margin: 16px 3px;
  margin-bottom: 0px;
  text-align: left;
  bottom: 0;
  top: 0;
  position: relative;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots:hover {
  cursor: pointer;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots li {
  margin: 0 -3px;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots li button:before {
  width: 6px;
  height: 6px;
  border: 0px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  filter: 'alpha(opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  content: '';
  background-color: #c4c4c4;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots li button:focus {
  outline: none;
}
.winning-award-tile-carousel-container .the-carousel .slick-dots li.slick-active button:before {
  background-color: #600057;
}
.award-tile .top-sticker {
  height: 8em;
  width: 8em;
  z-index: 10;
  left: unset;
  top: -2em;
  right: -2em;
  position: absolute;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.award-tile .top-sticker img {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .award-tile .top-sticker {
    max-width: 80px;
  }
}
.award-tile .main-image-wrapper img {
  filter: brightness(100%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.award-tile .tile-title {
  width: 90%;
  position: absolute;
  bottom: -3em;
  height: 7.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 1em;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.12);
  -o-box-shadow: 0px 5px 20px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.12);
}
@media only screen and (min-width: 560px) {
  .award-tile .tile-title {
    height: 6.5em;
  }
}
@media only screen and (min-width: 428px) and (max-width: 559px) {
  .award-tile .tile-title {
    height: 7em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .award-tile .tile-title {
    padding: 0.5em 0em;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.award-tile .tile-title .title-wrap {
  position: relative;
  margin-bottom: 0em;
}
@media only screen and (max-width: 959px) {
  .award-tile .tile-title .title-wrap {
    margin-bottom: 0em;
  }
}
.award-tile:hover .main-image-wrapper img {
  filter: brightness(70%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .award-tile .tile-title {
    width: 95%;
    padding: 1em 0.5em;
  }
}
.nearest-hcb-cta {
  max-width: 1300px;
  margin: 0 auto;
}
.nearest-hcb-cta .inner-wrap {
  padding: 3em 7%;
}
.nearest-hcb-cta .bottom-cta {
  padding-top: 2em;
}
.nearest-hcb-cta .sticky-wrap {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 759px) {
  .nearest-hcb-cta .top-wrap {
    padding-bottom: 1.5em;
  }
  .nearest-hcb-cta .bottom-line {
    position: absolute;
    height: 1px;
    background-color: #d9d9d9;
    left: 5%;
    bottom: 0;
    right: 5%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .nearest-hcb-cta .inner-wrap {
    padding: 3em 14%;
  }
}
@media only screen and (min-width: 760px) {
  .nearest-hcb-cta {
    background-color: #e5dee5;
  }
  .nearest-hcb-cta .top-wrap {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .nearest-hcb-cta .location-wrap {
    padding: 2em 5%;
    background: #fff;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .nearest-hcb-cta .inner-wrap {
    padding: 3em 4%;
  }
  .nearest-hcb-cta .top-wrap .top-inner-wrap {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 960px) {
  .nearest-hcb-cta .top-wrap .top-inner-wrap {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  #content.simple-footer {
    padding-bottom: 210px !important;
  }
  footer.simple-footer {
    height: 210px !important;
  }
  .fixed-mobile-cta {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 1em 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #999;
    background-color: #f6f5f4;
    filter: 'alpha(opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
  a {
    margin-bottom: 8px;
  }
}
.money-back-guarantee .inner-wrap {
  padding: 1.5em 5%;
}
.money-back-guarantee .inner-inner-wrap {
  padding: 1.5em;
  border: 2px solid #a9a9a9;
}
.money-back-guarantee .inner-inner-wrap .icon-wrap,
.money-back-guarantee .inner-inner-wrap .text-wrap {
  padding: 1em;
}
.money-back-guarantee .inner-inner-wrap .icon-wrap .cta-wrap,
.money-back-guarantee .inner-inner-wrap .text-wrap .cta-wrap {
  margin-top: 1em;
}
.money-back-guarantee .inner-inner-wrap .icon-wrap .mbg-icon,
.money-back-guarantee .inner-inner-wrap .text-wrap .mbg-icon {
  color: rgba(0,0,0,0.8);
}
.money-back-guarantee .inner-inner-wrap .description {
  font-size: 16px;
}
@media only screen and (min-width: 760px) {
  .money-back-guarantee .inner-wrap {
    padding: 1.5em 0;
  }
  .money-back-guarantee .inner-wrap .inner-inner-wrap {
    padding: 4.5em 10% 4.5em 40%;
  }
  .money-back-guarantee .inner-wrap .icon-wrap {
    position: absolute;
    top: 50%;
    right: 60%;
    margin-top: -10em;
  }
  .money-back-guarantee .inner-wrap .icon-wrap .mbg-icon {
    width: 18em;
    height: 18em;
  }
  .money-back-guarantee .inner-wrap .text-wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 759px) {
  .money-back-guarantee .inner-inner-wrap {
    margin-top: 6em;
  }
  .money-back-guarantee .inner-inner-wrap .icon-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
    margin-top: -1em;
  }
  .money-back-guarantee .inner-inner-wrap .icon-wrap .mbg-icon {
    width: 14em;
    height: 14em;
  }
  .money-back-guarantee .inner-inner-wrap .text-wrap {
    margin-top: 6em;
  }
  .money-back-guarantee .inner-inner-wrap .text-wrap .cta-wrap {
    margin-top: 1em;
  }
  .money-back-guarantee .inner-inner-wrap .text-wrap .cta-wrap button {
    width: 100%;
  }
}
.status-quo-vue .row {
  padding: 2em 0;
  background-color: #fbfbfb;
}
.status-quo-vue .status-quo-wrap {
  padding: 0 5%;
}
.status-quo-vue .status-text-wrap,
.status-quo-vue .status-image-wrap {
  display: inline-block;
  vertical-align: top;
}
.status-quo-vue .status-text-wrap h2 {
  padding-bottom: 0.75em;
}
.status-quo-vue .status-text-wrap p {
  padding-bottom: 1.5em;
}
.status-quo-vue .status-image-wrap {
  width: 12em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .status-quo-vue .status-quo-wrap {
    padding: 0 3%;
  }
  .status-quo-vue .status-text-wrap {
    width: 100%;
    float: left;
  }
  .status-quo-vue .status-text-wrap h2 {
    padding: 0 5%;
    padding-bottom: 0.75em;
  }
  .status-quo-vue .mobile-image-wrap {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .status-quo-vue .status-quo-wrap {
    padding: 0 3%;
  }
  .status-quo-vue .status-text-wrap {
    width: 100%;
    float: left;
  }
  .status-quo-vue .status-text-wrap h2 {
    padding: 0 14%;
    padding-bottom: 0.75em;
  }
  .status-quo-vue .mobile-image-wrap {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .status-quo-vue .status-quo-wrap {
    padding: 0 10%;
  }
  .status-quo-vue .status-text-wrap {
    width: 100%;
    float: left;
  }
  .status-quo-vue .status-text-wrap h2 {
    padding: 0 12%;
    padding-bottom: 0.75em;
  }
  .status-quo-vue .mobile-image-wrap {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  .status-quo-vue .status-text-wrap {
    width: 41em;
    margin-left: 1em;
    margin-right: 5em;
  }
  .status-quo-vue .status-text-wrap h2 {
    padding-right: 10%;
  }
  .status-quo-vue .status-image-wrap {
    width: 12em;
  }
}
.party-confetti {
  position: fixed;
  z-index: 250;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.95);
  display: none;
}
.party-confetti .we-won-text {
  line-height: 1.4em;
}
.badge-image {
  display: inline-block;
}
.we-won-text-wrap {
  display: inline-block;
  text-align: left;
  max-width: 30em;
  vertical-align: top;
  padding: 5em 0 0 1.5em;
}
@media only screen and (max-width: 759px) {
  .we-won-text-wrap {
    display: block;
    text-align: center;
    padding: 1em 1.5em;
    margin: auto;
    max-width: 24em;
  }
}
