input {
  -webkit-appearance: none;
}
.text-columns-with-images-item {
  font-size: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.text-columns-with-images-item:last-child {
  margin-right: 0;
}
.text-columns-with-images-item--left {
  text-align: left;
}
@media (max-width: 959px) {
  .text-columns-with-images-item--left
    .no-spacing
    .text-columns-with-images-item__content {
    padding-right: 24px;
  }
}
.text-columns-with-images-item--center {
  text-align: center;
}
@media (min-width: 960px) {
  .text-columns-with-images-item--center
    .no-spacing
    .text-columns-with-images-item__content {
    padding: 0 24px;
  }
}
.text-columns-with-images-item__wrapper {
  height: 100%;
  position: relative;
  transition: all 0.2s;
  z-index: 2;
  overflow: hidden;
}
.text-columns-with-images-item__wrapper.no-border {
  border-radius: 0;
}
.text-columns-with-images-item__extract-mask {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.text-columns-with-images-item__main {
  position: relative;
  z-index: 2;
}
.text-columns-with-images-item__image {
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-columns-with-images-item__image
  .text-columns-with-images-item__default-wrapper
  .text-columns-with-images-item__default-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.text-columns-with-images-item__image--round {
  border-radius: 50%;
}
.text-columns-with-images-item__image--round
  .text-columns-with-images-item__default-wrapper {
  padding-bottom: 100%;
}
.text-columns-with-images-item__link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.text-columns-with-images-item__link img {
  height: 100%;
  left: 0;
  min-height: 1px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-columns-with-images-item__link .lazyloaded {
  animation: stage-fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}
.text-columns-with-images-item__text.body3,
.text-columns-with-images-item__title {
  margin-bottom: 15px;
}
.text-columns-with-images-item__button {
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.color-scheme-1 .text-columns-with-images-item__button circle,
.color-scheme-1 .text-columns-with-images-item__button path {
  stroke: rgba(var(--color-scheme-1-text));
}
.color-scheme-2 .text-columns-with-images-item__button circle,
.color-scheme-2 .text-columns-with-images-item__button path {
  stroke: rgba(var(--color-scheme-2-text));
}
.color-scheme-3 .text-columns-with-images-item__button circle,
.color-scheme-3 .text-columns-with-images-item__button path {
  stroke: rgba(var(--color-scheme-3-text));
}
.text-columns-with-images-item__button--left {
  justify-content: flex-start;
}
.text-columns-with-images-item__button--center {
  justify-content: center;
}
.text-columns-with-images-item__button--right {
  justify-content: flex-end;
}
.text-columns-with-images-item__button .button-text {
  margin-right: 7px;
  word-break: break-all;
}
.text-columns-with-images-item__button .button-arrow .icon-arrow {
  transform: rotate(-90deg);
}
@media (max-width: 959px) {
  .text-columns-with-images-item:last-child {
    margin-bottom: 0;
  }
  .text-columns-with-images-item:last-of-type {
    margin-right: 0;
  }
  .text-columns-with-images-item__image {
    margin-bottom: 15px;
  }
  .text-columns-with-images-item__text.body3,
  .text-columns-with-images-item__title {
    margin-bottom: 10px;
  }
  .text-columns-with-images-item__wrapper {
    padding: 20px;
  }
  .text-columns-with-images-item__wrapper.no-spacing {
    padding: 0;
  }
  .text-columns-with-images-item__wrapper.mobile-rows-spacing-when-has-bg {
    padding: 15px;
  }
  .show-touch-scroll-box .text-columns-with-images-item {
    margin-right: 10px;
    min-width: 82%;
  }
  .show-touch-scroll-box .text-columns-with-images-item:last-child {
    margin-right: 0;
  }
  .show-touch-scroll-box .text-columns-with-images-item__main {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .text-columns-with-images-item__wrapper {
    padding: 24px;
  }
  .text-columns-with-images-item__wrapper.no-spacing {
    padding: 0;
  }
}
@keyframes stage-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-columns-with-images__wrapper {
  padding: 0;
}
.text-columns-with-images__inner {
  justify-content: center;
}
.text-columns-with-images.color-scheme-none .pagination {
  color: rgba(var(--color-text));
}
.text-columns-with-images.color-scheme-none .pagination path {
  stroke: rgba(var(--color-text));
}
.text-columns-with-images .pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.color-scheme-1 .text-columns-with-images .pagination circle,
.color-scheme-1 .text-columns-with-images .pagination path {
  stroke: rgba(var(--color-scheme-1-text));
}
.color-scheme-2 .text-columns-with-images .pagination circle,
.color-scheme-2 .text-columns-with-images .pagination path {
  stroke: rgba(var(--color-scheme-2-text));
}
.color-scheme-3 .text-columns-with-images .pagination circle,
.color-scheme-3 .text-columns-with-images .pagination path {
  stroke: rgba(var(--color-scheme-3-text));
}
.text-columns-with-images .pagination .text-columns-arrow--left,
.text-columns-with-images .pagination .text-columns-arrow--right {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.text-columns-with-images .pagination .text-columns-arrow--left {
  margin-right: 12px;
}
.text-columns-with-images .pagination .text-columns-arrow--left > svg {
  transform: rotate(-180deg);
}
.text-columns-with-images .pagination .text-columns-arrow--right {
  margin-left: 12px;
}
.text-columns-with-images .pagination .text-columns-arrow--disabled {
  opacity: 0.3;
}
.text-columns-with-images .swiper-slide {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: auto;
  justify-content: center;
}
.text-columns-with-images__title {
  overflow: hidden;
  margin-bottom: 30px !important;
  font-size: 64px;
}
.color-scheme-1 .text-columns-images-swiper-container .pagination circle,
.color-scheme-1 .text-columns-images-swiper-container .pagination path {
  stroke: rgba(var(--color-scheme-1-text));
}
.color-scheme-2 .text-columns-images-swiper-container .pagination circle,
.color-scheme-2 .text-columns-images-swiper-container .pagination path {
  stroke: rgba(var(--color-scheme-2-text));
}
.color-scheme-3 .text-columns-images-swiper-container .pagination circle,
.color-scheme-3 .text-columns-images-swiper-container .pagination path {
  stroke: rgba(var(--color-scheme-3-text));
}
.text-columns-with-images__control {
  text-align: center;
}
@media (max-width: 959px) {
  .text-columns-with-images__control {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .text-columns-with-images__control {
    margin-top: 30px;
  }
}
.text-columns-with-images__wrapper--center {
  display: flex;
}
@media (max-width: 959px) {
  .text-columns-with-images .mobile-rows-no-mask {
    margin-bottom: 30px;
  }
  .text-columns-with-images__title {
    overflow: hidden;
    padding: 0 10px;
  }
  .text-columns-with-images__wrapper {
    flex-wrap: wrap;
  }
  .show-touch-scroll-box .text-columns-with-images__wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.text-columns-images-swiper-box {
  display: flex;
  flex-wrap: nowrap;
}
.text-columns-images-swiper-box .slider__slide {
  width: 100%;
  margin-right: 20px;
}
.text-image-pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.text-image-pagination-box .ctr-button {
  background: none;
  border: none;
}
.text-image-pagination-box .prev {
  transform: rotate(90deg);
}
.text-image-pagination-box .next {
  transform: rotate(-90deg);
}
.text-image-pagination-slider-counter {
  margin: 0 20px;
  width: 25px;
  text-align: center;
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
text-columns-with-images-item__title title5 {
    font-size: 33px;
}
/* Force text-column item titles to 33px (override title5 / title3 / title2) */
.text-columns-with-images-item__title.title5,
.text-columns-with-images-item__title.title3,
.text-columns-with-images-item__title.title2 {
    font-size: 33px !important;
    line-height: 1.15;
}

/* =========================
   FIX "HOW IT WORKS" ON MOBILE
   Desktop untouched
========================= */

@media (max-width: 959px) {

    /* Give the whole section breathing room */
    .text-columns-with-images__wrapper {
        padding: 40px 20px;
    }

    /* Center & move title INTO the card visually */
    .text-columns-with-images__title {
        font-size: 64px !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    /* Make each item feel like part of the same block */
    .text-columns-with-images-item__wrapper {
        padding: 0;
    }

    /* Reduce gap between image + text */
    .text-columns-with-images-item__image {
        margin-bottom: 20px;
    }

    /* Ensure round images stay centered */
    .text-columns-with-images-item__image--round {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    /* Tighten text under image */
    .text-columns-with-images-item__title {
        margin-bottom: 10px;
    }

}
/* =========================
   Mobile color parity fix
   Match desktop background
========================= */


@media (max-width: 959px) {

    /* Apply scheme background to the WHOLE section */
    .text-columns-with-images.color-scheme-1 {
        background-color: rgba(var(--color-scheme-1-bg));
    }

    .text-columns-with-images.color-scheme-2 {
        background-color: rgba(var(--color-scheme-2-bg));
    }

    .text-columns-with-images.color-scheme-3 {
        background-color: rgba(var(--color-scheme-3-bg));
    }

    /* Remove card-like dark blocks */
    .text-columns-images-swiper-container {
        background: transparent !important;
    }

    /* Remove padding that creates “boxed cards” */
    .text-columns-with-images-item__wrapper {
        background: transparent !important;
    }

}
@media (max-width: 959px) {

    /* Force text color at SECTION level (like desktop) */
    .text-columns-with-images.color-scheme-1,
    .text-columns-with-images.color-scheme-1 * {
        color: rgba(var(--color-scheme-1-text));
    }

    .text-columns-with-images.color-scheme-2,
    .text-columns-with-images.color-scheme-2 * {
        color: rgba(var(--color-scheme-2-text));
    }

    .text-columns-with-images.color-scheme-3,
    .text-columns-with-images.color-scheme-3 * {
        color: rgba(var(--color-scheme-3-text));
    }

}
/* =========================
   Mobile: force ONE column
   Stack items vertically
========================= */

@media (max-width: 959px) {

    /* Kill horizontal layout / swiper behavior */
    .text-columns-with-images__wrapper,
    .text-columns-images-swiper-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
    }

    /* Each item takes full width */
    .text-columns-with-images-item,
    .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    /* Remove horizontal scrolling */
    .show-touch-scroll-box .text-columns-with-images__wrapper {
        overflow-x: hidden !important;
        flex-wrap: column !important;
    }

    /* Center content like reference */
    .text-columns-with-images-item__main {
        text-align: center;
    }

    /* Make round images big & centered */
    .text-columns-with-images-item__image--round {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 24px;
    }

    /* Space between stacked blocks */
    .text-columns-with-images-item {
        margin-bottom: 48px;
    }

    .text-columns-with-images-item:last-child {
        margin-bottom: 0;
    }
}
/* =========================
   Mobile adaptive layout
   2 columns if they fit
========================= */

@media (max-width: 959px) {

    /* Use grid instead of swiper/flex */
    .text-columns-with-images__wrapper,
    .text-columns-images-swiper-box {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
        align-items: start;
        overflow: hidden !important;
    }

    /* Kill swiper behavior */
    .swiper-slide,
    .text-columns-with-images-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* Center content */
    .text-columns-with-images-item__main {
        text-align: left;
    }

    /* Image sizing */
    .text-columns-with-images-item__image--round {
        max-width: 260px;
        margin: 0 auto 20px;
    }

    /* Remove card feel */
    .text-columns-with-images-item__wrapper {
        background: transparent !important;
        padding: 0 !important;
    }
}

/* =========================
   Very small screens
   Force single column
========================= */

@media (max-width: 700px) {

    .text-columns-with-images__wrapper,
    .text-columns-images-swiper-box {
        grid-template-columns: 1fr;
    }

}