#swiper > .swiper-wrapper > .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#swiper > .swiper-wrapper > .swiper-slide > .content {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.521rem + 2.58vw, 4rem);
  font-weight: 700;
}

#swiper > .swiper-wrapper > .swiper-slide > .slogan {
  color: #337ecc;
  font-size: clamp(2rem, 0.95rem + 4.48vw, 7rem);
  font-weight: 900;
  text-shadow: 2px 2px 2px #c6e2ff;
}
