:root {
  --heading-color: #000;
  --para-color: #717171;
  --textover-color: #0A0A0A;
  --bg-alt: #FCF8EE;
  --bg-alt-dark: #EEE7D7;
  --white: #fff;
  --anchor-color: #2EB7E5;
  --footer-border-color: #BFBFBF;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA;
  --footer-statement-box-border: #D9D9D9;
  --footer-statement-box-background: #FAFAFA;
  --hero-background: #ede7d7;
  --pricing-border:#D6D6D6;
  --cart-total-bg: #fcf8ee;
}

.cp-focus {
  overflow: hidden;
}
.cp-focus .row {
  --mo-gutter-y: 40px;
  justify-content: center;
}
.cp-focus .row .col {
  text-align: center;
}
.cp-focus .cf-icon {
  margin-bottom: 28px;
}
.cp-focus .slick-initialized .slick-slide {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cp-focus .longevity-slider {
  margin-bottom: 32px;
}
.cp-focus .slick-list {
  margin: 0 -16px;
}
.cp-focus .cf-each {
  padding-left: 16px;
  padding-right: 16px;
}
.cp-focus .cf-each h4 {
  max-width: 94px;
  font-size: 22px;
  line-height: 28px;
  color: var(--heading-color);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cp-focus .row {
    --mo-gutter-y: 0;
  }
}
@media screen and (min-width: 992px) {
  .cp-focus .row {
    --mo-gutter-x: 80px;
  }
  .cp-focus .longevity-slider {
    margin-bottom: 0;
  }
}