@charset "UTF-8";
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0c2340;
}

.staff-slide {
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .staff-slide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.staff-slide.slick-slide {
  z-index: 2;
  position: relative;
}

.staff-slide.slick-slide:not(.slick-active) {
  z-index: 1;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .staff-slide.slick-slide:not(.slick-active) .staff-slide__inner {
    transform: scale(0.8) translateX(6.25rem);
  }
}

@media (min-width: 1200px) {
  .staff-slide.slick-slide:not(.slick-active) .staff-slide__inner {
    transform: scale(0.6875) translateX(1.25rem);
    transform-origin: center right;
  }
}

@media (min-width: 1200px) {
  .staff-slide.slick-slide:not(.slick-active) .staff-slide__content {
    transform: scale(0.9) translateX(92%);
    transform-origin: center right;
  }
}

@media (min-width: 768px) {
  .slick-active ~ .staff-slide.slick-slide:not(.slick-active) .staff-slide__inner {
    transform: scale(0.8) translateX(-6.25rem);
  }
}

@media (min-width: 1200px) {
  .slick-active ~ .staff-slide.slick-slide:not(.slick-active) .staff-slide__inner {
    transform: scale(0.6875) translateX(-1.25rem);
    transform-origin: center left;
  }
}

@media (min-width: 1200px) {
  .slick-active ~ .staff-slide.slick-slide:not(.slick-active) .staff-slide__image-wrapper img {
    transform: translateX(-105%);
  }
}

@media (min-width: 1200px) {
  .slick-active ~ .staff-slide.slick-slide:not(.slick-active) .staff-slide__content {
    transform-origin: center left;
    transform: scale(0.9);
  }
}

.staff-slide__inner {
  overflow: hidden;
  transition: transform 0.4s 0.2s ease-in-out;
  transform-origin: center center;
  box-shadow: 0 0.5rem 1rem #0c2340;
  border-radius: 1rem 1rem 0 0;
}

@media (min-width: 1200px) {
  .staff-slide__inner {
    border-radius: 0 1rem 1rem 0;
    display: flex;
    flex-direction: row;
  }
}

.staff-slide__image-wrapper {
  overflow: visible;
  position: relative;
  z-index: 2;
  padding-bottom: 88.92857%;
}

@media (min-width: 1200px) {
  .staff-slide__image-wrapper {
    order: 2;
    flex: 0 0 48.837209%;
    max-width: 48.837209%;
    height: auto !important;
    padding: 0 !important;
  }
}

.staff-slide__image-wrapper img {
  transition: transform 0.5s ease-in-out;
  border-radius: 1rem 1rem 0 0;
}

@media (min-width: 1200px) {
  .staff-slide__image-wrapper img {
    border-radius: 0 1rem 1rem 0;
  }
}

.staff-slide__content {
  padding: 2rem 1rem;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
  border-radius: 0 0 1rem 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .staff-slide__content {
    padding: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .staff-slide__content {
    padding: 4.5rem 5rem 5rem 7rem;
    flex-grow: 1;
    border-radius: 1rem 0 0 1rem;
  }
}

@media (min-width: 1320px) {
  .staff-slide__content {
    padding: 4.5rem 5rem 5rem 7rem;
  }
}

.staff-slide__title {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .staff-slide__title {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .staff-slide__excerpt {
    max-width: 25.625rem;
  }
}

.staff-slide__excerpt:before {
  content: '';
  height: 2px;
  width: 2.1875rem;
  background-color: #03b8ff;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .staff-slide__excerpt:before {
    margin-top: 1.6875rem;
    margin-bottom: 0.875rem;
  }
}

.staff-slide__meta {
  color: #616e7c !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 1200px) {
  .staff-slide__meta {
    margin-top: 0.9375rem !important;
  }
}

.staff-slide__job-title:not(:last-child)::after {
  content: ' / ';
}

.block-staff {
  background-color: #f1f8ff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .block-staff {
    padding-top: 3.921875rem;
  }
}

@media (min-width: 768px) {
  .block-staff {
    padding-top: 4.84375rem;
  }
}

@media (min-width: 1200px) {
  .block-staff {
    padding-top: 5.765625rem;
  }
}

@media (min-width: 1320px) {
  .block-staff {
    padding-top: 6.6875rem;
  }
}

@media (min-width: 576px) {
  .block-staff {
    padding-bottom: 1.671875rem;
  }
}

@media (min-width: 768px) {
  .block-staff {
    padding-bottom: 1.46875rem;
  }
}

@media (min-width: 1200px) {
  .block-staff {
    padding-bottom: 1.265625rem;
  }
}

@media (min-width: 1320px) {
  .block-staff {
    padding-bottom: 1.0625rem;
  }
}

.block-staff + .block-staff {
  margin-top: 0;
}

.block-content-section.bg-light-blue-variant + .block-staff {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .block-staff + .block-contact {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .block-staff.has-button {
    padding-bottom: 8.875rem;
  }
}

.block-staff__heading-col {
  margin-bottom: 1.8125rem;
  position: static;
}

@media (min-width: 768px) {
  .block-staff__heading-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 4.0625rem;
  }
}

@media (max-width: 767.98px) {
  .block-staff__heading-col .c-btn {
    position: absolute;
    bottom: 4.75rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

.block-staff__title {
  margin-right: auto;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .block-staff__title {
    padding-right: 1.25rem;
  }
}

.block-staff.block-format-slider {
  background-color: #0c2340;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .block-staff.block-format-slider {
    padding-top: 5.265625rem;
  }
}

@media (min-width: 768px) {
  .block-staff.block-format-slider {
    padding-top: 6.53125rem;
  }
}

@media (min-width: 1200px) {
  .block-staff.block-format-slider {
    padding-top: 7.796875rem;
  }
}

@media (min-width: 1320px) {
  .block-staff.block-format-slider {
    padding-top: 9.0625rem;
  }
}

@media (min-width: 576px) {
  .block-staff.block-format-slider {
    padding-bottom: 5.265625rem;
  }
}

@media (min-width: 768px) {
  .block-staff.block-format-slider {
    padding-bottom: 6.53125rem;
  }
}

@media (min-width: 1200px) {
  .block-staff.block-format-slider {
    padding-bottom: 7.796875rem;
  }
}

@media (min-width: 1320px) {
  .block-staff.block-format-slider {
    padding-bottom: 9.0625rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block-staff.block-format-slider .container {
    max-width: calc((var(--vw, 1vw) * 100) - 6.25rem);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .block-staff.block-format-slider .container {
    max-width: 39.375rem;
  }
}

@media (min-width: 768px) {
  .block-staff.block-format-slider .slick-list {
    overflow: visible;
  }
}

.block-staff.block-format-slider .slick-arrow {
  background-color: transparent;
  border: 2px solid #fff;
  z-index: 4;
  width: 2.8125rem;
  height: 2.8125rem;
}

@media (max-width: 1199.98px) {
  .block-staff.block-format-slider .slick-arrow {
    top: 25vw;
    transform: none;
  }
  .block-staff.block-format-slider .slick-arrow:active {
    transform: scale(0.9);
  }
}

@media (max-width: 767.98px) {
  .block-staff.block-format-slider .slick-arrow {
    top: 32vw;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .block-staff.block-format-slider .slick-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.block-staff.block-format-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent !important;
}

.block-staff.block-format-slider .slick-arrow.slick-disabled::after {
  color: #fff !important;
}

.block-staff.block-format-slider .slick-arrow.slick-prev {
  left: 0.5rem;
  right: auto;
}

.block-staff.block-format-slider .slick-arrow.slick-prev::after {
  content: "";
}

@media (min-width: 576px) {
  .block-staff.block-format-slider .slick-arrow.slick-prev {
    left: -2.1875rem;
  }
}

@media (min-width: 768px) {
  .block-staff.block-format-slider .slick-arrow.slick-prev {
    left: -3.75rem;
  }
}

@media (min-width: 1200px) {
  .block-staff.block-format-slider .slick-arrow.slick-prev {
    left: calc((var(--pageGutter, 1.25rem) / -2) - 1.5625rem);
  }
}

@media (min-width: 100rem) {
  .block-staff.block-format-slider .slick-arrow.slick-prev {
    left: -6rem;
  }
}

.block-staff.block-format-slider .slick-arrow.slick-next {
  right: 0.5rem;
  left: auto;
}

.block-staff.block-format-slider .slick-arrow.slick-next::after {
  content: "";
}

@media (min-width: 576px) {
  .block-staff.block-format-slider .slick-arrow.slick-next {
    right: -2.1875rem;
  }
}

@media (min-width: 768px) {
  .block-staff.block-format-slider .slick-arrow.slick-next {
    right: -3.75rem;
  }
}

@media (min-width: 1200px) {
  .block-staff.block-format-slider .slick-arrow.slick-next {
    right: calc((var(--pageGutter, 1.25rem) / -2) - 1.5625rem);
  }
}

@media (min-width: 100rem) {
  .block-staff.block-format-slider .slick-arrow.slick-next {
    right: -6rem;
  }
}

.block-staff.block-format-slider .slick-arrow::after {
  color: #fff;
}

@media (max-width: 767.98px) {
  .block-staff.block-format-slider .slick-arrow::after {
    font-size: 1.625rem;
  }
}

.block-staff.block-format-slider .slick-arrow:hover {
  background-color: #fff;
}

.block-staff.block-format-slider .slick-arrow:hover::after {
  color: #0c2340;
}

@media (max-width: 767.98px) {
  .block-staff__slider-col {
    padding-left: 0;
    padding-right: 0;
  }
}
