/**
	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
*/
@media screen and (min-width: 768px) {
  .panel-split-content__inner {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__inner {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__inner {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__inner {
    padding-bottom: 90px;
  }
}
.panel-split-content__wrapper {
  background: #054052;
  position: relative;
}
.panel-split-content__bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}
.panel-split-content__inner-content {
  margin: 0 auto;
  padding: 24px;
  max-width: 1788px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel-split-content__inner-content {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 460px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__inner-content {
    min-height: 572px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__inner-content {
    min-height: 690px;
  }
}
.panel-split-content__content-wrapper {
  margin-bottom: 32px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .panel-split-content__content-wrapper {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: inherit;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    padding: 48px 0;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 474px;
            flex: 0 0 474px;
    padding: 28px 0;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 602px;
            flex: 0 0 602px;
    padding: 36px 0;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 681px;
            flex: 0 0 681px;
    padding: 90px 0;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 768px;
            flex: 0 0 768px;
  }
}
.panel-split-content__content .title {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content__content {
    margin-left: 62px;
    width: 284px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__content {
    margin-left: 84px;
    width: 302px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__content {
    margin-left: 112px;
    width: 380px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__content {
    margin-left: 127px;
    width: 418px;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content__content {
    margin-left: 151px;
  }
}
.panel-split-content__content .title, .panel-split-content__content p {
  color: #FFFFFF;
}
.panel-split-content__content p {
  line-height: 27px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .panel-split-content__content p {
    line-height: 28px;
  }
}
.panel-split-content__content .links {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .panel-split-content__content .links {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__content .links {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__content .links {
    margin-top: 47px;
  }
}
.panel-split-content__content.center {
  text-align: center;
}
.panel-split-content__content.center .links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel-split-content__content.right {
  text-align: right;
}
.panel-split-content__content.right .links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.panel-split-content__image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.panel-split-content__image .basic-picture {
  display: unset;
}
@media screen and (min-width: 768px) {
  .panel-split-content__image {
    position: relative;
    top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__image {
    top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__image {
    top: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__image {
    top: 90px;
  }
}
.panel-split-content .image-count--2 .basic-picture {
  display: unset;
}
@media screen and (min-width: 1024px) {
  .panel-split-content .image-count--2 {
    padding: 28px 0;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content .image-count--2 {
    padding: 36px 0;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content .image-count--2 {
    padding: 90px 0;
  }
}
.panel-split-content .image-count--2 .panel-split-content__inner-content {
  max-width: unset;
}
@media screen and (min-width: 1920px) {
  .panel-split-content .image-count--2 .panel-split-content__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 834px;
            flex: 0 0 834px;
  }
}
.panel-split-content__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel-split-content__image-wrapper {
    margin: 0 0 -48px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__image-wrapper {
    margin: -28px 0 -28px -24px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__image-wrapper {
    margin: -36px 0 -36px -24px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__image-wrapper {
    margin: -90px 0 -90px -24px;
  }
}
.panel-split-content__image--content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 81.5%;
          flex: 1 1 81.5%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .panel-split-content__image--content {
    position: relative;
    top: 48px;
    height: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content__image--content {
    top: 56px;
    height: calc(100% - 56px);
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__image--content {
    top: 72px;
    height: calc(100% - 72px);
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__image--content {
    top: 180px;
    height: calc(100% - 180px);
  }
}
.panel-split-content__image--panel {
  display: none;
}
@media screen and (min-width: 1024px) {
  .panel-split-content__image--panel {
    display: block;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 19.5%;
            flex: 1 1 19.5%;
    overflow: hidden;
    height: calc(100% - 56px);
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content__image--panel {
    height: calc(100% - 72px);
    margin-right: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content__image--panel {
    height: calc(100% - 180px);
    margin-right: 48px;
  }
}

.panel-split-content--slider .panel-split-content--slider__background {
  position: absolute;
  height: 70%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .panel-split-content--slider .panel-split-content--slider__background {
    height: 100%;
    bottom: unset;
    left: unset;
    right: 0;
    width: 80%;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider .panel-split-content--slider__background {
    width: calc(100% - 505px);
  }
}
.panel-split-content--slider .panel-split-content--slider__background-image {
  position: absolute;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.panel-split-content--slider .panel-split-content--slider__background-image img,
.panel-split-content--slider .panel-split-content--slider__background-image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.panel-split-content--slider .panel-split-content--slider__background-image picture img {
  width: 100%;
  height: 100%;
}
.panel-split-content--slider .panel-split-content--slider__background-overlay {
  position: absolute;
  inset: 0;
  background: #054052;
  mix-blend-mode: multiply;
  z-index: 2;
}
.panel-split-content--slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  position: relative;
  z-index: 2;
  position: relative;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__wrapper {
    padding: 0 72px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--slider__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 125px 72px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__wrapper {
    padding: 125px 88px 125px 104px;
    gap: 104px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--slider__wrapper {
    padding: 125px 144px 125px 128px;
    gap: 144px;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--slider__wrapper {
    gap: 208px;
    padding: 99px 210px 99px 208px;
  }
}
.panel-split-content--slider__carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 356px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__carousel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    width: auto;
    height: 460px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__carousel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%;
    height: 520px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--slider__carousel {
    height: calc(520px + (100vw - 1440px) / ((1920 - 1440) / (580 - 520)));
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--slider__carousel {
    height: 580px;
  }
}
.panel-split-content--slider__carousel .media {
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__carousel .media {
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--slider__carousel .media {
    height: 100%;
  }
}
.panel-split-content--slider__carousel .media article {
  margin: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel-split-content--slider__media {
  width: 100%;
  height: 100%;
  display: block;
}
.panel-split-content--slider__media .splide {
  height: 100%;
}
.panel-split-content--slider__media .splide__track, .panel-split-content--slider__media .splide__list {
  height: 100%;
}
.panel-split-content--slider__media .splide__slide {
  height: 100%;
}
.panel-split-content--slider__media .splide__slide img,
.panel-split-content--slider__media .splide__slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel-split-content--slider__media .splide__arrows {
  z-index: 10;
}
.panel-split-content--slider__media .splide__arrow {
  background-color: #c35b4f;
  border: none;
  width: 40px;
  height: 40px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__media .splide__arrow {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.panel-split-content--slider__media .splide__arrow:hover {
  background-color: #a64439;
}
.panel-split-content--slider__media .splide__arrow svg {
  width: 20px;
  height: 20px;
}
.panel-split-content--slider__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.panel-split-content--slider__media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel-split-content--slider__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 48px 26px 72px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    width: auto;
    padding: 72px 89px 92px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--slider__content-wrapper {
    padding: 48px 56px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--slider__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--slider__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
  }
}
.panel-split-content--slider__content {
  width: 100%;
}
.panel-split-content--slider__content .title {
  color: #FFFFFF;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__content .title {
    padding-bottom: 32px;
  }
}
.panel-split-content--slider__content p {
  color: #FFFFFF;
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 32px 0;
}
.panel-split-content--slider__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__counter {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__counter {
    margin-bottom: 40px;
  }
}
.panel-split-content--slider__counter-current, .panel-split-content--slider__counter-separator, .panel-split-content--slider__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;
}
.panel-split-content--slider__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--slider__links {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--slider__links {
    margin-top: 40px;
  }
}

.panel-split-content--offset .heading-wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 1440px) {
  .panel-split-content--offset .heading-wrapper {
    margin-bottom: 24px;
  }
}
.panel-split-content--offset__background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 236px;
  background: #505B26;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__background {
    height: 413px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--offset__background {
    width: calc(100% - 463px);
    height: 100%;
    right: 0;
    left: unset;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--offset__background {
    width: calc(100% - 690px);
  }
}
.panel-split-content--offset__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding: 48px 24px 64px;
  gap: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__wrapper {
    padding: 56px 72px 104px;
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--offset__wrapper {
    padding: 100px 88px;
    gap: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--offset__wrapper {
    padding: 80px 128px 80px 72px;
    gap: 72px;
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--offset__wrapper {
    padding: 80px 232px 80px 80px;
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--offset__wrapper {
    padding: 80px 304px 80px 184px;
    gap: 144px;
  }
}
.panel-split-content--offset__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__content-wrapper {
    padding-right: 114px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--offset__content-wrapper {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 234px;
            flex: 0 1 234px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--offset__content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 234px;
            flex: 0 1 234px;
  }
}
.panel-split-content--offset__content {
  width: 100%;
}
.panel-split-content--offset__content .title {
  color: #054052;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__content .title {
    padding-bottom: 32px;
  }
}
.panel-split-content--offset__content p {
  color: #054052;
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 32px 0;
}
.panel-split-content--offset__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__links {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--offset__links {
    margin-top: 40px;
  }
}
.panel-split-content--offset__links .link__btn.link__btn--secondary:hover, .panel-split-content--offset__links .link__btn.link__btn--secondary:active, .panel-split-content--offset__links .link__btn.link__btn--secondary:focus {
  background: #FFFFFF !important;
  color: #054052 !important;
}
.panel-split-content--offset__carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__carousel {
    height: 445px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-split-content--offset__carousel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    width: auto;
    height: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--offset__carousel {
    height: calc(550px + (100vw - 1280px) / ((1440 - 1280) / (586 - 550)));
  }
}
@media screen and (min-width: 1440px) {
  .panel-split-content--offset__carousel {
    height: calc(586px + (100vw - 1440px) / ((1920 - 1440) / (658 - 586)));
  }
}
@media screen and (min-width: 1920px) {
  .panel-split-content--offset__carousel {
    height: calc(658px + (100vw - 1920px) / ((2400 - 1920) / (720 - 658)));
  }
}
.panel-split-content--offset__carousel .media {
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
.panel-split-content--offset__carousel .media article {
  margin: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel-split-content--offset__media {
  width: 100%;
  height: 100%;
  display: block;
}
.panel-split-content--offset__media .splide {
  height: 100%;
}
.panel-split-content--offset__media .splide__track, .panel-split-content--offset__media .splide__list {
  height: 100%;
}
.panel-split-content--offset__media .splide__slide {
  height: 100%;
}
.panel-split-content--offset__media .splide__slide img,
.panel-split-content--offset__media .splide__slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel-split-content--offset__media .splide__arrows {
  z-index: 10;
}
.panel-split-content--offset__media .splide__arrow {
  background-color: #C35B4F;
  border: none;
  width: 40px;
  height: 40px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__media .splide__arrow {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.panel-split-content--offset__media .splide__arrow:hover {
  background-color: #a64439;
}
.panel-split-content--offset__media .splide__arrow svg {
  width: 20px;
  height: 20px;
}
.panel-split-content--offset__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.panel-split-content--offset__media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel-split-content--offset__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #054052;
}
@media screen and (min-width: 768px) {
  .panel-split-content--offset__counter {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .panel-split-content--offset__counter {
    margin-bottom: 40px;
  }
}
.panel-split-content--offset__counter-current, .panel-split-content--offset__counter-separator, .panel-split-content--offset__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;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}