.about #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #hero .container {
    height: 280px;
  }
}
.about #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
.about #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.about #hero .container .title-row h1,
.about #hero .container .title-row h1 > *,
.about #hero .container .title-row h2,
.about #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #hero .container .title-row h1,
  .about #hero .container .title-row h1 > *,
  .about #hero .container .title-row h2,
  .about #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #hero .container .title-row h1,
  .about #hero .container .title-row h1 > *,
  .about #hero .container .title-row h2,
  .about #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #hero .container .title-row h1,
  .about #hero .container .title-row h1 > *,
  .about #hero .container .title-row h2,
  .about #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.about #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.about #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.about #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.about #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about #about {
  position: relative;
}
.about #about::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #about::after {
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about::after {
    top: -45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about::after {
    top: -25px;
  }
}
.about #about .container {
  margin: 0 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #about .container {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container {
    margin: 0 25px;
  }
}
.about #about .container .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2a487c;
  margin-bottom: 100px;
}
.about #about .container .horizontal-line:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #about .container .horizontal-line {
    margin-bottom: 65px;
  }
  .about #about .container .horizontal-line:nth-child(3) {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .horizontal-line {
    margin-bottom: 45px;
  }
  .about #about .container .horizontal-line:nth-child(3) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .horizontal-line {
    display: none;
    margin-bottom: 25px;
  }
  .about #about .container .horizontal-line:nth-child(3) {
    margin-top: 25px;
  }
}
.about #about .container .content {
  display: flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content {
    flex-direction: column;
  }
}
.about #about .container .content .vertical-line {
  max-width: 1px;
  background-color: #2a487c;
  flex: 2%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .vertical-line {
    max-width: 100%;
    width: 70%;
    align-self: center;
    height: 1px;
    flex: unset;
  }
}
.about #about .container .content .story,
.about #about .container .content .luxury {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .content .story,
  .about #about .container .content .luxury {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .story,
  .about #about .container .content .luxury {
    margin-bottom: 40px;
  }
}
.about #about .container .content .story .container h2,
.about #about .container .content .story .container h2 > *,
.about #about .container .content .luxury .container h2,
.about #about .container .content .luxury .container h2 > * {
  text-align: center;
  font-size: clamp(28px, 4vw, 60px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 80px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .content .story .container h2,
  .about #about .container .content .story .container h2 > *,
  .about #about .container .content .luxury .container h2,
  .about #about .container .content .luxury .container h2 > * {
    line-height: 48px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .story .container h2,
  .about #about .container .content .story .container h2 > *,
  .about #about .container .content .luxury .container h2,
  .about #about .container .content .luxury .container h2 > * {
    margin-bottom: 0;
    line-height: 36px;
  }
}
.about #about .container .content .story p,
.about #about .container .content .luxury p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
  line-height: 32px;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #about .container .content .story p,
  .about #about .container .content .luxury p {
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .content .story p,
  .about #about .container .content .luxury p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .story p,
  .about #about .container .content .luxury p {
    margin-bottom: 24px;
  }
}
.about #about .container .content .story p strong,
.about #about .container .content .luxury p strong {
  font-weight: 500;
}
.about #about .container .content .story {
  flex: 48%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .content .story .container {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .story .container {
    margin: 0;
  }
}
.about #about .container .content .luxury {
  flex: 48%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #about .container .content .luxury .container {
    margin: 0;
  }
  .about #about .container .content .luxury .container h2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #about .container .content .luxury .container {
    margin: 0;
  }
  .about #about .container .content .luxury .container h2 {
    margin-top: 40px;
  }
}
.about #about .container .video .video-container {
  aspect-ratio: 860/387;
  width: 100%;
  position: relative;
}
.about #about .container .video .video-container .play-button {
  background-image: url("/wp-content/themes/luxurysports-theme/html/assets/images/icons/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 15px;
  background-color: rgba(0, 0, 0, 0.1803921569);
  width: 15px;
  height: 15px;
  padding: 15px 15px;
  outline: 1px solid #ffffff;
  border-radius: 100px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about #about .container .video .video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about #goals .container {
  margin: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #goals .container {
    margin: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #goals .container {
    margin: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #goals .container {
    margin: 25px;
  }
}
.about #goals .container .title-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.about #goals .container .title-row h1,
.about #goals .container .title-row h1 > *,
.about #goals .container .title-row h2,
.about #goals .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #goals .container .title-row h1,
  .about #goals .container .title-row h1 > *,
  .about #goals .container .title-row h2,
  .about #goals .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #goals .container .title-row h1,
  .about #goals .container .title-row h1 > *,
  .about #goals .container .title-row h2,
  .about #goals .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #goals .container .title-row h1,
  .about #goals .container .title-row h1 > *,
  .about #goals .container .title-row h2,
  .about #goals .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.about #goals .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #2a487c;
}
.about #goals .container .goals .goals-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
.about #goals .container .goals .goals-container .goal {
  display: flex;
  align-items: center;
}
.about #goals .container .goals .goals-container .goal .horizontal-line {
  width: 30%;
  height: 1px;
  background-color: #2a487c;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #goals .container .goals .goals-container .goal .horizontal-line {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #goals .container .goals .goals-container .goal .horizontal-line {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #goals .container .goals .goals-container .goal .horizontal-line {
    display: none;
  }
}
.about #goals .container .goals .goals-container .goal .vertical-line {
  max-width: 1px;
  background-color: #2a487c;
  flex: 2%;
  max-width: 1px;
  height: 100%;
  width: 1px;
  height: 100%;
}
.about #goals .container .goals .goals-container .goal .goal-container {
  padding: 30px 130px;
  flex: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #goals .container .goals .goals-container .goal .goal-container {
    padding: 30px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #goals .container .goals .goals-container .goal .goal-container {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #goals .container .goals .goals-container .goal .goal-container {
    padding: 20px 20px;
  }
}
.about #goals .container .goals .goals-container .goal .goal-container .goal-number {
  aspect-ratio: 1;
  align-content: center;
  background-color: rgba(202, 222, 255, 0.2);
  outline: 2px solid #2a487c;
  font-size: clamp(53px, 5vw, 113px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  border-radius: 100px;
  padding: 30px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #goals .container .goals .goals-container .goal .goal-container .goal-number {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #goals .container .goals .goals-container .goal .goal-container .goal-number {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #goals .container .goals .goals-container .goal .goal-container .goal-number {
    padding: 12px;
  }
}
.about #goals .container .goals .goals-container .goal .goal-container .goal-title h3,
.about #goals .container .goals .goals-container .goal .goal-container .goal-title h3 > * {
  font-size: clamp(26px, 3vw, 40px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  text-align: center;
}
.about #goals .container .goals .goals-container .goal .goal-container .goal-description p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
  line-height: 32px;
  text-align: center;
}
.about #team {
  position: relative;
}
.about #team::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team::after {
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team::after {
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team::after {
    top: 40px;
    height: calc(100% - 40px);
  }
}
.about #team .container {
  margin: 0 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container {
    margin: 0 25px;
  }
}
.about #team .container .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2a487c;
  margin: 70px 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container .horizontal-line {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container .horizontal-line {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container .horizontal-line {
    margin: 40px 0;
  }
}
.about #team .container .team-hero {
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container .team-hero {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container .team-hero {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container .team-hero {
    height: 270px;
  }
}
.about #team .container .team-hero .title-row {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.about #team .container .team-hero .title-row h1,
.about #team .container .team-hero .title-row h1 > *,
.about #team .container .team-hero .title-row h2,
.about #team .container .team-hero .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container .team-hero .title-row h1,
  .about #team .container .team-hero .title-row h1 > *,
  .about #team .container .team-hero .title-row h2,
  .about #team .container .team-hero .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container .team-hero .title-row h1,
  .about #team .container .team-hero .title-row h1 > *,
  .about #team .container .team-hero .title-row h2,
  .about #team .container .team-hero .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container .team-hero .title-row h1,
  .about #team .container .team-hero .title-row h1 > *,
  .about #team .container .team-hero .title-row h2,
  .about #team .container .team-hero .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.about #team .container .team-hero .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.about #team .container .team-hero .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about #team .container .team-hero .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about #team .container .team-hero .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a487c;
  opacity: 0.22;
}
.about #team .container .description {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container .description {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container .description {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container .description {
    padding-bottom: 40px;
  }
}
.about #team .container .description .des-container {
  width: 60%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .about #team .container .description .des-container {
    margin-bottom: 50px;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .about #team .container .description .des-container {
    margin-bottom: 50px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .about #team .container .description .des-container {
    margin-bottom: 40px;
    width: 100%;
  }
}
.about #team .container .description .des-container p {
  font-size: clamp(16px, 1.8vw, 24px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}