html body .acf-fc-row.pp-team-menu-fixed {
  position: sticky;
  z-index: 11;
  transition: ease all 0.3s;
  top: 40px;
}
@media (max-width: 1000px) {
  html body .acf-fc-row.pp-team-menu-fixed {
    top: 60px;
  }
}
html body .acf-fc-row.pp-team-menu-fixed ul {
  max-width: fit-content;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 0.84rem;
  font-weight: bold;
  background-color: var(--color-main);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 29px;
}
html body .acf-fc-row.pp-team-menu-fixed ul li {
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
html body .acf-fc-row.pp-team-menu-fixed ul li:before {
  content: none;
  width: 0;
}
html body .acf-fc-row.pp-team-menu-fixed ul li a {
  margin: 5px;
  border-radius: 22px;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.6s ease;
}
html body .acf-fc-row.pp-team-menu-fixed ul li a.active {
  text-decoration: none;
  background-color: #fafafa;
  color: var(--body-color);
}
@media (max-width: 800px) {
  html body .acf-fc-row.pp-team-menu-fixed ul {
    gap: 2px;
    padding: 2px 6px;
  }
  html body .acf-fc-row.pp-team-menu-fixed ul > li a {
    padding: 4px 10px;
    font-size: 0.8rem;
  }
}
body.admin-bar .pp-team-menu-fixed {
  top: 75px;
}
@media (max-width: 1000px) {
  body.admin-bar .pp-team-menu-fixed {
    top: 110px;
  }
}
@media (min-width: 1001px) {
  body:has(.site-header-top-container.expanded) .pp-team-menu-fixed {
    top: 140px;
  }
  body.admin-bar:has(.site-header-top-container.expanded) .pp-team-menu-fixed {
    top: 175px;
  }
}
.acf-fc-row.acf-fc-team-tiles.no-gap .team-tiles-container {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.acf-fc-row.acf-fc-team-tiles.no-gap .team-tiles-container .team-tile .item {
  right: 0;
  bottom: 0;
}
.acf-fc-row.acf-fc-team-tiles.acf-fc-row[class*="acf-fc-row-style-color"] {
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
}
.acf-fc-row.acf-fc-team-tiles.acf-fc-row[class*="acf-fc-row-style-color"].no-gap {
  padding-bottom: 15px;
  padding-right: 15px;
}
.acf-fc-row.acf-fc-team-tiles.acf-fc-row-full-width-columns-narrow .team-tiles-container {
  max-width: 1200px;
}
.acf-fc-row.acf-fc-team-tiles.acf-fc-row-full-width-columns-extra-narrow .team-tiles-container {
  max-width: 948px;
}
.acf-fc-row.acf-fc-team-tiles.acf-fc-row-full-width-columns-normal .team-tiles-container {
  max-width: 1680px;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 90px;
}
@media (max-width: 1350px) {
  .acf-fc-row.acf-fc-team-tiles .team-tiles-container {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px;
  }
}
@media (max-width: 900px) {
  .acf-fc-row.acf-fc-team-tiles .team-tiles-container {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 540px) {
  .acf-fc-row.acf-fc-team-tiles .team-tiles-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile {
  box-sizing: border-box;
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  overflow: unset;
  position: relative;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background {
  content: "";
  position: absolute;
  height: 218px;
  width: 218px;
  box-sizing: border-box;
  border: 40px solid #e5054e;
  margin-left: 80px;
  opacity: 0.2;
  top: 100px;
  transition: all 1s ease;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.background-circle {
  border-radius: 50%;
  margin-left: 0;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.animate-right {
  left: 150px;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.animate-left {
  left: -150px;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.animate-top {
  top: -150px;
}
@media (max-width: 1800px) {
  .acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.animate-top {
    margin-left: 0;
  }
  .acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-image-background.animate-right {
    left: 15px;
    margin-left: 0;
  }
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile:not(.hovered) .team-tile-image-background {
  opacity: 0;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile::before {
  content: "";
  display: none;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .team-tile-content:hover .image img.image-hover {
  opacity: 1;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .image {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 285px;
  width: 100%;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .image img {
  width: 100%;
  height: auto;
  z-index: 10;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .image img.image-hover {
  opacity: 0;
  transition: all 1s ease;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .text-container {
  width: 100%;
  border-top: 10px solid;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .text-container .title {
  font-family: 'draftb-600-heading', 'Open Sans', sans-serif;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile .text-container .subtitle {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile:hover .team-tile-image-background.animate-right {
  transform-origin: 15% top 20px;
  transform: rotate(-180deg);
  top: 150px;
  opacity: 1;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile:hover .team-tile-image-background.animate-left {
  transform-origin: 25% top 0;
  left: 100px;
  top: 250px;
  transform: rotate(180deg);
  opacity: 1;
}
.acf-fc-row.acf-fc-team-tiles .team-tiles-container .team-tile:hover .team-tile-image-background.animate-top {
  top: 0;
  transform: rotate(180deg);
  opacity: 1;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 1) .team-tiles-container .team-tile:nth-child(5n + 2) .team-tile-image-background {
  border-color: #99c31f;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 1) .team-tiles-container .team-tile:nth-child(5n + 3) .team-tile-image-background {
  border-color: #ffcc00;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 1) .team-tiles-container .team-tile:nth-child(5n + 4) .team-tile-image-background {
  border-color: #cc99cc;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 1) .team-tiles-container .team-tile:nth-child(5n + 5) .team-tile-image-background {
  border-color: #0099cc;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 2) .team-tiles-container .team-tile .team-tile-image-background {
  border-color: #cc99cc;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 2) .team-tiles-container .team-tile:nth-child(5n + 2) .team-tile-image-background {
  border-color: #0099cc;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 2) .team-tiles-container .team-tile:nth-child(5n + 3) .team-tile-image-background {
  border-color: #e5054e;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 2) .team-tiles-container .team-tile:nth-child(5n + 4) .team-tile-image-background {
  border-color: #99c31f;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 2) .team-tiles-container .team-tile:nth-child(5n + 5) .team-tile-image-background {
  border-color: #ffcc00;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 3) .team-tiles-container .team-tile .team-tile-image-background {
  border-color: #0099cc;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 3) .team-tiles-container .team-tile:nth-child(5n + 2) .team-tile-image-background {
  border-color: #e5054e;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 3) .team-tiles-container .team-tile:nth-child(5n + 3) .team-tile-image-background {
  border-color: #ffcc00;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 3) .team-tiles-container .team-tile:nth-child(5n + 4) .team-tile-image-background {
  border-color: #99c31f;
}
.acf-fc-row.acf-fc-team-tiles:nth-child(3n + 3) .team-tiles-container .team-tile:nth-child(5n + 5) .team-tile-image-background {
  border-color: #cc99cc;
}
