/*   Facets   */
.text-benefit .text-title{
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
    padding: 1rem;
    background: #c03a31;
    color: white;
    font-family: 'OpenSans-Regular';
    font-weight: 500;
    margin-top: 2rem;
  }
  .facets {
    list-style: none;
    margin: 0;
  }
  .facets:after {
    content: "";
    display: table;
    clear: both;
  }
  .facets__facet {
    background: #c03a31;
    position: relative;
    overflow: hidden;
    height: 44%;
  }
  .facets__image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-size: cover;
  }
  .facets__link {
    display: block;
    height: 100%;
    padding: 48px 80px 40px 24px;
    position: relative;
    z-index: 3;
  }
  .facets__link:hover .facets__title,
  .facets__link:focus .facets__title {
    text-decoration: none;
  }
  .facets__link,
  .facets__link:hover,
  .facets__link:focus,
  .facets__title,
  .facets__subtitle {
    color: #fff;
  }
  .facets__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    height: 59px;
  }
  .facets__subtitle {
    font-size: 18px;
    opacity: 0.8;
    margin-top: 10px;
  }
  .facets__button {
    border-radius: 100%;
    bottom: 40px;
    padding: 13px 0;
    position: absolute;
    right: 2rem;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: 40px;
  }
  .facets__arrow {
    max-width: 50px;
    max-height: 50px;
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  }
  .facets__link:hover .facets__arrow,
  .facets__link:focus .facets__arrow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  @media (max-width: 1169px) {
      .facets__image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 27%;
    background-size: 100% auto;
    background-size: cover;
  }
    .facets__link {
      background: rgb(0 0 0 / 45%);
      box-shadow: 0 240px 0 rgba(0, 0, 0, 0.45);
      height: 100%;
    }
    .facets__description {
      text-align: justify;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  
  @media (max-width: 767px) {
    .text-benefit .text-title{
        text-align: center;
        font-size: 4vw;
        line-height: 1.1;
        padding: 1rem;
        background: #c03a31;
        color: white;
        font-family: 'OpenSans-Regular';
        font-weight: 500;
    }
    .facets {
      margin-left: -24px;
      margin-right: -24px;
      margin: 0 auto;
      padding: 0!important;
      height: auto;
      /* margin-bottom: 13rem; */
    }
    .facets__facet + .facets__facet {
      /* margin-top: 4px; */
    }
  }
  
  @media (min-width: 768px) {
    .facets {
      display: -webkit-box;
      display: -ms-flexbox;
      /* display: flex; */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      /* margin-left: -2px; */
      /* margin-right: -2px; */
    }
    .facets__facet {
      -ms-flex-preferred-size: 50%;
      /* flex-basis: 50%; */
      /* border: 1px solid #fff; */
      width: 100%;
      height: 50%;
    }
  }
  
  @media (min-width: 1170px) {
    .facets {
      -ms-flex-wrap: nowrap;
      /* flex-wrap: nowrap; */
      padding: 0;
    }
    .facets__facet {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      height: 480px;
      -webkit-transition: all 0.3s ease 0.5s;
      transition: all 0.3s ease 0.5s;
      /* border-width: 0 1px; */
    }
    .facets__facet::after {
      content: '';
      display: block;
      height: 50%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
      -webkit-transition: all 0.3s ease 0.5s;
      transition: all 0.3s ease 0.5s;
      z-index: 2;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
    }
    .facets__facet:hover {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .facets__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-decoration: none;
    }
    .facets__subtitle,
    .facets__description {
      max-height: 0;
      overflow: hidden;
      margin: 0;
      -webkit-transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
      transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
    }
    .facets__title,
    .facets__button {
      -webkit-transition: opacity 0.3s ease 0.5s;
      transition: opacity 0.3s ease 0.5s;
    }
    .facets:hover .facets__title,
    .facets:hover .facets__button {
      opacity: 0;
    }
    .facets__facet:hover::after {
      -webkit-transform: scaleY(2);
      -ms-transform: scaleY(2);
      transform: scaleY(2);
      -webkit-transition: all 0.3s ease 0.8s;
      transition: all 0.3s ease 0.8s;
    }
    .facets__facet:hover .facets__title,
    .facets__facet:hover .facets__button {
      opacity: 1;
    }
    .facets__facet:hover .facets__subtitle {
      max-height: 200px;
      margin-bottom: 12px;
      -webkit-transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.8s, margin 0.2s ease 0.8s;
      transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.8s, margin 0.2s ease 0.8s;
    }
    .facets__facet:hover .facets__description {
      max-height: 240px;
      -webkit-transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
      transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
    }
  }
  