.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.hero-slider-section {
  background-color: #00355F;
  width: 100%;
  padding: 0;
}
.hero-slider-section .hero-slider-container {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider-container {
    width: 100%;
  }
}
.hero-slider-section .hero-slider {
  position: relative;
  width: 100%;
}
.hero-slider-section .hero-slider.hero-slider-empty .slick-dots {
  display: none !important;
}
.hero-slider-section .hero-slider .hero-slide {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .hero-slider-section .hero-slider .hero-slide {
    height: 140px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-slider-section .hero-slider .hero-slide {
    height: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .hero-slider-section .hero-slider .hero-slide {
    height: 350px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .hero-slider-section .hero-slider .hero-slide {
    height: 450px;
  }
}
@media screen and (min-width: 1601px) {
  .hero-slider-section .hero-slider .hero-slide {
    height: 600px;
  }
}
.hero-slider-section .hero-slider .hero-slide .hero-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider-section .hero-slider .hero-slide .hero-slide-image img {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.15) brightness(0.8);
}
.hero-slider-section .hero-slider .hero-slide .hero-slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00355F;
  opacity: 0.8;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 2;
}
.hero-slider-section .hero-slider .hero-slide .hero-slide-content {
  position: absolute;
  bottom: 3rem;
  left: 2.25rem;
  text-align: left;
  z-index: 3;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .hero-slide .hero-slide-content {
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: calc(100% - 1rem);
  }
}
.hero-slider-section .hero-slider .hero-slide .hero-slide-content h1 {
  max-width: 50%;
  font-family: "Lora", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .hero-slide .hero-slide-content h1 {
    max-width: 100%;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider-section .hero-slider .hero-slide .hero-slide-content h1 {
    font-size: 3rem;
  }
}
.hero-slider-section .hero-slider .slick-prev,
.hero-slider-section .hero-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .slick-prev,
  .hero-slider-section .hero-slider .slick-next {
    width: 44px;
    height: 44px;
  }
}
.hero-slider-section .hero-slider .slick-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .slick-prev {
    left: 2.5%;
  }
}
.hero-slider-section .hero-slider .slick-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .slick-next {
    right: 2.5%;
  }
}
.hero-slider-section .hero-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .hero-slider-section .hero-slider .slick-dots {
    bottom: 20px;
    gap: 8px;
  }
}
.hero-slider-section .hero-slider .slick-dots li {
  margin: 0;
}
.hero-slider-section .hero-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-indent: -9999px;
  overflow: hidden;
}
.hero-slider-section .hero-slider .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
}
.hero-slider-section .hero-slider .slick-dots li.slick-active button {
  background-color: #FFFFFF;
  transform: scale(1.1);
}
