/* =====================
  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 --*/
.customers-page .jumbotron {
  padding: 100px 0;
  border-radius: 0;
  text-align: center;
  margin: 0 0 2em;
  background: url(https://cdn.holistics.io/landing/home/home-cover.png) no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.9); }
  .customers-page .jumbotron h1 {
    font-size: 2.8em;
    color: #fff;
    padding: 0 10px;
    text-align: center; }
.customers-page .testimonials {
  margin: 0; }
  .customers-page .testimonials ul {
    max-width: 740px;
    margin: 50px auto 0 auto;
    list-style: none; }
    .customers-page .testimonials ul li {
      text-align: left;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd;
      display: flex;
      flex-direction: row; }
      .customers-page .testimonials ul li img {
        border-radius: 50%;
        max-width: 100px;
        margin-right: 30px; }
      .customers-page .testimonials ul li .text {
        font-size: 15px; }
        .customers-page .testimonials ul li .text .quote b {
          background: #fbf7da;
          padding: 0 2px; }
        .customers-page .testimonials ul li .text .bio {
          color: #616161;
          margin-top: 10px; }
.customers-page .customer-logos {
  text-align: center;
  margin: 100px 0; }
  .customers-page .customer-logos img {
    height: 40px;
    width: auto;
    margin: 20px 30px; }
    .customers-page .customer-logos img.catchthatbus, .customers-page .customer-logos img.shopback, .customers-page .customer-logos img.line, .customers-page .customer-logos img.tch, .customers-page .customer-logos img.ononpay, .customers-page .customer-logos img.oddle, .customers-page .customer-logos img.ahamove, .customers-page .customer-logos img.groupm {
      height: 50px; }
.customers-page .case-studies .case-box {
  margin-top: 20px; }
.customers-page .case-studies .case-studies__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  margin: 24px 0 8px; }
  .customers-page .case-studies .case-studies__filters .filter-field {
    display: flex;
    flex-direction: column;
    min-width: 220px; }
  .customers-page .case-studies .case-studies__filters .filter-label {
    font-size: 13px;
    font-weight: 700;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 6px; }
  .customers-page .case-studies .case-studies__filters .filter-select {
    border: 2px solid #dfe6ef;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    color: #313131;
    min-height: 44px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239aa7b8' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    padding-right: 46px; }
    .customers-page .case-studies .case-studies__filters .filter-select:focus {
      outline: none;
      border-color: #009f6f;
      box-shadow: 0 4px 14px rgba(0, 114, 255, 0.12);
      color: #212121; }
  .customers-page .case-studies .case-studies__filters .filter-count {
    margin-left: auto;
    font-weight: 700;
    color: #424242; }
