.title,
footer h5 {
  letter-spacing: 0;
}
.coach-content,
.padding-12,
.socialproof-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.btn,
.carousel-item,
.join-team-section,
.text-center,
.why-vantage-section {
  text-align: center;
}
.btn,
.coaches-link,
.header-link,
.list-link,
a.coach-content {
  text-decoration: none;
}
.arrow:hover,
.btn,
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  padding: 0;
  margin: 0;
  font-family: Poppins, sans-serif;
  background: #fff;
  color: #191919;
  min-height: 100vh;
}
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  box-shadow: 0 0.125rem 0.25rem rgb(25 25 25 / 8%);
  background-color: #fff;
}
button.menu:hover {
  border-color: #e8e8e8;
}
button.menu:focus {
  box-shadow: none;
}
.logo {
  height: 2.25rem;
}
.header-link {
  color: #19191980;
  font-weight: 500;
}
.socials {
  display: flex;
  height: 36px;
}
.socials img {
  height: 20px;
  margin: 8px;
}
footer .socials img {
  margin-top: 4px;
}
a.darker {
  background-color: #0f47e6;
  font-weight: 500;
  border-color: #0f47e6;
  color: #fff;
}
a.darker-outline {
  font-weight: 500;
  border: 2.5px solid #0f47e6;
  color: #0f47e6;
}
.baseball-img,
.join-team-section,
video {
  border-radius: 0.3rem;
}
a.darker:hover {
  background-color: #0d3cc2;
  border-color: #0d3cc2;
}
.darker-outline:hover {
  background-color: #dae0e5;
  border-color: #0c38b6;
  color: #0f47e6;
}
.navbar-personalized {
  align-items: center;
  align-content: center;
}
.header-item {
  margin: 0 16px;
}
.carousel-item,
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
video {
  max-width: 100%;
}
.title {
  color: #191919;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}
.media-section,
.medium,
a.light-button {
  font-weight: 500;
}
@media (max-width: 575px) {
  .title {
    font-size: 28px;
  }
}
.how-it-work-section {
  background-color: #0f47e6;
  min-width: 100%;
  color: #fff;
}
.baseball-img {
  height: 275px;
  object-fit: cover;
  width: 100%;
}
.baseball-img-top {
  height: 280px;
}
.icon {
  min-width: 50px;
  width: 8%;
}
.check-out-section {
  background-color: #f3f6ff;
  text-align: center;
}
.why-vantage-icon {
  height: 80px;
}
.join-team-section {
  background-image: url('./l/bg_join.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 18rem;
  color: #fff;
}
a.light-button {
  color: #0f47e6;
}
a.light-button:hover {
  background-color: #dae0e5;
  color: #0c38b6;
}
.socialproof-icon {
  height: 40px;
}
.socialproof-icon-last {
  display: block;
  height: 70px;
  width: 100px;
}
.list-link {
  line-height: 24px;
  color: #191919;
  padding-top: 3px;
  padding-bottom: 3px;
}
footer h5 {
  color: #0f47e6;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .darker-outline {
  border: 1px solid #0f47e6;
}
.coach-img {
  object-fit: cover;
  width: 100%;
  border-radius: 0.3rem;
  height: 260px;
}
.coaches-link {
  color: #0f47e6;
}
.coaches-link:hover {
  color: #0a319e;
}
.coach-content {
  display: block;
  visibility: visible;
  width: 20%;
}
.d-flex,
.footer-wrapper,
.row {
  display: flex;
}
a.coach-content {
  color: #000;
}
.why-people-love-vantage-section {
  background-color: #0f47e6;
  color: #fff;
}
.reviewer-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.carousel-item {
  max-width: 45rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
}
div.review-container {
  min-height: 250px;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
}
.carousel-indicators button {
  margin: 4px;
}
.footer-flex {
  align-content: flex-start;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .coach-content:nth-last-child(-n + 2) {
    display: none;
    visibility: hidden;
  }
  .coach-content {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .coach-content:nth-last-child(-n + 3) {
    display: none;
    visibility: hidden;
  }
  .coach-content {
    width: 50%;
  }
}
@media (max-width: 570px) {
  div.review-container {
    min-height: 300px;
  }
}
@media only screen and (max-width: 384px) {
  .coach-content:nth-last-child(-n + 4) {
    display: none;
    visibility: hidden;
  }
  .coach-content {
    width: 100%;
  }
}
.nav {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.ms-0 {
  margin-left: 0 !important;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3,
p {
  margin-bottom: 1rem;
}
.my-3 {
  margin-top: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.m-3 {
  margin: 1rem;
}
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
h6 {
  font-size: 1rem;
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.row {
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.carousel-item:not(.active),
.collapse:not(.show),
.d-none {
  display: none;
}
.justify-content-between {
  justify-content: space-between;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw);
}
.btn-lg,
.btn-lg-wide {
  font-size: 1.25rem !important;
  border-radius: 0.5rem !important;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col {
  flex: 1 0 0%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.btn-lg {
  padding: 0.5rem 1rem !important;
}
.btn-lg-wide {
  padding: 0.5rem 3rem !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.border-bottom {
  border-bottom: 1px solid #6c757d;
  width: 100%;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.navbar-toggler {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.btn,
.navbar-toggler-icon {
  display: inline-block;
  vertical-align: middle;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d6efd;
  user-select: none;
  border: 1px solid #0d6efd;
  border-radius: 0.375rem;
  background-color: #fff;
}
.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  background-image: url('./l/menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .d-lg-block {
    display: block;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
