.montoport-rhythm {
  --rhythm-bg: transparent;
  --rhythm-text: #54585A;
  --rhythm-category: #4db8c9;
  --rhythm-card-line: #EBECEC;
  --rhythm-btn: #004d66;
  --rhythm-btn-hover: #006080;
  --rhythm-scrollbar-track: #54585A;
  --rhythm-scrollbar-thumb: #54585a;
  background: var(--rhythm-bg);
  color: var(--rhythm-text);
  border-top: 1px solid var(--rhythm-card-line);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: clamp(40px, 6vw, 72px);
  padding-left: max(0px, calc((100% - 1280px) / 2));
  overflow-x: clip;
}

.montoport-rhythm--explore {
  padding-top: 80px;
}

section#montoport-rhythm-fcce158 {
  border: 0;
  padding-left: max(0px, calc((100% - 1280px) / 2));
}

section#montoport-rhythm-0a33748 {
  padding-bottom: 0px !important;
}

section#montoport-rhythm-48b67435 {
  border-top: 0px !important;
}

section#montoport-rhythm-11f65abd {
  border-top: 0px !important;
}

@media (min-width: 993px) {
  section#montoport-rhythm-75d1603 {
    border-top: 0;
  }
}

@media (min-width: 1641px) {
  .montoport-rhythm {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }

  .montoport-rhythm__inner {
    max-width: 1280px;
  }
}

.montoport-rhythm__inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.montoport-rhythm__title {
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-family: 'Ghotam';
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: inherit;
}

.montoport-rhythm__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  max-width: 42ch;
}

.montoport-rhythm__text + .montoport-rhythm__text {
  margin-top: 1rem;
}

.montoport-rhythm__intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 22px;
  border: 1px solid #54585a;
  color: #54585a;
  background: transparent;
  text-decoration: none;
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.montoport-rhythm__intro-cta:hover,
.montoport-rhythm__intro-cta:focus {
  color: #fff;
  background: #54585a;
  border-color: #54585a;
}

.montoport-rhythm__slider-wrap {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.montoport-rhythm-clean__slider-wrap {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.montoport-rhythm__slider {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  overflow: hidden;
  margin-left: 0px !important;
}

.montoport-rhythm__track {
  --slide-gap: 20px;
  --slides-per-view: 1.08;
  display: flex;
  gap: var(--slide-gap);
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.montoport-rhythm__track::-webkit-scrollbar {
  display: none;
}

.montoport-rhythm__slide {
  height: auto;
  box-sizing: border-box;
  flex: 0 0 calc((100% - (var(--slides-per-view) - 1) * var(--slide-gap)) / var(--slides-per-view));
  scroll-snap-align: start;
}

.montoport-rhythm__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.montoport-rhythm__media {
  position: relative;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: #fff;
}

.montoport-rhythm__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.montoport-rhythm__media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.montoport-rhythm__line {
  width: 100%;
  height: 2px;
  background: var(--rhythm-card-line);
}

.montoport-rhythm__category {
  margin: 16px 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rhythm-category);
}

.montoport-rhythm__card-title {
  margin: 0 0 20px;
  font-family: 'Ghotam';
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  flex: 1;
}

.montoport-rhythm__card-title--no-category {
  padding-top: 0;
}

.montoport-rhythm__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
}

.montoport-rhythm__title-row .montoport-rhythm__card-title {
  margin-bottom: 0;
}

.montoport-rhythm__title-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
}

.montoport-rhythm__card-desc {
  margin: 0 0 14px;
  color: inherit;
  font-family: 'Ghotam';
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: 16px;
}

.montoport-rhythm__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.montoport-rhythm__card-arrow {
  display: none;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
}

.montoport-rhythm__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: var(--rhythm-btn);
  transition: background 0.2s ease;
}

.montoport-rhythm__cta:hover {
  background: var(--rhythm-btn-hover);
  color: #fff;
}

a.montoport-rhythm__cta {
  transition: all .3s ease;
}

a.montoport-rhythm__cta:hover {
  background: #98A4AE !important;
}


.montoport-rhythm__scrollbar {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 113px;
  background: #EBECEC;
  border: none;
  border-radius: 0;
  cursor: pointer;
  user-select: none;
}

.montoport-rhythm__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 4px;
  background: var(--rhythm-scrollbar-thumb, #54585a);
  border: none;
  border-radius: 0;
  transform: translateX(0);
  transition: transform 0.35s ease;
}

@media (max-width: 900px) {
  .montoport-rhythm__inner {
    grid-template-columns: 1fr;
  }
  .montoport-rhythm__text {
    max-width: none;
  }

  .montoport-rhythm__track {
    --slides-per-view: 2;
    --slide-gap: 24px;
  }
}

@media (min-width: 901px) {
  .montoport-rhythm__track {
    --slides-per-view: 2.75;
    --slide-gap: 24px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .montoport-rhythm__track {
    --slides-per-view: 1.35;
    --slide-gap: 22px;
  }
}

/* Up to 767px: Explore horizontal padding + slides match slider-wrap width. */
@media (max-width: 767px) {
  .montoport-rhythm__inner {
    gap: 0px;
  }

  .montoport-rhythm--explore .montoport-rhythm__slider-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .montoport-rhythm__slide {
    height: auto;
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--slides-per-view) - -2.96) * var(--slide-gap)) / var(--slides-per-view));
    scroll-snap-align: start;
  }

  section.montoport-rhythm.montoport-rhythm-clean.montoport-rhythm--explore {
    margin: 0px !important;
    padding: 0px !important;
    margin-left: 16px !important;
  }

  header.montoport-rhythm__intro {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 25px !important;
        padding-right: 25px !important;
  }

  section.montoport-rhythm.montoport-rhythm-clean.montoport-rhythm--explore {
    margin: 0px !important;
    padding: 0px !important;
  }

  .montoport-rhythm__slider-wrap .montoport-rhythm__track,
  .montoport-rhythm-clean__slider-wrap .montoport-rhythm__track {
    --slides-per-view: 1.25;
    --slide-gap: 24px;
  }

  .montoport-rhythm__slider-wrap,
  .montoport-rhythm-clean__slider-wrap {
    width: 100%;
    max-width: 100%;
  }
  .montoport-rhythm__slider-wrap.montoport-rhythm-clean__slider-wrap {
    margin-left: 20px !important;
  }

  .montoport-rhythm__slider-wrap .montoport-rhythm__slider,
  .montoport-rhythm-clean__slider-wrap .montoport-rhythm__slider {
    width: 100%;
    max-width: 100%;
  }

  h2#montoport-rhythm-75d1603-heading {
    text-align: center;
  }

  section.montoport-rhythm.montoport-rhythm-clean {
    margin-left: 20px !important;
    margin-right: 0px !important;
  }

  section#montoport-rhythm-fcce158 {
    margin-right: 0px !important;
    margin-left: 20px;
  }

  h2#montoport-rhythm-fcce158-heading {
    text-align: center;
  }

  h3.montoport-rhythm__card-title {
    font-size: 18px !important;
  }

  header.montoport-rhythm__intro {
    padding-left: 0px;
    padding-right: 0px;
  }

  .montoport-rhythm__title {
    font-size: 24px !important;
  }

  .montoport-rhythm__scrollbar {
    display: none;
  }
}

/* From 767px up: each slide matches the slider-wrap / track viewport width (one full column). */
@media (max-width: 767px) {
  .left header.montoport-rhythm__intro {
    padding: 0px !important;
    align-items: flex-start;
  }

  .left .montoport-rhythm__slider-wrap.montoport-rhythm-clean__slider-wrap {
    margin: 0px !important;
  }

  .left .montoport-rhythm__title {
    padding-left: 29px;
  }

  .home .montoport-rhythm__slider-wrap.montoport-rhythm-clean__slider-wrap {
    margin-left: 0px !important;
  }

  .explore header.montoport-rhythm__intro {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start;
    padding-bottom: 0px;
  }

  section#montoport-rhythm-48b67435 {
    padding-top: 0px !important;
  }

  header.montoport-rhythm__intro {
    padding-top: 0px !important;
  }

  header.montoport-rhythm__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  header.montoport-rhythm__intro p {
    text-align: center;
  }

  .montoport-rhythm__slider-wrap .montoport-rhythm__track,
  .montoport-rhythm-clean__slider-wrap .montoport-rhythm__track {
    --slides-per-view: 1.25;
    --slide-gap: 24px;
  }

  .montoport-rhythm__slider-wrap,
  .montoport-rhythm-clean__slider-wrap {
    width: 100%;
    max-width: 100%;
  }

  .montoport-rhythm__slider-wrap .montoport-rhythm__slider,
  .montoport-rhythm-clean__slider-wrap .montoport-rhythm__slider {
    width: 100%;
    max-width: 100%;
  }
}

.montoport-rhythm--explore .montoport-rhythm__track {
  --slides-per-view: 1.08;
  --slide-gap: 28px;
}

.montoport-rhythm--explore {
  padding-top: 113px;
  border-top: 0;
}

.montoport-rhythm--explore .montoport-rhythm__slider-wrap {
  padding-top: 20px;
}

.montoport-rhythm--explore .montoport-rhythm__media {
  aspect-ratio: 16 / 10;
}

.montoport-rhythm--explore .montoport-rhythm__title {
  color: #54585A;
  font-family: 'Ghotam';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.3px;
}

.montoport-rhythm--explore .montoport-rhythm__text {
  color: #54585A;
  font-family: 'Ghotam';
  font-size: 14px !important;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
}

.montoport-rhythm--explore .montoport-rhythm__card-title {
  margin-bottom: 0;
  color: #54585A;
  font-family: 'Ghotam';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

.montoport-rhythm--explore.montoport-full-slider .montoport-rhythm__category,
.montoport-rhythm--explore.montoport-full-slider .montoport-rhythm__cta,
.montoport-rhythm--explore.montoport-full-slider .montoport-rhythm__card-desc {
  display: none;
}

.montoport-rhythm--explore.montoport-full-slider .montoport-rhythm__card-arrow {
  display: flex;
}

.montoport-rhythm--explore .montoport-rhythm__card-footer {
  margin-top: 0;
}

.montoport-rhythm--explore:not(.montoport-full-slider) .montoport-rhythm__category {
  display: block;
}

.montoport-rhythm--explore:not(.montoport-full-slider) .montoport-rhythm__cta {
  display: inline-flex;
}

.montoport-rhythm--explore:not(.montoport-full-slider) .montoport-rhythm__card-arrow {
  display: none;
}

.montoport-rhythm--explore .montoport-rhythm__card-arrow svg {
  display: block;
}

.montoport-rhythm--explore .montoport-rhythm__scrollbar {
  margin-top: 113px;
}

@media (min-width: 901px) {
  .montoport-rhythm--explore .montoport-rhythm__track {
    --slides-per-view: 2;
    --slide-gap: 28px;
  }
}

/* Must follow 901px rules so cascade wins at wide viewports. */
@media (min-width: 1641px) {
  .montoport-rhythm__track {
    --slides-per-view: 3;
    --slide-gap: 24px;
  }

  .montoport-rhythm--explore .montoport-rhythm__track {
    --slides-per-view: 3;
    --slide-gap: 28px;
  }
}

.montoport-rhythm__title {
  color: #54585a !important;
}

p.montoport-rhythm__text {
  color: #54585a !important;
}

h3.montoport-rhythm__card-title {
  color: #54585a !important;
}

.montoport-rhythm__scrollbar-thumb {
  background: #54585a !important;
}

@media (max-width: 767px) {
  .center section.montoport-rhythm.montoport-rhythm-clean {
    margin: 0px !important;
  }

  .center header.montoport-rhythm__intro {
    padding-right: 51px !important;
  }
}

footer .e-n-accordion-item-title-text {
  text-transform: uppercase;
}

