* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
}

img {
  display: block;
}

.main header {
  width: 100%;
  min-height: 654px;
  background: transparent url('//assets.lifecellcream.com/images/2019/images/big.jpg') 40% center no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1440px) {
  .main header {
    background-position: center;
  }
}

.logo {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 200px;
}

.main header .content-box {
  width: 500px;
  background: #ffffff 0 0 no-repeat;
  border: 1px solid #707070;
  padding: 40px;
  position: absolute;
  top: 118px;
  right: 5%;
}

@media only screen and (min-width: 1440px) {
  .main header .content-box {
    width: 662px;
  }
}

.main header .content-box h1 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0;
  color: #2E2E2E;
  margin: 0;
  margin-bottom: 35px;
}

@media only screen and (min-width: 1440px) {
  .main header .content-box h1 {
    font-size: 47px;
  }
}

.main header .content-box .red-btn {
  background: #cd1011;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main header .content-box .red-btn span {
  font-size: 31px;
  font-weight: 400;
  color: #ffffff;
}

.main header .content-box .list {
  display: flex;
  justify-content: space-between;
}

.main header .content-box .list img {
  width: 75px;
  height: 79px;
}

.main header .content-box .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main header .content-box .list ul li {
  line-height: 21px;
  font-size: 18px;
}

.section-one {
  margin: 40px auto 50px;
  max-width: 1640px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
}

.section-one .container {
  border: 1px solid #C9C9C9;
}

.section-one .title {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-one .tab-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  align-content: center;
}

.section-one .tab-container li {
  font-size: 17px;
  line-height: 20px;
  height: 77px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border-right: 1px solid #C9C9C9;
}

.section-one .tab-container li:last-child {
  border-right: none;
}

.section-one .skin-types {
  padding: 30px 40px 50px;
  display: flex;
  justify-content: space-between;
}

.section-one .skin-types .skin-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}

.section-one .skin-types .skin-item img {
  width: 120px;
  margin-bottom: 18px;
}

.section-two {
  background: #F5F4F4;
}

.section-two::before {
  content: '';
  background: #fff;
  width: 100%;
  height: 55px;
  display: block;
}

.section-two::after {
  content: '';
  background: #fff;
  width: 100%;
  height: 66px;
  display: block;
  margin-top: -66px;
}

.section-two .container {
  margin: 0 auto;
  max-width: 1640px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.section-two .container .img {
  width: 718px;
  flex-basis: 40%;
  padding-right: 40px;
  margin-top: -55px;
}

.section-two .container .img img {
  width: 100%;
}

.section-two .container .content {
  color: #707070;
  margin-top: 20px;
  flex-basis: 60%;
}

.section-two .container .content h2 {
  font-size: 47px;
  line-height: 56px;
  font-weight: 400;
  margin: 0 0 30px;
}

.section-two .container .content p.title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-two .container .content p {
  font-size: 18px;
  line-height: 24px;
  max-width: 680px;
}

@media only screen and (min-width: 1440px) {
  .section-two .container .content {
    margin-top: 50px;
  }

  .section-two .container .content p.title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .section-two .container .content p {
    font-size: 20px;
    line-height: 30px;
  }
}

footer {
  color: #122CEF;
  font-size: 20px;
  line-height: 28px;
  margin: 40px auto 100px;
  max-width: 1400px;
  text-align: center;
}

footer a {
  text-decoration: none;
}

footer span {
  padding-right: 20px;
  padding-left: 20px;
}

.section-three {
  margin-top: 55px;
  margin-bottom: 70px;
}

.section-three .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1435px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-three .container h2 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

/* Tab section */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
  transition: all 0.15s ease-in-out;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  border: 2px solid #EBEBEB;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  width: 211px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: -5px;
  background-color: #F5F4F4;
  transition: all 0.15s ease-in-out;
}

.tabset > label[for="tab1"] {
  margin-left: 0;
}

.tabset > label:hover,
.tabset > input:focus + label {
  background-color: #fff;
}

.tabset > input:checked + label {
  background-color: #fff;
}

.tabset {
  width: 100%;
}

.tab-panel {
  padding: 40px;
  border: 2px solid #EBEBEB;
}

.tab-panel > .content {
  display: flex;
  align-items: center;
}

.tab-panel .product {
  max-width: 138px;
  width: 100%;
  margin-right: 50px;
}

.tab-panel .product img {
  max-height: 180px;
  width: auto;
  margin: 0 auto;
}

.tab-panel .step-info {
  max-width: 188px;
  width: 100%;
  margin-right: 50px;
}

.tab-panel .step-info .title {
  color: red;
  margin-bottom: 20px;
}

.tab-panel .step-info .desc {
  margin-bottom: 20px;
}

.tab-panel .content .content {
  width: 100%;
  max-width: 659px;
  margin-right: 50px;
}

.tab-panel .features {
  margin-left: auto;
}

.tab-panel .features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 160px;
  width: 100%;
}

.tab-panel .features ul li {
  width: calc(50% - 20px);
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-panel .features ul li img {
  width: 100%;
  max-width: 55px;
  margin-left: auto;
}

.section-four {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto 80px;
}

.section-four .container {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.section-four .header-section h2 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
  margin-left: 90px;
}

.section-four .video-player { cursor: pointer; }

.section-four .left,
.section-four .right {
  width: 25%;
  max-width: 420px;
}

.section-four .left .user,
.section-four .right .user {
  height: 725px;
}

.section-four .center {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.section-four .center .inner-container {
  display: flex;
  height: 725px;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-around;
}

.user {
  position: relative;
  border: solid 1px #000;
}

.user::before {
  content: '';
  background: transparent linear-gradient(180deg, transparent 0%, #2F2F2F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
}

.user .play-btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.user .handle {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.user a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.user .play-btn img {
  width: 79px;
}

.section-four .center .inner-container .user {
  width: 50%;
  max-width: 287px;
  height: fit-content;
}
.section-four .center .inner-container .user .play-btn img {
  width: 70px;
}
.wistia_embed, .wistia_click_to_play { height: inherit !important; }

.section-four .center .inner-container .user .handle {
  font-size: 20px;
  line-height: 24px;
}

.user-marleen {
  background: url('//assets.lifecellcream.com/images/2019/images/marleen.png') center no-repeat;
  background-size: cover;
}

.user-ivang {
  background: url('//assets.lifecellcream.com/images/2019/images/ivan.png') center no-repeat;
  background-size: cover;
}

.user-molly {
  background: url('//assets.lifecellcream.com/images/2019/images/molly.png') center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.user-jameson {
  background: url('//assets.lifecellcream.com/images/2019/images/jameson.png') center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.user-logan {
  background: url('//assets.lifecellcream.com/images/2019/images/logan.png') center no-repeat;
  background-size: cover;
}

.user-sebrin {
  background: url('//assets.lifecellcream.com/images/2019/images/sebrin.png') center no-repeat;
  background-size: cover;
}

.section-five {
  max-width: 1435px;
  width: 100%;
  margin: 0 auto;
}

.section-five .container {
  padding-left: 20px;
  padding-right: 20px;
}

.section-five .container .header-section h2 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

/* Accordion styles */
.accordions .tabs {
  overflow: hidden;
  border: 2px solid #C6C6C6;
  border-bottom: none;
}
.accordions .tab {
  width: 100%;
  overflow: hidden;
}

.accordions .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #fff;
  cursor: pointer;
  color: #000;
  align-items: center;
  border-bottom: 2px solid #C6C6C6;
}

.accordions .tab-label .icon {
  width: 148px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 2px solid #C6C6C6;
}

.accordions .tab-label .icon img {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.accordions .tab-label .content {
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  width: calc(100% - 148px);
  padding-left: 40px;
}

.accordions .tab-label:hover {
  background: darken(#2c3e50, 10%);
}

.accordions .tab-label::after {
  content: "\FF0B";
  text-align: center;
  color: red;
  font-weight: 100;
  font-size: 70px;
  margin-right: 30px;
}

.accordions .tab-content {
  max-height: 0;
  padding: 0 60px;
  color: #2c3e50;
  background: white;
  transition: all .15s ease-in-out;
  font-size: 23px;
  line-height: 28px;
}

.accordions .tab-label-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.accordions .tab-label-close:hover {
  background: darken(#2c3e50, 10%);
}

/* :checked */

.accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordions input:checked + .tab-label {
  background: darken(#2c3e50, 10%);
}

.accordions input:checked + .tab-label::after {
  content: "\2212";
  font-size: 110px;
  margin-right: 40px;
  margin-top: -5px;
}

.accordions input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 30px 60px;
  border-bottom: 2px solid #C6C6C6;
  font-size: 23px;
  line-height: 28px;
}

.section-six {
  max-width: 1435px;
  width: 100%;
  margin: 60px auto 85px;
}

.section-six .container {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.section-six .card-item {
  width: 100%;
  max-width: 678px;
  border: 2px solid #C6C6C6;
}

.section-six .before {
  margin-right: 40px;
}

.section-six .after {
  margin-left: 40px;
}

.section-six .card-item .title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 2px solid #C6C6C6;
}

.section-six .card-item .img {
  padding: 50px 90px;
}

.section-six .card-item .img img {
  width: 100%;
}

.section-six .card-item .content {
  padding: 0 25px 25px;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
}

.section-seven {
  max-width: 1435px;
  width: 100%;
  margin: 0 auto 60px;
}

.section-seven .container {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  line-height: 28px;
}

.section-seven .header-section h2 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

.section-eight .accordions .tab-label {
  height: 113px;
}

.section-eight .accordions .tab-label .icon {
  padding: 0;
  padding-left: 40px;
  width: unset;
  border-right: 0;
  color: red;
  font-size: 23px;
}

.section-eight .accordions .tab-label .content {
  width: calc(100% - 65px);
  padding-left: 20px;
}

.section-ten {
  max-width: 1435px;
  width: 100%;
  margin: 0 auto 60px;
}

.section-ten .container {
  padding-left: 20px;
  padding-right: 20px;
}

.section-ten .header-section h2 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

.section-ten .content {
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  line-height: 28px;
}

.section-ten .content .left {
  flex-basis: 55%;
}

.section-ten .content .right {
  flex-basis: 45%;
}

.section-ten .content .right img {
  width: 100%;
  max-width: 750px;
}

