/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 596bee42c16c43e7a4427362c75515cc */

 --footer-background-color: 72 64 85;
 --footer-foreground-color: 255 255 255;
 --branding-primary-color: 235 117 108;
 --branding-cta-color: 253 226 155;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
 --header-background-color: 72 64 85;
 --header-foreground-color: 255 255 255;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: cb9de8c25df74bb8b4c653e92c385345 */

.employee-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.employee-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-position, .employee-section.colored-bg .employee-contact-icon-container {
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-contact-icon-container {
  border-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next, .employee-section.colored-bg .employee-swiper .swiper-button-prev {
  background: rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section.colored-bg .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-foreground-color));
  background: rgb(var(--branding-primary-color));
}
.employee-section .employee-section-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .employee-section .employee-section-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .employee-section .employee-section-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .employee-section .employee-section-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .employee-section .employee-section-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .employee-section .employee-section-container {
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
.employee-section .employee-section-container {
  display: flex;
  flex-direction: column;
}
.employee-section .section-title {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .employee-section .section-title {
    margin-bottom: 25px;
  }
}
.employee-section .section-description {
  text-align: center;
  margin-bottom: 25px;
}
.employee-section .employee-list {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media (min-width: 768px) {
  .employee-section .employee-list {
    display: flex;
  }
}
.employee-section .employee-swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employee-section .employee-swiper .swiper-wrapper {
  width: 276px;
}
.employee-section .employee-swiper .swiper-button-next, .employee-section .employee-swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
  opacity: 1;
}
.employee-section .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  background-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section .employee-swiper .swiper-button-prev {
  position: absolute;
  top: 130px;
  left: 0;
}
.employee-section .employee-swiper .swiper-button-next {
  position: absolute;
  top: 130px;
  right: 0;
}
@media (min-width: 768px) {
  .employee-section .employee-swiper {
    display: none;
  }
}
.employee-section .employee-item {
  display: flex;
  flex-direction: column;
}
.employee-section .employee-image {
  height: 284px;
  width: 284px;
  border-radius: 17px;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee-section .employee-position {
  color: rgb(var(--branding-primary-color));
  margin-bottom: 10px;
  text-transform: uppercase;
}
.employee-section .employee-name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 14px;
}
.employee-section .employee-contact {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
}
.employee-section .employee-contact-icon-container {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--branding-primary-color));
  border: 1px solid rgb(var(--branding-primary-color));
  font-weight: 600;
  border-radius: 9999px;
}
.employee-section .employee-contact-icon-container .material-symbols-outlined {
  font-size: 12px;
  line-height: 16px;
}
.employee-section .employee-contact-info {
  font-weight: 600;
}
@media (min-width: 768px) {
  .employee-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* WebSectionTemplate.Css guid: 7bd3a1ce61144da288d5dbb0e86b6552 */

.gallery-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}@media (min-width: 640px) {.gallery-section {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.gallery-section {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.gallery-section {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.gallery-section {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.gallery-section {
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}.gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery-section .section-title {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .gallery-section .section-title {
    margin-bottom: 25px;
  }
}
.gallery-section .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .gallery-section .gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.gallery-section .gallery-item {
  position: relative;
  border-radius: 0.75rem;
  aspect-ratio: 1 / 1;
}
.gallery-section .gallery-item img {
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-item .gallery-item-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery-section .gallery-item .gallery-item-overlay .play-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 48px;
}
@media (min-width: 1024px) {
  .gallery-section .gallery-item .gallery-item-overlay .play-icon {
    font-size: 72px;
  }
}


