/* Do not edit anything below */
.guide-section {
  background-color: #fff;
}
.guide-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
}
.guide-section .header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
  inline-size: 100%;
  max-inline-size: 33.75rem;
}
.guide-section .heading {
  color: #000;
  font-style: italic;
  margin: 0;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.guide-section .description {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.guide-section .guide-slider {
  inline-size: 100%;
  min-inline-size: 0;
  overflow: visible;
}
@media (width >= 1024px) {
  .guide-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (width >= 1024px) {
  .guide-section .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.guide-section .card {
  background-color: #f7f1e8;
  display: block;
  inline-size: 19.5rem;
  max-inline-size: 90%;
  block-size: 27.0625rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
@media (width >= 1024px) {
  .guide-section .card {
    inline-size: 100%;
    max-inline-size: unset;
  }
}
.guide-section img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.guide-section .overlay {
  background-color: rgba(54, 41, 37, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1.5rem;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.guide-section .card:nth-child(even) .overlay {
  justify-content: flex-end;
}
.guide-section .title {
  color: #fff;
  margin: 0;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
}
.guide-section .body {
  color: #fff;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}