/*********************************************/
.landing-app-howto {
  margin: 0 auto;
  box-sizing: border-box;
  --FONT-CLARINS: "ClarinsRegular", "Clarins";
  --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-LIGHT: 'GothamLight';
  --HOVER: 0 0 7px 0 rgba(0, 0, 0, .15);
  --FOCUS: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.landing-app-howto__wrapper {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1344px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

@media(max-width:1023px) {
  .landing-app-howto {
    padding-top: 0;
    margin-top: -64px;
    position: relative;
    z-index: 2;
  }

  .landing-app-howto__wrapper {
    padding: 0 16px;
  }
}

.experience-main {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

/***************************************/
.landing-app-howto-slider {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 64px 0;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-color: #333;
}

.landing-app-howto-slider .swiper-slide {
  max-width: 376px;
}

.landing-app-howto-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 30px;
  padding: 16px 0px;
}

.landing-app-howto-slider * {
  box-sizing: border-box;
}

.landing-app-howto-slider__slide {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  max-width: 376px;
  container-type: inline-size;
  border-radius: 8px;
  overflow: hidden;
}

.landing-app-howto-slider__cta {
  position: absolute;
  bottom: 140px;
  z-index: 3;
  width: 266px;
  height: 40px;
  font-size: 14px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: #B40024;
  color: #fff;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  border-radius: 5px;
  box-shadow: var(--HOVER);
}

.landing-app-howto-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.landing-app-howto-slider__background>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.landing-app-howto-slider__screen {
  margin: 0 80px;
  margin-bottom: 68px;
  overflow: hidden;
  border: 6px solid #333;
  border-radius: 16px;
}

.landing-app-howto-slider__screen img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-app-howto-slider__text {
  min-height: 86px;
  flex: 1;
  margin: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: var(--FONT-GOTHAM-BOOK);
  font-weight: normal;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.landing-app-howto-slider__text p {
  margin: 0;
}


@media(max-width:1023px) {
  .landing-app-howto-slider .swiper-wrapper {
    padding-bottom: 64px;
  }

  .landing-app-howto-slider__screen {
    width: 58%;
    margin: 0 auto;
    margin-bottom: 18.08cqw;
    border: 1.612cqw solid #333;
    border-radius: 4.30cqw;
  }

  .landing-app-howto-slider__cta {
    bottom: 37.23cqw;
    width: 70.74cqw;
  }

  .landing-app-howto-slider__text {
    font-size: 5.9cqw;
    min-height: 22.87cqw;
    margin: 8cqw;
  }
}