
.card-secondary-module {
  display: flex;
  width: 100%;
  padding: 40px 324px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #ffffff;
}

.card-secondary-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0;
  max-width: 1272px;
}

.card-secondary-cards {
  display: flex;
  max-width: 1272px;
  padding: 0;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.card-secondary {
  display: flex;
  width: 412px;
  min-height: 256px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border: 2px solid #c8d9d0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.card-secondary-media {
  display: flex;
  width: 100%;
  height: 200px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
}

.card-secondary-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.card-secondary-action {
  display: flex;
  padding: 16px 16px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  max-width: 412px;
}

.card-secondary-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.card-secondary-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.card-secondary-offer-tag {
  display: flex;
  height: 32px;
  min-width: 100px;
  max-width: 304px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  background-color: #f9f9f9;
  position: absolute;
  top: 16px;
  right: 16px;
  box-sizing: border-box;
  white-space: nowrap;
  color: #2c2c2c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.card-secondary-title {
  margin: 0;
  color: #2c2c2c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.card-secondary-subtitle {
  align-self: stretch;
  margin: 0;
  color: #2c2c2c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.card-secondary-card-title {
  align-self: stretch;
  margin: 0;
  color: #2c2c2c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.card-secondary-card-subtitle {
  align-self: stretch;
  margin: 0;
  color: #2c2c2c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
}

.card-secondary-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-secondary-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  flex: 1 0 0;
}

.card-secondary-list-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.card-secondary-list-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-top: 2px;
  flex: 1 0 0;
  align-self: stretch;
  color: #2c2c2c;
  font-feature-settings: "liga" off, "clig" off;
}

.button-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  max-width: 412px;
  min-width: 200px;
  padding: 0 40px;
  border: none;
  border-radius: 100px;
  background-color: #2f6852;
  cursor: pointer;
  color: #fffaf6;
  text-align: center;
}

.card-secondary--extended .card-secondary-content {
  min-height: 308px;
}

@media (min-width: 1400px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
  .cards-container {
    gap:24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card-secondary-module {
    width: 100%;
    padding: 40px 102px;
    gap: 32px;
    background-color: #ffffff;
  }

  .card-secondary-cards {
    width: 996px;
  }

  .cards-container {
    gap:24px;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-secondary-module {
    width: 992px;
    padding: 40px 82px;
    margin: 0 auto;
  }

  .cards-container {
    gap:24px;
  }

  .card-secondary-cards {
    width: 848px;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cards-container {
    max-width: 100%;
  }

  .card-secondary {
    max-width: 408px;
    width: 100%;
  }

  .card-secondary-cards {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible; /* â† era hidden */
  }

  .cards-interior {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .card-secondary--extended .card-secondary-content {
    min-height: 308px;
  }

  .swiper-button-next {
    right: 37%;
  }

  .swiper-button-prev {
    left: 37%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    top: 94% !important;
    margin-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cards-container {
    max-width: 100%;
  }

  .card-secondary {
    max-width: 360px;
    width: 100%;
  }

  .card-secondary--extended .card-secondary-content {
    min-height: 326px;
  }

  .card-secondary-cards {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }

  .cards-interior {
    overflow: hidden;
  }

  .swiper-button-next {
    right: 32%;
  }

  .swiper-button-prev {
    left: 32%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    top: 94.2% !important;
    margin-top: 0px !important;
  }
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .cards-container {
    max-width: 340px;
  }

  .card-secondary {
    max-width: 304px;
  }

  .card-secondary--extended .card-secondary-content {
    min-height: 380px;
  }

  .swiper-button-next {
    right: 25%;
  }

  .swiper-button-prev {
    left: 25%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    top: 94.6% !important;
    margin-top: 0px !important;
  }

  .button-main {
    padding: 0px;
  }

  .cards-interior {
    max-width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 991.98px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: flex;
    width: 40px !important;
    height: 40px !important;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-xxl, 100px);
    border: var(--border-width-s, 1px) solid var(--Color-Button-Border-Active, #2f6852);
    background: var(--Color-Surface-General-1, #fff);
    font-size: 16px;
    color: rgb(47, 104, 82) !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
    font-weight: 600 !important;
  }

  .swiper-pagination {
    border-radius: var(--border-radius-xxl, 100px);
    border: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #c8d9d0);
    background: var(--Color-Surface-General-1, #fff);
    max-width: fit-content;
    margin: 32px auto 0;
    padding: 7px;
  }
}
