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

.mx-hero-02 {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100svh;
  height: -moz-calc(var(--vh) * 100);
  height: calc(var(--vh) * 100);
  padding: 0rem;
  overflow: hidden;
}

.mx-hero-02__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mx-hero-02__background img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.mx-hero-02__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
}

.mx-hero-02__images,
.mx-hero-02__cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 2000px;
     -moz-perspective: 2000px;
          perspective: 2000px;
}
.mx-hero-02__cover-img {
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-02__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 400px;
  will-change: transform;
}
.hero-02__img:nth-of-type(odd) {
  width: 400px;
  height: 500px;
}
.hero-02__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mx-hero-02__cover-img {
  will-change: transform;
}
.mx-hero-02__cover-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mx-hero-02__intro,
.mx-hero-02__outro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 2rem;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 992px) {
  .mx-hero-02__intro,
  .mx-hero-02__outro {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-hero-02__intro,
  .mx-hero-02__outro {
    width: 50%;
    padding: 0;
  }
}

.mx-hero-02__intro {
  z-index: 1;
  color: #fff;
}
.mx-hero-02__intro h1{
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .mx-hero-02__intro h1 {
    font-size: 7rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-hero-02__intro h1 {
    font-size: 9rem;
  }
}

.mx-hero-02__outro {
  z-index: 10;
}
.mx-hero-02__outro p {
  letter-spacing: -0.24rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .mx-hero-02__outro p {
    font-size: 8.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-hero-02__outro p {
    font-size: 9.5rem;
  }
}

.mx-hero-02__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5.1rem;
}
@media only screen and (min-width: 1200px) {
  .mx-hero-02__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3.5rem;
  }
}

.mx-hero-02__dataline {
  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;
  gap: 2.2rem;
  padding: 0;
  text-align: center;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 768px) {
  .mx-hero-02__dataline {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-hero-02__dataline {
    -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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-hero-02__dataline {
    padding: 0 7rem;
  }
}
.btn-line-permanent {
  color: #fff;
}
.btn-line-icon {
  gap: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-line-icon span, .btn-line-icon svg, .btn-line-icon i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.btn-line-permanent svg {
  fill: #fff;
}
.btn-line-icon svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
}









