/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.product .hero {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("https://cdn.holistics.io/landing/product/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .product .hero::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .product .hero .row {
    display: flex;
    align-items: center; }
    .product .hero .row .left-col {
      color: white;
      padding-bottom: 30px; }
      .product .hero .row .left-col h1 {
        color: white;
        font-size: 46px;
        font-weight: bold; }
      .product .hero .row .left-col p {
        font-size: 18px; }
        .product .hero .row .left-col p strong {
          color: #009f6f; }

.product .tabs.pinned {
  padding-top: 62px; }
  .product .tabs.pinned .el-tabs__header {
    background-color: #fff;
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
    z-index: 16; }

.product .tabs .el-tabs__header {
  margin: 0; }

.product .tabs .el-tabs__nav-wrap {
  display: flex;
  justify-content: center; }
  .product .tabs .el-tabs__nav-wrap .el-tabs__item {
    text-transform: uppercase;
    color: #858585;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    height: auto; }
    .product .tabs .el-tabs__nav-wrap .el-tabs__item.is-active {
      color: black; }
    .product .tabs .el-tabs__nav-wrap .el-tabs__item .tab-label {
      max-width: 33.33vw;
      box-sizing: border-box;
      width: 225px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 400px) {
        .product .tabs .el-tabs__nav-wrap .el-tabs__item .tab-label {
          font-size: 14px; } }
      .product .tabs .el-tabs__nav-wrap .el-tabs__item .tab-label .logo {
        margin-right: 10px; }
        .product .tabs .el-tabs__nav-wrap .el-tabs__item .tab-label .logo img {
          width: 29px; }
      .product .tabs .el-tabs__nav-wrap .el-tabs__item .tab-label span {
        margin-bottom: -4px; }
    .product .tabs .el-tabs__nav-wrap .el-tabs__item:nth-child(3) .tab-label {
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0; }
  .product .tabs .el-tabs__nav-wrap .el-tabs__active-bar {
    background-color: #009f6f; }

.product .tab-content .feature {
  padding: 75px 0;
  background-color: #f8fafd; }
  .product .tab-content .feature .row {
    display: flex;
    align-items: center; }
    .product .tab-content .feature .row .left-col .info .header {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      .product .tab-content .feature .row .left-col .info .header .logo {
        margin-right: 10px; }
        .product .tab-content .feature .row .left-col .info .header .logo img {
          width: 35px; }
      .product .tab-content .feature .row .left-col .info .header h1 {
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 1px;
        margin-top: 16px; }
    .product .tab-content .feature .row .left-col .info h4.subheader {
      font-weight: bold;
      font-size: 0.9em;
      line-height: 1.308em;
      font-weight: 700;
      font-style: normal;
      letter-spacing: .038em;
      text-transform: uppercase;
      margin-bottom: 0; }
    .product .tab-content .feature .row .left-col .info .desc {
      margin-top: 30px;
      line-height: 1.4; }
    .product .tab-content .feature .row .left-col .info a {
      color: #009f6f;
      text-transform: uppercase;
      font-weight: 600; }
    @media (max-width: 991.9px) {
      .product .tab-content .feature .row .left-col {
        padding: 0 15px !important; } }
    .product .tab-content .feature .row .right-col .carousel .carousel-item {
      padding: 0 40px; }
    .product .tab-content .feature .row .right-col .carousel .carousel-indicators {
      bottom: -40px; }
      .product .tab-content .feature .row .right-col .carousel .carousel-indicators li {
        max-width: 10px;
        height: 10px;
        background-color: #999;
        border-radius: 50%; }
        .product .tab-content .feature .row .right-col .carousel .carousel-indicators li.active {
          background-color: #009f6f; }
    .product .tab-content .feature .row .right-col .carousel .carousel-control-prev,
    .product .tab-content .feature .row .right-col .carousel .carousel-control-next {
      color: black;
      width: 40px; }
    .product .tab-content .feature .row .right-col .image img {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      border-radius: 4px 4px 0 0; }
    .product .tab-content .feature .row .right-col .double-image {
      position: relative; }
      .product .tab-content .feature .row .right-col .double-image .image {
        position: absolute;
        top: 30.63%;
        left: 12.50%;
        right: 3.26%; }
    @media (max-width: 991.9px) {
      .product .tab-content .feature .row .right-col {
        margin-top: 50px;
        padding: 0 15px !important; } }
  .product .tab-content .feature .section h1 {
    font-weight: bold; }
  .product .tab-content .feature .section .row {
    justify-content: center;
    margin-top: 60px;
    align-items: flex-start; }
    .product .tab-content .feature .section .row .content {
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .product .tab-content .feature .section .row .content img {
        width: 50%;
        height: 120px;
        margin-bottom: 30px; }
        @media (min-width: 992px) {
          .product .tab-content .feature .section .row .content img {
            width: 40%; } }
      .product .tab-content .feature .section .row .content h3 {
        font-weight: bold; }
      .product .tab-content .feature .section .row .content p {
        line-height: 1.3; }
  .product .tab-content .feature.no-shadow .right-col .image img {
    box-shadow: none;
    border-radius: 0; }
  .product .tab-content .feature.white {
    background-color: #fff; }
  .product .tab-content .feature.highlighted {
    background-color: #3dc999;
    color: #fff; }
    .product .tab-content .feature.highlighted .left-col .info .header h1 {
      color: #fff; }
    .product .tab-content .feature.highlighted .left-col .info a {
      color: white;
      background: #3dc999; }
  .product .tab-content .feature .tab-links {
    display: flex;
    margin-top: 60px; }
    .product .tab-content .feature .tab-links .tab-link {
      cursor: pointer;
      text-decoration: underline;
      color: #009f6f; }
      .product .tab-content .feature .tab-links .tab-link span {
        text-transform: uppercase; }
    @media (max-width: 575.9px) {
      .product .tab-content .feature .tab-links {
        flex-direction: column;
        align-items: center; }
        .product .tab-content .feature .tab-links .tab-link {
          margin-bottom: 15px; } }
    @media (min-width: 576px) {
      .product .tab-content .feature .tab-links {
        justify-content: center;
        margin-top: 100px; }
        .product .tab-content .feature .tab-links .tab-link {
          margin: 0 40px; } }
  @media (max-width: 991.9px) {
    .product .tab-content .feature {
      padding-bottom: 80px;
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .product .tab-content .feature.reversed .row {
      flex-direction: row-reverse; } }
