:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-mxl: 1680px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .team-block,
.team-block {
  padding: clamp(40px, 36.2857142857px + 0.0095238095 * 100vw, 50px) 0;
  background: var(--sk-color-dark);
}
.wp-block .team-block-content,
.team-block-content {
  max-width: 100%;
  margin-bottom: 30px;
}
.wp-block .team-block-content .content-inner,
.team-block-content .content-inner {
  height: -moz-fit-content;
  height: fit-content;
  width: clamp(300px, 225.7142857143px + 0.1904761905 * 100vw, 500px);
  max-width: 100%;
  padding: clamp(20px, 14.4285714286px + 0.0142857143 * 100vw, 35px) 20px;
  background: var(--sk-color-dark);
  border-radius: clamp(5px, 3.1428571429px + 0.0047619048 * 100vw, 10px);
}
.wp-block .team-block-content .content-inner *,
.team-block-content .content-inner * {
  color: var(--sk-color-light);
}
.wp-block .team-block-content .number,
.team-block-content .number {
  font-size: clamp(12px, 10.5142857143px + 0.0038095238 * 100vw, 16px);
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 8px;
}
.wp-block .team-block-content .number svg,
.team-block-content .number svg {
  margin-right: 8px;
}
.wp-block .team-block-title,
.team-block-title {
  font-size: clamp(28px, 20.5714285714px + 0.019047619 * 100vw, 48px);
  margin-bottom: clamp(20px, 18.1428571429px + 0.0047619048 * 100vw, 25px);
  line-height: 1.1;
  font-weight: 300;
}
.wp-block .team-block-text,
.team-block-text {
  font-size: clamp(14px, 12.5142857143px + 0.0038095238 * 100vw, 18px);
  line-height: 1.5;
}
.wp-block .team-block .teams-wrapper,
.team-block .teams-wrapper {
  max-width: 100%;
}
.wp-block .team-block .teams-wrapper .swiper-wrapper,
.team-block .teams-wrapper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.wp-block .team-block .teams-wrapper .team-card,
.team-block .teams-wrapper .team-card {
  color: var(--sk-color-light);
  padding: clamp(20px, 12.5714285714px + 0.019047619 * 100vw, 40px) 20px 15px;
  border-radius: clamp(5px, 3.1428571429px + 0.0047619048 * 100vw, 10px);
  background: var(--sk-color-grey);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
}
.wp-block .team-block .teams-wrapper .team-card-cta,
.team-block .teams-wrapper .team-card-cta {
  background: var(--sk-color-dark-500);
}
.wp-block .team-block .teams-wrapper .team-card-cta .sk-btn,
.team-block .teams-wrapper .team-card-cta .sk-btn {
  margin-top: 20px;
}
.wp-block .team-block .teams-wrapper .team-card-cta--mobile,
.team-block .teams-wrapper .team-card-cta--mobile {
  display: none;
}
.wp-block .team-block .teams-wrapper .team-card .image-wrapper,
.team-block .teams-wrapper .team-card .image-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: clamp(15px, 11.2857142857px + 0.0095238095 * 100vw, 25px);
  border-radius: clamp(5px, 3.1428571429px + 0.0047619048 * 100vw, 10px);
  border: 1px solid var(--sk-color-light);
  overflow: hidden;
  aspect-ratio: 27/18;
}
.wp-block .team-block .teams-wrapper .team-card .image-wrapper img,
.team-block .teams-wrapper .team-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wp-block .team-block .teams-wrapper .team-card .job-title,
.team-block .teams-wrapper .team-card .job-title {
  font-size: clamp(14px, 13.2571428571px + 0.0019047619 * 100vw, 16px);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: var(--sk-font-secondary);
  line-height: 1;
  font-weight: 500;
}
.wp-block .team-block .teams-wrapper .team-card .job-title svg,
.team-block .teams-wrapper .team-card .job-title svg {
  margin-right: 8px;
}
.wp-block .team-block .teams-wrapper .team-card .name,
.team-block .teams-wrapper .team-card .name {
  font-size: clamp(28px, 25.7714285714px + 0.0057142857 * 100vw, 34px);
  font-weight: 400;
  margin-bottom: clamp(10px, 4.4285714286px + 0.0142857143 * 100vw, 25px);
  color: var(--sk-color-light);
  line-height: 1.1;
}
.wp-block .team-block .teams-wrapper .team-card .about,
.team-block .teams-wrapper .team-card .about {
  font-size: clamp(14px, 12.5142857143px + 0.0038095238 * 100vw, 18px);
  line-height: 1.5;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .wp-block .team-block .teams-wrapper .team-card,
  .team-block .teams-wrapper .team-card {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .wp-block .team-block .teams-wrapper .team-card,
  .team-block .teams-wrapper .team-card {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 768px) {
  .wp-block .team-block .teams-wrapper .team-card-cta,
  .team-block .teams-wrapper .team-card-cta {
    max-width: calc(50% - 15px);
    display: none;
  }
  .wp-block .team-block .teams-wrapper .team-card-cta--mobile,
  .team-block .teams-wrapper .team-card-cta--mobile {
    display: flex;
    margin-top: 20px;
  }
  .wp-block .team-block .teams-wrapper .team-card .image-wrapper,
  .team-block .teams-wrapper .team-card .image-wrapper {
    order: -1;
  }
}
@media (max-width: 512px) {
  .wp-block .team-block .teams-wrapper .team-card-cta,
  .team-block .teams-wrapper .team-card-cta {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wp-block .team-block .teams-wrapper .swiper-wrapper,
  .team-block .teams-wrapper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
