.gymful-locations-swiper {
  --loc-slide-width: 820px;
  --loc-card-height: 560px;
  --loc-gap: 8px;
  --loc-nav-gap: 24px;
  --loc-bullet-gap: 10px;
  --loc-left-offset: 7vw;
  --loc-button-bg: #F8F4E8;
  --loc-button-color: #111111;
  --loc-button-fill: #C6B04F;
  --loc-button-hover-color: #111111;
  width: 100%;
  position: relative;
}

.gymful-locations-swiper,
.gymful-locations-swiper * {
  box-sizing: border-box;
}

.gymful-locations-swiper--full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.gymful-locations-swiper .locations-swiper__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gymful-locations-swiper--full-bleed .locations-swiper__inner {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
}

.gymful-locations-swiper .locations-swiper__label {
  margin: 0 0 10px;
}

.gymful-locations-swiper .locations-swiper__heading {
  margin: 0;
}

.gymful-locations-swiper .locations-swiper__viewport {
  width: 100%;
  overflow: visible;
}

.gymful-locations-swiper--full-bleed .locations-swiper__viewport {
  width: 100vw;
  max-width: 100vw;
  padding-left: var(--loc-left-offset, 7vw);
  padding-right: 0;
  box-sizing: border-box;
}

.gymful-locations-swiper .swiper-wrapper,
.gymful-locations-swiper .locations-swiper__wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform;
}

.gymful-locations-swiper .swiper-slide,
.gymful-locations-swiper .locations-swiper__slide {
  flex: 0 0 var(--loc-slide-width) !important;
  width: var(--loc-slide-width) !important;
  max-width: var(--loc-slide-width) !important;
  height: auto;
  position: relative;
  transition-property: transform;
}

.gymful-locations-swiper .location-card {
  position: relative;
  width: 100%;
  height: var(--loc-card-height);
  min-height: 320px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #201712;
}

.gymful-locations-swiper .location-card__media,
.gymful-locations-swiper .location-card__image,
.gymful-locations-swiper .location-card__video-layer,
.gymful-locations-swiper .location-card__video,
.gymful-locations-swiper .location-card__iframe,
.gymful-locations-swiper .location-card__overlay,
.gymful-locations-swiper .location-card__gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gymful-locations-swiper .location-card__media {
  z-index: 1;
  overflow: hidden;
}

.gymful-locations-swiper .location-card__image,
.gymful-locations-swiper .location-card__video,
.gymful-locations-swiper .location-card__iframe {
  display: block;
  object-fit: cover;
  border: 0;
}

.gymful-locations-swiper .location-card__video-layer {
  z-index: 2;
  opacity: 0;
  transition: opacity 360ms cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

.gymful-locations-swiper .location-card__overlay {
  z-index: 3;
  pointer-events: none;
  background: rgba(22, 12, 7, 0.55);
}

.gymful-locations-swiper .location-card__gradient {
  --loc-gradient-color: rgba(22, 12, 7, 0.78);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(to top, var(--loc-gradient-color) 0%, rgba(22,12,7,.38) 46%, rgba(22,12,7,0) 76%);
}

.gymful-locations-swiper .location-card__content {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}

.gymful-locations-swiper .location-card__pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto;
}

.gymful-locations-swiper .location-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 13px;
  border: 1px solid #C6B04F;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gymful-locations-swiper .location-card__body {
  width: min(100%, 720px);
  margin-top: auto;
  position: relative;
}

.gymful-locations-swiper .location-card__eyebrow {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.gymful-locations-swiper .location-card__heading {
  margin: 0;
  font-size: clamp(48px, 5.25vw, 92px);
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.03em;
}

.gymful-locations-swiper .location-card__text {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.45;
}

.gymful-locations-swiper .location-card__button {
  position: absolute;
  right: 38px;
  bottom: 38px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: var(--loc-button-color, #111111);
  background: var(--loc-button-bg, #F8F4E8);
  line-height: 0;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition:
    transform 320ms cubic-bezier(.19,1,.22,1),
    color 320ms cubic-bezier(.19,1,.22,1),
    border-color 320ms cubic-bezier(.19,1,.22,1),
    background-color 320ms cubic-bezier(.19,1,.22,1);
}

.gymful-locations-swiper .location-card__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: var(--loc-button-fill, #C6B04F);
  clip-path: circle(0% at 0% 100%);
  pointer-events: none;
  transition: clip-path 0.82s cubic-bezier(.19, 1, .22, 1);
}

.gymful-locations-swiper .location-card__button svg,
.gymful-locations-swiper .location-card__button i {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  transition: transform 320ms cubic-bezier(.19,1,.22,1);
}

.gymful-locations-swiper .location-card__button:hover,
.gymful-locations-swiper .location-card__button:focus-visible,
.gymful-locations-swiper .location-card:hover .location-card__button,
.gymful-locations-swiper .location-card.is-active .location-card__button,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__button {
  color: var(--loc-button-hover-color, #111111);
}

.gymful-locations-swiper .location-card__button:hover::before,
.gymful-locations-swiper .location-card__button:focus-visible::before,
.gymful-locations-swiper .location-card:hover .location-card__button::before,
.gymful-locations-swiper .location-card.is-active .location-card__button::before,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__button::before {
  clip-path: circle(155% at 0% 100%);
}

.gymful-locations-swiper .location-card__button:hover svg,
.gymful-locations-swiper .location-card__button:hover i,
.gymful-locations-swiper .location-card:focus-within .location-card__button svg,
.gymful-locations-swiper .location-card:focus-within .location-card__button i,
.gymful-locations-swiper .location-card:hover .location-card__button svg,
.gymful-locations-swiper .location-card:hover .location-card__button i,
.gymful-locations-swiper .location-card.is-active .location-card__button svg,
.gymful-locations-swiper .location-card.is-active .location-card__button i,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__button svg,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__button i {
  transform: translate(3px, -3px);
}

.gymful-locations-swiper .location-card__button--disabled {
  pointer-events: none;
}

.gymful-locations-swiper .location-card:hover .location-card__video-layer,
.gymful-locations-swiper .location-card.is-active .location-card__video-layer,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__video-layer {
  opacity: 1;
}

.gymful-locations-swiper .location-card:hover .location-card__button,
.gymful-locations-swiper .location-card.is-active .location-card__button,
.gymful-locations-swiper .swiper-slide-active .location-card.is-swiper-active .location-card__button {
  transform: translate(4px, -4px);
}

.gymful-locations-swiper .locations-swiper__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.gymful-locations-swiper--full-bleed .locations-swiper__bottom {
  width: 100vw;
  max-width: 100vw;
  padding-left: var(--loc-left-offset, 7vw);
  box-sizing: border-box;
}

.gymful-locations-swiper .locations-swiper-nav,
.gymful-locations-swiper .locations-swiper-controls,
.gymful-locations-swiper .locations-navigation {
  width: fit-content !important;
  max-width: max-content !important;
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--loc-nav-gap, 24px) !important;
  flex-wrap: nowrap !important;
}

.gymful-locations-swiper .locations-swiper-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
  color: #000;
  flex: 0 0 auto !important;
}

.gymful-locations-swiper .locations-swiper-arrow svg {
  display: block;
  width: 12px;
  height: 12px;
}

.gymful-locations-swiper .locations-swiper-pagination {
  position: static !important;
  width: auto !important;
  max-width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--loc-bullet-gap, 10px) !important;
  flex: 0 0 auto !important;
}

.gymful-locations-swiper .locations-swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  border-radius: 999px;
  opacity: 1;
  margin: 0 !important;
  background: rgba(0,0,0,.35);
}

.gymful-locations-swiper .locations-swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

@media (max-width: 1024px) {
  .gymful-locations-swiper .locations-swiper-nav {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gymful-locations-swiper .location-card__heading {
    font-size: clamp(42px, 10vw, 72px);
  }
}

@media (max-width: 767px) {
  .gymful-locations-swiper .location-card__content {
    padding: 28px !important;
  }

  .gymful-locations-swiper .location-card__button {
    right: 24px;
    bottom: 24px;
  }

  .gymful-locations-swiper .location-card__text {
    font-size: 16px;
  }
}
