html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

#brand {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#open-in-app-banner {
  display: none;
  background-color: #ed1c24;
  text-align: center;
  line-height: 150px;
  width: 100%;
  margin-bottom: 8px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.main {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header, .footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header {
  align-items: flex-end;
  margin-top: 1.5rem;
  margin-bottom: min(6.66vh, 7.5vw);
}

.header > .title-col {
  padding: min(6.66vh, 7.5vw);
  padding-bottom: 0;
}

.header > .title-col h2.title {
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 4rem;
}

.header > .title-col h1.subtitle {
  margin: 0;
  padding: 1.5vh 0;
  color: #555;
  font-size: min(2vh, 2vw);
  font-weight: 200;
  text-transform: uppercase;
}

.header > .shard-col > img {
  height: auto;
  width: 20vw;
}

.embedded-video-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.embedded-video-wrapper > .embedded-video {
  max-width: 50vw;
  max-height: 95vh;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.no-video__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 2.5rem;
  background-color: #FFF;
  border-radius: 1rem;
}

.no-video__wrapper > .activity__description {
  max-width: 40vw;
  border-right: 1px solid black;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.66em;
}

.no-video__wrapper > .activity__thumbnail {
  align-self: center;
  max-width: 40vw;
  overflow: hidden;
}

.footer {
  margin-top: min(6.66vh, 7.5vw);
}

.footer > .shard-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-self: stretch;
}

.footer > .shard-col img {
  width: 25vw;
}

.footer > .logo-col img {
  width: 22vw;
  padding-right:  min(6.66vh, 7.5vw);
  padding-bottom: min(6.66vh, 7.5vw);
}

.download-app-badges {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
}

.download-app-badges a {
  display: block;
  width: 10rem;
  margin: 0 1rem;
  text-align: center;
}

.download-app-badges a img {
  height: 3rem;
}

.banner {
  width: 100%;
  background-color: #FFF;
}

.banner .download-app-badges {
  padding-top: 2rem;
  padding-bottom: .5rem;
}

.appendix {
  width: 100%;
  border-top: 1px solid #000;
  background-color: #FFF;
}

.disclaimer {
  margin: 1rem 0;
  font-size: .83rem;
  line-height: 1.2rem;
  text-align: center;
}

.disclaimer small {
  font-size: .66rem;
}

.gradient {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(180deg, #aaa 0%, #ccc 8.3%, #eee 33%, #FFF 83%, #FFF 100%);
}

.gradient.gradient__up {
  background: linear-gradient(0deg, #aaa 0%, #ccc 8.3%, #eee 33%, #FFF 83%, #FFF 100%);
}

img {
  width: 100%;
}

@media (max-aspect-ratio: 99/100) {
  .header > .title-col h2.title {
    padding: 2.5vh 0;
    font-size: min(8.5vh, 8.5vw);
  }

  .no-video__wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 0;
    background-color: unset;
    border-radius:  unset;
  }

  .no-video__wrapper > .activity__description {
    width: calc(100% - min(6.66vh, 7.5vw) * 2);
    max-width: unset;
    border-right: none;
    margin-right: min(6.66vh, 7.5vw);
    margin-left: min(6.66vh, 7.5vw);
    padding-right: 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
  }

  .no-video__wrapper > .activity__thumbnail {
    width: 100%;
    max-width: unset;
    align-self: stretch;
  }

  .embedded-video-wrapper > .embedded-video {
    width: 100%;
    max-width: unset;
  }

  .header > .shard-col > img {
    width: 35vw;
  }

  .footer > .shard-col img {
    width: 40vw;
  }

  .download-app-badges a img {
    height: 4rem;
  }
}
