/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 7cb07b60a8fc4b91a14c6b7f70769999 */

 --header-background-color: 0 145 120;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 0 145 120;
 --footer-foreground-color: 255 255 255;
 --branding-primary-color: 232 197 196;
 --branding-cta-color: 232 28 36;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 0 0 0;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 0b585f6addce4de897e11f78462c00f9 */

.animated-header {
  padding-top: 63px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
}
.animated-header__center-aligned {
  text-align: center;
}
.animated-header-heading {
  position: relative;
  width: 100%;
  line-height: 1;
}
.animated-header-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .animated-header-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .animated-header-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .animated-header-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .animated-header-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .animated-header-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.animated-header-animating-container {
  position: relative;
  display: inline-block;
  overflow-wrap: anywhere;
  width: 100%;
}
.animated-header-animating__hidden {
  pointer-events: none;
  visibility: hidden;
  display: block;
  white-space: normal;
  width: 100%;
  word-break: normal;
}
.animated-header-static {
  display: block;
}
.animated-header-animating {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: normal;
  width: 100%;
  word-break: normal;
  overflow-y: hidden;
}
.animated-header.no-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg .animated-header-animating--hidden {
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header.colored-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
  paint-order: stroke fill;
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header .Typewriter__cursor {
  border-right: 2px solid black;
}

.animated-header.no-bg:has(+ .colored-bg),
.animated-header.colored-bg:has(+ .no-bg) {
  padding-bottom: 50px;
}

.animated-header:has(+ .text-section) {
  padding-bottom: 20px;
}

.animated-header.colored-bg + .text-section.colored-bg,
.animated-header.no-bg + .text-section.no-bg {
  padding-top: 0;
}

@media (width >= 48rem) {
  .animated-header {
    padding-top: 125px;
    padding-bottom: 50px;
    font-size: 100px;
  }
  .animated-header:has(+ .text-section) {
    padding-bottom: 25px;
  }
  .animated-header.colored-bg .animated-header-animating--hidden {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.colored-bg .animated-header-animating {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.no-bg:has(+ .colored-bg),
  .animated-header.colored-bg:has(+ .no-bg) {
    padding-bottom: 100px;
  }
}


/* WebSectionTemplate.Css guid: 88c14a85dffc482289190bfa46dfaeee */

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: break-word;
}
.text-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .text-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .text-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .text-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .text-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .text-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.text-section__center-aligned {
  text-align: center;
}
.text-section__left-aligned {
  text-align: left;
}
.text-section.no-bg:has(+ .no-bg) {
  padding-bottom: 12.5px;
}
.text-section.no-bg + .no-bg {
  padding-top: 12.5px;
}
.text-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.text-section.colored-bg:has(+ .colored-bg) {
  padding-bottom: 12.5px;
}
.text-section.colored-bg + .colored-bg {
  padding-top: 12.5px;
}
.text-section .section-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 25px;
  }
  .text-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .section-title {
    margin-bottom: 15px;
  }
  .text-section.no-bg:has(+ .no-bg) {
    padding-bottom: 25px;
  }
  .text-section.no-bg + .no-bg {
    padding-top: 25px;
  }
  .text-section.colored-bg:has(+ .colored-bg) {
    padding-bottom: 25px;
  }
  .text-section.colored-bg + .colored-bg {
    padding-top: 25px;
  }
}


/* WebSectionTemplate.Css guid: 016572965b8947cfa936fa834c081611 */

.slideshow-gallery-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}@media (min-width: 640px) {.slideshow-gallery-section {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.slideshow-gallery-section {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.slideshow-gallery-section {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.slideshow-gallery-section {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.slideshow-gallery-section {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}.slideshow-gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.slideshow-gallery-section .section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .section-title {
    margin-bottom: 25px;
  }
}
.slideshow-gallery-section .section-description {
  text-align: center;
  overflow-wrap: break-word;
}
.slideshow-gallery-section .section-description:not(:last-child) {
  margin-bottom: 30px;
}
.slideshow-gallery-section .section-description p {
  max-width: 65ch;
}
.slideshow-gallery-section .slideshow-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {.slideshow-gallery-section .slideshow-gallery {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
    width: calc(100% - 94px);
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
  height: 235px;
  position: relative;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1.72/1;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
    width: 74px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
  height: 71px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
  width: 100px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.63;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}


