/*
    ====== General ======
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-height: 1000000em;
  /* Chrome for Android */
  -moz-text-size-adjust: none;
  /* Firefox Mobile */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 auto;
    color: #000000;
    width: 600px;
    margin: 0 auto;
}
h1, h2, h3 {
    line-height: 1.15em;
    color: #303238;
}
h1 {
    font-size: 33px;
    font-weight: 700;
}
h2 {
    font-size: 27px;
    font-weight: 500;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}

p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
    margin: 0;
}
.main-container {
    overflow: hidden;
}
.container {
    width: 100%;
    padding: 0 45px;
    margin: 0 auto;
}
caption {
    display: table-caption;
    text-align: center;
}
ul {
    list-style: none;
}

/*
    ====== Reusables ======
*/
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.col {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.cta {
    max-width: 510px;
    width: 100%;
    height: 105px;
    font: 500 28px/1em 'Rubik', sans-serif;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.25s;
    transition: all 0.3s;
    margin: 0 auto;
    background-color: #272727;
    position: relative;
    /*box-shadow: 0 7px 25px rgb(138 175 19 / 45%);*/
    border-radius: 7px;
}
.cta:hover, .cta:focus { 
    background-color: #000000;
}
.cta-mbg {
    font: 500 17px/2.5em 'Ubuntu', sans-serif;
    color: #000000;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 20;
}
.click-here-sub {
    font-size: 10px;
    text-transform: uppercase;
}
.hidden {
    display: none;
}
.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-img {
    display: block;
    width: 100%;
}
.full-img-in {
    display: block;
    width: 531px;
    padding: 20px 0 0 0;
}
.tx {
    font-size: 23px;
    line-height: 2em; 
}
.tx .emphasis {
    color: #1A81BF;
    font-weight: 500;
}
.full-wd-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.wd-wrap {
    display: block;
    margin: 0 auto;
    max-width: 536px;
}
.section-title {
    font: 400 44px/1.2em 'Cardo', serif;
}

/*
    ====== Sections ======
*/
.logo-bar {
    width: 100%;
    height: 68px;
    background: #292320;
    position: relative;
}
.lifecell-logo {
    width: 170px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.banner-content {
    min-height: 850px;
    background: #ffe8e8 url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/banner-women-long.jpg) top center no-repeat;
    background-size: 600px auto;
    padding-bottom: 35px;
    position: relative;
}
.main-title {
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    background-color: #F5E5D7;
    box-shadow: 0px 3px 20px 0px rgba(206,232,243,0.35);
}
.main-title h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.15em;
}
.product-benefits {
    display: inline-block;
    height: 425px;
    margin: 0;
    padding: 0;
}
.product-benefits li {
    margin-bottom: 0;
}
.product-benefits li:nth-child(1) { margin: 155px 0 27px 100px; }
.product-benefits li:nth-child(2) { margin: 0 0 25px 70px;      }
.product-benefits li:nth-child(3) { margin: 0 0 27px 139px;     }
.product-benefits li:nth-child(4) { margin: 0 0 0 140px;        }
.product-benefits li>div {
    font: 700 20px/1.1em 'Inter', sans-serif;
    color: #1C1C1C;
    padding: 4px 85px 4px 0;
    display: inline-block;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #1C1C1C;
}
.product-benefits li>div:nth-child(1) { padding-right: 100px;   }
.product-benefits li>div:nth-child(2) { padding-right: 75px;    }
.product-benefits li>div:nth-child(3) { padding-right: 100px;   }
.product-benefits li>div:nth-child(4) { padding-right: 70px;    }

.point-line {
    transform: scale(1.4);
    transform-origin: 0 0;
    position: absolute;
}
.line-bn {
    position: absolute;
    width: 160px;
    height: 2px;
    background-color: #8D6A4B;
    left: 95%;
    bottom: 0;
}
.line-bn>span {
    display: block;
    position: relative;
    width: 100%;
}
.line-bn>span:after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #F6E8DC;
}

.seals {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 25px;
    display: block;
}
.hero-text {
    max-width: 510px;
    text-align: center;
    padding: 20px 25px;
    margin: 0 auto 25px;
    background-color: #ffffff;
    border-radius: 7px;
    /*box-shadow: 0 7px 25px rgb(67 43 26 / 35%);*/
}
.hero-text p {
    font-size: 20px;
    line-height: 1.45em;
    padding-bottom: 0;
}
.instruction {
    display: inline-block;
    margin-top: -5px;
    font-size: 18px;
    line-height: 1.3em;
    max-width: 390px;
}


.benefits-section {
    position: relative;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/bn-bg-top.jpg) top -60px center no-repeat;
    background-size: 600px auto;
    padding-bottom: 40px;
}
.bn-product {
    width: 177px;
    position: absolute;
    left: 30px;
    top: -30px;
}
.bn-h {
    padding: 30px 0 0 0;
    margin-bottom: 35px;
    line-height: 1.5em;
    font-weight: 500;
}
.bn-h>span {
    font-weight: 400;
}
.bn-list {
    margin: 0 auto 40px;
}
.bn-list li {
    font-size: 20px;
    line-height: 1.3em;
    background-color: #FCF0E5;
    margin-bottom: 23px;
    border-radius: 7px;
    position: relative;
    padding: 33px;
}
.bn-list li:nth-child(1) { background: #FCF0E5 url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/alpha.svg)    bottom 18px right 18px no-repeat; background-size: 70px auto; }
.bn-list li:nth-child(2) { background: #FCF0E5 url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/Arbutin.svg)  bottom 20px right 20px no-repeat; background-size: 60px auto; }
.bn-list li:nth-child(3) { background: #FCF0E5 url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/Squalane.svg) bottom 18px right 18px no-repeat; background-size: 60px auto; }

.bn-ing {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bn-desc {
    padding-bottom: 0;
    line-height: 1.4em;
}
.logoset {
    display: block;
    margin: 30px auto 0;
    width: 560px;
}
.night-mask-product {
    width: 600px;
    display: block;
    margin-left: -45px;
}


.maskwork-section {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/deeper-level-bg.jpg) center top no-repeat;
    background-size: 600px auto;
    padding: 53px 0 0 0;
    text-align: center
}
.mw-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
}
.mw-sub-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.mw-lead-tx {
    font-size: 23px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 37px;
}
.weeks-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
ul.weeks-list {

}
ul.weeks-list li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    background-color: #ffffff;
    padding: 20px;
}
.w-prcnt {
    font-weight: 700;
    font-size: 36px;
    color: #D31520;
    padding: 0 30px 0 13px;
}
.w-tx {
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
    padding: 0 30px 0 0;
}
.mask-face {
    display: block;
    width: 96%;
    margin: -10px auto 0;
}






.howto-section {
    padding: 20px 0;
}
.ht-h {
    font-size: 32px;
    font-weight: 700;
    padding: 35px 0 0 0;
    margin-bottom: 60px;
}
.ht-text {
    font-size: 22px;
    line-height: 1.7em  ;
    padding-bottom: 1.6em;
    position: relative;
}
.ht-text:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    font: 400 18px/1em 'Inter', sans-serif;
    color: #FFFFFF;
    background-color: #C98787;
    padding: 1px;
    border-radius: 50%;
    top: 10px;
    left: -34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht1:before {
    content: '1';
}
.ht2:before {
    content: '2';
}
.hu-img {
    padding-right: 35px;
}
.hu-img img {
    display: block;
    margin: 0 auto 40px;
}
.hu-1-img {
    width: 113px;
}
.hu-2-img {
    width: 86px;
}
.hu-3-img {
    width: 132px;
}

.fb-section {
    padding: 85px 35px 80px 20px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/testi-bg-bt.jpg) no-repeat center bottom -23px;
    background-size: 600px auto;
}
.testi-block-wrapper {
    position: relative;
}
.testi-block {
    display: flex;
    position: relative;
    z-index: 100;
    margin-bottom: 12px
}
.fb-h {
    font-weight: 500;
    padding: 0 0 40px 117px;
}
.tb_1 {
    width: 130px;
}
.tb_2 {
    flex:  1;
}
.pr-img {
    display: block;
    margin: 0 auto;
    width: 80px;
}
.username {
    font:  600 28px/1em 'Inter', serif;
    margin: 12px 0 15px 0;
    color: #C98787;
}
.comment {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 1.3em;
}
.pr-line {
    position: absolute;
    top: -35px;
    left: 62px;
    display: inline-block;
    width: 5px;
    height: calc(100% + 55px);
    background-color: #C98787;
    border-radius: 2.5px;
}
.testi-block-wrapper:before, .testi-block-wrapper:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #C98787;
    position: absolute;
    left: 54px;
    z-index: 100;
    background-color: #ffffff;
}
.testi-block-wrapper:before {
    top: -53px;
}
.testi-block-wrapper:after {
    bottom: -35px;
}

.bottom-section {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/bt-bg.jpg) top center no-repeat;
    background-size: 600px auto;
    padding: 34px 0 70px 0;
}
.bt-h {
    font: 500 40px/1.31em 'Inter', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
.bt-h>span {
    color: #C98787;
}
.product-bt {
    width: 600px;
    display: block;
    margin: 0 auto 25px;
}
.bt-product-placeholder {
    height: 876px;
}


.footer {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2022/04/mask/footer-bg.jpg) no-repeat center top -75px;
    background-size: 600px auto;
    padding-bottom: 40px;
}
.footer-wrap {
    padding: 45px 30px;
}
.footer-links2>div {
    padding: 30px 0;
    position: relative;
}
div.fl-4 {
    padding-bottom: 40px;
}
.footer-links {
    text-align: center;
    font: 16px 'Avenir-Light', sans-serif;
    padding-top: 70px;
    padding-top: 20px;
    width: 110%;
    margin-left: -5%;
}
.footer-links a, .copyright {
    font: 400 16px/1.5em 'Lato', sans-serif;
    color: #000000;
}
.footer-links a {
    text-decoration: none;
    border-bottom: 1px solid #D0D3D6;
    padding-bottom: 2px;
    transition-duration: 350ms;
    display: inline-block;
    margin-bottom: 20px;
}
.copyright {
    padding-top: 5px;
    text-align: center;
}
.footer-links2 h2 {
    font: 600 36px 'Larsseit-Medium', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.footer-links2 a {
    display: inline-block;
    font: 400 25px 'Larsseit-Regular', sans-serif;
    color: #fff;
    border: none;
    letter-spacing: 1.8px;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}
.footer-links2>div:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #414141;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}
div.fl-4 {
    padding-bottom: 40px;
}
.fl-4 a {
    display: inline-block;
    margin: 0 35px;
}
.fl-4 a img {
    max-height: 50px;
}
.footer-links .divider {
    padding: 0 5px;
    color: #D0D3D6;
    display: inline-block;
}
.disclaimer {
    padding: 15px 45px 40px;
    color: #000000;
    font: 400 22px/1.5em 'Poppins', sans-serif;
}
.disclaimer .fda {
      font-size: 21px;
      text-align: left;
    }
.logo-bottom-wrapper {
    padding: 10px 0 20px 0;
    display: block;
}
.logo-bottom-wrapper img {
    padding: 0 20px;
    box-sizing: content-box;
}
.mcafee {
    width: 200px;
    padding-left: 0!important;
    padding-right: 10px!important;
}
.ssi {
    width: 155px;
}
.disclaimer p {
    font-size: 18px; 
    line-height: 1.6em;
    font-family: 'Lato', sans-serif;
    line-height: 1.7em;
    text-align: left;
}
.disclaimer .fda {
    font: 400 24px/1.5em 'Lato', sans-serif;
    padding-bottom: 1.5em;
}




