* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: BentonSansLt;
  font-font-style: normal;
  font-display: swap;
  src: url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansLt.woff")
    format("woff");
}

/* BENTONSANS BOOK (300)  */
@font-face {
  font-family: BentonSansBook;
  font-font-style: normal;
  font-display: swap;
  src: url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBook.woff")
    format("woff");
}

/* BENTONSANS (400)  */
@font-face {
  font-family: BentonSans;
  font-font-style: normal;
  font-display: swap;
  src: url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSans.woff")
    format("woff");
}

/* BENTONSANS MD (500)  */
@font-face {
  font-family: BentonSansMd;
  font-font-style: normal;
  font-display: swap;
  src: url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansMd.woff")
    format("woff");
}

/* BENTONSANS BOLD (600)  */
@font-face {
  font-family: BentonSansBold;
  font-font-style: normal;
  font-display: swap;
  src: url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBold.woff")
    format("woff");
}

/* BentonSanCond Font */
@font-face {
  font-family: "BentonSans-CondMd";
  src: local("Benton Sans Condensed Medium");
  src: url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot");
  src:
    url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot?")
      format("embedded-opentype"),
    url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-3.woff")
      format("woff"),
    url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-1.ttf")
      format("truetype"),
    url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-4.svg#web")
      format("svg");
  font-style: normal;
  font-weight: normal;
}

/* GUARDIAN  */
@font-face {
  font-family: Guardian;
  font-font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/guardianregular.woff")
      format("woff"),
    url("https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/guardianregular.woff2")
      format("woff2");
}

#wimb-wrapper {
  z-index: 10;
}

.scroll-scene {
  position: relative;
  background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/court.png")
    no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  min-height: 708px;
  padding: 0;
  overflow: hidden;
  overflow-anchor: none;
}

.center-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 230px;
}

.center-right .hero-media {
  /* width: 588px; */
  width: 100%;
  padding-top: 70px !important;
}

.center-right .hero-media img {
  width: 100%;
}

.center-stage .center-left {
  text-align: center;
  /* width: 443px; */
  width: 37%;
}

.center-stage .center-right {
  width: 50%;
}

.us_amexlogo {
  padding-bottom: 40px;
}

.us_amexlogo img{
  width: 179px;
  height: auto;
}

.hero_text {
  padding: 24px 0px;
}

.hero_text h1 {
  color: #fff;
  text-align: center;
  font-family: BentonSans;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 116.667% */
}

.hero_text p {
  color: #fbfbfb;
  text-align: center;
  font-family: BentonSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 116.667% */
  padding-top: 16px;
}

.hero-inner-right .hero_mob_court {
  display: none;
}

.venue_tab_header_section {
  display: none !important;
}

.edge-stage {
  display: flex;
  gap: 0;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  pointer-events: none;
  margin: 0;
  padding: 0;
  overflow-anchor: none;
  contain: layout paint;
}

.edge-left,
.edge-right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  cursor: default;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.edge-left {
  margin-right: -1px;
}

.edge-right {
  margin-left: -1px;
}

.edge-left::after,
.edge-right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: auto;
  cursor: pointer;
  z-index: 4;
  transition: transform 0.4s ease;
  transform: rotate(180deg);
}


.chevron-left {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 22px;
  cursor: pointer;
  z-index: 9;
  transform: rotate(180deg);
}

.chevron-right {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 22px;
  cursor: pointer;
  z-index: 9;
  transform: rotate(180deg);
}

.is-rotated .chevron-left {
  display: none;
}

.is-rotated .chevron-right {
  display: none;
}

.click-reveal-container-1 {
  display: none;
  flex-direction: row;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  z-index: 5;
}

.click-reveal-container-1-right .tennis_bat_ball {
  left: 10%;
}

.click-reveal-container-1-right .tennis_bat_ball img {
  transform: none !important;
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
}

.click-reveal-container-1-left {
  flex: 0 0 40%;
  display: flex;
  justify-content: right;
  flex-direction: column;
  align-items: center;
}

.click-reveal-container-1-right {
  flex: 0 0 60%;
}

.kicker span {
  display: none;
}

.click-reveal-container-2 {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  z-index: 5;
}

.click-reveal-container-2-right .tennis_bat_ball {
  left: 10%;
}

.click-reveal-container-2-right .tennis_bat_ball img {
  transform: none !important;
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
}

.click-reveal-container-2-left {
  flex: 0 0 70%;
  display: flex;
  justify-content: right;
  flex-direction: column;
  align-items: center;
}

.click-reveal-container-2-right {
  flex: 0 0 30%;
}

.edge-stage.is-locked-left .edge-left::after,
.edge-stage.is-locked-right .edge-right::before {
  opacity: 0;
  visibility: hidden;
}

.edge-left {
  background-color: #0470ce;
  padding: 96px 40px 0px 40px;
  overflow: hidden;
}

.edge-left .edge-copy .kicker p span {
  color: #fbfbfb;
  font-family: BentonSans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding-right: 20px;
  display: none;
}

.edge-left .edge-copy .kicker p img {
  width: 312px;
}

.venue_text_section h2 {
  color: #ffffff;
  font-family: BentonSans;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  /* text-transform: uppercase; */
  padding-top: 10px;
}

.venue_text_section p {
  color: #fbfbfb;
  /* Body/Body Default */
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding-top: 20px;
  padding-bottom: 40px;
}

.venue_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  pointer-events: none;
  width: 160px;
}

.float-1.slide-complete .venue_button_container {
  cursor: pointer;
  pointer-events: auto;
}

.float-2.slide-complete .venue_button_container {
  cursor: pointer;
  pointer-events: auto;
}

.venue_button_container a {
  color: #00175a;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  text-align: center;
  width: 160px;
  padding: 12.5px 24px;
}

.venue_button_container a:hover {
  color: #00175a;
}

.venue_button_container a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.mobile_venue_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  cursor: pointer;
  width: 160px;
  display: none;
}

.mobile_venue_button_container a {
  color: #00175a;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  text-align: center;
  width: 160px;
  padding: 12.5px 24px;
}

.mobile_venue_button_container a:hover {
  color: #00175a;
}

.mobile_venue_button_container a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.edge-left .edge-media {
  position: relative;
  min-height: 350px;
  overflow: visible;
}

.edge-left .edge-media::before {
  content: "";
  position: absolute;
  left: 72%;
  top: 48%;
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%) scale(0.72);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.36) 36%,
    rgba(255, 255, 255, 0) 72%
  );
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0;
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  pointer-events: none;
  z-index: 0;
}

.edge-left .tennis_bat_ball {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.edge-left .tennis_bat_ball img {
  display: block;
  max-width: none;
  transition: transform 0.42s ease;
}

.edge-left .tennis_bat_ball img:last-child {
  position: absolute;
  right: 6%;
  top: -80px;
  width: 338px;
  z-index: 1;
}

.edge-left .tennis_bat_ball img:first-child {
  position: absolute;
  right: 23%;
  top: -10px;
  width: 52px;
  z-index: 2;
}

.edge-stage.is-hover-left .edge-left .edge-media::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.edge-stage.is-hover-left .edge-left .tennis_bat_ball img:last-child {
  transform: translate(-18px, -16px) scale(1.12);
}

.edge-stage.is-hover-left .edge-left .tennis_bat_ball img:first-child {
  transform: translate(8px, -164px) scale(1.22);
}

.edge-right {
  background-color: #04195a;
  padding: 96px 40px 0px 40px;
  overflow: hidden;
}

.edge-right .edge-copy .kicker p img {
  width: 380px;
}

.edge-right .edge-copy .kicker p span {
  color: #fbfbfb;
  font-family: BentonSans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding-left: 20px;
  display: none;
}

.edge-right .home_text_section h2 {
  color: #ffffff;
  font-family: BentonSans;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  /* text-transform: uppercase; */
  padding-top: 10px;
}

.edge-right .home_text_section p {
  color: #fbfbfb;
  /* Body/Body Default */
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding-top: 20px;
  padding-bottom: 40px;
}

.edge-right .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.edge-right .home_button_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  cursor: pointer;
  width: 160px;
}

.edge-right .home_button_container a {
  color: #00175a;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  text-align: center;
  width: 160px;
  padding: 12.5px 24px;
}

.edge-right .home_button_container a:hover {
  color: #00175a;
}

.edge-right .home_button_container a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

/* Right panel media composition: compact chair/table image under copy */
.edge-right .panel-zoom {
  display: flex;
  flex-direction: column;
  min-height: 646px;
}

.edge-right .edge-copy {
  margin-left: auto;
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.edge-right .edge-media {
  position: relative;
  min-height: 330px;
  overflow: visible;
  z-index: 1;
}

.edge-right .edge-media::before {
  content: "";
  position: absolute;
  left: 16%;
  top: 25%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%) scale(0.72);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.36) 36%,
    rgba(255, 255, 255, 0) 72%
  );
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0;
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  pointer-events: none;
  z-index: 0;
}

.edge-right .edge-media > img {
  position: absolute;
  left: 7%;
  top: -84px;
  width: 391px;
  max-width: none;
  height: auto;
  transition: transform 0.42s ease;
}

.edge-stage.is-hover-right .edge-right .edge-media::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.edge-stage.is-hover-right .edge-right .edge-media > img {
  transform: translate(-20px, -16px) scale(1.12);
}

/* Scroll choreography hooks for GSAP */
.scene-pin {
  position: relative;
  overflow: visible;
  z-index: 1;
  overflow-anchor: none;
  top: 0px !important;
}

.scene-inner {
  position: relative;
  min-height: 708px;
  z-index: 1;
}

.center-stage {
  position: relative;
  z-index: 2;
  min-height: 708px;
  padding: 60px 40px 75px 50px;
  will-change: transform, opacity;
}

.edge-stage.is-visible {
  visibility: visible;
}

.edge-stage.is-interactive {
  pointer-events: auto;
}

.edge-left,
.edge-right {
  overflow: hidden;
}

.venue_button_container.is-hidden,
.home_button_container.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* tab button styling */
.tab-strip {
  position: relative;
  width: 100%;
  height: 88px;
  overflow: hidden;
  background: #006fcf;
  transition: background 0.35s ease;
  position: fixed;
}

.tab-strip.is-pinned {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100% !important;
}

.tab-strip.is-right-active {
  background: #00175a;
}

.tab-strip-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 88px;
  margin: 0 auto;
  padding: 0px 18px;
  position: relative;
}

.tab-icon-slot {
  position: relative;
  height: 88px;
  pointer-events: none;
}

.tab-icon-slot.left {
  justify-self: start;
}

.tab-icon-slot.right {
  justify-self: end;
}

.tab-icon {
  position: absolute;
  top: -6px;
  width: 154px;
  max-width: none;
  opacity: 0.72;
  filter: grayscale(1) saturate(0.15) brightness(0.9);
  transform: scale(0.92);
  transform-origin: center bottom;
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}

.tab-icon-slot.right .tab-icon {
  width: 97px;
  top: 5px;
 }

/* .tab-icon:last-child{
  top: 4px;
  width: 97px;
} */

.tab-icon-slot.left .tab-icon {
  left: 4px;
}

.tab-icon-slot.right .tab-icon {
  right: 15px;
}

.tab-icon.is-active {
  opacity: 1;
  filter: grayscale(0) saturate(1) brightness(1);
  transform: scale(1.06);
}

.tab-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 500px;
  padding: 2px;
}

.scene-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 16px 24px;
  border-radius: 500px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
  width: 136px;
  height: 48px;
}

.scene-tab.venue-btn {
  background: #005DAE;
}

.venue-btn {
  color: #ffffff;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 0px;
}

.elsewhere-btn {
  color: #edf7ff;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 0px;
}

.tab-control:has(.elsewhere-btn.is-active) .venue-btn {
  background: transparent;
}

.elsewhere-btn.is-active {
  background: #005DAE;
}


/* Tab content visibility with animation */
@media screen and (min-width: 1024px) {
  .venue_tab,
  .home_tab {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }

  .venue_tab.is_active,
  .home_tab.is_active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 990px) {
  .chevron-left,
  .chevron-right {
    display: none !important;
  }
}

/* venue tab styling */

.venue_tab_header_section {
  padding: 56px 0px 32px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.venue_tab_header_section img {
  width: 40px;
  height: 40px;
}

.venue_tab_header_section p {
  color: #000000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: 1.28px;
}



.venuecomponent {
  background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/venue_tab_bg_desk.jpg")
    no-repeat;
  background-size: cover;
  min-height: 510px;
  padding: 75px 40px 48px 17px;
  background-color: #01175a;
}

.venuecomponent-upper,
.homecomponent-upper {
  padding: 60px 0px;
  background: #ffffff;
}

.venuecomponent-upper h2,
.homecomponent-upper h2 {
  color: #000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 7px;
}

.venuecomponent-upper p,
.homecomponent-upper p {
  color: #000;
  text-align: center;
  /* Benton Sans/Heading/Headline Small */
  font-family: BentonSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.fan_experience_text_section {
  max-width: 35.2%;
}

.fan_experience_text_section .first_text {
  display: flex;
  align-items: center;
  height: 37px;
  padding: 4px 12px;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    var(--graphic-on-brand-link, #edf7ff) 48.75%,
    rgba(237, 247, 255, 0) 90.78%
  );
}

.fan_experience_text_section .first_text p {
  color: #3d3d3d;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.fan_experience_text_section .second_text h2 {
  padding-top: 32px;
  color: #ffffff;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
}

.fan_experience_text_section .second_text p {
  color: #fbfbfb;
  font-family: BentonSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  padding-top: 16px;
}

.venueothercomponents {
  padding: 96px 0px 50px;
  background: #fbfbfb;
}

.benefitCardsSection {
  position: relative;
}

.benefitCardsSection2 {
  padding-top: 96px;
}

.benefit-cards-inner {
  position: relative;
}

.benefitCardsSectionheader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.benefitCardsSectionheader img {
  width: 40px;
  height: auto;
}

.benefitCardsSectionheader p {
  color: #000000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.venue-lounge-left-frame {
  position: absolute;
  left: -39px;
  top: -22px;
  width: 21%;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.benefit-cards-left-frame-img {
  width: 100%;
  height: auto;
  max-width: none;
}

.benefit-cards-grid {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}

.benefit-card {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 432px;
}

.benefit-card-image-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit_text_section {
  padding: 24px 9px 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  transition: padding-top 0.25s ease;
}

.benefit_text_section1:hover,
.benefit_text_section2:hover,
.benefit_text_section3:hover,
.benefit_text_section4:hover {
  padding-top: 26px;
}

.benefit_text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 37px;
  padding: 4px 12px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    var(--graphic-on-brand-link, #edf7ff) 20%,
    var(--graphic-on-brand-link, #edf7ff) 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.benefit-card-kicker {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.benefit_content {
  text-align: center;
}

.benefit-card-title {
  color: #262626;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px;
}

.benefit-card-title sup{
  font-size: 22px;
  vertical-align: 2px;
}

.benefit-card-desc {
  color: #3d3d3d;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-top: 12px;
}

.benefit-card-desc a {
  text-decoration: none;
  color: #006fcf;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px;
}

.benefit-card-desc a:hover {
  color: #006fcf;
}

.benefit-card-desc a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.benefit-card-desc img {
  width: 16px;
  height: auto;
  padding-bottom: 3px;
}

.benefit_content .text_link a{
  position: relative;
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition: border-bottom-color 0.25s ease, color 0.25s ease;
}

.benefit_content .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.benefit_content .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.benefit_content .text_link img {
  padding-bottom: 4px;
}

.benefit_link {
  margin-top: 16px;
}

.benefit_link_text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.benefit_link_text a {
  color: #0470ce;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}

.benefit_link_text a:hover {
  color: #00175a;
  text-decoration: underline;
}

.benefit_link_text img {
  width: 16px;
  height: auto;
}

.benefit-ball {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.mobile_two_column_img {
  display: none;
}

.benefit-cards-right-frame {
  position: absolute;
  right: -39px;
  top: -28px;
  width: 21%;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  display: none;
}

.benefit-cards-right-frame-img {
  width: 100%;
  height: auto;
  max-width: none;
}

.venue-lounge-top-frame {
  display: none;
}

.mta_rides_component {
  margin-top: 72px;
}


/* home tab styling */

.home_tab_header_section {
  padding: 56px 0px 32px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.home_tab_header_section img {
  width: 40px;
  height: 40px;
}

.home_tab_header_section p {
  color: #000000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.28px;
}

.homecomponent {
  background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/entertainment_credit_updatedbg.jpg")
    no-repeat;
  background-size: cover;
  min-height: 508px;
  padding: 67px 33px;
  background-position: 50% 50%;
  background-color: #01175a;
  position: relative;
}

.espn_logo{
  position: absolute;
  position: absolute;
  right: 3%;
  top: 7%;
  width: 85px;
  height: 20px;
}

.homecomponent .container {
  padding: 0px;
}

.entertainment_credit_text_section {
  max-width: 32%;
}

.entertainment_credit_text_section .first_text {
  display: flex;
  align-items: center;
  height: 37px;
  padding: 4px 12px;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    var(--graphic-on-brand-link, #edf7ff) 48.75%,
    rgba(237, 247, 255, 0) 90.78%
  );
}

.entertainment_credit_text_section .first_text p {
  color: #3d3d3d;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.entertainment_credit_text_section .second_text h2 {
  padding-top: 32px;
  color: #ffffff;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}

.entertainment_credit_text_section .second_text p {
  color: #fbfbfb;
  font-family: BentonSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-top: 16px;
}

.espn_img {
  padding-top: 16px;
  display: none;
}

.espn_img img {
  width: 68px;
  height: auto;
  padding-left: 0px !important;
}

.entertainment_credit_text_section .second_text p span {
  font-weight: 700;
}

.entertainment_credit_text_section .second_text span{
  display: block;
  padding-top: 32px;
}

.entertainment_credit_text_section .second_text span a {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 2px solid #56a1e3;
  text-decoration: none;
  padding-top: 0px;
}

.entertainment_credit_text_section .second_text span a:hover {
  text-decoration: none;
}

.entertainment_credit_text_section .second_text span a:focus{
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.entertainment_credit_text_section .second_text span img {
  display: inline-block;
  padding-left: 8px;
  width: 30px;
  transition: padding-left 0.25s ease;
}

.entertainment_credit_text_section
  .second_text
  span
  a:hover
  .entertainment_credit_text_section
  .second_text
  span
  img {
  padding-left: 10px;
}

.entertainment_credit_text_section .second_text p sup {
  font-size: 13px;
  vertical-align: 3px;
}

.entertainment_credit_text_section .second_text p sup:last-child {
  font-size: 10px;
  vertical-align: 7px;
}

.venue_tab,
.home_tab {
  position: relative;
}

.tennis_ball_section div {
  width: 50px;
  height: 50px;
}

.tennis_ball_section {
  position: fixed !important;
  bottom: 53% !important;
  z-index: 999 !important;
  /* display: none !important; */
  width: 100% !important;
  top: auto !important;
  /* overflow: hidden !important; */
}

.left_tennis_ball {
  position: absolute;
  left: 14%;
  margin-top: 0%;
}

.right_up_tennis_ball {
  position: absolute;
  margin-top: -4%;
  right: 15%;
}

.right_down_tennis_ball {
  position: absolute;
  right: 10%;
  top: 6%;
  margin-top: 8%;
}

.tennis_ball_section div {
  width: 50px;
  height: 50px;
}

.left_tennis_ball,
.right_up_tennis_ball,
.right_down_tennis_ball {
  opacity: 0;
  visibility: hidden;
}

.homeothercomponents {
  background: #fbfbfb;
}

.resy_credit_component {
  padding-top: 106px;
  position: relative;
  /* overflow: hidden; */
}

.resy_credit_component_inner {
  position: relative;
}

.resy_creditheader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.resy_creditheader img {
  width: 40px;
  height: auto;
}

.resy_creditheader .header_text {
  color: #000000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.28px;
}

.resy_credit_top_frame {
  display: none;
}

.resy_credit_left_frame {
  /* position: absolute;
  top: -7%;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  left: -1%;
  width: 259px;
  height: auto; */
  position: absolute;
  left: -39px;
  top: 16px;
  width: 21%;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.resy_credit_left_frame_img {
  width: 100%;
  height: auto;
  display: block;
}

.resy_credit_content {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resy_credit_image_wrap {
  width: 874px;
  height: auto;
}

.resy_credit_image_wrap .desktop_resy {
  display: block;
  width: 100%;
  height: auto;
}
.resy_credit_image_wrap .mobile_resy {
  display: none;
}

.resy_credit_card_section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding-top: 24px;
}

.resy_credit_text_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
}

.resy_credit_text_content {
  display: flex;
  width: 216px;
  height: 37px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 20%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.resy_credit_card_kicker {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.resy_credit_desc_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.resy_credit_card_title {
  color: #262626;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 16px;
  transition: padding-top 0.25s ease;
}

.resy_credit_card_desc {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding-top: 12px;
}

.resy_credit_desc_content .text_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}

.resy_credit_desc_content .text_link a {
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition:
    border-bottom-color 0.25s ease,
    color 0.25s ease;
}

.resy_credit_desc_content .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.resy_credit_desc_content .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.resy_credit_desc_content .text_link img {
  width: 17px;
  height: auto;
  transition: filter 0.25s ease;
}


.uber_cash_eat_component {
  padding-top: 104px;
  position: relative;
  /* overflow: hidden; */
}

.uber_cash_eat_component_inner {
  position: relative;
}

.uber_cash_eatheader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.uber_cash_eatheader img {
  width: 40px;
  height: auto;
}

.uber_cash_eatheader .header_text.desktop_text {
  color: #000000;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.28px;
}
.uber_cash_eatheader .header_text.mobile_text {
  display: none;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.28px;
}

.uber_cash_eat_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uber_cash_eat_image_wrap {
  width: 874px;
  height: auto;
}

.uber_cash_eat_image_wrap .desktop_uber {
  display: block;
  width: 100%;
  height: auto;
}

.uber_cash_eat_image_wrap .mobile_uber {
  display: none;
}

.uber_cash_eat_card_section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding-top: 24px;
}

.uber_cash_eat_text_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
}

.uber_cash_eat_text_content {
  display: flex;
  width: 216px;
  height: 37px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 20%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.uber_cash_eat_card_kicker {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.uber_cash_eat_card_title {
  color: #262626;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 16px;
  transition: padding-top 0.25s ease;
}

.uber_cash_eat_card_desc {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 12px;
}

.uber_cash_eat_card_desc sup:first-child,
.uber_cash_eat_card_desc sup:nth-child(2) {
  font-size: 8px;
  vertical-align: 5px;
}

.uber_cash_eat_desc_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uber_cash_eat_desc_content .text_link a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition:
    border-bottom-color 0.25s ease,
    color 0.25s ease;
}

.uber_cash_eat_desc_content .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.uber_cash_eat_desc_content .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}


.uber_cash_eat_right_frame {
  position: absolute;
  top: -7%;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  right: 0%;
  width: 259px;
  height: auto;
  right: -39px;
}

.uber_cash_eat_right_frame_img {
  width: 100%;
  height: auto;
  display: block;
}

.uber_cash_eat_blue_tennis {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 17%;
  right: 8%;
  pointer-events: none;
  z-index: 1;
  display: none;
}

.mob-only-show {
  display: none;
}

.desktop-only-show {
  display: block;
}

.homeothercomponents:has(.text_section1:hover) .title1,
.homeothercomponents:has(.text_section2:hover) .title2,
.homeothercomponents:has(.text_section1:hover) .title1,
.homeothercomponents:has(.text_section2:hover) .title2 {
  padding-top: 18px;
}

.two_column_component {
  position: relative;
}

.home_dining_credit_component {
  margin-top: 104px;
  background: #fbfbfb;
  position: relative;
  padding-bottom: 40px;
}

.home_dining_credit_text_section .second_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home_dining_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home_dining_credit_img_section {
  width: 36%;
  position: relative;
  z-index: 2;
}

.home_dining_credit_img_section .mobile_img {
  display: none;
}

.home_dining_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 0px 16px;
}

.home_dining_text_wrapper .first_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 37px;
  padding: 4px 12px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 20%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.home_dining_text_wrapper .first_text p {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.home_dining_text_wrapper .second_text h2 {
  color: #262626;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.home_dining_text_wrapper .second_text p {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding-top: 12px;
}

.home_dining_text_wrapper .text_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 32px !important;
}

.home_dining_text_wrapper .text_link a {
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition:
    border-bottom-color 0.25s ease,
    color 0.25s ease;
}

.home_dining_text_wrapper .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.home_dining_text_wrapper .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.home_dining_text_wrapper .text_link img {
  width: 17px;
  height: auto;
  transition: filter 0.25s ease;
}

.home_dining_left_court {
  position: absolute;
  top: -10%;
  right: -3%;
}

.train_pro_component {
  padding: 72px 0px 50px;
}

.train_pro_heading h2 {
  color: #000000;
  font-family: BentonSans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.train_pro_heading p {
  color: #000000;
  font-family: BentonSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1.5px solid #000000;
}

.train_pro_card_section {
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.train_pro_card {
  position: relative;
  overflow: hidden;
}

.train_pro_front_content {
  position: relative;
}

.train_pro_img {
  width: 392px;
}

.train_card_desktop {
  height: auto;
}

.train_card_mobile {
  display: none;
}

.train_pro_front_section .tag_text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 293px;
  height: 37px;
  padding: 4px 12px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2px 0 0 0;
  background: linear-gradient(
    90deg,
    #edf7ff 48.75%,
    rgba(237, 247, 255, 0) 90.78%
  );
}

.train_pro_header_section {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  bottom: 0%;
  width: 100%;
  background: linear-gradient(0deg, var(--Container-brand_alt, #00175A) 40%, rgba(0, 23, 90, 0.00) 100%);
  transition: padding-bottom 0.3s ease;
}

.train_pro_header_section:hover {
  padding-bottom: 28px;
  background: linear-gradient(0deg, var(--Container-brand_alt, #00175A) 40%, rgba(0, 23, 90, 0.00) 100%);
  cursor: pointer;
}

.train_pro_header_text p {
  color: #ffffff;
  font-family: BentonSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.train_pro_content .first_text_content h2 {
  display: none;
}

.train_pro_content .first_text_content p {
  color: #3d3d3d;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.train_card_link{
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.train_card_link a{
  color: #006FCF;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px
}

.train_card_link a:hover{
  color: #006FCF;
}

.train_card_link a:focus{
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.train_card_link img{
  width: 18px;
  height: auto;
  padding-top: 1px;
}

.train_pro_header_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #b5d7f4;
  background: #ffffff;
}

.train_pro_header_img:hover {
  background: #ecf3fa;
}

.train_pro_header_img img {
  width: 16px;
  height: auto;
}

.train_pro_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 23px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.train_pro_card.is-open .train_pro_front_content {
  pointer-events: none;
}

.train_pro_card.is-open .train_pro_content {
  pointer-events: auto;
}
.train_pro_front_section .tag_text p {
  color: #3d3d3d;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.train_pro_content .first_text p {
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.train_pro_content_img {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 4%;
  right: 4%;
  cursor: pointer;
  border: 1px solid #b5d7f4;
}

.train_pro_content_img:hover {
  background: #2860b0;
}

.train_pro_content_img img {
  width: 16px;
  height: auto;
}

.train_pro_content_img:hover img {
  filter: brightness(0) invert(1);
}

.train_pro_content_img img:hover {
  filter: brightness(0) invert(1);
}

.amex_exp_img_component {
  background: #fbfbfb;
}

.amex_exp_img.exp_desk {
  width: 242px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 50px;
  z-index: 9;
}

.amex_exp_img.exp_mob {
  width: 242px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 44px;
  z-index: 9;
  display: none;
}

.amex_membership_exp_component {
  padding: 80px 40px 72px;
  background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/gradient_bg.jpg")
    no-repeat;
  background-size: cover;
  max-height: 682px;
}

.amex_membership_exp_component .container {
  padding-left: 0px;
  padding-right: 0px;
}

.amex_membership_exp_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 108px;
}

.membership_exp_right_section {
  width: 300px;
  padding-top: 33px;
}

.membership_exp_right_content {
  padding: 18px 0px 10px;
}

.hero-mob-only {
  display: none;
}

.membership_exp_right_content h2 {
  color: #ffffff;
  font-family: BentonSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.membership_exp_right_content p {
  padding-top: 16px;
  color: #ffffff;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.membership_exp_card_component {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.membership_exp_card {
  width: 390px;
  background: #00175a;
  border-radius: 8px;
}

.membership_exp_card_img img {
  width: 100%;
  height: auto;
  transition: height 0.25s ease;
}

.membership_exp_card_content {
  padding: 24px;
  border-radius: 0 0 8px 8px;
  background: #00175a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transition: padding 0.25s ease;
}

.membership_exp_card.card1:hover .membership_exp_card_content,
.membership_exp_card.card2:hover .membership_exp_card_content {
  padding-top: 26px;
  padding-bottom: 26px;
}

.membership_exp_card.card1:hover .membership_exp_card_img img,
.membership_exp_card.card2:hover .membership_exp_card_img img {
  height: 332px;
}

.membership_exp_text_section h3 {
  color: #ffffff;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.membership_exp_text_section p {
  color: #fbfbfb;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 12px;
}

.membership_exp_button {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #56a1e3;
  transition: background-color 0.25s ease;
}

.membership_exp_button a {
  color: #ffffff;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.membership_exp_button a:hover {
  color: #ffffff;
}

.membership_exp_card.card1:hover .membership_exp_button,
.membership_exp_card.card2:hover .membership_exp_button {
  background: #09173d;
}

.membership_exp_button a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.membership_exp_button a img{
  width: 22px;
  height: auto;
  padding-left: 5px;
}

.membership_exp_img .mobile_img{
  display: none;
}

.terms_component {
  background: #f4f4f4;
}

.terms_component .container {
  max-width: 1280px;
  padding-left: 0px;
  padding-right: 0px;
}

.terms_component .collapsible-panel .border {
  border: none;
}

.terms_component .collapsible-panel .border h3 {
  border: none;
  background: #f4f4f4;
}

.terms_component .collapsible {
  background: #f4f4f4;
  border: 0px;
  padding: 40px 40px 24px;
}

.collapsible:hover:not(.expandable-link) {
    background-color: #F4F4F4;
}

.collapsible-caret:before {
  background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/terms_chevron_down.png");
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}

.collapsible[aria-expanded="true"] .collapsible-caret:before {
  transform: rotate(0deg);
}

.terms_component .collapsible span:last-child {
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
}

.terms_component .dls-gray-01-bg {
  background-color: #f4f4f4 !important;
  border: 0px !important;
}

.collapsible_panel-1145486800 {
  max-height: max-content;
}

.accordion-content .stack-md-down {
  padding: 16px 40px 56px !important;
}

.terms_content p {
  color: #000000;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.terms_desc {
  padding-bottom: 40px;
}

.terms_desc2 {
  padding-bottom: 24px;
}

.terms_desc3{
  padding-bottom: 16px;
}

.terms_time_hour span{
  display: block;
  padding-left: 5px;
}

.resy_block_url{
  display: inline-block;
}

.terms_desc:last-child {
  padding-bottom: 0;
}

.terms_desc2 span a{
  padding: 0;
}

.terms_desc2 span img, .terms_desc span img{
  width: 18px;
  padding-left: 3px;
  padding-bottom: 1px;
}

.mta_rides_component {
  margin-top: 96px;
  position: relative;
}

.mta_rides_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.mta_rides_img_section {
  width: 36%;
  position: relative;
  z-index: 2;
}

.mta_rides_img_section .mobile_img {
  display: none;
}

.mta_rides_text_section {
  padding: 0px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mta_rides_text_wrapper .first_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  padding: 4px 12px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.mta_rides_text_wrapper .first_text p {
  color: #3d3d3d;
  text-align: center;
  /* Benton Sans/Eyebrow/Eyebrow */
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.mta_rides_text_wrapper .second_text h2 {
  color: #262626;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 16px;
}

.mta_rides_text_wrapper .second_text p {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding-top: 12px;
}

.mta_ride_left_court_img {
  position: absolute;
  top: -20%;
  right: -2%;
}

.venue_uber_cash_component {
  margin-top: 96px;
}

.venue_uber_cash_img_section{
  width: 874px;
  height: auto;
}

.venue_uber_cash_img_section .mobile_img {
  display: none;
}

.venue_uber_cash_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.venue_uber_cash_text_component {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}

.venue_uber_cash_text_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  transition: gap 0.25s ease;
}

.venue_uber_cash_desc_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.venue_uber_cash_text_content {
  display: flex;
  width: 216px;
  height: 37px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 20%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.venue_uber_cash_card_kicker {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.venue_uber_cash_card_title {
  color: #262626;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}

.venue_uber_cash_card_desc {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding-top: 12px;
}

.venue_uber_cash_desc_content .text_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}

.venue_uber_cash_desc_content .text_link img {
  width: 17px;
  height: auto;
  transition: filter 0.25s ease;
}

.venue_uber_cash_desc_content .text_link a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition:
    border-bottom-color 0.25s ease,
    color 0.25s ease;
}

.venue_uber_cash_desc_content .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.venue_uber_cash_desc_content .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.venue_uber_cash_text_section.text_section1:hover,
.venue_uber_cash_text_section.text_section2:hover {
  gap: 18px;
}

.venue_bottom_card_section {
  margin-top: 96px;
}

.venue_bottom_card_grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.venue_bottom_card_img_wrap {
  width: 432px;
  height: auto;
}

.venue_bottom_card_text_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px 0px;
  transition: padding-top 0.25s ease;
}

.venue_bottom_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.venue_bottom_card_text_content {
  display: flex;
  width: 293px;
  height: 37px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 255, 0) 0%,
    #edf7ff 20%,
    #edf7ff 80.2%,
    rgba(237, 247, 255, 0) 100%
  );
}

.venue_bottom_card_kicker {
  color: #3d3d3d;
  text-align: center;
  font-family: BentonSans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.venue_bottom_card_content h3 {
  color: #262626;
  text-align: center;
  font-family: BentonSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}

.venue_bottom_card_content h3 sup{
  font-size: 20px;
  vertical-align: 3px;
}

.venue_bottom_card_desc {
  color: #3d3d3d;
  text-align: center;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding-top: 12px;
}

.venue_bottom_card_desc a {
  padding: 0px;
  text-decoration: none;
  color: #006fcf;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.venue_bottom_card_desc a:hover {
  color: #006fcf;
}

.venue_bottom_card_desc a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.venue_bottom_card_desc img {
  width: 16px;
  height: auto;
  padding-bottom: 3px;
}

.venue_bottom_card_content .text_link,
.uber_cash_eat_desc_content .text_link,
.resy_credit_desc_content .text_link,
.venue_uber_cash_desc_content .text_link,
.home_dining_text_wrapper .text_link,
.benefit_content .text_link{
  display: inline-grid;
  grid-template-columns: auto 17px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}

.text_link .black_arrow {
  width: 17px;
  height: auto;
  grid-column: 2;
  grid-row: 1;
  transition: opacity 0.25s ease;
  opacity: 1;
}

.text_link .blue_arrow {
  width: 17px;
  height: auto;
  grid-column: 2;
  grid-row: 1;
  transition: opacity 0.25s ease;
  opacity: 0;
}

.text_link:hover .black_arrow {
  opacity: 0;
}

.text_link:hover .blue_arrow {
  opacity: 1;
}

.venue_uber_cash_text_section.text_section1 .venue_uber_cash_desc_content .text_link img {
  padding-bottom: 5px;
}

.venue_uber_cash_text_section.text_section2 .venue_uber_cash_desc_content .text_link img {
  padding-bottom: 5px;
}

.venue_bottom_card_text_section3 .venue_bottom_card_content .text_link img {
  padding-bottom: 4px;
}

.venue_bottom_card_text_section1 .venue_bottom_card_content .text_link img {
  padding-bottom: 5px;
}

.uber_cash_eat_card_section .text_section1 .text_link img {
  padding-bottom: 5px;
}

.uber_cash_eat_card_section .text_section2 .text_link img {
  padding-bottom: 6px;
}

.resy_credit_card_section .text_section1 .text_link img {
  padding-bottom: 5px;
}

.resy_credit_card_section .text_section2 .text_link img {
  padding-bottom: 6px;
}

.home_dining_text_wrapper .text_link img {
  padding-bottom: 5px;
}

.venue_bottom_card_text_section1:hover,
.venue_bottom_card_text_section3:hover {
  padding-top: 26px;
}

.venue_bottom_card_content .text_link a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 4px;
  color: #262626;
  font-family:
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration: none;
  border-bottom: 1.5px solid #e0e0e0;
  transition:
    border-bottom-color 0.25s ease,
    color 0.25s ease;
}

.venue_bottom_card_content .text_link a:hover {
  color: #262626;
  border-bottom-color: #006fcf;
}

.venue_bottom_card_content .text_link a:focus {
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.train_pro_content .first_text_content span a{
  color: #006FCF;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px;
}

.train_pro_content .first_text_content span a:hover{
  color: #006FCF;
}

.train_pro_content .first_text_content span a:focus{
  outline: 1px dashed #53565a;
  outline-offset: 3px;
}

.train_pro_content .first_text_content span img{
  width: 16px;
}

/* tablet styling */
@media (max-width: 1279px) {
  .container {
    max-width: 100%;
  }

  .benefit-cards-right-frame {
    right: -11px;
    top: -20px;
    width: 20%;
    height: auto;
  }

  .venue-lounge-left-frame {
    left: 1px;
    top: -15px;
    width: 20%;
    height: auto;
  }

  .uber_cash_eat_right_frame {
    top: -4%;
    right: 2%;
    width: 250px;
  }

  .resy_credit_left_frame {
    top: -4%;
    left: 3%;
    width: 250px;
  }

  .two_column_img_section {
    width: 33%;
  }

  .tab-strip-inner {
    grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .amex_membership_exp_content {
    flex-direction: column;
    align-items: center;
  }

  .amex_membership_exp_component {
    position: relative;
    padding: 50px 40px;
    gap: 70px;
  }
}

/* mobile styling */
@media (max-width: 991px) {
  .mob-only-show {
    display: block;
  }

  .desktop-only-show {
    display: none;
  }

  .hero-inner1 {
    padding-bottom: 40px;
  }

  .hero-inner-right .hero_desk_cout {
    display: none;
  }

  .hero-inner-right .hero_mob_court {
    display: block;
  }

  .venuecomponent-upper,
  .homecomponent-upper {
    padding: 32px 0px;
    max-width: 305px;
    margin: auto;
  }

  .venue_button_container a {
    color: #006fcf !important;
  }

  .home_button_container a {
    color: #006fcf !important;
  }

  .venue_button_container{
    display: none;
  }

  .mobile_venue_button_container{
    display: block;
  }

  .mobile_venue_button_container{
    width: 160px !important;
    margin: 0 auto;
  }

  .mobile_venue_button_container a{
    padding: 13px 18px;
    color: #006fcf !important;
    width: 160px;
    display: block;
  }

  .venuecomponent-upper h2,
  .homecomponent-upper h2 {
    color: #000;
    text-align: center;
    font-family: BentonSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
  }

  .venuecomponent-upper p,
  .homecomponent-upper p {
    color: #000;
    text-align: center;
    /* Body/Body Small */
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }

  .hero-mob-only {
    display: block;
  }

  .scroll-scene,
  .scroll-scene * {
    animation: none !important;
    transition: none !important;
    top: auto !important;
  }

  .desktop-only {
    display: none !important;
  }

  .scroll-scene .scene-pin,
  .scroll-scene .scene-inner,
  .scroll-scene .center-stage,
  .scroll-scene .edge-stage,
  .scroll-scene #centerLeft,
  .scroll-scene #centerRight,
  .scroll-scene #edgeLeft,
  .scroll-scene #edgeRight {
    transform: none !important;
  }

  .scroll-scene .edge-stage,
  .scroll-scene .edge-stage * {
    animation: none !important;
    transition: none !important;
  }

  .scroll-scene .edge-left,
  .scroll-scene .edge-right,
  .scroll-scene .edge-left *,
  .scroll-scene .edge-right * {
    animation: none !important;
    transition: none !important;
  }

  .scroll-scene .pin-spacer,
  .scroll-scene .pin-spacer * {
    animation: none !important;
    transition: none !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    max-height: none !important;
  }

  .hero_text + .dot_line_img {
    display: none;
  }

  .scroll-scene .edge-stage {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .scroll-scene .edge-left,
  .scroll-scene .edge-right {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .scroll-scene .pin-spacer {
    transform: none !important;
    position: relative !important;
    padding-bottom: 0px !important;
  }

  .scroll-scene {
    background: #00175a;
    background-image: none;
    min-height: auto;
    padding: 0;
    overflow: visible;
    border-left: 2px solid #2b67b7;
    border-right: 2px solid #2b67b7;
    border-bottom: 2px solid #2b67b7;
  }

  .scene-pin,
  .scene-inner,
  .center-stage {
    min-height: 0;
  }

  .center-stage {
    display: block;
    gap: 0;
    padding: 40px 16px 40px;
    opacity: 1 !important;
    transform: none !important;
  }

  .center-stage .center-left,
  .center-right,
  .center-right .hero-media {
    width: 100%;
  }

  .us_amexlogo {
    padding-bottom: 24px;
  }

  .us_amexlogo img {
    display: block;
    width: 155px;
    max-width: 100%;
    margin: 0 auto;
  }

  .dot_line_img img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .hero_text {
    padding: 24px 0;
  }

  .hero_text h1 {
    font-size: 32px;
    line-height: 1.1;
    max-width: 80%;
    text-align: center;
    margin: auto;
  }

  .hero_text .heading br{
    display: block;
  }

  .hero_text p {
    font-size: 18px;
    line-height: 1.42;
    padding-top: 14px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .center-right {
    padding-top: 0px;
  }

  .center-right .hero-media {
    /* max-width: 360px; */
    margin: 0 auto;
    padding-top: 0px !important;
  }

  .center-right .hero-media img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin: auto;
  }

  .edge-stage {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin: 0;
    padding: 0;
  }

  .edge-left,
  .edge-right {
    width: 100%;
    flex-basis: auto !important;
    padding: 34px 24px 36px;
    overflow: hidden;
  }

  .edge-left {
    background: radial-gradient(
      circle at 50% 42%,
      #4aa8f2 0%,
      #0a7bdb 58%,
      #006bc8 100%
    );
  }

  .edge-right {
    background: radial-gradient(
      circle at 50% 42%,
      #173f9b 0%,
      #0a2b80 56%,
      #071b5f 100%
    );
    border-top: 2px solid #0e7bd4;
  }

  .edge-left::after,
  .edge-right::before,
  .tennis_bat_ball,
  .edge-left .edge-media,
  .edge-right .edge-media {
    display: none;
  }

  .edge-right .panel-zoom {
    min-height: 0;
  }

  .edge-left .edge-copy,
  .edge-right .edge-copy {
    max-width: none;
    margin: 0;
    text-align: center !important;
  }

  .edge-left .edge-copy .kicker p,
  .edge-right .edge-copy .kicker p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .edge-left .edge-copy .kicker p img,
  .edge-right .edge-copy .kicker p img {
    width: 104px;
  }

  .edge-left .edge-copy .kicker p span,
  .edge-right .edge-copy .kicker p span {
    padding: 0;
    font-size: 13px;
    letter-spacing: 3px;
    display: none;
  }

  .venue_text_section h2,
  .edge-right .home_text_section h2 {
    font-size: 32px;
    line-height: 120%;
    padding-top: 14px;
  }

  .venue_text_section .venue_button_container {
    width: 160px !important;
  }

  .home_text_section .home_button_container {
    width: 160px !important;
  }

  .venue_text_section p,
  .edge-right .home_text_section p {
    font-size: 14px;
    line-height: 1.45;
    padding-top: 12px;
    padding-bottom: 41px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400;
    line-height: 150%;
  }

  .edge-right .button {
    justify-content: center;
  }

  .venue_button_container,
  .edge-right .home_button_container {
    width: 168px;
    margin: 0 auto;
  }

  .venue_button_container a,
  .edge-right .home_button_container a {
    width: 168px;
    padding: 13px 18px;
    font-size: 16px;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: auto;
    font-weight: 500;
    letter-spacing: 0.08px;
  }

  .mobile_off {
    display: none;
  }

  .tab-strip {
    height: 76px;
    /* background: #00175A; */
    width: 100% !important;
  }

  .tab-strip.is-active {
    background: #00175a;
  }

  .tab-icon-slot {
    display: none;
  }

  .tab-strip .tab-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
  }

  .scene-tab {
    padding: 12px 16px;
  }

  .venue_tab_header_section {
    padding: 32px 0px 32px;
  }

  .venue_tab_header_section p {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0px;
  }

  .venue_tab_header_section img {
    width: 24px;
    height: 24px;
  }

  .venuecomponent {
    background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/venue_tab_bg_mob.png")
      no-repeat;
    background-size: 100% 261px;
    background-position: top center;
    min-height: 261px;
    padding: 283px 24px 24px;
    background-color: #01175a;
  }

  .venuecomponent .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fan_experience_text_section {
    max-width: 100%;
  }

  .fan_experience_text_section .first_text {
    width: 293px;
  }

  .fan_experience_text_section .second_text h2 {
    padding-top: 24px;
    font-size: 24px;
    line-height: 31.2px;
  }

  .fan_experience_text_section .second_text p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px;
  }

  .venueothercomponents {
    padding: 80px 0px 60px;
  }

  .venueothercomponents .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .venue-lounge-left-frame {
    display: none;
  }

  .venue-lounge-top-frame {
    display: block;
    position: absolute;
    left: 11%;
    top: -1%;
    width: 76%;
    height: 281px;
    align-items: center;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }

  .benefit-cards-grid {
    flex-direction: column;
    gap: 32px;
    padding-top: 50px;
  }

  .benefitCardsSection2 .benefit-cards-grid{
    padding-top: 0px;
  }

  .benefit-card {
    width: 100%;
  }

  .benefit-ball {
    width: 30px;
    height: 30px;
  }

  .benefit-ball-right {
    left: 46%;
    top: -1%;
  }

  .benefitCardsSection2 .benefit-cards-grid {
    gap: 25px;
  }

  .benefit_text_section {
    padding: 16px 24px;
    gap: 22px;
  }

  .benefit-card-title {
    font-size: 24px;
    line-height: 31.2px;
  }

  .benefit-card-title sup{
    font-size: 22px;
    vertical-align: 2px;
  }

  .benefit-card-desc {
    font-size: 14px;
    /* line-height: 22px; */
  }

  .benefit-card-desc br {
    display: none;
  }

  .benefitCardsSection2 {
    padding-top: 74px;
  }

  .benefit-cards-right-frame {
    display: none;
  }

  .desktop_two_column_img {
    display: none;
  }

  .mobile_two_column_img {
    display: block;
  }

  .mta_rides_component {
    margin-top: 34px;
  }

  .two_column_wrapper {
    flex-direction: column;
    gap: 17px;
  }

  .two_column_text_section {
    width: 100%;
  }

  .two_column_text_wrapper {
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    height: auto;
    margin: 16px 8px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    /* border: 0px !important; */
    background: none;
    --line-top: 0px !important;
    --line-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .two_column_text_wrapper::after {
    border-top: 0px;
  }

  .two_column_img_section {
    width: 100%;
    --frame-top: 8px !important;
    --frame-left: 8px !important;
    --frame-right: 8px !important;
    --frame-bottom: -1px !important;
    height: 261px;
  }

  .two_column_img_section::after {
    top: var(--frame-top);
    right: var(--frame-right);
    bottom: var(--frame-bottom);
    left: var(--frame-left);
  }

  .two_column_text_wrapper .second_text h2 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .two_column_text_wrapper .second_text p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
  }

  .home_tab_header_section {
    padding: 32px 0px 32px;
    display: none;
  }

  .home_tab_header_section p {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0px;
  }

  .home_tab_header_section img {
    width: 24px;
    height: 24px;
  }

  .homecomponent {
    background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/elsewhere_tab_bg_mob.png")
      no-repeat;
    min-height: 261px;
    padding: 284px 24px 24px;
    background-color: #01175a;
    background-position: top center;
    background-size: 100% 261px;
  }

  .homecomponent.container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .entertainment_credit_text_section {
    max-width: 100%;
  }

  .entertainment_credit_text_section .first_text {
    width: 293px;
  }

  .entertainment_credit_text_section .second_text h2 {
    font-size: 24px;
    line-height: 31.2px;
    padding-top: 24px;
  }

  .entertainment_credit_text_section .second_text p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .espn_logo{
    display: none;
  }

  .entertainment_credit_text_section .second_text span {
    padding-top: 16px;
  }

  .tennis_ball_section {
    display: none;
  }

  .venue_uber_cash_img_section{
    width: 100%;
    height: auto;
  }

  .homeothercomponents .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .resy_credit_component {
    padding-top: 134px;
  }

  .resy_credit_content {
    padding-top: 0px;
  }

  .resy_credit_left_frame {
    display: none;
  }

  .resy_credit_top_frame {
    display: block;
    position: absolute;
    left: 11%;
    top: -7%;
    width: 79%;
    height: 281px;
    align-items: center;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }

  .resy_credit_image_wrap {
    width: 100%;
    height: auto;
  }

  .resy_credit_image_wrap .desktop_resy {
    display: none;
  }

  .resy_credit_image_wrap .mobile_resy {
    display: block;
    width: 100%;
  }

  .resy_credit_card_section {
    flex-direction: column;
    padding-top: 0;
    gap: 28px;
  }

  .resy_credit_text_section {
    width: 100%;
    padding: 16px 24px;
  }

  .resy_credit_text_content {
    width: 293px;
  }

  .resy_credit_card_title {
    font-size: 24px;
    line-height: 31.2px;
    padding-top: 24px;
  }

  .resy_credit_card_desc {
    padding-top: 8px;
  }

  .uber_cash_eat_component {
    padding-top: 80px;
  }

  .uber_cash_eat_image_wrap {
    width: 100%;
    height: auto;
  }

  .uber_cash_eat_image_wrap .desktop_uber {
    display: none;
  }

  .uber_cash_eat_image_wrap .mobile_uber {
    display: block;
    width: 100%;
  }

  .uber_cash_eat_right_frame {
    display: none;
  }

  .uber_cash_eat_content {
    padding-top: 0px;
  }

  .uber_cash_eatheader .header_text.desktop_text {
    display: none;
  }

  .uber_cash_eatheader .header_text.mobile_text {
    display: block;
  }

  .uber_cash_eat_blue_tennis {
    display: none;
    top: -7%;
    left: 46%;
    width: 30px;
    height: 30px;
  }

  .uber_cash_eat_card_section {
    flex-direction: column;
    padding-top: 0;
    gap: 40px;
  }

  .uber_cash_eat_text_section {
    width: 100%;
    padding: 16px;
  }

  .uber_cash_eat_text_content {
    width: 293px;
  }

  .uber_cash_eat_card_title {
    font-size: 24px;
    line-height: 31.2px;
    padding-top: 24px;
  }

  .uber_cash_eat_card_desc br {
    display: none;
  }

  .home_dining_credit_component {
    margin-top: 44px;
  }

  .home_dining_credit_img_section .desktop_img{
    display: none;
  }

  .home_dining_credit_img_section .mobile_img{
    display: block;
    width: 100%;
  }

  .train_pro_component {
    padding: 72px 16px 0px;
  }

  .train_pro_heading h2 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .train_pro_card_section {
    flex-direction: column;
    gap: 27px;
    padding-top: 24px;
  }

  .train_pro_card {
    overflow: visible;
  }

  .train_card_link a{
    font-size: 14px;
    line-height: 21px;
  }

  .train_card_link img{
    width: 16px;
  }

  .train_card_link{
    padding-top: 24px !important;
  }

  .train_pro_content {
    position: relative;
    top: auto;
    left: auto;
    /* height: 189px; */
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    padding: 24px;
  }

  .train_pro_content .first_text_content h2 {
    display: block;
    color: #262626;
    font-family: BentonSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }

  .train_pro_content .first_text_content p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px;
  }

  .train_pro_content_img,
  .train_pro_header_section {
    display: none;
  }

  .train_card_desktop {
    display: none;
  }

  .train_card_mobile {
    display: block;
    width: 100%;
  }

  .amex_exp_img.exp_desk {
    display: none;
  }

  .amex_exp_img.exp_mob {
    width: 215px;
    top: 30px;
    display: block;
  }

  .amex_membership_exp_component {
    padding: 26px 16px;
    background: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/gradient_mob_bg.jpg")
      no-repeat;
    background-size: cover;
    max-height: max-content !important;
  }

  .membership_exp_right_section {
    padding-top: 39px;
  }

  .membership_exp_right_content h2 {
    font-size: 28px;
    line-height: 33.6px;
  }

  .membership_exp_right_content p {
    font-size: 14px;
    line-height: 21px;
  }

  .membership_exp_text_section h3 {
    font-size: 22px;
    line-height: 28.6px;
  }

  .membership_exp_text_section p {
    font-size: 14px;
    line-height: 21px;
  }

  .membership_exp_img .desktop_img {
    display: none;
  }

  .membership_exp_img .mobile_img {
    display: block;
  }

  .amex_membership_exp_component .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .amex_membership_exp_content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .membership_exp_right_content {
    text-align: center;
    padding-bottom: 0;
  }

  .membership_exp_card_component {
    flex-direction: column;
    gap: 40px;
  }

  .membership_exp_card {
    width: 100%;
  }

  .membership_exp_card_content {
    transition: none;
  }

  .card1 .membership_exp_card_content{
    padding-top: 18px;
  }

  .membership_exp_card.card1:hover .membership_exp_card_content,
  .membership_exp_card.card2:hover .membership_exp_card_content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .membership_exp_card_img img {
    transition: none;
  }

  .membership_exp_card_img img:hover {
    height: auto;
  }

  .membership_exp_card.card1:hover .membership_exp_card_img img,
  .membership_exp_card.card2:hover .membership_exp_card_img img {
    height: auto;
  }

  .mta_ride_left_court_img {
    display: none;
  }

  .home_dining_left_court {
    display: none;
  }

  .venue_bottom_card_grid {
    flex-direction: column;
    gap: 48px;
  }

  .venue_uber_cash_text_component {
    flex-direction: column;
    gap: 44px;
  }

  .mta_rides_wrapper {
    flex-direction: column-reverse;
    gap: 17px;
  }

  .mta_rides_img_section {
    width: 100%;
  }

  .mta_rides_text_wrapper .second_text h2{
    padding-top: 25px;
  }

  .mta_rides_text_wrapper .second_text p br {
    display: none;
  }

  .venue_uber_cash_component {
    margin-top: 87px;
  }

  .venue_uber_cash_wrapper{
    gap: 16px;
  }

  .venue_uber_cash_text_section {
    gap: 24px;
  }

  .venue_uber_cash_card_desc {
    padding: 16px 24px
  }

  .venue_uber_cash_card_desc br{
    display: none;
  }

  .venue_bottom_card_section {
    margin-top: 67px;
  }

  .venue_bottom_card_img_wrap {
    width: 100%;
  }

  .venue_bottom_card_desc br {
    display: none;
  }

  .venue_bottom_card_text_section{
    padding: 16px 24px 0px;
    gap: 24px;
  }

  .home_dining_wrapper {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .home_dining_text_wrapper {
    gap: 24px;
    padding: 0px 24px 16px
  }

  .home_dining_text_wrapper .text_link{
    padding-top: 15px !important;
  }

  .home_dining_credit_img_section {
    width: 100%;
  }

  .home_dining_text_wrapper .second_text p br {
    display: none;
  }

  .venue_bottom_card_content h3 br {
    display: none;
  }

  .hero-inner-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tennis_ball_section {
    display: none;
  }

  .left_tennis_ball,
  .right_up_tennis_ball,
  .right_down_tennis_ball {
    display: none;
  }

  .terms_desc2 span{
    display: inline;
  }

  .terms_break{
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .homecomponent {
    padding: 428px 24px 24px;
    background-size: 100% 390px;
  }
}

.home_tab_header_section {
  display: none;
}

@media (min-width: 1281px) {
  .center-stage .center-right {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  ol.breadcrumb li:nth-child(-n + 2) {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .click-reveal-container-2 {
    padding: 0px 100px 0px 40px;
    gap: 100px;
  }

  .click-reveal-container-1 {
    padding: 0px 100px;
  }

  .chevron-right {
    left: 15px;
  }

  .chevron-left {
    right: 25px;
  }

  .click-reveal-container-2-left {
    flex: 0 0 50%;
  }

  .click-reveal-container-2-right {
    flex: 0 0 50%;
  }

  .left_tennis_ball {
    position: absolute;
    top: 49%;
    left: 5%;
  }

  .right_up_tennis_ball {
    position: absolute;
    top: 48%;
    right: 0%;
  }

  .right_down_tennis_ball {
    position: absolute;
    top: 51%;
    right: 0%;
  }
}

@media (max-width: 991px) {
  .fullscreen-bg {
    background: #00175a;
    background-image: none;
    padding-top: 40px;
  }

  .float-1 {
    background: radial-gradient(
      circle at 50% 42%,
      #4aa8f2 0%,
      #0a7bdb 58%,
      #006bc8 100%
    );
    padding: 20px 24px 36px;
    text-align: center;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .float-2 {
    padding: 18px 24px 36px;
    text-align: center;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .float-1 img.mob-only-show,
  .float-2 img.mob-only-show {
    display: inline;
  }

  .float-1 button,
  .float-2 button {
    display: none;
  }

  .float-2-right-inner {
    display: none;
  }

  .tab-strip+div{
    height: 5px !important;
  }

  .train_pro_img{
    width: 100%;
  }

  .mta_rides_img_section .desktop_img {
    display: none;
  }

  .mta_rides_img_section .mobile_img {
    display: block;
  }

  .venue_uber_cash_img_section .mobile_img {
    display: block;
  }

  .venue_uber_cash_img_section .desktop_img {
    display: none;
  }

  .venue_bottom_card_img_wrap, .venue_bottom_card_img_wrap, .home_dining_credit_img_section, .mta_rides_img_section, .membership_exp_img{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .membership_exp_right_section {
    width: 100%;
  }

  .accordion-content .stack-md-down {
    padding: 16px 16px 56px !important;
  }
}

@media (min-width: 992px) {
  /* Hover state triggered by the JavaScript class */
  #tabIconLeft.is-hovered {
    opacity: 1;
    /* transform: scale(1.12); */
  }

  #tabIconRight.is-hovered {
    opacity: 1;
    /* transform: scale(1.12); */
  }

  .tab-strip+div{
  display: none !important;
  height: 0px !important;
}

  .tab-icon-slot {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .tab-strip-inner:has(.venue-btn:hover) .tab-icon-slot.left,
  .tab-strip-inner:has(.venue-btn:focus-visible) .tab-icon-slot.left,
  .tab-strip-inner:has(.elsewhere-btn:hover) .tab-icon-slot.right,
  .tab-strip-inner:has(.elsewhere-btn:focus-visible) .tab-icon-slot.right {
    opacity: 1;
  }

  .tab-strip-inner:has(.venue-btn:hover) .tab-icon-slot.right,
  .tab-strip-inner:has(.venue-btn:focus-visible) .tab-icon-slot.right,
  .tab-strip-inner:has(.elsewhere-btn:hover) .tab-icon-slot.left,
  .tab-strip-inner:has(.elsewhere-btn:focus-visible) .tab-icon-slot.left {
    opacity: 1;
  }

  .tab-strip-inner:has(.venue-btn:hover) .tab-icon-slot.left .tab-icon,
  .tab-strip-inner:has(.venue-btn:focus-visible) .tab-icon-slot.left .tab-icon {
    opacity: 1;
    filter: grayscale(0) saturate(1) brightness(1);
  }

   .tab-strip-inner:has(.elsewhere-btn:hover) .tab-icon-slot.right .tab-icon,
  .tab-strip-inner:has(.elsewhere-btn:focus-visible)
    .tab-icon-slot.right
    .tab-icon {
    opacity: 1;
    filter: grayscale(0) saturate(1) brightness(1);
    transform: scale(1.1);
  }

  .tab-strip-inner:has(.venue-btn:hover) .tab-icon-slot.right .tab-icon,
  .tab-strip-inner:has(.venue-btn:focus-visible) .tab-icon-slot.right .tab-icon,
  .tab-strip-inner:has(.elsewhere-btn:hover) .tab-icon-slot.left .tab-icon,
  .tab-strip-inner:has(.elsewhere-btn:focus-visible)
    .tab-icon-slot.left
    .tab-icon {
    opacity: 1;
    filter: grayscale(1) saturate(0) brightness(0.82);
    transform: scale(0.92);
  }

  #tabIconLeft.is-hovered,
  #tabIconRight.is-hovered {
    opacity: 1;
    filter: grayscale(0) saturate(1) brightness(1);
    transform: scale(1.06);
  }

  #tabIconLeft.is-muted,
  #tabIconRight.is-muted {
    opacity: 1;
    filter: grayscale(1) saturate(0) brightness(0.82);
    transform: scale(0.92);
  }

  .us_amexlogo {
    text-align: center;
  }

  .fullscreen-bg {
    width: 100%;
    height: calc(95vh - 55px);
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/tennis/images/court.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-inner1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
    /* gap: 250px; */
  }

  .hero-inner-left,
  .hero-inner-right {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .hero-inner-right {
    /* justify-content: flex-end; */
    justify-content: center;
  }

  .hero-inner-right img {
    max-width: 75%;
    /* max-height: calc(100vh - var(--menu-offset, 0px) - 160px); */
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .hero-inner-left {
    width: 40%;
    display: block;
  }

  .hero-inner-right {
    width: 50%;
  }

  .float-1,
  .float-2 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: transform, opacity;
    transition:
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .float-1 {
    left: 0;
    background: #0470ce;
    transform: translateX(-100%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .float-2 {
    right: 0;
    background: #04195a;
    transform: translateX(100%);
    z-index: 6;
  }

  .fullscreen-bg.panel-focus-left .float-1 {
    width: 100%;
    transform: translateX(0) !important;
    z-index: 7;
    /* transition-duration: 1.2s; */
  }

  .fullscreen-bg.panel-focus-left .float-2 {
    width: 50%;
    transform: translateX(94%) !important;
    z-index: 8;
  }

  .active-panel .float-2-inner-main {
    width: 75%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 100%;
    padding-top: 60px;
  }

  .float-2.active-panel {
    display: flex;
  }

  /* .float-2-inner-main {
    float: right;
  } */

  .active-panel .venue_button_container {
    display: none;
  }

  .active-panel .venue_button_container {
    display: none;
  }

  .active-panel .float-2-left-inner {
    width: 50%;
    padding: 0px;
    float: right;
  }

  .active-panel .float-2-right-inner {
    transform: none;
  }

  .active-panel .float-1-inner-main {
    width: 80%;
    margin: auto;
  }

  .active-panel .float-1-inner-main {
    display: flex;
    width: 60%;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .active-panel .float-1-left-inner {
    padding: 0px;
    width: 50%;
  }

  .active-panel .float-1-right-inner {
    transform: translate(-5%, 0%);
  }

  .active-panel .tennis_bat_ball {
    width: 420px;
    max-width: 420px;
    transform: translate(0px, -16px) scale(1.2);
    background: radial-gradient(
      50% 43% at 50% 50%,
      rgba(235, 243, 251, 0.7) 0%,
      rgba(235, 243, 251, 0) 100%
    );
  }

  .active-panel .tennis_bat_ball img:nth-child(2) {
    width: 420px;
  }

  .active-panel .tennis_bat_ball img:nth-child(1) {
    transform: translatex(-190px);
  }

  .active-panel
    .float-1.slide-complete
    .tennis_bat_ball:hover
    img:first-of-type {
    transform: translateY(0px) !important;
  }

  .active-panel .tennis_bat_ball:hover img:first-of-type {
    transform: translateY(0px) !important;
  }

  .fullscreen-bg.panel-focus-right .float-2 {
    width: 100%;
    transform: translateX(0) !important;
    z-index: 7;
    /* transition-duration: 1.2s; */
  }

  .fullscreen-bg.panel-focus-right .float-1 {
    width: 50%;
    transform: translateX(-94%) !important;
    z-index: 8;
  }

  .float-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    /* border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18); */
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    transition: background-color 0.2s ease;
    z-index: 8;
    transition: transform 0.3s ease;
  }

  .float-1.slide-complete .float-arrow {
    cursor: pointer;
    pointer-events: auto;
  }

  .float-2.slide-complete .float-arrow {
    cursor: pointer;
    pointer-events: auto;
  }

  /* .float-arrow:hover {
        background: rgba(255, 255, 255, 0.3);
      } */

  .float-1-arrow {
    right: 18px;
  }

  .float-2-arrow {
    left: 18px;
  }

  .hero-inner-left-inner {
    width: 75%;
  }

  .float-1 button {
    transform: rotate(180deg);
    top: 48.5%;
  }

  /* .float-1-inner-main{
        display: flex;
        flex-direction: column;
      } */

  /* Base state of the element */
  .tennis_bat_ball {
    position: relative; /* Needed to anchor the gradient pseudo-element */
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
  }

  .tennis_bat_ball img:first-of-type {
    transition: transform 0.3s ease;
    will-change: transform;
  }

  .tennis_bat_ball img:first-of-type {
    transition: transform 0.3s ease;
    will-change: transform;
  }

  /* Hover state */
  .float-1.slide-complete .tennis_bat_ball:hover,
  .float-1.slide-complete:hover .tennis_bat_ball {
    transform: translate(0px, -16px) scale(1.2);
    background: radial-gradient(
      50% 43% at 50% 50%,
      rgba(235, 243, 251, 0.7) 0%,
      rgba(235, 243, 251, 0) 100%
    );
  }

  .float-1.slide-complete:hover .tennis_bat_ball img:first-of-type {
    transform: translateX(-150px);
  }

  .active-panel.float-1.slide-complete:hover
    .tennis_bat_ball
    img:first-of-type {
    transform: translateX(-190px) !important;
  }

  .chair_ball {
    transition:
      transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
      background 0.45s ease,
      backdrop-filter 0.45s ease;
    will-change: transform;
  }

  .float-2.slide-complete .chair_ball:hover,
  .float-2.slide-complete:hover .chair_ball {
    transform: translate(0px, -12px) scale(1.15);
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 111, 207, 0.8) 0%,
      rgba(0, 111, 207, 0) 100%
    );
  }

  .active-panel .chair_ball {
    transform: translate(0px, -12px) scale(1.15);
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 111, 207, 0.8) 0%,
      rgba(0, 111, 207, 0) 100%
    );
  }

  /* .float-2.active-panel ~ .float-1 .float-arrow {
  transform: rotate(0deg);
} */

  .panel-focus-right .float-1 .float-arrow {
    transform: rotate(0deg);
  }

  .float-1.active-panel ~ .float-2 .float-arrow {
    transform: rotate(180deg);
  }

  .float-1.slide-complete .tennis_bat_ball:hover img:first-of-type {
    transform: translateX(-150px) !important;
  }

  .active-panel.float-1.slide-complete
    .tennis_bat_ball:hover
    img:first-of-type {
    transform: translateX(-190px) !important;
  }

  .float-1-right-inner {
    width: 50%;
    float: right;
    position: relative;
    transform: translate(-12%, -45%);
  }

  .float-1-left-inner {
    /* padding: 128px 0px 0px; */
    padding: 128px 0px 0px;
    padding-left: 10%;
  }

  .float-2-right-inner {
    width: 45%;
    float: left;
    position: relative;
    transform: translate(36%, -29%);
  }

  .float-2-left-inner {
    /* padding: 128px 0px 0px; */
    padding: 128px 0px 0px;
    text-align: right;
    right: 10%;
    position: relative;
  }

  .edge-copy-left .kicker p img.desktop-only-show {
    display: inline-block;
    width: 35%;
  }

  .float-1 .edge-copy-left .kicker p img.desktop-only-show {
    transition: transform 0.3s ease;
    transform-origin: center left;
  }

  .float-2 .edge-copy-left .kicker p img.desktop-only-show {
    transition: transform 0.3s ease;
    transform-origin: center right;
  }

  .float-2.slide-complete:hover
    .edge-copy-left
    .kicker
    p
    img.desktop-only-show {
    transform: scale(1.12);
  }

  .tennis_bat_ball {
    width: 45%;
    max-width: 338px;
  }

  .float-2-left-inner .venue_button_container {
    float: right;
  }

  .float-2-left-inner .mobile_venue_button_container {
    float: right;
  }

  .tennis_bat_ball {
    text-align: right;
    width: 100%;
  }

  .tennis_bat_ball img:nth-child(1) {
    width: 52px;
    position: relative;
    transform: translate(-250%, 200%);
  }

  .tennis_bat_ball img:nth-child(2) {
    width: 338px;
  }

  .fullscreen-bg.panel-focus-right .float-2 {
    width: 100%;
    /* transform: translateX(0) !important; */
    z-index: 7;
    /* transition-duration: 1.2s; */
  }

  .fullscreen-bg.panel-focus-right .float-1 {
    width: 50%;
    /* transform: translateX(-94%) !important; */
    z-index: 8;
    /* transition-duration: 1.2s */
  }

  .float-1.slide-complete,
  .float-2.slide-complete {
    width: 50%;
    z-index: 6;
    pointer-events: auto;
  }

  /* .float-1.slide-complete:hover,
  .float-2.slide-complete:hover {
    width: 60% !important;
    z-index: 7;
    pointer-events: auto;
  }

  .float-1.slide-complete:hover ~ .float-2 {
    width: 40% !important;
    z-index: 5;
    pointer-events: none;
  } */

  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-1.slide-complete:hover
    )
    .float-1,
  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-2.slide-complete:hover
    )
    .float-2 {
    width: 60%;
    z-index: 7;
    pointer-events: auto;
  }

  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-1.slide-complete:hover
    )
    .float-2,
  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-2.slide-complete:hover
    )
    .float-1 {
    width: 40%;
    z-index: 5;
    pointer-events: none;
  }
}

@media (max-width: 1350px) {
  .hero-inner-right img {
    max-width: 100%;
  }

  .float-2-arrow {
    left: 9px;
  }

  .float-1-arrow {
    right: 9px;
  }
}

@media (min-width: 1350px) {
  .hero-inner-left-inner {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1075px) {
  /* .fullscreen-bg {
    height: calc(70vh - 55px);
  } */

  .float-1.slide-complete .tennis_bat_ball:hover img:first-of-type {
    transform: translateX(-90px) !important;
  }

  .tennis_bat_ball img:nth-child(1) {
    transform: translate(-155%, 145%);
  }

  .tennis_bat_ball img:nth-child(1) {
    width: 45px;
  }

  .float-2-right-inner {
    width: 40%;
    transform: translate(30%, -30%);
  }

  .float-1.slide-complete:hover .tennis_bat_ball img:first-of-type {
    transform: translateX(-90px);
  }

  .float-arrow {
    top: 49%;
  }

  .venue_text_section h2 {
    font-size: 32px;
  }

  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-1.slide-complete:hover
    )
    .float-1,
  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-2.slide-complete:hover
    )
    .float-2 {
    width: 56%;
  }

  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-1.slide-complete:hover
    )
    .float-2,
  .fullscreen-bg:not(.panel-focus-left):not(.panel-focus-right):has(
      .float-2.slide-complete:hover
    )
    .float-1 {
    width: 44%;
  }

  .float-1-right-inner {
    width: 42%;
    transform: translate(-16%, -45%);
  }

  .float-2-left-inner {
    right: 6%;
  }

  .active-panel .float-2-inner-main {
    width: 95%;
  }

  .active-panel .float-1-inner-main {
    width: 70%;
  }

  .float-1 button {
    top: 47.5%;
  }
}


@media (min-width: 992px) and (max-width: 1150px) {
  .amex_membership_exp_component{
    max-height: max-content;
  }

  .amex_membership_exp_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .membership_exp_right_section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
  }

  .membership_exp_right_content{
    text-align: center;
  }
}

@media (max-width: 1380px){
  .right_up_tennis_ball {
    right: 13%;
  }

  .left_tennis_ball {
    left: 12%;
  }
}

@media (max-width: 1280px){
  .right_up_tennis_ball {
    right: 12%;
    margin-top: -6%;
  }

  .left_tennis_ball {
    left: 8%;
  }

  .right_down_tennis_ball {
    right: 7%;
    margin-top: 10%;
  }
}

@media (max-width: 1175px){
  .tennis_ball_section div{
    width: 40px;
    height: 40px;
  }

  .right_up_tennis_ball {
    right: 12%;
    margin-top: -4%;
  }

  .left_tennis_ball {
    left: 8%;
    margin-top: 2%;
  }

  .right_down_tennis_ball {
    right: 10%;
    margin-top: 12%;
  }
}

@media (max-width: 1085px){
  .right_up_tennis_ball {
    right: 4%;
  }

  .left_tennis_ball {
    left: 2%;
  }

  .right_down_tennis_ball {
    right: 2%;
  }
}

@media (min-width: 992px) and (max-width: 1130px) {
  .hero_text .heading {
    font-size: 40px;
    line-height: 48px;
  }

  .hero_text .heading br{
    display: none;
  }

  .hero_text .subheading br{
    display: none;
  }
}

@media (min-width: 1280px){
  .venuecomponent .container, .homecomponent .container{
    max-width: max-content;
  }

  .venuecomponent{
    background-position: 100% 50%;
  }

  .fan_experience_text_section{
    max-width: 28%;
  }
}

@media (min-width: 992px) and (max-width: 1120px){
  .homecomponent {
    background-position: 64% 20%;
  }
}

@media (min-width: 1410px){
  .homecomponent {
    background-position: 50% 20%;
  }

  .hero-inner-left-inner{
    margin-left: 10%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px){
  .venuecomponent{
    background-position: 25% 50%;
  }
}