body {
  width: 100%;
  overflow-x: hidden;
}

.ata-about-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 168px;
  padding-bottom: 0;
  display: flex;
}

.ata-about-headline {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Neue Haas, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.ata-about-p {
  color: #000;
  text-align: left;
  width: auto;
  font-family: Neue Haas, Arial, sans-serif;
  line-height: 28px;
}

.ata-about-p.is-intro {
  text-align: center;
  width: 60vw;
  font-size: 14px;
}

.ata-football-btn {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-family: Neue Haas, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.ata-football-btn:hover {
  color: #fff;
  background-color: #000;
}

.ata-football-btn.is-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 200px;
}

.ata-football-btn.is-right {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 199px;
}

.ata-football-line {
  background-color: #000;
  width: 1px;
  height: 120px;
}

.ata-football-btn-line-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ata-video-tabs {
  width: 100%;
  margin-top: 24px;
}

.ata-reveal-video-wrapper {
  margin-bottom: 13px;
  padding: 0 16%;
}

.ata-packable-tabs-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.text-block-5 {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ata-reveal-video-embed {
  border-radius: 32px;
  height: auto;
  overflow: hidden;
}

.tab-link-tab-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
}

.tab-link-tab-5.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ata-tabs-content {
  margin-top: 32px;
}

.ata-p {
  color: #000;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 51px;
  margin-left: 11%;
  line-height: 28px;
  text-decoration: none;
}

.ata-p.p-centered-tabs {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8vw;
  margin-left: 0;
  font-size: 13px;
}

.tab-link-tab-5-2 {
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 9px 0;
}

.tab-link-tab-5-2.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-4 {
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-4.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.ata-p-link {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.ata-double-btn-wrapper {
  display: flex;
}

.ata-packable-section {
  border-top: 1px solid #000;
  border-bottom: 0 #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.ata-reveal-heroimage {
  z-index: 5;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.ata-reveal-heroimage.ata-reveal-desktop {
  height: 54vw;
  position: relative;
}

.ata-hereo-background-video {
  width: 100%;
  height: 100%;
}

.ata-line-headline {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ata-about-intro {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ata-about-p, .ata-about-p.is-intro {
    width: 100%;
  }

  .ata-football-line {
    height: 80px;
  }

  .ata-reveal-video-wrapper {
    margin-bottom: 0;
    padding: 4vw 10vw 1vw;
  }

  .ata-tabs-content {
    margin-top: 4px;
  }

  .ata-p {
    margin-top: 20px;
    margin-left: 0;
  }

  .ata-p.p-centered-tabs {
    margin-bottom: 80px;
  }

  .ata-reveal-heroimage {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .ata-about-intro {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ata-about-headline {
    width: 90%;
  }

  .ata-reveal-video-wrapper {
    padding-top: 3vw;
  }

  .ata-tabs-content {
    margin-top: 16px;
  }

  .ata-p.p-centered-tabs {
    margin-bottom: 80px;
    margin-left: 12vw;
    margin-right: 12vw;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .ata-about-intro {
    padding-top: 160px;
  }

  .ata-about-headline {
    text-align: center;
    line-height: 32px;
  }

  .ata-about-p, .ata-about-p.is-intro {
    text-align: center;
  }

  .ata-football-btn.is-left {
    width: 140px;
  }

  .ata-football-btn.is-right {
    width: 139px;
  }

  .ata-reveal-video-wrapper {
    margin-bottom: 8px;
    padding: 4vw 0 0;
  }

  .ata-packable-tabs-menu {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100vw;
    display: flex;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    margin-left: 12px;
    margin-right: 12px;
  }

  .ata-reveal-video-embed {
    border-radius: 0;
  }

  .tab-link-tab-5 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .ata-p.p-centered-tabs {
    margin-bottom: 80px;
  }

  .tab-link-tab-4.w--current {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .ata-reveal-heroimage {
    background-image: none;
    width: 100vw;
    height: 125vw;
    position: relative;
  }

  .ata-reveal-heroimage.ata-reveal-desktop {
    background-image: none;
    background-position: 80%;
    height: 150vw;
    display: block;
  }
}


@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_regular.woff2') format('woff2'), url('../fonts/neue_haas_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_bold.woff2') format('woff2'), url('../fonts/neue_haas_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}