section.stages-hero {
  padding-bottom: 0;
}
section.stages-hero .stages-hero-wrapper {
  grid-column: 1/-1;
}
section.stages-hero .stages-hero-wrapper .intro {
  padding: 0px 0 60px;
}
section.stages-hero .stages-hero-wrapper .intro h1 {
  margin-top: 60px;
  font-size: 2.25rem;
  line-height: 50px;
  color: #4EC9D6;
}
section.stages-hero .stages-hero-wrapper .intro .excerpt {
  font-size: 1.4375rem;
}
section.stages-hero .stages-hero-wrapper .tabs .tab-list {
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}
section.stages-hero .stages-hero-wrapper .tabs .tab-list .tab-item {
  color: #fff;
  padding: 9px 15px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
section.stages-hero .stages-hero-wrapper .tabs .tab-list .tab-item:hover, section.stages-hero .stages-hero-wrapper .tabs .tab-list .tab-item.active {
  background-color: #4EC9D6;
}
section.stages-hero .stages-hero-wrapper .tab-panel {
  display: none;
  background-color: var(--white);
}
section.stages-hero .stages-hero-wrapper .tab-panel img {
  height: auto;
}
section.stages-hero .stages-hero-wrapper .tab-panel.active {
  display: block;
}
section.stages-hero .stages-hero-wrapper .key-info {
  padding: 3.75rem 0;
}
section.stages-hero .stages-hero-wrapper .key-info ul li {
  list-style-type: none;
  text-align: center;
}
section.stages-hero .stages-hero-wrapper .key-info ul li h2 {
  border-left: 1px solid #4EC9D6;
  font-size: 40px;
  color: #4EC9D6;
  font-style: italic;
  font-family: ff-meta-serif-web-pro;
  font-weight: 400;
  padding-bottom: 0.625rem;
}
section.stages-hero .stages-hero-wrapper .key-info ul li span {
  display: block;
  width: 100%;
  font-size: 1rem;
  opacity: 0.5;
  font-style: italic;
}
@container main (min-width: 48rem) {
  section.stages-hero .stages-hero-wrapper .key-info ul li:last-child h2 {
    border-right: 1px solid #4EC9D6;
  }
}
@container main (max-width: 47.9375rem) {
  section.stages-hero .stages-hero-wrapper .key-info ul li h2 {
    border-right: 0;
    border-left: 0;
    font-size: 1.625rem;
    margin-bottom: 0;
  }
  section.stages-hero .stages-hero-wrapper .key-info ul li span {
    font-size: 0.75rem;
  }
}
section.stages-hero .stages-hero-wrapper .cities-list .city {
  list-style-type: none;
  -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
}
section.stages-hero .stages-hero-wrapper .cities-list .city .image-wrapper {
  height: 100%;
  width: 100%;
}
section.stages-hero .stages-hero-wrapper .cities-list .city .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.stages-hero .stages-hero-wrapper .cities-list .city .content-wrapper {
  padding: 5rem 1.875rem;
}
section.stages-hero .stages-hero-wrapper .cities-list .city .content-wrapper h3 {
  font-size: 1.875rem;
  font-family: ff-meta-web-pro;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 15px;
  letter-spacing: -0.6px;
  color: #717171;
}
section.stages-hero .stages-hero-wrapper .cities-list .city .content-wrapper p {
  font-family: ff-meta-serif-web-pro;
  font-size: 1rem;
  line-height: 30px;
  color: #717171;
  padding-right: 30px;
  font-weight: 400;
}
section.stages-hero .stages-hero-wrapper .cities-list .city .content-wrapper .btn-small {
  margin-top: 1.25rem;
  display: inline-block;
}
@container main (max-width: 47.9375rem) {
  section.stages-hero .stages-hero-wrapper .cities-list .city .content-wrapper {
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}