/* // BENTONSANS LIGHT (100) */
@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 (700)  */
@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');
}

.desktopOnly {
  display: block;
}

.mobileOnly {
  display: none;
}

body {
  overflow-x: hidden;
  background: #f4efe7;
}

.flower-scroll-section {
  height: 200vh;
  background-image: url(/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/s1-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #016fd0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;

  overflow: hidden;
  /* background: radial-gradient(
    61.3% 73.95% at 50% 43.16%,
    #006fcf 40.38%,
    #003869 100%
  ); */
}

/* Horse animation */
.image-switch {
  position: absolute;
  width: 492px;
  height: 492px;
  top: 43px;
  background-size: contain;
  background-position: center;
  animation: swapImages 2s infinite;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes swapImages {
  0% {
    background-image: url('/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/Horse-01.png');
  }
  49.99% {
    background-image: url('/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/Horse-01.png');
  }
  50% {
    background-image: url('/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/horse-02.png');
  }
  100% {
    background-image: url('/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/horse-02.png');
  }
}

.nowrap {
  white-space: nowrap;
}

/* DH Update Starts*/
/* .flower-scroll-section {
  overflow: hidden;
  background: radial-gradient(
    61.3% 73.95% at 50% 43.16%,
    #006fcf 40.38%,
    #003869 100%
  );
} */

.mountain {
  display: block;
  position: absolute;
  height: 196px;
  width: 1405px;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
}

.logoContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
}

.logoAmex {
  display: block;
  width: 100%;
  max-width: 285px;
}

.dash {
  display: block;
  width: 100%;
  max-width: 38px;
  display: none;
}

.logoStagecoach {
  display: block;
  width: 100%;
  max-width: 264px;
}
/* DH Update Ends*/

.sticky-stage {
  top: 0;
  /* height: 100vh; */
  height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#lottie-container {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0px;
  background: red;
  z-index: 10000000;
  display: block;
}

.flower {
  position: relative;
  top: 77px;
  width: 711px;
  aspect-ratio: 1;
  transform-origin: center center;
  will-change: transform;
}

.s1-cacti {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
}

.perspective-wall {
  min-height: 2500px;
  display: block;
  position: relative;
  width: 100%;
  top: 430px;
  z-index: 2;
  overflow: hidden;
  perspective: 1200px;
}
.perspective-wall::before {
  background-image: url(/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/s2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  min-height: 2000px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110px;
  background-size: clamp(1500px, 95%, 1830px);
}
.perspective-wall::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefbf6;
  top: 110px;
  z-index: -1;
}

/* just creates scroll room */
.scroll-space {
  height: 300vh;
}

/* TOP SURFACE */
.top-plane {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 408px;
  overflow: hidden;
}

/* FRONT FACE */
.front-plane {
  position: absolute;
  left: 0;
  right: 0;
  top: 408px;
  bottom: 0;
  overflow: hidden;
}

.top-text-wrap,
.front-text-wrap {
  position: absolute;
  left: 50%;
  /* width: 80vw; */
  max-width: 1200px;
  transform: translateX(-50%);
  /* will-change: transform; */
  top: 70px;
}

.top-text-wrap {
  perspective: 850px;
  perspective-origin: center center;
}

.front-text-wrap {
  top: -50%;
}

.headline {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family:
    'BentonSansBold',
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  letter-spacing: -0.06em;
  line-height: 0.84;
  text-align: center;
  color: #6c5b5d;
}

.headline span {
  display: block;
}

.top-text {
  font-size: 150px;
  transform-origin: center center;
  transform: rotateX(65deg) translateY(-70%) scale(1.3);
  margin-top: 40px;
  width: 1000px;
}

.front-text {
  font-size: 200px;
}

/* optional depth/shadow on the front face */
.front-plane .headline {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* DH Update Starts*/
#graphicContainer {
  position: relative;
  display: block;
  top: 370px;
  /* top: clamp(540px, 44vw, 720px); */
}
/* DH Update Ends*/

.center-graphic {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  will-change: transform;
  z-index: 5;
}

.center-graphic img,
.center-graphic svg {
  display: block;
  width: min(28vw, 320px);
  height: auto;
}
.floating-object {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform;
  z-index: 6; /* above blob */
  pointer-events: none;
}

.floating-object img,
.floating-object svg {
  display: block;
  width: min(18vw, 220px);
  height: auto;
}

#floatingLeft > img {
  width: 160px;
}

#floatingMiddle > img {
  width: 105px;
}

#floatingRight > img {
  width: 110px;
}

.floating-left {
  transform: translate(calc(-50% - 80px), calc(-50% - 20px));
}

.floating-middle {
  transform: translate(calc(-50% - 0px), calc(-60% - 0px));
}

.floating-right {
  transform: translate(calc(-50% + 80px), calc(-50% - 20px));
}

.card-grid {
  min-height: 800px;
  position: relative;
  width: 100%;
  /* margin-top: 950px; */
  margin-top: clamp(760px, 60vw, 910px);
  z-index: 5;
}
.cs-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.cs-container-heading {
  margin: auto;
  width: 100%;
  display: block;
}
.cs-container-heading h2 {
  color: #fefbf6;
  text-align: center;
  margin: auto;
  font-family:
    'BentonSansMd',
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.cs-container-heading p {
  color: #fefbf6;
  text-align: center;
  margin: auto;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 15px auto 50px;
  line-height: 1;
}
.cs-container-cols {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

.right-col {
  padding-left: clamp(20px, 3vw, 80px);
}

.perspective-wall .cs-container-col {
  width: 33.333%;
  background: #ffffff;
  border-radius: 8px;
}
.cs-col-card-top {
  height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}
.cs-col-card-top::before {
  content: '';
  background-image: url(/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/hover-mask.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230%;
  inset: 0;
  transition: background-size 0.25s ease;
  position: absolute;
}

.cs-col-card:hover .cs-col-card-top::before {
  background-size: 100%;
  transition: background-size 0.25s ease;
  pointer-events: none;
}
.cs-s5 .cs-col-card-top::before {
  display: none !important;
}
.cs-col-card-top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cs-col-card-bot {
  background: #fff;
  padding: 24px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 180px;
}
.cs-col-card-bot h3 {
  margin: auto auto 15px;
  font-size: 20px;
  font-family:
    'BentonSansMd',
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-weight: 500;
  line-height: 28px;
  color: #1f0f0f;
}
.cs-col-card-bot p {
  margin: 0;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1f0f0f;
}
.cs-s4 {
  position: relative;
  overflow: hidden;
  background-color: #fefbf7;
  /*margin-top: -100px;*/
  z-index: 2;
  padding-bottom: 60px;
}
.cs-s4-blob-right {
  right: -50px;
}
.cs-s4-blob-left {
  left: -100px;
}
.cs-s4 h2 {
  margin-top: 130px;
  margin-bottom: 20px;
  /* width: 80%; */
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 64px;

  font-size: clamp(32px, 4.55vw, 56px);
  line-height: clamp(40px, 5vw, 68px);
  color: #1f0f0f;
}
.cs-s4 p {
  width: 80%;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1f0f0f;
}
.cs-s4 a {
  display: inline-block;
  margin-top: 24px;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 180px;
  line-height: 24px;
  color: #fff;
  background-color: #2f6dc8;
  border-radius: 4px;
  padding: 10px;
}
.cs-s5 a {
  display: block;
  margin-top: 24px;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: #2f6dc8;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.cs-s5 h2 {
  font-size: 40px;
  margin: 0;
  font-family:
    'BentonSansMd',
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-weight: 500;
  line-height: 48px;
  color: #fbf5e9;
  max-width: 80%;
}
.cs-s5 p {
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  max-width: 80%;
}
.cs-s5 .cs-container:nth-of-type(2) {
  margin-top: 80px;
}
.cs-s5 .reverse-btn {
  width: 250px;
  display: inline-block;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  color: #2f6dc8;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}

.cs-s5 .reverse-btn:focus {
  /* border: dashed 1px #000000; */
  outline: 1px dashed #ffffff;
  /* This creates the 'padding' between the div and the border */
  outline-offset: 4px;
}

.cs-s5 .cs-container {
  max-width: 1000px;
}
.cs-s5 h3 {
  font-size: 24px;
  font-family:
    'BentonSansBold',
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #00175a;
}
.cs-s4 .cs-container-cols {
  margin-bottom: 200px;
}
.cs-s4 .cs-container-col {
  position: relative;
  width: 50%;
}
.cs-s4 .cs-container-col img {
  position: absolute;
}
.cs-s4-blob,
.cs-s4-img {
  will-change: transform;
}
.cs-s4-img4-mob {
  transform: translateY(0px) !important;
  top: 0;
}
.cs-s5 {
  padding-top: 200px;
  background: url(/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/s5-bg.jpg)
    no-repeat center top/cover;
  position: relative;
  padding-bottom: 80px;
}

.cs-s5::before {
  content: '';
  background: url(/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/curve2.png)
    no-repeat center top/cover;
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
}
.resy-logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
}
.cs-s5 .cs-col-card-bot {
  padding-top: 50px;
}
.cs-s5 .cs-col-card-bot p {
  margin: auto;
  color: #333333;
}
.cs-s6 {
  padding: 100px 0;
  text-align: center;
  width: 100%;
  display: block;
  background: #fff;
}
.cs-s6 img {
  margin: auto;
  display: block;
}
.cs-s6 h2 {
  margin: 30px 0;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 32px;
  font-weight: normal;
  color: #262626;
}
.cs-s6 div a {
  width: 257px;
  display: inline-block;
  font-family:
    'BentonSans',
    helvetica,
    helvetica neueu,
    san-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  color: #2f6dc8;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #b5d7f4;
  padding: 10px;
  margin: auto 7px;
}
.cs-s6 a img {
  display: inline;
  padding-left: 7px;
}
.collapsible-panel .dls-white-bg,
.collapsible-panel .dls-gray-01-bg {
  background: transparent !important;
  border: 0 !important;
}
.collapsible-panel .dls-white-bg h3 {
  border: 0 !important;
}
.collapsible-panel {
  position: relative;
}
#terms {
  padding-top: 25px;
}
.collapsible-panel::before {
  content: url('/content/dam/amex/en-us/benefits/membership/experiences/stagecoach/2026/images/ribbon.png');
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -42px;
  margin: auto;
  width: 160px;
}
.accordion-content ol li {
  margin-bottom: 20px;
}
.collapsible-panel button span,
.collapsible-panel ol li p {
  color: #000 !important;
}

.cs-s4-img4-dt {
  display: block;
}
.cs-s4-img4-mob {
  display: none;
}

@media (max-width: 1139px) {
  .logoContainer {
    top: 68px;
    max-width: 768px;
    padding: 0 53px 0 76px;
  }

  .dash {
    display: block;
  }

  .logoAmex {
    max-width: 241px;
  }

  .image-switch {
    width: 388px;
    height: 388px;
    top: 149px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .top-text {
    /* transform: rotateX(65deg) translateY(-100%) scale(1);
    font-size: 110px; */
    transform: rotateX(65deg) translateY(-70%) scale(1);
    font-size: 130px;
  }
  .center-graphic,
  .floating-object {
    top: 23%;
  }
  .perspective-wall {
    min-height: 2500px;
  }
  .cs-container {
    width: 90%;
  }

  .cs-col-card-top {
    height: 200px;
  }

  .cs-s4 p {
    width: 100%;
  }

  .cs-s4 .cs-container-cols {
    margin-bottom: 150px;
  }

  .cs-container-heading h2 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .desktopOnly {
    display: none;
  }

  .mobileOnly {
    display: block;
  }

  .image-switch {
    width: 252px;
    height: 252px;
    top: 121px;
  }

  .logoContainer {
    top: 59px;
    max-width: 375px;
    padding: 0 20px;
  }

  .dash {
    max-width: 19px;
  }

  .logoAmex {
    max-width: 119px;
  }

  .logoStagecoach {
    max-width: 131px;
  }

  .mountain {
    top: 270px;
    width: 762px;
  }

  .cs-s4-img4-dt {
    display: none;
  }
  .cs-s4-img4-mob {
    display: block;
  }
  .cs-container-cols {
    flex-direction: column;
  }

  .cs-container-col,
  .cs-container-col {
    width: 90% !important;
    margin: auto;
  }

  .flower-scroll-section {
    /* background-size: 400px 240px; */
  }

  .flower {
    width: 380px;
    margin: auto;
  }

  .flower img {
    width: 100%;
  }

  .sticky-stage {
    height: 385px;
  }

  .perspective-wall {
    top: 250px;
    min-height: 2500px;
  }

  /* .perspective-wall::before {
    top: 45px;
    background-size: 768px;
  } */

  .perspective-wall::before {
    top: 110px;
    background-size: 660px;
  }

  .top-plane {
    top: 40px;
  }

  .s1-cacti {
    top: 63px;
    width: 380px;
  }

  .top-text {
    font-size: 42px;
    line-height: 1.05;
    transform: rotateX(65deg) translateY(-100%) scale(1.5);
  }

  .cs-container-heading {
    width: 90%;
  }

  .cs-container-heading h2 {
    font-size: 40px;
  }

  #graphicContainer {
    position: relative;
    display: block;
    top: 160px;
    /* top: clamp(540px, 44vw, 720px); */
    scale: 0.75;
  }

  .center-graphic img,
  .center-graphic svg {
    width: 200px;
  }

  .center-graphic,
  .floating-object {
    top: 27% !important;
  }

  .card-grid {
    margin-top: 470px;
  }

  .cs-col-card-top {
    height: 230px;
  }

  .cs-s4 {
    margin-top: 250px;
    padding-bottom: 22px;
  }

  .cs-s4 h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }

  .cs-s4 p {
    width: 100%;
    text-align: center;
  }

  .cs-s4 a {
    width: 100% !important;
  }

  .cs-s4 .cs-container .cs-container-cols:nth-of-type(1),
  .cs-s4 .cs-container .cs-container-cols:nth-of-type(3) {
    flex-flow: column-reverse;
  }

  .cs-s4 .cs-container .cs-container-cols:nth-of-type(2) {
    flex-flow: column;
  }

  .cs-s4 .cs-container-cols {
    margin-bottom: 50px;
  }

  .cs-s4-img {
    left: 0;
  }

  .cs-s4-blob {
    position: relative !important;
  }

  .cs-s5 {
    padding-top: 100px;
  }

  .cs-s5 .cs-container:nth-of-type(2) .cs-container-cols {
    flex-flow: column-reverse;
  }

  .cs-s5 .cs-container:nth-of-type(2) .cs-container-cols img {
    max-width: 60%;
    display: block;
    margin: auto;
  }

  .cs-s5 .cs-container:nth-of-type(2) .cs-container-cols h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
  }

  .cs-s5 .cs-container:nth-of-type(2) .cs-container-cols p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }

  .cs-s5 .cs-container:nth-of-type(2) .cs-container-cols a {
    width: 100%;
  }

  .cs-s6 div a {
    width: 90%;
    margin: auto 7px 20px;
  }

  .cs-s6 div a img {
    width: auto;
  }
  .cs-s6 img {
    width: 100%;
    max-width: 90%;
  }

  .right-col {
    padding-left: 0px;
  }
}

.center-graphic {
  position: absolute;
  left: 50%;
  top: 37%;
  width: 320px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform, width;
  z-index: 5;
}

.center-graphic img,
.center-graphic svg {
  display: block;
  width: 100%;
  height: auto;
}

#rm-EnrollNow {
  display: none;
}
