/* Start custom CSS for html, class: .elementor-element-3034ee0 */.mma-locations-hero-section {
  background: #ffffff;
  color: #050505;
  padding: 110px 24px 80px;
}

.mma-locations-hero-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
}

.mma-locations-hero-text span {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777777;
}

.mma-locations-hero-text h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: -4px;
  font-weight: 500;
  color: #050505;
}

.mma-locations-hero-text h1 span {
  display: block;
  margin: 0;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: #050505;
}

.mma-locations-hero-text p {
  max-width: 620px;
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 1.85;
  color: #555555;
}

.mma-locations-hero-note {
  border-left: 1px solid rgba(0,0,0,0.14);
  padding-left: 34px;
}

.mma-locations-hero-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #555555;
}

@media (max-width: 900px) {
  .mma-locations-hero-section {
    padding: 76px 18px 54px;
  }

  .mma-locations-hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mma-locations-hero-text h1 {
    letter-spacing: -2px;
  }

  .mma-locations-hero-text p {
    font-size: 15.5px;
  }

  .mma-locations-hero-note {
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.14);
    padding-left: 0;
    padding-top: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54884fa */.mma-locations-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 24px 120px;
  background: #ffffff;
  color: #050505;
}

.mma-locations-intro {
  max-width: 760px;
  margin: 0 auto 90px;
  text-align: center;
}

.mma-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.mma-locations-intro h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -3px;
  font-weight: 500;
  color: #050505;
}

.mma-locations-intro p {
  margin: 24px auto 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

.mma-location-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 42px;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mma-location-section:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mma-location-section:nth-child(even) .mma-location-media {
  order: 2;
}

.mma-location-section:nth-child(even) .mma-location-content {
  order: 1;
}

.mma-location-media {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #f4f4f4;
}

.mma-location-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.mma-location-section:hover .mma-location-media img {
  transform: scale(1.025);
}

.mma-location-content {
  max-width: 500px;
}

.mma-location-number {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8a8a8a;
}

.mma-location-content h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 0.95;
  letter-spacing: -2.4px;
  font-weight: 500;
  color: #050505;
}

.mma-location-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mma-meta-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #8a8a8a;
}

.mma-meta-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #111111;
}

.mma-meta-item small {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #707070;
}

.mma-map-button {
  margin-top: 34px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #050505;
  color: #050505;
  background: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mma-map-button span {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.mma-map-button:hover {
  background: #050505;
  color: #ffffff;
}

.mma-map-button:hover span {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .mma-locations-page {
    padding: 72px 18px 90px;
  }

  .mma-locations-intro {
    margin-bottom: 60px;
  }

  .mma-locations-intro h1 {
    letter-spacing: -1.8px;
  }

  .mma-locations-intro p {
    font-size: 15.5px;
  }

  .mma-location-section {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 34px;
    padding: 28px 0 34px;
  }

  .mma-location-section:nth-child(even) .mma-location-media,
  .mma-location-section:nth-child(even) .mma-location-content {
    order: initial;
  }

  .mma-location-media {
    width: 100%;
    height: 340px;
  }

  .mma-location-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mma-location-content {
    max-width: 100%;
  }

  .mma-location-content h2 {
    letter-spacing: -1.5px;
  }

  .mma-location-meta {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mma-map-button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .mma-location-media {
    height: 280px;
  }

  .mma-location-media img {
    height: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af1b96f */.mma-locations-ending {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #050505;
  padding: 110px 24px 130px;
}

.mma-locations-ending::before {
  content: "";
  position: absolute;
  inset: auto 50% 0;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.035) 24%, rgba(255, 255, 255, 0) 66%);
  pointer-events: none;
  animation: mmaEndingGlow 7s ease-in-out infinite alternate;
}

.mma-locations-ending::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.16),
    transparent
  );
  pointer-events: none;
}

.mma-locations-ending-wrap {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.mma-locations-ending-line {
  position: relative;
  width: 1px;
  height: 78px;
  margin: 0 auto 34px;
  background: rgba(0, 0, 0, 0.13);
  overflow: hidden;
}

.mma-locations-ending-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -45%;
  width: 100%;
  height: 45%;
  background: #050505;
  animation: mmaLineDrop 2.4s ease-in-out infinite;
}

.mma-ending-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #8a8a8a;
  animation: mmaFadeUp 0.9s ease both;
}

.mma-locations-ending h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 78px);
  line-height: 0.96;
  letter-spacing: -3px;
  font-weight: 500;
  color: #050505;
  animation: mmaFadeUp 0.9s ease both;
  animation-delay: 0.12s;
}

.mma-locations-ending h2 span {
  display: block;
}

.mma-locations-ending p {
  max-width: 680px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
  animation: mmaFadeUp 0.9s ease both;
  animation-delay: 0.24s;
}

.mma-ending-button {
  position: relative;
  margin-top: 42px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid #050505;
  color: #050505;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  animation: mmaFadeUp 0.9s ease both;
  animation-delay: 0.36s;
}

.mma-ending-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #050505;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}

.mma-ending-button span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.28s ease;
}

.mma-ending-button:hover {
  color: #ffffff;
  border-color: #050505;
  transform: translateY(-2px);
}

.mma-ending-button:hover::before {
  transform: scaleX(1);
}

.mma-ending-button:hover span {
  transform: translateY(-3px);
}

@keyframes mmaFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mmaLineDrop {
  0% {
    top: -45%;
  }

  45% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

@keyframes mmaEndingGlow {
  from {
    opacity: 0.55;
    transform: translateX(-50%) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.04);
  }
}

@media (max-width: 900px) {
  .mma-locations-ending {
    padding: 82px 18px 105px;
  }

  .mma-locations-ending::before {
    width: 520px;
    height: 520px;
  }

  .mma-locations-ending-line {
    height: 58px;
    margin-bottom: 30px;
  }

  .mma-ending-eyebrow {
    margin-bottom: 18px;
    font-size: 10.5px;
    letter-spacing: 2.7px;
  }

  .mma-locations-ending h2 {
    letter-spacing: -1.6px;
  }

  .mma-locations-ending p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .mma-ending-button {
    width: 100%;
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mma-locations-ending::before,
  .mma-locations-ending-line::after,
  .mma-ending-eyebrow,
  .mma-locations-ending h2,
  .mma-locations-ending p,
  .mma-ending-button {
    animation: none;
  }

  .mma-ending-button,
  .mma-ending-button span {
    transition: none;
  }
}/* End custom CSS */