@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #202321;
  background: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #1f462e;
}
.ffc-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}
.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent);
}
.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-header__brand {
  display: block;
  width: 118px;
}
.site-header__brand img {
  display: block;
  width: 100%;
}
.site-header .ccm-block-autonav-list {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .ccm-block-autonav-list a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ffc-hero {
  min-height: 710px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ffc-hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(31, 70, 46, 0.94), rgba(31, 70, 46, 0) 65%);
}
.ffc-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  color: #ffffff;
}
.ffc-hero__content h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.ffc-hero__content p {
  margin: 12px 0 0;
  font-size: 21px;
  font-weight: 400;
}
.ffc-section {
  padding: 88px 0;
}
.ffc-section:nth-child(even) {
  background: #f5f5f1;
}
.ffc-section__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 64px;
}
.ffc-section__split--center {
  grid-template-columns: 1fr 1.6fr;
}
.ffc-section__image img {
  display: block;
  width: 100%;
}
.ffc-section__content h2,
.ffc-section__content h3,
.ffc-coaches h2,
.ffc-connect h2 {
  margin: 0 0 14px;
  color: #1f462e;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}
.ffc-section__content h2:after,
.ffc-coaches h2:after,
.ffc-connect h2:after {
  content: '';
  display: block;
  width: 72px;
  border-bottom: 4px solid #d2ae52;
  margin-top: 14px;
}
.ffc-section__content p {
  max-width: 580px;
  margin: 0 0 18px;
  font-weight: 400;
}
.ffc-section__narrow {
  max-width: 900px;
}
.ffc-coaches {
  text-align: center;
}
.ffc-coaches .ccm-block-content,
.ffc-connect .ccm-block-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.ffc-coaches img {
  width: 168px;
  border-radius: 50%;
}
.ffc-instagram {
  margin-top: 32px;
  border-top: 4px solid #1f462e;
  padding-top: 14px;
}
.ffc-instagram img {
  display: block;
  width: 100%;
}
.ffc-sponsor-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ffc-sponsor-list img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.ffc-camps {
  background: #ffffff;
}
.site-footer {
  color: #ffffff;
  background: #1f462e;
  border-top: 7px solid #d2ae52;
}
.site-footer__content {
  min-height: 250px;
  padding: 52px 0 36px;
  text-align: center;
}
.site-footer__content > img {
  width: 150px;
  margin-bottom: 18px;
}
.site-footer__content a {
  color: #ffffff;
}
.site-footer__bottom {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
  font-size: 12px;
}
@media (max-width: 760px) {
  .ffc-container {
    width: min(68%, 560px);
  }
  .site-header__inner {
    align-items: flex-start;
    padding-top: 18px;
    flex-direction: column;
  }
  .site-header .ccm-block-autonav-list {
    gap: 12px;
    flex-wrap: wrap;
  }
  .site-header .ccm-block-autonav-list a {
    font-size: 10px;
  }
  .ffc-hero {
    min-height: 580px;
  }
  .ffc-hero__content {
    padding-bottom: 42px;
  }
  .ffc-hero__content p {
    font-size: 17px;
  }
  .ffc-section {
    padding: 58px 0;
  }
  .ffc-section__split,
  .ffc-section__split--center {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ffc-section__content h2,
  .ffc-coaches h2,
  .ffc-connect h2 {
    font-size: 28px;
  }
  .ffc-sponsor-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
