@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.scaffoldSupplierWrapper section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-half);
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #231f20;
}
@media (min-width: 768px) {
  .scaffoldSupplierWrapper section {
    padding: var(--gutter-half);
  }
}
.scaffoldSupplierWrapper section .accordion-wraper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.scaffoldSupplierWrapper section .accordionName {
  width: 100%;
  padding: 10px var(--gutter-half);
  font-size: 22px;
  border: none;
  background-color: #0560f5;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  cursor: pointer;
}
.scaffoldSupplierWrapper section .panel {
  width: 100%;
  height: 0;
  text-align: justify;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  transition: 0.5s;
}
.scaffoldSupplierWrapper section .panel a {
  padding: 0;
  color: #0560f5;
  text-decoration: none;
  border: 0;
  line-height: normal;
  border-radius: 0;
  font-size: 16px;
}
.scaffoldSupplierWrapper section .panel a:hover {
  background-color: transparent;
  color: #0560f5;
  text-decoration: underline;
}
.scaffoldSupplierWrapper section .panel p {
  text-align: justify;
  padding: 10px var(--gutter-half);
  list-style-type: none;
  font-weight: 400;
}
.scaffoldSupplierWrapper section .btn-uniview {
  background-color: #000;
  border-color: #000;
}
.scaffoldSupplierWrapper section .title-font {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: var(--gutter-half);
  color: #000;
}
.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: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.scaffoldSupplierWrapper section hr {
  border-color: #ccc;
  height: 1px;
  opacity: 0.4;
  width: 70%;
}
.scaffoldSupplierWrapper section a,
.scaffoldSupplierWrapper section button {
  background-color: transparent;
  border: solid 1px #999;
  color: #999;
  font-size: 17px !important;
  line-height: 3.25rem;
  font-weight: 400;
  padding: 0 0.75rem;
  border-radius: 1.25rem;
  transition: all 0.5s;
  min-height: auto;
  height: auto;
  max-height: auto;
}
.scaffoldSupplierWrapper section a::after,
.scaffoldSupplierWrapper section button::after {
  display: none !important;
}
.scaffoldSupplierWrapper section a:hover,
.scaffoldSupplierWrapper section button:hover {
  background-color: #0560f5;
  border-color: #0560f5;
  color: #fff;
}
.scaffoldSupplierWrapper section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section .logo-container img {
  width: 190px;
  -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;
  margin-bottom: var(--gutter-half);
  max-width: 700px;
}
.scaffoldSupplierWrapper section .supplier-heading p {
  font-size: 1.3rem;
  margin: 0;
  max-width: 680px;
  font-weight: 300;
  color: #666;
}
.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 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-prev svg,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next svg {
  color: rgb(153, 153, 153);
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-prev:hover svg,
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-button-next:hover svg {
  color: #fff;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide {
  position: relative;
  border-radius: 1.25rem;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide .swiper-slide-product .swiper-slide-product-data {
  display: none;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide .swiper-slide-product .swiper-slide-product-img {
  border: none;
  margin: 0;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide .swiper-slide-product .swiper-slide-product-img img {
  min-width: 80%;
  max-width: 80%;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide .swiper-slide-product-code span {
  display: inline-block;
  margin-bottom: 12px;
  color: #777;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  transition: box-shadow 250ms ease;
}
.scaffoldSupplierWrapper section .featured-products .productCarousel .swiper-slide > a:hover {
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
}
.scaffoldSupplierWrapper section .about-us {
  position: relative;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
}
.scaffoldSupplierWrapper section .about-us p {
  position: relative;
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-weight: 400;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.scaffoldSupplierWrapper section .feature-img {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-top: var(--gutter);
  width: 100%;
  height: 45vh;
  outline: solid 5px rgba(0, 0, 0, 0.1);
}
.scaffoldSupplierWrapper section .feature-img .watch-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: solid 1px #fff;
}
.scaffoldSupplierWrapper section .feature-img .watch-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
  border-radius: 100px;
  background-color: transparent;
}
.scaffoldSupplierWrapper section .feature-img .watch-video:hover {
  background-color: #0560f5;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}
.scaffoldSupplierWrapper section .feature-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scaffoldSupplierWrapper section .tiles-info {
  text-align: left;
}
.scaffoldSupplierWrapper section .tiles-info .accordionName {
  justify-content: flex-start;
  background-color: #222;
}
.scaffoldSupplierWrapper section .tiles-info .accordionName:hover {
  background-color: #0560f5;
}
.scaffoldSupplierWrapper section .faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--gutter-half);
}
.scaffoldSupplierWrapper section .havit-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
  margin-bottom: 2rem;
}
.scaffoldSupplierWrapper section .havit-social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gutter-half);
}
.scaffoldSupplierWrapper section .havit-social .icons a {
  height: auto;
  min-height: auto;
  max-height: auto;
  padding: 10px !important;
}
.scaffoldSupplierWrapper section .havit-social .icons a::after {
  display: none !important;
}
.scaffoldSupplierWrapper section .havit-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 */