/*-----------------------------------------------------------*/
.dp-how-to {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-how-to img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.dp-how-to__title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 1048px;
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 20px;
}
.dp-how-to__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 28px;
  width: 100%;
  background-color: #e7e4e2;
}

.dp-how-to__title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}

.dp-how-to__steps-list {
  max-width: 1048px;
  margin: 0 auto;
}
.dp-how-to__step {
  position: relative;
  padding-top: 102px;
}

.dp-how-to__photo {
  text-align: left;
  position: absolute;
  left: 50px;
  top: 0;
}
.dp-how-to__photo img {
  display: block;
}
.dp-how-to__number {
  color: #e8e4e2;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 270px;
  overflow: hidden;
  line-height: 270px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 20px;
}
.dp-how-to__duration {
  background-color: #fff;
  font-family: "ClarinsRegular", "Clarins";
  color: #333333;
  font-size: 18px;
  position: absolute;
  left: 70px;
  top: 230px;
  transform: rotate(-3deg);
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.dp-how-to__text {
  background-color: #f8f8f7;
  height: 360px;
  margin: 10px;
  display: block;
  padding: 40px;
  padding-top: 165px;
  box-sizing: border-box;
  text-align: left;
}

.dp-how-to__text strong {
  display: block;
  padding-bottom: 10px;
}
.dp-how-to__link {
  padding-top: 20px;
}
.dp-how-to__link a {
  background-color: transparent;
  display: inline-block;
  padding: 15px 30px;
  text-transform: inherit;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #333;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-how-to__text {
    height: 400px;
    margin: 10px;
    display: block;
    padding: 20px;
    padding-top: 165px;
    box-sizing: border-box;
    text-align: left;
  }
  .dp-how-to__photo {
    left: 30px;
  }
}
@media (max-width: 761px) {
  .dp-how-to__steps-list {
    max-width: 355px;
    margin: 0 auto;
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .dp-how-to__title {
    padding: 20px;
  }
  .dp-how-to__title::after {
    display: none;
  }
  .dp-how-to__title span {
    padding: 0px;
  }
}

/*-----------------------------------------------------------*/
#cleansersNav {
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 768px) {
  #cleansersNav {
    padding-bottom: 40px;
  }
}

#cleansersNav ul {
  display: flex;
  max-width: 710px;
  list-style: none;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

#cleansersNav ul li {
  max-width: 170px;
  flex-basis: 25%;
  text-align: center;
}
#cleansersNav ul li a {
  border-radius: 40px;
  height: 40px;
  border: 1px #333 solid;
  line-height: 40px;
  display: block;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
}
#cleansersNav ul li a:hover,
#cleansersNav ul li a[data-selected="1"] {
  border: 1px #be0f34 solid;
  color: #be0f34;
}

#cleansersNav[data-sticky="1"] ul {
  /*max-width:600px;*/
}
#cleansersNav[data-sticky="1"] ul li a {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  transition: all ease-in-out 0.2s;
}
#cleansersNav[data-sticky="1"] .StickyWrapper {
  position: fixed;
  z-index: 90;
  padding-top: 18px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  /*background: linear-gradient(#fff,rgba(255,255,255,0));
    background:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0));*/
}
@media (max-width: 1023px) {
  #cleansersNav[data-sticky="1"] .StickyWrapper {
    position: fixed;
    z-index: 90;
    padding-top: 18px;
    width: 768px;
    height: 60px;
    background-color: #fff;
  }
}
@media (max-width: 761px) {
  #cleansersNav[data-sticky="1"] .StickyWrapper {
    padding-top: 14px;
    width: 100%;
  }
  #cleansersNav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  #cleansersNav ul li {
    flex-basis: 160px;
    margin: 5px;
  }
  #cleansersNav ul li a {
    border-radius: 20px;
    height: 40px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cleansersNav ul li a span {
    display: none;
  }
}

#cleansersNav[data-sticky="1"] .StickyWrapper {
  position: fixed;
  z-index: 95;
  padding-top: 35px;
  width: 65%;
  height: 55px;
  background-color: #fff;
  margin-top: -710px;
}
/*-----------------------------------------------------------*/
@font-face {
  font-family: "Gotham Light";
  src: url('content/Anti-aging-and-Wrinkle-Treatments-2020/fonts/Gotham-Light-webfont.woff2?$staticlink$') format('woff2'),
      url('content/Anti-aging-and-Wrinkle-Treatments-2020/fonts/Gotham-Light-webfont.woff?$staticlink$') format('woff'),
      url('content/Anti-aging-and-Wrinkle-Treatments-2020/fonts/Gotham-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Number update */
.dp-how-to__number-01, .dp-how-to__number-02, .dp-how-to__number-03 {
  font-family: 'Gotham Light';
  font-weight: lighter!important;
  font-size: 291px;
  overflow: hidden;
  line-height: 0.8;
  text-align: right;
}
.dp-how-to__number-01 {
  color: #feecb5;
}

.dp-how-to__number-02 {
  color: #d7e9cc;
}
.dp-how-to__number-03 {
  color: #feded5;
}

.plus-loin-number_1{
  top: 70px;
  color: #333;
  font-size: 175px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: absolute;
  right: 515px;
}

.plus-loin-number_2 {
  top: 70px;
  color: #333;
  font-size: 175px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: absolute;
  right: 245px;
}

.plus-loin-number_3 {
  top: 70px;
  color: #333;
  font-size: 175px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: absolute;
  right: -10px;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  #cleansersNav[data-sticky="1"] .StickyWrapper {
    position: fixed;
    z-index: 95;
    padding-top: 35px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    margin-top: 55px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  #cleansersNav[data-sticky="1"] .StickyWrapper {
    position: fixed;
    z-index: 95;
    padding-top: 35px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    margin-top: 120px;
}
}


@media (max-width: 480px) {
  .dp-how-to__number-01, .dp-how-to__number-02, .dp-how-to__number-03 {
    font-family: 'Gotham Light';
    font-weight: lighter!important;
    font-size: 173px;
    overflow: hidden;
    line-height: 0.8;
  }
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
.plus-loin-number_1 {
  top: 66px;
  color: #333;
  font-size: 110px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: relative;
  right: 15px;
}
.plus-loin-number_2 {
  top: 66px;
  color: #333;
  font-size: 110px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: relative;
  right: 40px;
}
.plus-loin-number_3 {
  top: 66px;
  color: #333;
  font-size: 105px;
  overflow: hidden;
  line-height: 230px;
  text-align: right;
  position: relative;
  right: 25px;
}
#cleansersNav[data-sticky="1"] .StickyWrapper {
  position: fixed;
  z-index: 95;
  padding-top: 35px;
  width: 100%;
  height: 55px;
  background-color: #fff;
  margin-top: 55px;
}
}