@media (max-width: 1199px) {
    :root {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    :root {
        font-size: calc(16px + (1vw - 12px) * 0.625);
    }
}

@media (min-width: 1920px) {
    :root {
        font-size: calc(16px + ((1920px / 100) - 12px) * 0.625);
    }
}

body {
  min-width: 320px;
}

.bgd-img {
  object-position: 50% 30%;
}

.footer-section {
  opacity: .8;
}

.footer-text.right {
  gap: 1.25rem;
  align-items: center;
}

.footer-text.upheader {
  letter-spacing: 1px;
}

.footer-image {
  max-width: 320px;
  height: auto;

  @media (min-width: 768px) {
    max-width: 20rem;
  }

}

.logo-holder {
  gap: 1.25rem;
}

.hero-logo {
  width: 160px;

  @media (min-width: 768px) {
    width: 19.8%;
  }

}

.hero-section {
  min-height: 400px;

  @media (min-width: 768px) {
    min-height: 600px;
  }

  @media (min-width: 1024px) {
    min-height: 800px;
  }

}

.hero-section.member {
  height: 50vh;
  overflow: hidden;

  @media (min-width: 768px) {
    height: 90vh;
  }

  @media (min-width: 1024px) {
    height: 100vh;
  }

}

.quote-section {

  @media (min-width: 768px) {
    padding: 5rem 15.5vw;
  }

}

.subpage-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;

  @media (min-width: 768px) {
    font-size: 1.5rem;
  }

}

.hover-slide.btn {
  padding: 0 20px;
  white-space: nowrap;
}

.hero-section.home {
  overflow: hidden;
}

.main-claim {

  @media (min-width: 768px) {
    font-size: 4rem;
  }

  @media (min-width: 1024px) {
    font-size: 4.49rem;
  }

}

.b-hero {
  background: #e1e1e1;
}

.b-hero__inner {
  padding: 6.25rem 8.4vw 0;
  position: relative;

  @media (min-width: 769px) {
    padding-top: 12.5rem;
    min-height: 37.5rem;
  }

  @media (min-width: 1024px) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    padding-top: 6.25rem;
  }

}

.b-hero__caption {
  margin-bottom: 30px;

  @media (min-width: 1024px) {
    margin-bottom: 5rem;
  }

}

.b-hero__box {

  @media (min-width: 1024px) {
    position: relative;
    bottom: -5vh;
    width: 45%;
    min-width: 30rem;
    max-width: 35rem;
  }

}

.b-hero__image {
  font-size: 0;
  margin-bottom: 0;
}


.b-hero__image img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.b-hero__text {
  background: #6F001D;
  color: #ffffff;
  padding: 50px 30px;

  @media (min-width: 1024px) {
    padding: 3.5rem;
  }

  @media (max-width: 1023px) {
    margin: 0 -8.4vw;
  }

}

.b-hero__text p {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
}

.b-hero__text p:last-child {
  margin-bottom: 0;
}

.b-hero__text a {
  color: #ffffff;
  text-decoration: underline;
}

.carousel-cell {
  height: 250px;

  @media (min-width: 769px) {
    height: 15.625rem;
  }

}

.filter-holder {

  @media (min-width: 1280px) {
    justify-content: start;
    gap: 2rem;
  }

}

.member-card-hover-slide img {
  opacity: 0.8;
}

.img-certificate {
  max-height: 3.75rem;
  width: auto;

  @media (min-width: 769px) {
    max-height: 5rem;
  }

}
