/* header/footer fixes */
#header {
  height: 48px;
  background-color: #000;
}
@media (min-width: 768px) {
  #header {
    height: 52px;
  }
}
@media (min-width: 992px) {
  #header {
    height: 64px;
  }
}
#header #header-wrap-outer {
  opacity: 0;
  transition: opacity 0.15s ease;
}
#header.loaded #header-wrap-outer {
  opacity: 1;
}
#header .header-wrap-outer .container {
  padding-left: 0;
  padding-right: 0;
}
#header .navbar-mobile .btn-mobile-nav {
  padding-top: 12px !important;
}

#footer .btn.locale {
  padding: 8px 12px !important;
  line-height: 24px;
}
#footer .icon-flag-MX {
  background-image: url(../pics/flags.v5.png);
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 6px;
  float: left;
}
#footer .store-locator-submit-btn {
  padding: 4px 4px 0 !important;
}

/* fonts */
/* colors */
html.no-scroll {
  overflow: hidden !important;
}

/* landing-content */
#landing-content {
  position: relative;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background: linear-gradient(111deg, #240080, #750080, #240080, #750080);
  background-size: 240% 240%;
  animation: gradient-animation 20s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#landing-content .logo {
  width: 200px;
  margin: 1rem;
  margin-bottom: 2rem;
}
#landing-content .font-bold {
  font-family: "SST W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#landing-content .font-medium {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#landing-content .font-regular {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#landing-content .font-light {
  font-family: "SST W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#landing-content {
  /* buttons */
}
#landing-content .btn {
  font-size: 13px;
  padding: 12px 15px 10px;
}
@media (min-width: 768px) {
  #landing-content .btn {
    font-size: 15px;
    padding: 14px 24px 11px;
  }
}
#landing-content .btn.btn-orange {
  background-color: #F25529;
}
#landing-content .btn.btn-orange:hover {
  background-color: #D94C25;
}
#landing-content .btn.btn-black {
  background-color: #000;
}
#landing-content .btn.btn-black:hover {
  background-color: #111;
}
#landing-content .btn.btn-small {
  font-size: 13px;
  padding: 12px 15px 10px;
}
#landing-content .btn.btn-big {
  font-size: 18px;
}
#landing-content {
  /* section */
}
#landing-content .section {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  #landing-content .section {
    padding: 3rem 0;
  }
}
#landing-content .section.bg-gray {
  background-color: #F1F5f9;
}
#landing-content {
  /* selector */
}
#landing-content #selector {
  width: 100%;
}
#landing-content #selector .swiper-wrapper {
  width: 100%;
}
#landing-content #selector .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#landing-content #selector .select-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  position: relative;
  background-image: url("../pics/box_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-image-slice: 30;
  border-image-width: 7px;
  border-image-outset: 7px;
  border-image-repeat: stretch;
  border-image-source: url("../pics/box_border.png");
  box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide {
    margin: 3rem;
    padding: 3rem;
    border-image-width: 15px;
    border-image-outset: 15px;
  }
}
#landing-content #selector .select-slide.slide-0 {
  text-align: center;
  margin: 4rem 1.5rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-0 {
    margin: 3rem;
    padding: 4rem 6rem;
  }
}
#landing-content #selector .select-slide.slide-0 .welcome-img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-0 .welcome-img {
    max-width: 800px;
    margin-bottom: 2rem;
  }
}
#landing-content #selector .select-slide.slide-0 .t2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-0 .t5 {
  color: #fff;
  margin-bottom: 2rem;
}
#landing-content #selector .select-slide.slide-0 .btn {
  padding: 14px 48px 11px;
}
#landing-content #selector .select-slide.slide-1 {
  text-align: center;
}
#landing-content #selector .select-slide.slide-1 .t2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-1 .t5 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-1 .p1 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-1 .select-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-1 .select-options {
    width: 80vw;
    max-width: 800px;
  }
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  margin: 0;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-1 .select-options .option-item {
    padding: 0.5rem 1rem;
  }
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item .option-thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item .option-thumb .option-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s linear;
  border: 2px dotted #340275;
  z-index: 1;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item .option-text {
  color: #fff;
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item .option-text span {
  position: relative;
  z-index: 3;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item .option-text:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -0.5rem;
  right: -0.5rem;
  background-color: #340275;
  z-index: 1;
  transition: all 0.1s linear;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-1 .select-options .option-item:hover .option-image {
    border-color: #fff;
  }
  #landing-content #selector .select-slide.slide-1 .select-options .option-item:hover .option-text:after {
    top: -0.1rem;
    bottom: -0.05rem;
  }
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item.active {
  position: relative;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  fill: #fff;
  background-color: #cc19c4;
  background-image: url("../pics/check-mark.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-1 .select-options .option-item.active:after {
    top: 0;
    right: 0.25rem;
    width: 32px;
    height: 32px;
  }
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item.active .option-image {
  border-color: #fff;
}
#landing-content #selector .select-slide.slide-1 .select-options .option-item.active .option-text:after {
  top: -0.1rem;
  bottom: -0.05rem;
}
#landing-content #selector .select-slide.slide-2 {
  text-align: center;
}
#landing-content #selector .select-slide.slide-2 .t2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-2 .t5 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-2 .p1 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-2 .select-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-2 .select-options {
    width: 80vw;
    max-width: 1200px;
  }
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-2 .select-options .option-item {
    padding: 0.5rem 1rem;
    width: 25%;
  }
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-thumb .option-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s linear;
  border: 2px dotted #340275;
  z-index: 1;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-desc {
  color: #fff;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-text {
  color: #fff;
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-text span {
  position: relative;
  z-index: 3;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item .option-text:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -0.5rem;
  right: -0.5rem;
  background-color: #340275;
  z-index: 1;
  transition: all 0.1s linear;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-2 .select-options .option-item:hover .option-image {
    border-color: #fff;
  }
  #landing-content #selector .select-slide.slide-2 .select-options .option-item:hover .option-text:after {
    top: -0.1rem;
    bottom: -0.05rem;
  }
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item.active {
  position: relative;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  fill: #fff;
  background-color: #cc19c4;
  background-image: url("../pics/check-mark.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-2 .select-options .option-item.active:after {
    top: 0;
    right: 0.25rem;
    width: 32px;
    height: 32px;
  }
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item.active .option-image {
  border-color: #fff;
}
#landing-content #selector .select-slide.slide-2 .select-options .option-item.active .option-text:after {
  top: -0.1rem;
  bottom: -0.05rem;
}
#landing-content #selector .select-slide.slide-3 {
  text-align: center;
}
#landing-content #selector .select-slide.slide-3 .t2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-3 .t5 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-3 .p1 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-3 .select-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-3 .select-options {
    width: 80vw;
    max-width: 1200px;
  }
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 0;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-3 .select-options .option-item {
    padding: 0.5rem 1rem;
    width: 20%;
  }
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 100%;
  margin-bottom: 1rem;
  border-radius: 100%;
  position: relative;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 100%;
  border: 2px dotted #340275;
  transition: all 0.1s linear;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-thumb .option-image {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  bottom: 0.25rem;
  right: 0.25rem;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-3 .select-options .option-item .option-thumb .option-image {
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-desc {
  color: #fff;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-text {
  color: #fff;
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-bottom: 0.5rem;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-text span {
  position: relative;
  z-index: 3;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item .option-text:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -0.5rem;
  right: -0.5rem;
  background-color: #340275;
  z-index: 1;
  transition: all 0.1s linear;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-3 .select-options .option-item:hover .option-thumb:after {
    border-color: #fff;
  }
  #landing-content #selector .select-slide.slide-3 .select-options .option-item:hover .option-text:after {
    top: -0.1rem;
    bottom: 0;
  }
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item.active {
  position: relative;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  fill: #fff;
  background-color: #cc19c4;
  background-image: url("../pics/check-mark.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-3 .select-options .option-item.active:after {
    top: 1rem;
    right: 1.5rem;
    width: 32px;
    height: 32px;
  }
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item.active .option-thumb:after {
  border-color: #fff;
}
#landing-content #selector .select-slide.slide-3 .select-options .option-item.active .option-text:after {
  top: -0.1rem;
  bottom: -0.05rem;
}
#landing-content #selector .select-slide.slide-4 {
  text-align: center;
}
#landing-content #selector .select-slide.slide-4 .t2 {
  margin-top: 0;
  color: #fff;
}
#landing-content #selector .select-slide.slide-4 .anim-selections {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-4 .anim-selections {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
}
#landing-content #selector .select-slide.slide-4 .anim-selections figure {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-4 .anim-selections figure {
    width: 30%;
    margin-bottom: 0;
  }
}
#landing-content #selector .select-slide.slide-4 .anim-selections figure span {
  display: block;
  margin-bottom: 0;
  color: #fff;
}
#landing-content #selector .select-slide.slide-4 .anim-selections figure span:first-of-type {
  width: 100%;
  color: #6a1481;
  background-color: #fff;
  padding: 0.2rem 0.5rem 0;
  margin-bottom: 0.1rem;
}
#landing-content #selector .select-slide.slide-4 .anim-selections figure span:last-of-type {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
}
#landing-content #selector .select-slide.slide-4 .anim-container {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  background-image: url("../pics/anim_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-4 .anim-container {
    width: 80vw;
    max-width: 800px;
    padding-bottom: 50%;
  }
}
#landing-content #selector .select-slide.slide-4 .anim-container figure {
  position: absolute;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.big {
  width: 22vw;
  height: 22vw;
  border: 2px dotted #fff;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-4 .anim-container figure.big {
    width: 230px;
    height: 230px;
    border: 3px dotted #fff;
  }
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.small {
  width: 15vw;
  height: 15vw;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-4 .anim-container figure.small {
    width: 140px;
    height: 140px;
  }
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.anim1 {
  top: -2%;
  left: 10%;
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.anim2 {
  bottom: 0;
  right: 10%;
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.anim3 {
  top: 5%;
  right: 20%;
}
#landing-content #selector .select-slide.slide-4 .anim-container figure.anim4 {
  bottom: 5%;
  left: 20%;
}
#landing-content #selector .select-slide.slide-5 .t2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
#landing-content #selector .select-slide.slide-5 .t5 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-5 .result-subtitle {
  color: #fff;
  background-color: #340275;
  text-align: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0;
}
#landing-content #selector .select-slide.slide-5 .select-results {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 1000px;
}
#landing-content #selector .select-slide.slide-5 .select-results .row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .row.debug {
  background-color: #fffcd3;
  padding: 1rem;
  font-size: 12px;
}
#landing-content #selector .select-slide.slide-5 .select-results .result {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 1rem 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result {
    flex-direction: row;
    padding: 1rem 1.5rem;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .result.side {
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result.side {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    width: 50%;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .result.smaller {
  flex-direction: row;
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result.smaller {
    width: 50%;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .result.smaller .result-image {
  width: 45%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result.smaller .result-image {
    width: 200px;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .result.smaller .result-text {
  align-items: start;
  text-align: left;
}
#landing-content #selector .select-slide.slide-5 .select-results .result .result-text {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result .result-text {
    justify-content: start;
    align-items: start;
    text-align: left;
  }
}
#landing-content #selector .select-slide.slide-5 .select-results .result .result-text .t2, #landing-content #selector .select-slide.slide-5 .select-results .result .result-text .t4 {
  margin: 0;
  color: #fff;
}
#landing-content #selector .select-slide.slide-5 .select-results .result .result-text .p2, #landing-content #selector .select-slide.slide-5 .select-results .result .result-text .p3 {
  color: #fff;
}
#landing-content #selector .select-slide.slide-5 .select-results .result .result-text .result-sku {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
#landing-content #selector .select-slide.slide-5 .select-results .result .result-image {
  width: 75%;
}
@media (min-width: 768px) {
  #landing-content #selector .select-slide.slide-5 .select-results .result .result-image {
    width: 400px;
  }
}
#landing-content #selector .select-slide.slide-5 .select-buttons {
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
#landing-content #selector .select-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#landing-content #selector .select-buttons .select-steps {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #landing-content #selector .select-buttons .select-steps {
    display: none;
  }
}
#landing-content #selector .select-buttons .select-steps .dot {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #ce18c5;
  background-color: #fff;
  position: relative;
}
#landing-content #selector .select-buttons .select-steps .dot.active {
  background-color: #340275;
}
#landing-content #selector .select-buttons .select-steps .sep {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #ce18c5;
}

/* swal */
.swal2-title {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  color: #2f353d !important;
}

.swal2-html-container {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  color: #83838f !important;
}

/*# sourceMappingURL=landing.css.map */
