.main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .main-wrapper .shop-the-look-position-top {
    position: absolute;
    top: 0;
    right: 0;
    margin: 26px 20px; }
  .main-wrapper .shop-the-look-position-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 26px 20px; }
  .main-wrapper .slide {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid; }
  .main-wrapper .slide-items {
    position: relative;
    grid-area: 1/1;
    overflow: hidden;
    height: 100%; }
  .main-wrapper .slide-items img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .main-wrapper .slide-nav {
    grid-area: 1/1;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr; }
  .main-wrapper .slide-items > * {
    position: absolute;
    top: 0;
    opacity: 0; }
  .main-wrapper .slide-items > .active {
    position: relative;
    opacity: 1; }
  .main-wrapper .slide-nav button {
    border: none !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    height: 75%;
    cursor: auto; }
  .main-wrapper .slide-thumb {
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/3;
    padding: 0 16px; }
  .main-wrapper .slide-thumb > span {
    -ms-flex: 1;
        flex: 1;
    display: block;
    height: 2px;
    background: #afafaf;
    margin: 2px;
    margin-top: 20px;
    border-radius: 3px;
    overflow: hidden; }
  .main-wrapper .slide-thumb > span.done:after {
    content: '';
    display: block;
    height: inherit;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px; }
  .main-wrapper .slide-thumb > span.active:after {
    content: '';
    display: block;
    height: inherit;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    transform: translateX(-100%);
    animation: thumb 15s forwards linear; }

@keyframes thumb {
  to {
    transform: initial; } }
  .main-wrapper .content {
    height: 100%; }
  .main-wrapper .description-banner {
    margin-bottom: 26px;
    margin-left: 20px; }
    @media (max-width: 543.98px) {
      .main-wrapper .description-banner {
        margin-bottom: 16px;
        margin-left: 10px; } }
    .main-wrapper .description-banner__large {
      margin-bottom: 32px;
      margin-left: 40px; }
      @media (max-width: 543.98px) {
        .main-wrapper .description-banner__large {
          margin-bottom: 26px;
          margin-left: 20px; } }
  .main-wrapper .banner-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 31px; }
    @media (max-width: 543.98px) {
      .main-wrapper .banner-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 12px; } }
    @media (max-width: 543.98px) {
      .main-wrapper .banner-icon__large {
        height: 48px;
        width: 48px;
        margin-bottom: 22px; } }
  .main-wrapper .banner-text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 543.98px) {
      .main-wrapper .banner-text {
        font-size: 16px;
        line-height: 16px;
        padding-right: 1rem; } }
    .main-wrapper .banner-text__large {
      padding-right: 220px;
      font-size: 34px;
      line-height: 34px; }
      @media (max-width: 543.98px) {
        .main-wrapper .banner-text__large {
          font-size: 26px;
          line-height: 26px;
          padding-right: 50px; } }
  .main-wrapper .image-block {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }

.section-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 1rem;
  text-transform: uppercase;
  color: #fff;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 2.5rem; }
  @media (max-width: 543.98px) {
    .section-info {
      margin-bottom: 0rem; } }
  @media (max-width: 543.98px) {
    .section-info__large {
      margin-bottom: 6rem; } }

.block-info {
  height: 100%; }

.block-info-cta .shop-the-look-position-top {
  position: absolute;
  top: 0;
  right: 0;
  margin: 26px 20px; }

.block-info-cta .shop-the-look-position-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 26px 20px; }

.title-text {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px; }
  @media (max-width: 543.98px) {
    .title-text {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 6px; } }
  .title-text__large {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px; }
    @media (max-width: 543.98px) {
      .title-text__large {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 8px; } }

.text-description {
  -ms-grid-row: 3;
      grid-row-start: 3;
  grid-row-end: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  z-index: 10; }
  @media (max-width: 543.98px) {
    .text-description__small {
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .text-description p {
      padding: 0; } }
  @media (max-width: 543.98px) {
    .text-description {
      font-size: 11px;
      line-height: 12px; } }
  .text-description__large {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 80px; }
    @media (min-width: 769px) {
      .text-description__large {
        padding: 0 2rem; } }
    @media (max-width: 543.98px) {
      .text-description__large {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 50px; } }
    .text-description__large__mob {
      font-size: 11px;
      line-height: 15px; }

.align-description {
  padding: 0 10rem; }
  @media (min-width: 1200px) {
    .align-description__small {
      padding: 0 4rem;
      margin-bottom: 0.5rem; } }
  @media (max-width: 543.98px) {
    .align-description {
      padding: 0 6rem; } }

.link-text {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer; }
  .link-text__large {
    color: #000000;
    text-decoration: none;
    border-radius: 100px;
    background: white;
    padding: 12px 24px; }
    @media (max-width: 543.98px) {
      .link-text__large__mob {
        font-size: 11px;
        line-height: 13px;
        padding: 9px 18px;
        border-radius: 75px; } }

.link-text:hover {
  text-decoration: none; }

.link-text::before {
  content: '';
  position: absolute;
  top: 0;
  text-decoration: none;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent);
  transition: left 1s ease; }

.link-text:hover::before {
  left: 100%;
  text-decoration: none; }

.link-text-small {
  color: #fff !important;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer; }

.link-text-small:hover {
  color: #fff; }

.image-banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: none;
      grid-template-columns: none;
  -ms-grid-rows: 1fr 2fr;
      grid-template-rows: 1fr 2fr;
  height: 100%; }

.banner-video {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.video-align {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0; }

.video-banner-wrapper {
  height: 100%;
  position: relative; }

.video-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  padding: 0; }
  @media (max-width: 543.98px) {
    .video-link {
      margin-bottom: 20px;
      bottom: 0; } }

.banner-icon-cta {
  width: 56px;
  margin-bottom: 25px; }

.cta-large {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 543.98px) {
    .cta-large {
      top: 90%;
      bottom: inherit; } }

.banner-icon {
  width: 48px;
  margin-bottom: 31px; }
  @media (max-width: 543.98px) {
    .banner-icon {
      width: 28px;
      margin-bottom: 12px; } }
  @media (max-width: 543.98px) {
    .banner-icon__large {
      width: 48px;
      margin-bottom: 22px; } }
  @media (max-width: 543.98px) {
    .banner-icon__mob {
      width: 28px;
      margin-bottom: 18px; } }

.view-desktop {
  display: block; }
  @media (max-width: 991.98px) {
    .view-desktop {
      display: none; } }

.view-mobile {
  display: block; }
  @media (min-width: 769px) {
    .view-mobile {
      display: none; } }
