* { 
    box-sizing: border-box; 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body { 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
} 
h1, h2 {
    font-weight: 700;
}
.body-wrapper {
    overflow: hidden;
}
.display-650 {
    display: none!important;
}

/*
    ====== Reusables ======
*/
.main-container {
    overflow: hidden;
}
.container {
    max-width: 1030px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.col {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.cta {
    max-width: 295px;
    width: 100%;
    height: 61px;
    font: 700 18px/1em 'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #2B86D4;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: all 0.3s;
    margin: 0 auto;
    text-shadow: 0 3px 6px #00000019;
}
.cta:hover, .cta:focus {
    background: #2280D1;
}
.dark {
    background-color: #363B40;
    color: #ffffff;
}
.light {
    background: #fff;
    color: #EB1562;
    box-shadow: 0px 3px 6px #00000029;
}
.light:hover, .light:focus {
    background: #f7f2f2;
}
.click-here-sub {
    font-size: 10px;
    text-transform: uppercase;
}
.cta-mbg {
    font: 500 11px/1.2em 'Roboto', sans-serif;
    text-align: center;
    color: #000000;
    margin: .5em 0;
}


/*
    ====== Sections ======
*/
.hero-section {
    background-color: #E7E7E9;
    margin-bottom: 22px;
}
.hero-bg {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background: url(//assets.lifecellskin.com/offers/images/2020/aug/hand/hero-bg_700.png) no-repeat;
    /*background-position: top left;*/
    background-position: top right 630px;
    /*background-position: top right 100%;*/
    background-size: 540px auto;
}
.hero {
    width: 324px;
    /*background: rgba(128,128,128,.2);*/
}
.hc-list {
    list-style: none;
    margin: 260px 0 0 0;
    padding: 0 0 0 15px;
}
.hc-list li {
    font: 700 15px/1.55em 'Roboto', sans-serif;
    color: #141414;
    margin-bottom: 10px;
}
.hc-list li:nth-child(1) {
    max-width: 260px;
}
.hc-list li:nth-child(2) {
    max-width: 232px;
}
.hc-list li:nth-child(3) {
    max-width: 216px;
}
.hc-list li:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #D42B40;
    width: 100%;
}
.logo-wrap {
    padding: 0 0 10px 0;
    text-align: center;
}
.hero-content {
    text-align: center;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 491px;
}
.hero-content-inner {
    max-width: 455px;
    margin: 0 auto;
}
.main-title {
    font: 500 28px/1.2em 'Roboto', sans-serif;
    margin: .9em 0;
}
.hero-text {
    color: #000000;
    max-width: 400px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 12px 18px;
    text-align: center;
    margin: 0 auto 25px;
}
.hero-text h1 {
    font: 400 18px/1.2em 'Roboto', sans-serif;
    letter-spacing: -.75px;
    margin: 0 0 8px 0;
}
.hero-text h1>span {
    font-weight: 700;
}
.hero-text p {
    font: 300 13px/1.35em 'Roboto', sans-serif;
    margin: 0;
}
.hero-section .cta {
    max-width: 400px;
}
.ds-panel {
    background-color: #EDEDED;
    border: 5px solid #E3E3E3;
    /*padding: 40px 35px 45px 35px;*/
    padding: 40px 3% 45px;
}
.ds-content>div {
    flex: 1;
}
.ds-title {
    font: 500 35px/1.1em 'Roboto', sans-serif;
    margin: 0 0 .75em 0;
}
.ds-text-wrap {
    position: relative;
    min-height: 420px;
}
.ds-text-left {
    width: 190px;
    position: relative;
}
.ds-text-right {
    flex: 1;
}
.ds-text-wrap p {
    font: 400 17px/1.8em 'Roboto', sans-serif;
    text-align: left;
    padding: 0;
    margin: 0 0 1.8em 0;
    position: relative;
    z-index: 10;
}
.description-section .cta {
    margin: 0;
    max-width: 397px;
}
.logo-set {
    max-width: 447px;
    width: 100%;
    margin: 0 0 25px;
    display: block;
}
.progress-result{
    max-width: 443px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.product-ds {
    position: absolute;
    top: -31px;
    left: -5%;
    width: 185px;
}
.fq-panel {
    padding: 37px 30px;
}
.fq1-wrap {
    margin-bottom: 34px;
}
.fq1-text {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.fq1-text p {
    font: 400 20px/1.5em 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
    padding: 1em 0 1em 1.5em;
}
.faq {
    margin-bottom: 32px;
}
.q {
    font: 700 15px/1em 'Roboto', sans-serif;
    background-color: #E5E5E5;
    text-transform: uppercase;
    padding: 9px 15px;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.a {
    font: 400 15px/1.6em 'Roboto', sans-serif;
}
.q:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 15px;
}
.fq3-text1 {
    font: 400 24px/1.6em 'Roboto', sans-serif;
    text-align: center;
    padding: 0 5%;
}
.fq3-text2 {
    font: 400 18px/1.7em 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 2em;
    padding: 0 4%;
}
.fq1-img-wrap {
    flex: 1;
    max-width: 467px;
    padding-right: 29px;
}
.fq1-img-wrap img {
    max-width: 423px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.faq-group {
    flex: 1;
    max-width: 467px;
    padding-right: 29px;
    position: relative;
    z-index: 100;
}
.fq2-img-wrap {
    flex: 1;
}
.fq2-img-wrap>div {
    position: relative;
    width: 100%;
    max-width: 429px;
    margin-left: auto;
}
.fq2-img-wrap img.hand-fq2 {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.corner {
    position: absolute;
}
.corner1 {
    top: -54px;
    left: -36px;
}
.corner2 {
    top: -115px;
    right: -68px;
}
.corner3 {
    bottom: -55px;
    left: -46px;
}
.corner4 {
    bottom: -55px;
    right: -94px;
}
.cs-row {
    margin-bottom: 35px;
}
.cs-group {
    padding: 25px 10px;
}
.cs-top-wrap {
    align-items: center;
}
.cs-img-wrap img {
    width: 155px;
}
.cs-q {
    font: 700 30px/1em 'Roboto', sans-serif;
    text-align: right;
    position: relative;
    margin: 0;
    padding: 5px 12px 5px 0;
    min-width: 200px;
}
.cs-q:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color:   #2B86D4;
    border-radius: 2px;
}
.cs-text {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.cs-text p {
    font: 400 15px/1.6em 'Roboto', sans-serif;
    padding: 0 0 0 12px;
}
.ag-title {
    font: 500 33px/1em 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding-left: 88px;
}
.ag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}
.ag-list li {
    font: 500 18px/1.3em 'Roboto', sans-serif;
    background-color: #D1D4CF;
    padding: 14px 26px;
    display: table;
}
.ag-list li:nth-child(even) {
    background-color: #E8E8E8;
}
.ag-group {
    align-items: center;
    margin-bottom: 75px;
}
.ag-img-wrap {
    width: 265px;
    text-align: right;
    position: relative;
}
.ag-img {
    width: 127px;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.2);
}
.ag-corner {
    position: absolute;
    right: 100px;
    bottom: -40px;
}
.ingredient-section {
    margin-bottom: 0;
}
.ingr-panel {
    background-color: #363B40;
    color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
}
.ingr-inner {
    padding-left: 6%;
    padding-right: 3%;
}
.ingr {
    margin-bottom: 30px;
}
.ingr-img-wrap {
    width: 153px;
}
.ingr-img-wrap img {
    display: block;
    margin: 0 auto;
}
.ingr-text-wrap {
    flex: 1;
    /*padding-left: 30px;*/
    padding-left: 3%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vitc {
    width: 111px;
}
.retinol {
    width: 153px;
}
.argan {
    width: 120px;
}
.ingr-title {
    font: 500 33px/1.15em 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 2em 0;
    padding: 0 5%;
}
.ingr-name {
    font: 700 30px/1em 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 0 .6em 0;
}
.ingr-desc {
    font: 400 15px/1.5em 'Roboto', sans-serif;
    margin-top: 0;
}
.ingredient-section .cta {
    max-width: 345px;
    border: 1px solid white;
}
.ingr-cta-wrap {
    padding: 0 5%;
}
.bs-panel {
    background: url(//assets.lifecellskin.com/offers/images/2020/aug/hand/bs-bg_ss_men.jpg) center no-repeat;
    background-size: cover;
    height: 427px;
}
.bs-title {
    font: 500 45px/1.1em 'Roboto', sans-serif;
    color: white;
    text-align: center;
    margin-top: 0;
}
.bottom-section .cta {
    border: 1px solid white;
}
.bs-panel>div {
    width: 50%;
    height: 100%;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer {
    color: #FFFFFF;
    min-height: 137px;
}
.ft-panel {
    padding: 35px 6%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #363B40;
}
.ft-panel>div{

}
.disclaimer-bottom {
    font: 400 12px/1.4em 'Roboto', sans-serif;
    margin-bottom: 3.5em;
}
.footer-links a, .copyright {
    font: 500 12px 'Roboto', sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.footer-links a {
    color: #D0D3D6;
    text-decoration: none;
    border-bottom: 1px solid #D0D3D6;
    padding-bottom: 2px;
    transition-duration: 350ms;
    display: inline-block;
    margin-bottom: 20px;
}
.footer-links .divider {
    padding: 0 5px;
    color: #D0D3D6;
    display: inline-block;
}

/*
    ====== Media Queries ======
*/
@media (max-width: 1070px) {
    .hero-bg {
        background-position: top left -50px;
    }
}
@media (max-width: 1030px) {
    .fq1-img-wrap {
        padding-right: 0;
    }

}
@media (max-width: 990px) {
    .product-ds {
        left: -6%;
    }
    .faq-group {
        padding: 0;
        margin: 0 auto 3.5em;
    }
    .fq2-img-wrap>div {
        margin: 0 auto 3.5em;
    }

}
@media (max-width: 930px) {
    .ag-title {
        margin-bottom: .75em;
    }
}
@media (max-width: 900px) {
    .fq1-wrap {
        flex-direction: column;
        max-width: 423px;
        margin: 0 auto 2.5em;
    }
    .fq1-text p {
        padding-left: 0;
    }
    .fq2-wrap {
        flex-direction: column;
    }
}
@media (max-width: 850px) {
    .cs-row {
        flex-direction: column;
    }
    .cs-q {
        text-align: left;
    }
    .cs-q:after {
        display: none;
    }
    .cs-group {
        max-width: 500px;
        margin: 0 auto;
    }
    .cs-img-wrap {
        max-width: 180px;
    }
    .cs-top-wrap>div {
        flex: 1;
    }
    .cs-row {
        margin-bottom: 40px;
    }
}   
@media (max-width: 790px) {
    .hero-bg .row {
        flex-direction: column;
        position: relative;
    }
    .hero-bg {
        background-position: top center;
    }
    .hero {
        width: 100%;
    }
    .hero-content {
        padding: 3.5em 0 1.5em 0;
        min-height: 0;
    }
    .hc-list {
        margin: 260px auto 0;
        width: 370px;
    }
    .logo-wrap {
        position: absolute;
        padding: 0;
        text-align: left;
        top: 15px;
        left: 15px;
        background-color: rgb(255 255 255 / .7);
        padding: 6px 14px 4px 10px;
        border-radius: 10px;
    }
    .ag-group {
        flex-direction: column;
    }
    .ag-img-wrap {
        margin: 0 auto 3em;
        width: 201px;
    }
    .ag-list {
        margin: 0 auto;
        max-width: 500px;
    }
    .ag-list li {
        width: 100%;
    }
    .ag-title {
        padding: 0;
        text-align: center;
    }
    .bs-panel>div {
        width: 60%;
        padding-right: 2%;
    }
}
@media (max-width: 650px) {
    .ds-text-left {
        width: 160px;
    }
    .product-ds {
        width: 175px;
        left: -13%;
    }
    .ds-text-wrap p {
        font-size: 16px;
    }
    .ds-title {
        font-size: 34px;
    }
    .hide-650 {
        display: none;
    }
    .display-650 {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .description-section .cta {
        margin: 0 auto;
    }
}
@media (max-width: 550px) {
    .bs-title {
        font-size: 38px;
    }
    .bs-panel>div {
        padding-right: 4%;
    }
}
@media (max-width: 500px) {
    .ds-text-left {
        width: 150px;
    }
    .ds-text-wrap p {
        font-size: 15px;
    }
}





























