.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.video-hero-with-dual-cta {
  position: relative;
}
.video-hero-with-dual-cta .image-wrap {
  width: 100%;
}
.video-hero-with-dual-cta .image-wrap img {
  width: 100%;
}
.video-hero-with-dual-cta .video-wrap {
  width: 100%;
}
.video-hero-with-dual-cta .video-wrap video,
.video-hero-with-dual-cta .video-wrap img {
  vertical-align: top;
  width: 100%;
}
.video-hero-with-dual-cta .a-box-xs-custom-video:before {
  padding-bottom: 123%;
}
.video-hero-with-dual-cta .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 1.5em;
  gap: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 759px) {
  .video-hero-with-dual-cta .cta-wrap {
    -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-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 0.6em;
    padding-bottom: 1.25em;
  }
}
.video-hero-with-dual-cta .mr-btn {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: max-content;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  padding: 0 0 0 1.5em;
  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  -ms-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms;
  font-family: 'Averta-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #3a2d4a;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -moz-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -ms-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -o-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  overflow: hidden;
  min-width: 23em;
  background-color: #fff;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.video-hero-with-dual-cta .mr-btn:hover,
.video-hero-with-dual-cta .mr-btn:active,
.video-hero-with-dual-cta .mr-btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.video-hero-with-dual-cta .mr-btn .btn-content {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 1em 0;
  line-height: 1.3em !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.video-hero-with-dual-cta .mr-btn .btn-content.fade {
  filter: 'alpha(opacity=0.5)';
  -moz-opacity: 0.005;
  -khtml-opacity: 0.005;
  opacity: 0.005;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-hero-with-dual-cta .append-content {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-inline: 0.3em;
}
.video-hero-with-dual-cta .custom-circle {
  height: 2.5em;
  width: 2.5em;
  background-color: #3a2d4a;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-items: center;
}
.mr-marquee-with-icon {
  padding: 2em;
  background-color: #3a2d4a;
  height: 28px;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-wrap-mode: nowrap;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mr-marquee-with-icon .marquee-text {
  position: absolute;
  width: min-content;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: marquee 80s linear infinite;
  animation: marquee 80s linear infinite;
  text-align: center;
}
.mr-marquee-with-icon .marquee-text span {
  padding: 0 2em;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
.shop-by-color-full-bleed {
  width: 100%;
  padding: 1.5em 0;
}
.shop-by-color-full-bleed .header-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 2em;
  max-width: 1300px;
}
.shop-by-color-full-bleed .header-wrap .cta-wrap {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.shop-by-color-full-bleed .header-wrap .cta-wrap a.mr-btn {
  width: 100%;
  max-width: fit-content;
}
.shop-by-color-full-bleed .cta-wrap {
  max-width: 80vw;
  margin: 0 auto;
}
.shop-by-color-full-bleed .cta-wrap a.mr-btn {
  background-color: #fff;
  border-color: #3a2d4a;
  color: #3a2d4a;
  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;
  padding: 0.5em 1em;
}
.shop-by-color-full-bleed .cta-wrap a.mr-btn .custom-circle {
  height: 2.5em;
  width: 2.5em;
  background-color: #3a2d4a;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-items: center;
}
.shop-by-color-full-bleed .tiles {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  gap: 20px;
}
.shop-by-color-full-bleed .tiles .tile {
  position: relative;
  width: 240px;
  height: 401px;
  overflow: hidden;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.shop-by-color-full-bleed .tiles .tile img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.shop-by-color-full-bleed .tiles .tile .content-wrap {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 0;
  bottom: 2em;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 1em;
  color: #3a2d4a;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 759px) {
  .shop-by-color-full-bleed .slick-slider {
    overflow-y: visible;
    overflow-x: clip;
  }
  .shop-by-color-full-bleed .tiles.carousel {
    height: 74vw;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .shop-by-color-full-bleed .tiles.carousel .tile {
    max-width: 40vw;
    height: 64vw;
    width: 100%;
    aspect-ratio: 16/10;
    transition-delay: 0.2s;
    transition-timing-function: ease-in;
  }
  .shop-by-color-full-bleed .tiles.carousel .tile .content-wrap {
    bottom: 0.5em;
    padding: 0.5em;
  }
  .shop-by-color-full-bleed .tiles.carousel .slick-active .tile {
    height: 74vw;
    -webkit-transform: translateY(-5vw);
    -ms-transform: translateY(-5vw);
    transform: translateY(-5vw);
  }
  .shop-by-color-full-bleed .tiles.carousel .slick-active .tile img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
.hero-with-dual-cta {
  position: relative;
}
.hero-with-dual-cta .image-wrap {
  width: 100%;
}
.hero-with-dual-cta .image-wrap img {
  width: 100%;
}
.hero-with-dual-cta .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 1.5em;
  gap: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 759px) {
  .hero-with-dual-cta .cta-wrap {
    -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-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 0.6em;
    padding-bottom: 1.25em;
  }
}
.hero-with-dual-cta .mr-btn {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: max-content;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  padding: 0 0 0 1.5em;
  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  -ms-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms;
  font-family: 'Averta-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #3a2d4a;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -moz-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -ms-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  -o-transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  transition: background-color 0.2s , color 0.2s , border-color 0.2s;
  overflow: hidden;
  min-width: 23em;
  background-color: #fff;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hero-with-dual-cta .mr-btn:hover,
.hero-with-dual-cta .mr-btn:active,
.hero-with-dual-cta .mr-btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.hero-with-dual-cta .mr-btn .btn-content {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 1em 0;
  line-height: 1.3em !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-with-dual-cta .mr-btn .btn-content.fade {
  filter: 'alpha(opacity=0.5)';
  -moz-opacity: 0.005;
  -khtml-opacity: 0.005;
  opacity: 0.005;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hero-with-dual-cta .append-content {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-inline: 0.3em;
}
.hero-with-dual-cta .custom-circle {
  height: 2.5em;
  width: 2.5em;
  background-color: #3a2d4a;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-items: center;
}
.the-mr-difference-container {
  padding: 1.75em 5% 0;
  background-color: #e7e2e4;
}
.the-mr-difference-container .the-mr-difference {
  padding: 1.75em 0;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.the-mr-difference-container .the-mr-difference .the-mr-diff-link {
  white-space: nowrap;
}
.the-mr-difference-container .the-mr-difference .section-title {
  text-transform: capitalize;
  color: #53284f;
  text-align: left;
}
.the-mr-difference-container .the-mr-difference .section-container {
  text-align: left;
  background-color: #e7e2e4;
  padding: 1rem 1.5rem;
  height: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  min-height: 30rem;
  text-align: left;
}
@media only screen and (min-width: 560px) {
  .the-mr-difference-container .the-mr-difference .section-container {
    min-height: 23rem;
    display: block;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .the-mr-difference-container .the-mr-difference .section-container {
    min-height: unset;
  }
  .the-mr-difference-container .the-mr-difference .section-container .section {
    float: unset;
  }
}
.the-mr-difference-container .the-mr-difference .mr-diff-toggle-container {
  float: unset;
  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;
  margin-top: 0.75rem;
  bottom: 0;
  position: absolute;
  padding: 0 2rem 1rem 2rem;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .the-mr-difference-container .the-mr-difference .mr-diff-toggle-container {
    width: unset;
    margin-top: unset;
    padding: 1rem 3rem;
  }
}
.the-mr-difference-container .the-mr-difference .the-mr-description {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 960px) {
  .the-mr-difference-container .the-mr-difference .the-mr-description {
    margin-bottom: unset;
  }
}
.the-mr-difference-container .the-mr-difference .section-btn {
  padding: 0.5rem 0 0.5rem 0;
  color: #9b8891;
}
@media only screen and (min-width: 960px) {
  .the-mr-difference-container .the-mr-difference .section-btn {
    text-align: left;
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
}
.the-mr-difference-container .the-mr-difference .section-btn:not(:last-child) {
  border-bottom: 2px solid #000;
}
.the-mr-difference-container .the-mr-difference .section-btn.active {
  color: #3a2d4a;
}
.simple-slick-image-carousel {
  display: inline;
}
.simple-slick-image-carousel .wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
}
.simple-slick-image-carousel .wrapper .the-carousel {
  display: block;
  padding: 0 4em;
}
.simple-slick-image-carousel .wrapper .the-carousel .image-wrap {
  padding: 2em;
  height: 100%;
}
.simple-slick-image-carousel .wrapper .the-carousel .image-wrap img {
  object-fit: scale-down;
}
.simple-slick-image-carousel .wrapper .the-carousel .swiper-pagination {
  top: 99%;
  padding: 0 0.5em;
}
.simple-slick-image-carousel .wrapper .the-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 2px solid #3a2d4a;
  height: 15px;
  width: 15px;
}
.simple-slick-image-carousel .wrapper .the-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3a2d4a;
  border: 2px solid #3a2d4a;
}
.simple-slick-image-carousel .wrapper .left-nav,
.simple-slick-image-carousel .wrapper .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5%;
}
.simple-slick-image-carousel .wrapper .left-nav .icon-caret-left,
.simple-slick-image-carousel .wrapper .right-nav .icon-caret-left,
.simple-slick-image-carousel .wrapper .left-nav .icon-caret-right,
.simple-slick-image-carousel .wrapper .right-nav .icon-caret-right {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  margin-top: -1.25em;
}
.simple-slick-image-carousel .wrapper .left-nav .icon-caret-left:before,
.simple-slick-image-carousel .wrapper .right-nav .icon-caret-left:before,
.simple-slick-image-carousel .wrapper .left-nav .icon-caret-right:before,
.simple-slick-image-carousel .wrapper .right-nav .icon-caret-right:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
  margin: 0 auto;
  margin-top: -0.5em;
}
.simple-slick-image-carousel .wrapper .left-nav {
  left: 0;
}
.simple-slick-image-carousel .wrapper .right-nav {
  right: 0;
}
@media only screen and (max-width: 759px) {
  .simple-slick-image-carousel .wrapper .the-carousel {
    padding: 0 1em;
  }
}
@media (max-width: 769px) {
  .simple-slick-image-carousel .wrapper .left-nav,
  .simple-slick-image-carousel .wrapper .right-nav {
    display: none;
  }
}
.text-gray-background {
  background-color: #fbfbfb;
  color: #434343;
  line-height: 26px;
}
.text-gray-background a {
  color: #434343;
}
.text-gray-background .the-text-wrap {
  padding: 2em 5%;
}
