@font-face {
  font-family: 'Basier-Circle';
  src: local("Basier Circle Regular"), local("Basier-Circle-Circle-Regular"), url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Basier-Circle-M';
  src: local("Basier Circle Medium"), local("Basier-Circle-Circle-Medium"), url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Basier-Circle-B';
  src: local("Basier Circle Bold"), local("Basier-Circle-Circle-Bold"), url("../fonts/BasierCircle-Bold.woff2") format("woff2"), url("../fonts/BasierCircle-Bold.woff") format("woff"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.white-space {
  width: 100%;
  height: 90px;
  background-color: transparent;
}

.taxonomies-heading {
  text-align: center;
  font-size: 48px;
  font-family: 'Basier-Circle-B';
  color: #fff;
  line-height: 64px;
}

.taxonomie-top-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ea6b06;
  border-radius: 60px;
  color: #243d4c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 3px 15px 3px 15px;
  font-family: 'Basier-Circle-M';
}

.taxonomies-top-inner {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 426px) {
  .taxonomies-top-inner {
    min-height: 180px;
    padding-top: 65px;
  }
  .taxonomies-heading {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
  .taxonomie-top-name {
    font-size: 14px;
  }
}

.introduction {
  background-color: #fff;
  border-bottom: 2px solid #ea6b06;
}

.introduction-inner {
  padding: 40px 0 43px 0;
  position: relative;
}

.introduction-inner:after {
  content: '';
  width: 32px;
  height: 49px;
  display: block;
  background-image: url(../img/Vector-dec.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -49px;
  left: 0;
}

.introduction-heading {
  font-family: 'Basier-Circle-B';
  color: #243d4c;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.introduction-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.25px;
  word-wrap: normal;
}

@media screen and (max-width: 769px) {
  .introduction-inner {
    padding: 30px 0 25px 0;
  }
  .introduction-inner:before {
    display: none;
  }
  .introduction-description {
    max-width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .introduction-inner {
    padding: 17px 0 30px 0;
  }
  .introduction-heading {
    font-size: 20px;
  }
  .introduction-description {
    font-size: 14px;
    line-height: 24px;
  }
}

.brands {
  background-color: #a6ccc4;
}

.brands-inner {
  padding: 25px 0 53px 0;
}

.brands-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 20px;
}

.brands-inner-heading {
  font-family: 'Basier-Circle-B';
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #243d4c;
  margin-bottom: 3px;
}

.brands-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
}

.brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 271px;
  height: 141px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.brand-permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.brand-card-logo {
  max-width: 82%;
  height: auto;
}

@media screen and (max-width: 847px) {
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-card {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 610px) {
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-card {
    width: 164px;
    height: 90px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 425px) {
  .brands .container {
    padding: 0 2% 0 2%;
  }
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-card {
    width: 164px;
    height: 90px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 14px;
  }
  .brands-inner {
    padding: 26px 0 30px 0;
  }
  .brands-inner-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .brands-inner-description {
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.additional-brand-card{
  background: transparent;
}
@media screen and (max-width: 1129px){
    .three-cards{
        display: none;
    }
}
@media screen and (max-width: 847px){
    .three-cards:last-child{
        display: flex;
    }
    .two-cards{
        display: none;
    }
}
@media screen and (max-width: 610px){
    .three-cards:last-child{
        display: none;
    }
    .two-cards{
        display: flex;
    }
}
@media screen and (max-width: 562px){
    .three-cards:last-child{
        display: flex;
    }
    .two-cards{
        display: none;
    }
}
@media screen and (max-width: 321px){
    .three-cards:last-child{
        display: none;
    }
    .one-cards{
        display: none;
    }
    .one-cards-industries{
        display: none;
    }
}
/*# sourceMappingURL=brands-page.css.map */