body {
  font-family: "Outfit", serif;
}

.description ul {
  list-style: disc;
  padding-left: 16px;
}
.description ol {
  list-style: decimal;
  padding-left: 16px;
}

.description strong {
  color: #fff;
}

.description h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}
.description h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}
.description h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}

.description p {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1368px) {
  .description h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-container .swiper-slide {
  overflow: hidden;
  width: 100%;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  background: none !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  margin: 1.5rem 0 !important;
}

.hero-swiper-pagination .swiper-pagination-bullet-active .s-line {
  opacity: 1;
}

.s-line {
  min-width: 32px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.s-label {
  font-weight: bold;
}

button {
  cursor: pointer;
}

/* Slider Arrow Style */
.tinyflow-slider__arrow.swiper-button-disabled {
  opacity: 0.2;
}

/* Slider Pagination Style */
.tinyflow-slider__pagination__btn {
  --swiper-pagination-bullet-horizontal-gap: 0px;
  position: relative;
  width: 100%;
  max-width: 6.5625rem;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10rem;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.05s linear;
  -o-transition: background-color 0.05s linear;
  transition: background-color 0.05s linear;
}

.tinyflow-slider__pagination__btn:active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (hover: hover) {
  .tinyflow-slider__pagination__btn:hover,
  .tinyflow-slider__pagination__btn:focus-visible {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.tinyflow-slider__pagination__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: var(--_progress, 0px);
  background: #d2b3a7;
  border-radius: inherit;
}

.tinyflow-slider__pagination__btn.swiper-pagination-bullet-active::after {
  -webkit-transition: all linear;
  -o-transition: all linear;
  transition: all linear;
}

.tinyflow-slider .swiper-slide {
  width: 300px !important;
  margin-right: 16px;
}

.swiper-slide:not(.swiper-slide-active) .card {
  opacity: 0.4;
}

.swiper-slide:not(.swiper-slide-active) .card-link {
  transform: translateY(100%);
}

.swiper-slide:not(.swiper-slide-active) .concept-gallery-icon {
  display: none;
}

.swiper-slide:not(.swiper-slide-active) .card-gradient {
  opacity: 0;
}

.tinyflow-slider__pagination {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.card {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  overflow: hidden;
}

.card__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-swiper-buttons.swiper-button-disabled {
  opacity: 0.3;
}

.swiper.is-gallery {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper.is-gallery {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.swiper-slide.is-gallery {
  width: 50vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-img__wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 66.7%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-img {
  width: 130%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.gallery-info__wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
}

.swiper-slide.is-gallery .gallery-img__wrapper {
  opacity: 0.25;
  transform: scale(0.6);
}

.swiper-slide.is-gallery .gallery-info__wrapper {
  opacity: 0;
  transform: translateY(50%);
}

.swiper-slide.is-gallery .gallery-link__wrapper {
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.3s;
}

.swiper-slide.is-gallery.swiper-slide-active .gallery-img__wrapper {
  opacity: 1;
  transform: scale(1);
}
.swiper-slide.is-gallery.swiper-slide-active .gallery-info__wrapper {
  opacity: 1;
  transform: translateY(0%);
}
.swiper-slide.is-gallery.swiper-slide-active .gallery-link__wrapper {
  opacity: 1;
  transform: translateY(0%);
}

@media screen and (max-width: 640px) {
  .swiper-slide.is-gallery .gallery-img__wrapper {
    opacity: 0.25;
    transform: scale(0.9);
  }
  .card {
    height: 400px;
  }
}

.plans-slider__arrow.swiper-button-disabled {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .description h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .tinyflow-slider .swiper-slide-active {
    width: 600px !important;
  }
}
