@import url("https://use.typekit.net/zhe5kyl.css");
.scaffoldSupplierWrapper section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #231f20;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section {
    padding: var(--gutter-half);
  }
}
.scaffoldSupplierWrapper section .btn-mhi {
  background-color: #e31f26;
  border-color: #e31f26;
}
.scaffoldSupplierWrapper section .title-font {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section hr {
  display: block;
  background-color: #e31f26;
  width: 100%;
  height: 3px;
  border: 0;
  margin: 2rem 0;
}
.scaffoldSupplierWrapper section h1,
.scaffoldSupplierWrapper section h2,
.scaffoldSupplierWrapper section h3,
.scaffoldSupplierWrapper section h4,
.scaffoldSupplierWrapper section h5,
.scaffoldSupplierWrapper section h6,
.scaffoldSupplierWrapper section p,
.scaffoldSupplierWrapper section input,
.scaffoldSupplierWrapper section button,
.scaffoldSupplierWrapper section a {
  font-family: "din-2014", sans-serif;
}
.scaffoldSupplierWrapper section a,
.scaffoldSupplierWrapper section button {
  text-transform: uppercase;
  background-color: #c6d0d4;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-weight: 300 !important;
  min-height: auto;
  height: auto;
  max-height: auto;
}
.scaffoldSupplierWrapper section a:hover,
.scaffoldSupplierWrapper section button:hover {
  opacity: 0.7;
}
.scaffoldSupplierWrapper section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scaffoldSupplierWrapper section .logo-container img {
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scaffoldSupplierWrapper section .supplier-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.scaffoldSupplierWrapper section .supplier-heading h1 {
  margin: 0;
  font-weight: 800;
  margin-bottom: var(--gutter-half);
  text-transform: uppercase;
  color: #333;
}
.scaffoldSupplierWrapper section .supplier-heading p {
  font-size: 1.4rem;
  margin: 0;
  max-width: 900px;
  font-weight: 100;
}
.scaffoldSupplierWrapper section .categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: var(--gutter);
}
.scaffoldSupplierWrapper section .categories .title-font {
  text-align: center;
}
.scaffoldSupplierWrapper section .categories .sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .scaffoldSupplierWrapper section .categories .sections {
    flex-direction: row;
  }
}
.scaffoldSupplierWrapper section .categories .sections .category {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scaffoldSupplierWrapper section .categories .sections .category:hover {
  opacity: 0.7;
}
.scaffoldSupplierWrapper section .categories .sections .category a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.scaffoldSupplierWrapper section .categories .sections .category h2 {
  margin: 0;
}
.scaffoldSupplierWrapper section .why-mhi {
  background-color: #c6d0d4;
  padding: 5rem 0;
  margin-bottom: var(--gutter-half);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.scaffoldSupplierWrapper section .why-mhi .title-font {
  text-align: center;
}
.scaffoldSupplierWrapper section .why-mhi .sections {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section .why-mhi .sections {
    flex-direction: row;
  }
}
.scaffoldSupplierWrapper section .why-mhi .sections .category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: var(--gutter-half);
}
.scaffoldSupplierWrapper section .why-mhi .sections .category img {
  width: 45px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}
.scaffoldSupplierWrapper section .why-mhi .sections .category h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 39.5px;
  margin: 0;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section .why-mhi .sections .category p {
  font-weight: 200;
  font-size: 17px;
  max-width: 250px;
  margin: 0;
}
.scaffoldSupplierWrapper section .featured-products {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.scaffoldSupplierWrapper section .featured-products .custom-title {
  text-align: center;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-prev,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next {
  background-color: #e31f26;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-prev svg,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next svg {
  color: white;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide {
  position: relative;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide:hover {
  opacity: 0.7;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
}
.scaffoldSupplierWrapper section .mhi-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
  margin-bottom: 2rem;
}
.scaffoldSupplierWrapper section .mhi-social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
}
.scaffoldSupplierWrapper section .mhi-social .icons a {
  height: auto;
  min-height: auto;
  max-height: auto;
  padding: 10px !important;
}
.scaffoldSupplierWrapper section .mhi-social .icons a::after {
  display: none !important;
}
.scaffoldSupplierWrapper section .mhi-social .icons a svg {
  display: block;
  color: #fff;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}/*# sourceMappingURL=style.css.map */