.mos-img img {display: none !important;}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mx-section {
  position: relative;
  width: 100%;
}

.mx-section-fullscreen {
  width: 100%;
  height: 100vh;
  padding-top: 6.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mx-section-fullscreen {
    padding-top: 7rem;
  }
}

.mos-img img {display: none !important;}

.mx-showcase-clip {
  position: relative;
  z-index: 10;
}

.mx-showcase-clip__trigger {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mx-showcase-clip__trigger img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.mx-showcase-clip__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mx-showcase-clip__cover.cover-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mx-showcase-clip__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mx-showcase-clip__sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.mx-showcase-clip__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 3rem;
}
@media only screen and (min-width: 992px) {
  .mx-showcase-clip__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    gap: 2em;
    max-width: 1920px;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-showcase-clip__item {
    padding: 0 4%;
  }
}

.mx-showcase-clip__image {
  width: 100%;
  max-width: 40ch;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .mx-showcase-clip__image {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 30rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-showcase-clip__image {
    width: 30rem;
  }
}

.mx-showcase-clip__bg {
  height: 100%;
}

.mx-showcase-clip__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 30ch;
  margin: 0 auto;
  letter-spacing: -0.1rem;
  color: #ffffff;
}
.mx-showcase-clip__title span {
  color: #fafafa;
}
.mx-showcase-clip__title.permanent {
  color: #ffffff;
}
.mx-showcase-clip__title.accent {
  color: #fafafa;
}
.mx-showcase-clip__title.opposite {
  color: #fafafa;
}
.mx-showcase-clip__title .char {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .mx-showcase-clip__title {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .mx-showcase-clip__title {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    max-width: -moz-calc(50% - 20rem);
    max-width: calc(50% - 20rem);
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-showcase-clip__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-showcase-clip__title {
    max-width: -moz-calc(50% - 20rem);
    max-width: calc(50% - 20rem);
    padding-right: 10rem;
  }
}

.mx-showcase-clip__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .mx-showcase-clip__tags {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -moz-calc(50% - 20rem);
    width: calc(50% - 20rem);
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-showcase-clip__tags {
    width: -moz-calc(50% - 20rem);
    width: calc(50% - 20rem);
    padding-left: 10rem;
  }
}


.tag-permanent {
  font-weight: 400;
  color: #ffffff;
}
.tag-m {
  font-size: 15px;
}
.tag {
  display: inline-block;
  font: normal 600 12px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
