:root {
  --color-dark-green: #005D00;
  --color-green: #00C300;
  --color-acid-green: #05FF05;
  --color-white: #FFFFFF;
  --color-black: #0A0A0A;
  --color-light-blue: #C4E9FF;
  --color-light-gray: #ABABAB;
  --color-black-opacity: rgba(255, 255, 255, 0.07);
  --border-radius-xs: 8px;
  --border-radius-md: 20px;
  --border-radius-xl: 40px;
  --font-family-franklin: "Franklingothic-Demi", sans-serif;
  --font-family-inter: "Inter", sans-serif;
}

@font-face {
  font-family: "Franklingothic-Demi";
  src: url("assets/fonts/franklingothic_demi.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.custom-swiper {
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
.custom-swiper a {
  text-decoration: none;
}
.custom-swiper a:hover {
  color: black;
}
.custom-swiper p {
  margin: 0;
}
.custom-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: auto;
  background-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-md);
}
.custom-swiper .card__image {
  border-top-left-radius: var(--border-radius-md);
  border-top-right-radius: var(--border-radius-md);
}
.custom-swiper .card__points {
  margin-top: 8px;
  font-size: 0.8em;
  font-weight: 700;
  color: #009800;
}
.custom-swiper .card__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.2em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  background-color: var(--color-white);
  border-bottom-left-radius: var(--border-radius-md);
  border-bottom-right-radius: var(--border-radius-md);
}
.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-black);
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.custom-swiper .swiper-button-prev:after,
.custom-swiper .swiper-button-next:after {
  font-size: 1em;
  font-weight: bold;
}
.custom-swiper .swiper-button-prev {
  left: 0;
}
.custom-swiper .swiper-button-next {
  right: 0;
}
.custom-swiper .text {
  font-weight: 400;
  font-size: 1.4em;
  font-family: var(--font-family-inter);
}
.custom-swiper .text--s {
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-family-inter);
}
.custom-swiper .text--xs {
  font-size: 0.8em;
  font-weight: 400;
  font-family: var(--font-family-inter);
}
.custom-swiper .text--shadow-end {
  text-shadow: 0 4px 4px var(--color-black);
}
.custom-swiper .text--color-white {
  color: var(--color-white);
}
.custom-swiper .text--color-black {
  color: var(--color-black);
}
.custom-swiper .text--color-light-gray {
  color: var(--color-light-gray);
}
.custom-swiper .text--color-acid-green {
  color: var(--color-acid-green);
}
.custom-swiper .text--color-light-blue {
  color: var(--color-light-blue);
}

@media (max-width: 576px) {
  .custom-swiper .card__text p {
    font-size: 1em;
  }
}

/*# sourceMappingURL=nwcSliderStyle.css.map */
