/** Shopify CDN: Minification failed

Line 20:26 Expected ")" to end URL token

**/
.vertical-align-wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.au-bg-color-gray {
  background-color: rgba(245, 245, 245, 1);
}
.au-bg-color-black {
  background-color: rgba(0, 0, 0, 1);
}
.about-us-banner {
  justify-content: center;
  /*   background-image: url("{{ section.settings.au-banner }}"); */
  background-image: url({{"1-au.webp"|asset_url}});
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-position: center center;

  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1 auto;
  z-index:1;
}

.au-overlay {
  background-color: rgba(57, 55, 55, 0.67);
  opacity: 1;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.au-content-row {
  z-index: 4;
  position: relative;
  min-height: 1px;
  display: flex;
  justify-content: space-around;
}
.au-content-row h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 50px;
  text-align: left;
}

.au-img-info-wrapper {
  padding: 120px 10%;
  min-height: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.au-image-div {
  display: flex;
  align-items: center;
}
.au-image-div img {
  width: 100%;
  object-fit: cover;
  justify-content: center;
  border-radius: 6px;
}
.au-mh500 {
  min-height: 500px;
}
.au-info-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au-info-div h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.au-info-div p {
  font-size: 18px;
  letter-spacing: -0.005em;
  font-weight: 400;
  color: #000;
  overflow-wrap: break-word;
  line-height: 30px;
}

.au-info-div-innerDiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.au-middle-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 60px 25%;
  color: #fff;
  width: 100%;
}
.au-middle-info h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.25em;
  text-align: center;
}
.au-middle-info p {
  color: #ffffff;
  font-size: 18px;
}

.au-splide-info-div {
  padding: 120px 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

#au-splide-div img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.vertical-align-wrapper .splide__arrow {
  background: #e6ac39 !important;
  opacity: 0.8 !important;
}
.vertical-align-wrapper .splide__arrow svg {
  /* margin-right: -80px; */
  fill: #fff !important;
}
.vertical-align-wrapper .splide__arrow--next {
  margin-right: -35px !important;
}
.vertical-align-wrapper .splide__arrow--prev {
  margin-left: -35px !important;
}
.vertical-align-wrapper .splide__pagination__page.is-active {
  background: #e6ac39 !important;
}
.vertical-align-wrapper .splide__pagination {
  bottom: -25px !important;
}
.vertical-align-wrapper .splide__pagination__page {
  width: 11px;
  height: 11px;
}
@media (max-width: 921.98px) {
  .au-info-div p {
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .au-img-info-wrapper,
  .au-splide-info-div {
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .au-mh500 {
    min-height: 300px;
  }
  .au-info-div p {
    font-size: 13px;
  }
  .au-middle-info {
    padding: 60px 13px;
  }
  .au-middle-info h2 {
    font-size: 36px;
  }
  .au-info-div h3 {
    margin-top: 20px;
  }
  .vertical-align-wrapper .splide__arrow--next {
    margin-right: -27px !important;
  }
  .vertical-align-wrapper .splide__arrow--prev {
    margin-left: -27px !important;
  }
}
