.body {
  margin-bottom: 0; }

.google-reviews-wrapper {
  background: #E1F0FF;
  padding: 3rem 0; }

.ga-DaEy {
  max-width: 100% !important; }

@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image {
    object-position: bottom center;
    object-fit: cover; }
  .heroCarousel-content {
    background: none;
    width: 100%;
    position: absolute;
    transform: none;
    max-height: 100%;
    to: 0;
    top: 0;
    left: 0;
    padding: 0; } }

.heroCarousel.slick-initialized {
  max-height: unset;
  margin-bottom: 0; }

.heroCarousel-content {
  display: flex;
  align-items: stretch;
  background: none;
  width: 100%;
  transform: none;
  max-height: 100%;
  padding: 0;
  position: unset; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.hero-content-text {
  width: 50%;
  padding: 4rem;
  text-align: left;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  align-self: center; }

.hero-content-image {
  width: 50%; }

.heroCarousel-slide .heroCarousel-image {
  display: none; }

.heroCarousel-title {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  width: 100%; }

.heroCarousel-description {
  color: #fff;
  text-align: left;
  margin: 0;
  width: 100%; }

.heroCarousel-action {
  color: #FFF;
  background: #EF7F00;
  border: 1px solid #EF7F00;
  border-radius: .5rem;
  font-weight: 700; }

.carousel-tooltip {
  display: none; }

.heroCarousel-action:hover {
  background: #FF9706;
  border: 1px solid #FF9706; }

.heroCarousel-action:focus {
  background: #9C5B00;
  border: 1px solid #9C5B00; }

.heroCarousel .slick-prev:before, .heroCarousel .slick-next:before {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.25rem;
  width: auto;
  height: auto; }

.heroCarousel .slick-prev {
  left: 1rem; }

.heroCarousel .slick-prev:before {
  content: "\f053";
  height: auto; }

.heroCarousel .slick-next {
  right: 1rem; }

.heroCarousel .slick-next:before {
  content: "\f054"; }

.slick-next, .slick-prev, .slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  background: none;
  border: none;
  padding: 0;
  width: auto;
  height: auto; }

.slick-slide img {
  aspect-ratio: 16 / 9; }

@media (max-width: 1117px) {
  .heroCarousel-title {
    font-size: 2rem; }
  .hero-content-text {
    padding: 2rem; } }

@media (max-width: 800px) {
  .heroCarousel-content {
    flex-flow: row wrap; }
  .hero-content-text {
    order: 2;
    width: 100%;
    padding: 4rem 2rem; }
  .hero-content-image {
    order: 1;
    width: 100%; } }

.below-hero-container {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 1.25rem; }

.below-hero-content {
  width: calc(25% - (3.75rem / 4));
  border: 1px solid #ACACAC;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center; }

.below-hero-content img {
  width: 4rem; }

.below-hero-content h3 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.below-hero-content p {
  margin: 0;
  color: #000; }

@media (max-width: 810px) {
  .below-hero-content {
    width: calc(50% - (1.25rem / 2)); } }

@media (max-width: 441px) {
  .below-hero-content {
    width: 100%; } }

.featured-container {
  width: 100%;
  padding: 2rem 0; }

.featured-section-title {
  margin-top: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ACACAC;
  font-size: 2.5rem;
  color: #000; }

.featured-categories {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  width: 100%; }

.featured-category {
  display: flex;
  flex-direction: column;
  position: relative; }

.featured-category img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover; }

.featured-category a {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background: #01509D;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600; }

.featured-category a.feat-cat-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none; }

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .featured-categories {
    grid-template-columns: repeat(4, 1fr); }
  .featured-section-title {
    font-size: 2rem; } }

@media (max-width: 800px) {
  .featured-categories {
    grid-template-columns: repeat(2, 1fr); }
  .featured-section-title {
    font-size: 1.75rem; } }

@media (max-width: 480px) {
  .featured-categories {
    grid-template-columns: 1fr; }
  .featured-section-title {
    font-size: 1.5rem; } }

.productGrid {
  margin: 0;
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  flex-flow: row wrap; }

.productGrid .product {
  padding: 1.25rem;
  border: 1px solid #ACACAC;
  border-radius: 8px;
  position: relative; }

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.productGrid:before, .productGrid:after {
  display: none; }

.card {
  margin: 0; }

.card-title > a {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600; }

.productGrid .product:hover .card .card-title > a {
  color: #155391; }

.card-body .card-text {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600; }

.card-figcaption {
  display: none; }

.productGrid .product {
  width: calc(50% - (1.5rem / 2)); }

@media (min-width: 1025px) {
  .productGrid .product {
    width: calc(25% - (4.5rem / 4)); } }

@media (max-width: 480px) {
  .productGrid .product {
    width: 100%; } }

.custom-trophies-wrapper {
  width: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-tih4rs/images/stencil/original/image-manager/custom-trophies-bg.jpg);
  background-repeat: no-repeat;
  backgrdund-size: cover;
  backgrdund-position: center;
  margin-top: 1rem; }

.custom-trophies-container {
  display: flex;
  align-items: center;
  gap: 3rem; }

.custom-trophies-image {
  width: 25%; }

.custom-trophies-text {
  text-align: center;
  width: 50%; }

.custom-trophies-text h2 {
  font-size: 2.25rem;
  color: #000;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1; }

.custom-trophies-text p {
  color: #000;
  margin-bottom: 1.5rem; }

.custom-trophies-text a {
  display: inline-block; }

.home-about-wrapper {
  width: 100%;
  padding: 3rem 0; }

.home-about-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3rem; }

.home-about-text, .home-about-image {
  width: calc(50% - 1.5rem); }

.home-about-image img {
  width: 100%;
  border-radius: 8px; }

.home-about-text h2 {
  font-size: 2.25rem;
  color: #000;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem; }

.home-about-text p {
  color: #000;
  margin-bottom: 1.5rem; }

.home-about-text a {
  display: inline-block; }

@media (max-width: 1115px) {
  .custom-trophies-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .custom-trophies-text p {
    margin-bottom: 1rem; } }

@media (max-width: 1081px) {
  .home-about-text h2 {
    font-size: 2rem; } }

@media (max-width: 1010px) {
  .custom-trophies-text h2 {
    font-size: 1.75rem; } }

@media (max-width: 1000px) {
  .custom-trophies-image {
    display: none; }
  .custom-trophies-text {
    width: 100%; }
  .custom-trophies-wrapper {
    padding: 1.5rem 0; } }

@media (max-width: 975px) {
  .home-about-text h2 {
    font-size: 1.75rem; } }

@media (max-width: 900px) {
  .home-about-text h2 {
    font-size: 1.75rem; }
  .home-about-container {
    flex-flow: row wrap; }
  .home-about-image {
    order: 1;
    width: 100%; }
  .home-about-text {
    width: 100%;
    order: 2; } }

@media (max-width: 436px) {
  .custom-trophies-text h2 {
    font-size: 1.5rem; } }

.trusted-brands-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 2rem; }

.trusted-brands-container {
  position: relative;
  overflow: hidden; }

.trusted-brands-container::before,
.trusted-brands-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  /* Adjust width as needed */
  height: 100%;
  z-index: 2;
  pointer-events: none; }

.trusted-brands-container::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%); }

.trusted-brands-container::after {
  right: 0;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%); }

.trusted-brands-slider {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite; }

.trusted-brands-slider img {
  height: 100px;
  /* adjust as needed */
  margin: 0 30px;
  vertical-align: middle; }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.home-contacts-wrapper {
  width: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-tih4rs/images/stencil/original/image-manager/contact-bg.jpg?t=1749104745);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0; }

.home-contacts-container {
  display: flex;
  width: 100%;
  gap: 1.5rem;
  align-items: center;
  flex-flow: row wrap; }

.home-contacts-intro, .home-contacts-details {
  width: calc(50% - .75rem); }

.home-contacts-intro h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 0; }

.home-contacts-intro p {
  color: #fff;
  margin-bottom: 0; }

.home-contacts-details > div {
  display: flex;
  width: 100%;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
  position: Relative; }

.home-contacts-details > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.home-contacts-details > div:last-child {
  margin-bottom: 0; }

.home-contacts-details > div img {
  width: 48px; }

.home-contacts-details > div span {
  color: #fff;
  font-size: 1rem; }

.home-contacts-details > div p {
  color: #fff;
  font-size: 1.125rem;
  margin: 0; }

@media (max-width: 800px) {
  .home-contacts-intro, .home-contacts-details {
    width: 100%; } }

@media (max-width: 414px) {
  .home-contacts-details > div img {
    width: 32px; }
  .home-contacts-intro h2 {
    font-size: 1.5rem; } }

@media (max-width: 324px) {
  .contact-hide {
    display: none; } }
