/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	Global variables
*/
/* Site Max Width. Used in 03-base/_template.scss
   -------------------------------------------------------------------------- */
/* Layout Margins (top/bottom)
   -------------------------------------------------------------------------- */
/* Colors
   -------------------------------------------------------------------------- */
/* Filter Colors
   Use https://codepen.io/sosuke/pen/Pjoqqp to generate filters for new colors
   -------------------------------------------------------------------------- */
/* Directories and Misc?
   -------------------------------------------------------------------------- */
/**
 * This file is used to override bootstrap variables.  build/node_modules/bootstrap/scss/_variables.scss
 * Some examples are included below.
 */
/* Grid breakpoints
   Define the minimum dimensions at which your layout will change,
   adapting to different screen sizes, for use in media queries.
   ------------------------------------------------------------------------ */
/* Body
   ------------------------------------------------------------------------ */
/* Gutter width (half is added to each column)
   ------------------------------------------------------------------------ */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	General mixins
	Note: Variables are loaded via _core.scss before this file, so no @use needed
*/
/* Variable Size
   Function can be used to make any property value variable
   -------------------------------------------------------------------------- */
/* Basic Transition
   -------------------------------------------------------------------------- */
/* Default Unordered List
   This mixin is used in place of defining base ul styles and then having to
   override them everywhere.  Ex: in a menu.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Link Style
   This mixin is used in place of defining base a styles and then having to
   override them everywhere. Ex: text links vs buttons.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Table
   -------------------------------------------------------------------------- */
/* Default Gradient
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/* Variable Min Height
   Will scale from $startHeight to $endHeight, from $startWidth to
   $endWidth.
   -------------------------------------------------------------------------- */
/* Variable Image Width
   Will scale from $startWidth to $endWidth, from $startScreenWidth to
   $endScreenWidth.  Must be in proper media query.
   -------------------------------------------------------------------------- */
/**
 * Typography Mixins & Font Declarations
 *
 * Font Families:
 *   - Self Modern: Used for headings (H1-H6) and display text
 *   - Funkis A Springs: Used for body copy, callouts, and eyebrow text
 *
 * Usage:
 *   @include self-modern--book;
 *   @include funkis--light;
 */
/* ==========================================================================
   @font-face Declarations
   ========================================================================== */
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Font Family Variables
   ========================================================================== */
/* ==========================================================================
   Self Modern Mixins (Headings & Display)
   ========================================================================== */
/* ==========================================================================
   Funkis A Springs Mixins (Body & UI)
   ========================================================================== */
/* ==========================================================================
   Typography Style Mixins (Composite)
   These combine font, size, line-height, and other properties
   ========================================================================== */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
.gallery-carousel__link-group {
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery-carousel.carousel--contained {
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .gallery-carousel.carousel--contained {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-carousel.carousel--contained {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .gallery-carousel.carousel--contained {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-carousel.carousel--contained {
    padding-inline: 0;
    width: 1680px;
    margin-inline: auto;
  }
}
.gallery-carousel.carousel--contained .gallery-carousel__image-slide {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  width: 100%;
  height: 460px;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery-carousel.carousel--contained .gallery-carousel__image-slide {
    height: 510px;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-carousel.carousel--contained .gallery-carousel__image-slide {
    height: 630px;
  }
}
@media screen and (min-width: 1440px) {
  .gallery-carousel.carousel--contained .gallery-carousel__image-slide {
    height: 700px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-carousel.carousel--contained .gallery-carousel__image-slide {
    height: 916px;
  }
}
@media screen and (min-width: 2500px) {
  .gallery-carousel.carousel--contained .gallery-carousel__image-slide {
    height: 950px;
  }
}
.gallery-carousel.carousel--full-width .gallery-carousel__image-slide {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery-carousel.carousel--full-width .gallery-carousel__image-slide {
    height: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-carousel.carousel--full-width .gallery-carousel__image-slide {
    height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-carousel.carousel--full-width .gallery-carousel__image-slide {
    height: 894px;
  }
}
@media screen and (min-width: 2500px) {
  .gallery-carousel.carousel--full-width .gallery-carousel__image-slide {
    height: 950px;
  }
}
.gallery-carousel__splide-carousel {
  position: relative;
}
.gallery-carousel__heading {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(56.23%, #FFFFFF), to(rgba(255, 255, 255, 0.85)));
  background: linear-gradient(0deg, #FFFFFF 56.23%, rgba(255, 255, 255, 0.85) 100%);
  padding: 32px 24px 0;
  text-align: center;
  margin-top: -140px;
  position: relative;
  max-width: clamp(248px, 50vw + 60px, 640px);
  margin-inline: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gallery-carousel__heading {
    padding: 48px 64px 0;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-carousel__heading {
    padding: 48px 88px 0;
    margin-top: -157px;
  }
}
.gallery-carousel__heading .heading-wrapper {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .gallery-carousel__heading .heading-wrapper {
    padding-bottom: 32px;
  }
}
.gallery-carousel__heading .heading-wrapper .title {
  text-transform: capitalize;
}
.gallery-carousel__heading .link-group {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .gallery-carousel__heading .link-group {
    margin-top: 40px;
  }
}
.gallery-carousel__content {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  color: #054052;
}
.gallery-carousel__image-slide {
  position: relative;
  width: 100%;
  height: 440px;
  padding: 24px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery-carousel__image-slide {
    height: 550px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-carousel__image-slide {
    height: 598px;
    padding: 39px 0;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-carousel__image-slide {
    height: 728px;
  }
}
@media screen and (min-width: 2500px) {
  .gallery-carousel__image-slide {
    height: 900px;
  }
}
.gallery-carousel__image-caption {
  background: #FFFFFF;
  bottom: 0;
  margin: 24px;
  padding: 16px 24px;
  position: absolute;
  width: calc(100% - 48px);
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #343a40;
  font-size: 16px;
  line-height: 20px;
}
.gallery-carousel .splide__slide.is-active .gallery-carousel__image-slide {
  padding: 0;
}
.gallery-carousel .splide__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  pointer-events: none;
  z-index: 10;
}
.gallery-carousel .splide__arrow {
  pointer-events: all;
  background-color: #C35B4F;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gallery-carousel .splide__arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}
.gallery-carousel .splide__arrow--prev {
  left: 0;
}
.gallery-carousel .splide__arrow--next {
  right: 0;
}
.gallery-carousel .splide__arrow:hover {
  background-color: #a64439;
}
.gallery-carousel .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gallery-carousel .splide__arrow svg,
.gallery-carousel .splide__arrow img {
  width: 20px;
  height: 20px;
  display: block;
}
.gallery-carousel__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
}

.gallery-carousel-counter__current {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 181.818% */
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #288074;
}
.gallery-carousel-counter__separator, .gallery-carousel-counter__total {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 181.818% */
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #288074;
}