/*
 * Theme Name: QB Confidential
 */
body, html {
  padding: 0;
  margin: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body img {
  max-width: 100%;
  height: auto;
}

body {
  background: #001E3D;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
  color: #FFFFFF;
}
@media (max-width: 550px) {
  body {
    font-size: 17px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "objektiv-mk1", sans-serif;
}

article.episode-view {
  padding: 0 10px;
  max-width: 300px;
}
article.episode-view:focus-visible, article.episode-view a:focus-visible {
  outline: 3px solid #c9a55c;
  outline-offset: 3px;
}
article.episode-view.locked .thumbnail {
  position: relative;
}
article.episode-view.locked .thumbnail img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
article.episode-view.locked .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
article.episode-view.locked .thumbnail p {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-transform: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
article.episode-view.locked .thumbnail p img {
  margin: 0 auto 5px;
}
article.episode-view .thumbnail img {
  display: block;
}
article.episode-view h3 {
  font-family: "objektiv-mk1";
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  article.episode-view h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
article.episode-view h3 img {
  margin-right: 5px;
}
article.episode-view p {
  margin: 0;
  font-family: "objektiv-mk1";
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 600px) {
  article.episode-view p {
    text-align: center;
  }
}

/* Home pages: header floats over the hero so the logo bleeds into the
   field/welcome video background. Inner pages (dashboard, library,
   account, etc.) get a normal-flow header so the giant logo doesn't
   draw over their content. */
header[role=banner] {
  position: relative;
  width: 100%;
  z-index: 5;
  padding: 0 10px;
  background: #0c0e12;
}
body.home header[role=banner] {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
/* On inner pages, the negative top-margin on the logo (a home-page
   bleed effect) reads as overflow above the body — clamp it. */
body:not(.home) header[role=banner] #qbc-logo {
  margin-top: 0;
  max-width: 240px;
  height: auto;
}
header[role=banner] #qbc-logo {
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
  margin-top: -25px;
}
@media (max-width: 700px) {
  header[role=banner] #qbc-logo {
    max-width: 170px;
    height: auto;
  }
}
@media (max-width: 450px) {
  header[role=banner] #qbc-logo {
    max-width: 120px;
  }
}
header[role=banner] #qbc-logo linearGradient stop {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header[role=banner] #qbc-logo:hover linearGradient stop {
  stop-color: #97233F;
}
header[role=banner] .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 30px;
  position: relative;
  z-index: 2;
}
header[role=banner] .header-content svg {
  display: block;
}
header[role=banner] .header-content nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header[role=banner] .header-content nav a {
  margin: 0 18px;
  color: #fff;
}
@media (max-width: 450px) {
  header[role=banner] .header-content nav a {
    display: none;
  }
}
@media (max-width: 870px) {
  header[role=banner] .header-content nav a.btn-red {
    display: none;
  }
}
header[role=banner] .header-content nav .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media (max-width: 1080px) {
  header[role=banner] .header-content nav .social-link {
    display: none;
  }
}
header[role=banner] .header-content nav .social-link svg {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header[role=banner] .header-content nav .social-link svg path {
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
header[role=banner] .header-content nav .social-link:hover {
  background: #fff;
}
header[role=banner] .header-content nav .social-link:hover svg path {
  fill: #002244;
}
header[role=banner] .header-content nav .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header[role=banner] .header-content #menu-button {
  margin-left: 60px;
}

.btn {
  font-family: "objektiv-mk1";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 7px 36px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn-red {
  background: #97233F;
  border: 2px solid #97233F;
}
.btn.btn-red:hover {
  background: #fff;
  color: #002244;
  border-color: #fff;
}
.btn.btn-white-outline {
  border: 2px solid #fff;
}
.btn.btn-white-outline:hover {
  background: #fff;
  color: #002244;
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-width: 400px;
  z-index: 20;
  background: #001e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 20px 40px;
  -webkit-transform: translateX(100%) translateX(10px);
          transform: translateX(100%) translateX(10px);
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
}
body.animation-active #main-menu {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
#main-menu.open {
  -webkit-transform: none;
          transform: none;
}
#main-menu .toggle-menu {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.admin-bar #main-menu .toggle-menu {
  top: 50px;
}
#main-menu nav.menu-main-menu-container ul {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
#main-menu nav.menu-main-menu-container ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  line-height: 24px;
}
#main-menu nav.menu-main-menu-container ul li + li {
  margin-top: 15px;
}
#main-menu > a + a {
  margin-top: 20px;
}
#main-menu .btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
}
#main-menu nav:last-child {
  margin-top: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .episodes .list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-gap: 22px;
}
#home .episodes .list .previous-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 100%;
  z-index: 5;
  max-height: 183px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 600px) {
  #home .episodes .list .previous-arrow {
    max-height: none;
    background: none;
  }
}
#home .episodes .list .previous-arrow.slick-disabled {
  opacity: 0;
}
#home .episodes .list .previous-arrow:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: var(--accent-color);
  z-index: 20;
  border-radius: 50%;
  pointer-events: all;
  top: 50%;
  left: 19px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .episodes .list .previous-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 11px 6px 0;
  border-color: transparent var(--text-color) transparent transparent;
  z-index: 21;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .episodes .list .next-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 100%;
  z-index: 5;
  max-height: 183px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 600px) {
  #home .episodes .list .next-arrow {
    max-height: none;
    background: none;
  }
}
#home .episodes .list .next-arrow.slick-disabled {
  opacity: 0;
}
#home .episodes .list .next-arrow:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: var(--accent-color);
  z-index: 20;
  border-radius: 50%;
  pointer-events: all;
  top: 50%;
  right: 19px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .episodes .list .next-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--text-color);
  z-index: 21;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .episodes .list article.episode-view h3 {
  color: #fff;
}
body.member-logged-in #home:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  right: 22px;
  height: 328px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#home #hero {
  background-image: url("dist/hero-bg-latest.63e008c48b25.jpg");
  background-size: cover;
  background-position: top center;
  padding: 212px 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #home #hero {
    background-image: url("dist/hero-bg-latest@2x.1a3f252919bd.jpg");
  }
}
#home #hero:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 55px;
  background: #001E3D;
  pointer-events: none;
}
#home #hero h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 1em;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 0 15px;
}
#home #hero p {
  font-family: "objektiv-mk1";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 122.5%;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
}
#home #hero #hero-video,
#welcome-intro #hero-video {
  width: 100%;
  max-width: min(880px, calc(100vw - 40px));
  display: block;
  margin: 45px auto 0;
  border: 10px solid #000;
  background: #000;
  position: relative;
  z-index: 3;
}

#home #hero #hero-video > div,
#welcome-intro #hero-video > div {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 768px) {
  #home #hero #hero-video,
  #welcome-intro #hero-video {
    border: 5px solid #000;
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  #home #hero #hero-video,
  #welcome-intro #hero-video {
    border: 5px solid #000;
    margin: 30px auto 0;
  }
}

#home #main-body {
  padding-top: 100px;
  position: relative;
}
#home #main-body #top-endzone, #home #main-body #top-endzone-bottom {
  display: block;
  margin: 0 auto;
}
#home #main-body #playing-field {
  background-image: url("dist/field-bg.0562186fd39f.png");
  background-size: 1578px 107px;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 80px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #home #main-body #playing-field {
    background-image: url("dist/field-bg@2x.1a05888ed9b4.png");
  }
}
#home #main-body > * {
  position: relative;
  z-index: 2;
}
#home #main-body section:last-child {
  margin-bottom: 0;
}
#home #main-body #homepage-intro {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding: 60px 170px 40px;
  position: relative;
  background-image: url("dist/field-bg-top-mid.deab6719bb24.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #home #main-body #homepage-intro {
    background-image: url("dist/field-bg-top-mid@2x.5eb2e4b07def.png");
  }
}
@media (max-width: 900px) {
  #home #main-body #homepage-intro {
    padding: 60px 110px 40px;
  }
}
@media (max-width: 550px) {
  #home #main-body #homepage-intro {
    padding: 60px 60px 40px;
  }
}
body.member-logged-in #home #main-body #homepage-intro {
  border: none;
}
#home #main-body #homepage-intro h2 {
  font-weight: bold;
  font-size: 62px;
  line-height: 65px;
  text-align: center;
  letter-spacing: -0.7px;
  margin: 0 auto 0;
}
@media (max-width: 550px) {
  #home #main-body #homepage-intro h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
#home #main-body #homepage-intro h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #EBBA72;
  margin: 20px 0;
}
@media (max-width: 550px) {
  #home #main-body #homepage-intro h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
#home #main-body #homepage-intro p {
  margin: 0;
}
#home #main-body #homepage-intro p + p {
  margin-top: 15px;
}
#home #main-body #homepage-intro #welcome-intro {
  text-align: center;
}
#home #main-body #homepage-intro #welcome-intro h2 {
  color: #EBBA72;
}
@media (max-width: 740px) {
  #home #main-body #homepage-intro #welcome-intro h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
#home #main-body #homepage-intro #welcome-intro p {
  margin: 20px 0;
}
#home #main-body #homepage-intro #welcome-intro .btn {
  display: inline-block;
  margin: 20px auto 0;
}
#home #main-body .series-list {
  padding: 0 20px;
}
#home #main-body .series-list .series {
  max-width: 1020px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #main-body .series-list .series:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 600px) {
  #home #main-body .series-list .series {
    display: block;
  }
}
#home #main-body .series-list .series .title-slide {
  background: var(--primary-color);
  max-width: 221px;
  padding: 20px 20px 15px;
  margin-right: 41px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 221px;
          flex: 0 0 221px;
}
@media (max-width: 600px) {
  #home #main-body .series-list .series .title-slide {
    max-width: none;
    text-align: center;
    margin: 0 0 40px;
  }
}
#home #main-body .series-list .series .title-slide h3 {
  font-family: "objektiv-mk1";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
}
#home #main-body .series-list .series .title-slide .text-link {
  text-decoration: underline;
  color: var(--text-color);
  display: block;
  text-align: center;
  font-size: 14px;
}
#home #main-body .series-list .series .episodes {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#home #main-body .series-list .series .episodes h3 {
  color: #fff;
}
#home #main-body .series-list .series .episodes .no-access-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#home #main-body .series-list .series .episodes .no-access-overlay a {
  text-decoration: underline;
  color: #EBBA72;
}
#home #main-body .how-it-works {
  max-width: 1020px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media (max-width: 980px) {
  #home #main-body .how-it-works {
    display: block;
  }
}
@media (max-width: 980px) {
  #home #main-body .how-it-works .left {
    padding: 40px 0;
  }
}
#home #main-body .how-it-works .left h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 65px;
  letter-spacing: -0.7px;
  color: #71A7DD;
  margin: 0 0 22px;
}
@media (max-width: 980px) {
  #home #main-body .how-it-works .left h3 {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 980px) {
  #home #main-body .how-it-works .left p {
    margin: 0 auto;
  }
}
#home #main-body .how-it-works .left p a {
  text-decoration: underline;
  color: #71A7DD;
}
#home #main-body .how-it-works .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
  margin-left: 30px;
}

.membership-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: grid;
  grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr) !important;
  max-width: 1260px;
  margin: 70px auto;
}
@media (max-width: 768px) {
    .membership-plans {
        padding: 0 20px;
        grid-template-columns: 1fr !important;
    }
}
.membership-plans > div {
  background: #fff;
  padding: 30px;
  color: #626262;
  text-align: center;
  max-width: 350px;
  margin: 0 20px;
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
          box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@supports (display: grid) {
  .membership-plans > div {
    max-width: none;
    margin: 0;
  }
}
.membership-plans > div h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #002244;
  margin: 0;
}
.membership-plans > div p {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  text-align: left;
}
.membership-plans > div h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.7px;
  color: #002244;
  margin: auto 0 15px;
}
.membership-plans > div h4.sale-old {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.membership-plans > div h4.sale-old:after {
  content: "";
  width: 110%;
  height: 4px;
  background: #97233F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
}
.membership-plans > div .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #97233F;
}
.membership-plans > div .btn:hover {
  background: #f2c7d1;
}
.membership-plans > div:last-child h4 {
  font-size: 28px;
}

#coaches-zone {
  max-width: 1020px;
  margin: 30px auto;
  padding: 0 20px;
}
#coaches-zone h3 {
  color: #EBBA72;
}
#coaches-zone h2 {
  position: relative;
  overflow: hidden;
  font-size: 40px;
}
#coaches-zone h2 span {
  position: relative;
}
#coaches-zone h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  width: 1000px;
  height: 5px;
  background: #fff;
  -webkit-transform: translateY(-50%) translateY(5px);
          transform: translateY(-50%) translateY(5px);
}
#coaches-zone .section-content {
  margin-bottom: 30px;
}
body.logged-in #coaches-zone .section-content {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
  body.logged-in #coaches-zone .section-content {
    grid-template-columns: 1fr;
  }
}
#coaches-zone .section-content .nf-form-wrap {
  font-size: 16px;
}
#coaches-zone .section-content .nf-form-wrap .nf-form-fields-required {
  display: none;
}
#coaches-zone .section-content .nf-form-wrap .nf-pass .ninja-forms-field {
  border: 3px solid #71A7DD !important;
}
#coaches-zone .section-content .nf-form-wrap textarea {
  border: 3px solid #71A7DD;
  background: rgba(113, 167, 221, 0.2);
  color: #ABCEF0;
}
#coaches-zone .section-content .nf-form-wrap .nf-field-container {
  margin-bottom: 0;
}
#coaches-zone .section-content .nf-form-wrap .submit-container {
  text-align: right;
}
#coaches-zone .section-content .nf-form-wrap .submit-container input[type=button] {
  background: #97233F !important;
}
#coaches-zone .episodes .list h3 {
  color: #fff;
}
#coaches-zone .button-center {
  text-align: center;
}
#coaches-zone .button-center .btn {
  display: inline-block;
}

.endzone {
  max-width: 1336px;
  margin: 0 auto 0;
  width: 100%;
  padding: 37px 111px 100px;
  position: relative;
  background: #0B2C4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1070px) {
  .endzone {
    padding: 37px 20px 100px;
  }
}
.endzone .endzone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #001E3D;
  max-width: 1346px;
  width: 100%;
  position: relative;
  padding: 37px 27px;
  min-height: 120px;
}
@media (max-width: 800px) {
  .endzone .endzone-content {
    display: block;
  }
}
.endzone .endzone-content .corner {
  display: block;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}
.endzone .endzone-content .corner:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.endzone .endzone-content .corner:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}
.endzone .endzone-content .corner:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.endzone .endzone-content .corner:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#footer-uprights {
  position: relative;
  z-index: 2;
  margin: 0 auto 10px;
  display: block;
}

footer {
  margin: 0 auto;
  max-width: 1336px;
  margin: 0 auto 0;
  width: 100%;
  padding: 37px 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1346px;
  width: 100%;
  position: relative;
  padding: 37px 27px;
}
@media (max-width: 850px) {
  footer .footer-content {
    display: block;
    text-align: center;
  }
}
footer .footer-content .right-column {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  footer .footer-content .right-column {
    text-align: center;
  }
}
footer .footer-content .right-column .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 30px;
}
@media (max-width: 800px) {
  footer .footer-content .right-column .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-content .right-column .social-links a {
  border: 3px solid #EBBA72;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-content .right-column .social-links a path {
  fill: #EBBA72;
}
footer .footer-content .right-column .social-links a + a {
  margin-left: 27px;
}
footer .footer-content .right-column nav {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
footer .footer-content .right-column nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 0 0 60px;
}
@media (max-width: 850px) {
  footer .footer-content .right-column nav ul {
    padding: 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .right-column nav a {
  color: #FFFFFF;
}
footer .footer-content .right-column nav a + a {
  margin-left: 30px;
}
footer .footer-content .right-column p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #c9c4ba;
  margin: auto 0 0;
}
footer .footer-content .right-column p a {
  color: #c9c4ba;
}

body.single-episode .title-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary-color);
  padding: 20px;
}
@media (max-width: 615px) {
  body.single-episode .title-block {
    display: block;
    text-align: center;
  }
}
body.single-episode .title-block img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 615px) {
  body.single-episode .title-block img {
    max-width: 180px;
  }
}
body.single-episode .title-block h1 {
  text-align: center;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 615px) {
  body.single-episode .title-block h1 {
    font-size: 22px;
  }
}
body.single-episode .the-content {
  padding: 20px;
}
body.single-episode .the-content .disclaimer {
  font-size: 16px;
  line-height: 1.2em;
}
body.single-episode .the-content .disclaimer strong {
  text-transform: uppercase;
}
body.single-episode .back-to-series {
  padding: 20px 10px;
  text-align: center;
}
body.single-episode .back-to-series a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43121e;
  background: var(--primary-color);
  color: var(--text-color);
  padding: 8px 20px;
  border-radius: 3px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.single-episode .back-to-series a i {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 25px;
}
body.single-episode .back-to-series a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent var(--text-color) transparent transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
body.single-episode .back-to-series a:hover {
  opacity: 0.9;
}
body.single-episode .back-to-series a:hover i:after {
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

body.tax-series .title-block {
  background: var(--primary-color);
  color: var(--text-color);
  text-align: center;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-top: -20px;
}
body.tax-series .title-block p {
  margin: 0;
}
body.tax-series .episode-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  padding: 40px 0;
}
@media (max-width: 960px) {
  body.tax-series .episode-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  body.tax-series .episode-list {
    grid-template-columns: 1fr;
  }
}
body.tax-series .episode-list article {
  padding: 0;
}
body.tax-series .episode-list article .thumbnail img {
  display: block;
}
body.tax-series .episode-list article:not(.locked) .thumbnail {
  position: relative;
}
body.tax-series .episode-list article:not(.locked) .thumbnail:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 57px;
  height: 57px;
  display: block;
  background-image: url("dist/black-play-button.ce2c83015f6a.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body.tax-series .episode-list article:not(.locked) .thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
body.tax-series .episode-list article:not(.locked) .thumbnail:hover:before {
  background: transparent;
}
body.tax-series .episode-list article h3 {
  margin: 5px 0 0;
}

body.single-product h1 {
  text-align: center;
}
body.single-product .type-product .woocommerce-product-gallery {
  display: none;
}
body.single-product .type-product .summary {
  float: none !important;
  margin: 10px auto !important;
}
body.single-product .type-product .product_meta {
  display: none;
}
body.single-product .type-product .woocommerce-tabs {
  display: none;
}
body.single-product .add_to_cart_inline {
  text-align: center;
}
body.single-product .add_to_cart_inline .button {
  font-family: "objektiv-mk1";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 7px 36px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  margin: 20px auto;
  background: #97233F;
  border: 2px solid #97233F;
  max-width: 250px;
}
body.single-product .add_to_cart_inline .button.btn-red {
  background: #97233F;
  border: 2px solid #97233F;
}
body.single-product .add_to_cart_inline .button.btn-red:hover {
  background: #fff;
  color: #002244;
  border-color: #fff;
}
body.single-product .add_to_cart_inline .button.btn-white-outline {
  border: 2px solid #fff;
}
body.single-product .add_to_cart_inline .button.btn-white-outline:hover {
  background: #fff;
  color: #002244;
}
body.single-product .add_to_cart_inline .button:hover {
  background: #fff;
  color: #002244;
  border-color: #fff;
}

body.page-template-default #content-body, body.woocommerce-page #content-body, body.single #content-body, body.tax-series #content-body {
  padding: 212px 0 0;
}
body.page-template-default #content-body .section-content, body.woocommerce-page #content-body .section-content, body.single #content-body .section-content, body.tax-series #content-body .section-content {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  padding: 20px;
  color: #333;
}

body.single-episode #content-body .section-content {
  padding: 0;
}

.woocommerce a {
  color: #1f5287;
}
.woocommerce a.button.alt, .woocommerce button.button.alt {
  background: #97233F;
}
.woocommerce td.product-thumbnail {
  display: none;
}
.woocommerce .product-name a {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}
.woocommerce .actions .coupon #coupon_code {
  width: 180px;
  padding: 13px;
  font-size: 17px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 15px;
}

.has-text-align-center, .nf-form-fields-required {
  text-align: center;
}

body.page-id-7 .woocommerce-LoopProduct-link img {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-order-details header, body.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions {
  display: none;
}

.woocommerce-MyAccount-navigation-link--back-to-teams {
  margin-bottom: 20px;
}

body.page-template-default .section-content ul {
  list-style: initial;
}
body.page-template-default .section-content ul ul {
  margin-left: 20px;
  list-style: initial;
}
body.page-template-default .section-content .wp-block-buttons {
  margin: 20px auto;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button {
  margin: 0 auto;
  text-align: center;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a {
  font-family: "objektiv-mk1";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 7px 36px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #97233F;
  border: 2px solid #97233F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 2em;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a.btn-red {
  background: #97233F;
  border: 2px solid #97233F;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a.btn-red:hover {
  background: #fff;
  color: #002244;
  border-color: #fff;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a.btn-white-outline {
  border: 2px solid #fff;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a.btn-white-outline:hover {
  background: #fff;
  color: #002244;
}
body.page-template-default .section-content .wp-block-buttons .wp-block-button a:hover {
  background: #fff;
  color: #002244;
  border-color: #fff;
}

.woocommerce_gc_giftcard_form input[type=text] {
  padding: 10px;
  display: block;
}
.woocommerce_gc_giftcard_form textarea {
  display: block;
  width: 100%;
  padding: 10px;
}

.woocommerce-checkout .select2-container--default {
    color: black;
}
/* === Inline "Ask Coach" Q&A form (rendered in Coach's Zone on the home
   page; also reused on /contact-us/). Styled to match the dark + gold
   QBC chrome. === */
.qa-form { margin-top: 22px; max-width: 640px; }
.qa-field { margin-bottom: 14px; }
.qa-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}
.qa-form input[type="text"],
.qa-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 0.95rem;
  font-family: inherit;
  box-sizing: border-box;
}
.qa-form textarea { resize: vertical; min-height: 130px; line-height: 1.5; }
.qa-form input:focus, .qa-form textarea:focus {
  outline: none;
  border-color: #c9a55c;
  background: rgba(255,255,255,0.1);
}
.qa-form .errorlist {
  list-style: none;
  padding: 6px 0 0;
  color: #ff8a8a;
  font-size: 0.85rem;
}
.qa-help {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  margin-top: 4px;
}
.qa-submit {
  background: #c9a55c;
  color: #0c0e12;
  border: none;
  padding: 11px 24px;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4px;
}
.qa-submit:hover { background: #d8b97a; }
.qa-messages {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.qa-messages li {
  padding: 11px 14px;
  margin-bottom: 8px;
  border-radius: 3px;
  border-left: 3px solid #c9a55c;
  background: rgba(201,165,92,0.12);
  color: #f0d999;
  font-size: 0.92rem;
}
.qa-messages li.error {
  border-color: #e57373;
  background: rgba(229,115,115,0.12);
  color: #ffaaaa;
}
/* Honeypot — hidden but DOM-present so bots that fill every field
   trigger our spam check */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ─── Skip-to-content link ─── */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a55c;
  color: #0c0e12;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.2s ease;
}
.skip-to-content:focus {
  top: 0;
  outline: 3px solid #0c0e12;
  outline-offset: 2px;
}

/* ─── Global focus-visible styles (WCAG 2.4.7 / 2.4.11) ─── */
:focus { outline: none; }
:focus-visible {
  outline: 3px solid #c9a55c;
  outline-offset: 3px;
  border-radius: 2px;
}
/* Buttons and inputs — tighter ring sits inside the element */
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #c9a55c;
  outline-offset: 0;
}

/* ─── Reduced-motion (WCAG 2.3.3) ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
