.vendor .img-wrapper, .vendor .counter, .vendor, .vendor-listings, .vendors {
  position: relative;
}

.vendor .glow {
  position: absolute;
}

.vendor .counter span.type {
  display: inline-block;
  zoom: 1;
}

.vendor .img-wrapper img {
  display: block;
}

.vendor {
  box-sizing: border-box;
}

.vendor .counter span.type, .vendors h2 {
  text-transform: uppercase;
}

.vendor .counter, .vendor-listings {
  display: flex;
  flex-wrap: wrap;
}

.intro {
  background-repeat: no-repeat;
}

.vendor h4, .vendor h3 {
  font-family: "neurial_grotesk", sans-serif;
}

.vendor .counter span.type, .vendors h2 {
  font-family: "Weekly", sans-serif;
}

.vendor .link {
  color: #02BBED;
  margin: 1.5em 0;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 1.5em;
}
.vendor .link:hover {
  color: #FFD600;
}

.vendors {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .vendors {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 450px) {
  .vendors {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.vendor .counter span.type, .vendors h2 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.vendor h3 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .vendor h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .vendor h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .vendor h3 {
    font-size: 1.5em;
  }
}

.vendor h4 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .vendor h4 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .vendor h4 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .vendor h4 {
    font-size: 1.1em;
  }
}

.vendor p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .vendor p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .vendor p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .vendor p {
    font-size: 0.9em;
  }
}

.vendor .link, .vendor .counter span.type, .vendors h2 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .vendor .link, .vendor .counter span.type, .vendors h2 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .vendor .link, .vendor .counter span.type, .vendors h2 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .vendor .link, .vendor .counter span.type, .vendors h2 {
    font-size: 0.8em;
  }
}

.vendor h4, .vendor h3 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.vendor .counter span.type, .vendors h2 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.vendor .link, .vendor p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  background-image: url("/app/images/partners/hero.jpg");
}
.hero h1 {
  top: 420px;
  right: 110px;
}

.hero-text {
  width: 45%;
}
.hero-text p {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .hero h1 {
    top: 250px;
    right: 10px;
  }

  .hero-text {
    width: 60%;
  }
}
.intro {
  background-image: url("/app/images/global/intro-right-bg.png");
  background-size: 400px;
  background-position: right top;
}

.vendors {
  color: #FFFFFF;
  margin-bottom: 6em;
}
.vendor {
  width: 33.33%;
  padding: 0 7.5% 0 5%;
  margin: 3em 0;
}
.vendor .counter {
  align-items: flex-start;
  margin-left: -45px;
}
.vendor .counter span.number {
  font-size: 3.8em;
  color: #F62971;
  font-weight: normal;
  padding-right: 0.2em;
}
.vendor .counter span.type {
  margin-top: 20px;
}
.vendor .glow {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.vendor .img-wrapper {
  width: 100%;
}
.vendor .img-wrapper img {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .vendor {
    width: 100%;
  }
  .vendor .counter {
    margin-left: 0;
  }
}
