:root,
[data-bs-theme='light'] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #febf58;
  --bs-green: #065545;
  --bs-teal: #20c997;
  --bs-cyan: #85d8f2;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6b6b6b;
  --bs-gray-dark: #343a40;
  --bs-bobo-gray: #b0b0b0;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e2e2e2;
  --bs-gray-300: #dedede;
  --bs-gray-400: #f8f9fb;
  --bs-gray-450: #f4f5f6;
  --bs-gray-500: #f0f2f6;
  --bs-gray-550: #b0b0b0;
  --bs-gray-600: #6b6b6b;
  --bs-gray-700: #3d3d3d;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #012a22;
  --bs-secondary: #febf58;
  --bs-success: #065545;
  --bs-info: #85d8f2;
  --bs-warning: #febf58;
  --bs-danger: #dc3545;
  --bs-light: #dedede;
  --bs-dark: #212529;
  --bs-dark-green: #065545;
  --bs-darker-green: #034034;
  --bs-light-400: #f8f9fb;
  --bs-light-450: #f4f5f6;
  --bs-light-500: #f0f2f6;
  --bs-light-550: #b0b0b0;
  --bs-light-600: #6b6b6b;
  --bs-light-700: #3d3d3d;
  --bs-mint: #9ff1d5;
  --bs-secondary-mint: #e8fcf5;
  --bs-light-orange: #fff8eb;
  --bs-light-cream: #fff8eb;
  --bs-secondary-cream: #fff3da;
  --bs-cream: #fffdf7;
  --bs-base-black: #252525;
  --bs-silver-gray: #c7c7c7;
  --bs-dim-gray: #6b6b6b;
  --bs-light-blue: #b8e8f2;
  --bs-primary-rgb: 1, 42, 34;
  --bs-secondary-rgb: 254, 191, 88;
  --bs-success-rgb: 6, 85, 69;
  --bs-info-rgb: 133, 216, 242;
  --bs-warning-rgb: 254, 191, 88;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 222, 222, 222;
  --bs-dark-rgb: 33, 37, 41;
  --bs-dark-green-rgb: 6, 85, 69;
  --bs-darker-green-rgb: 3, 64, 52;
  --bs-light-400-rgb: 248, 249, 251;
  --bs-light-450-rgb: 244, 245, 246;
  --bs-light-500-rgb: 240, 242, 246;
  --bs-light-550-rgb: 176, 176, 176;
  --bs-light-600-rgb: 107, 107, 107;
  --bs-light-700-rgb: 61, 61, 61;
  --bs-mint-rgb: 159, 241, 213;
  --bs-secondary-mint-rgb: 232, 252, 245;
  --bs-light-orange-rgb: 255, 248, 235;
  --bs-light-cream-rgb: 255, 248, 235;
  --bs-secondary-cream-rgb: 255, 243, 218;
  --bs-cream-rgb: 255, 253, 247;
  --bs-base-black-rgb: 37, 37, 37;
  --bs-silver-gray-rgb: 199, 199, 199;
  --bs-dim-gray-rgb: 107, 107, 107;
  --bs-light-blue-rgb: 184, 232, 242;
  --bs-primary-text-emphasis: #00110e;
  --bs-secondary-text-emphasis: #664c23;
  --bs-success-text-emphasis: #02221c;
  --bs-info-text-emphasis: #355661;
  --bs-warning-text-emphasis: #664c23;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #3d3d3d;
  --bs-dark-text-emphasis: #3d3d3d;
  --bs-primary-bg-subtle: #ccd4d3;
  --bs-secondary-bg-subtle: #fff2de;
  --bs-success-bg-subtle: #cdddda;
  --bs-info-bg-subtle: #e7f7fc;
  --bs-warning-bg-subtle: #fff2de;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #f8f9fb;
  --bs-primary-border-subtle: #99aaa7;
  --bs-secondary-border-subtle: #ffe5bc;
  --bs-success-border-subtle: #9bbbb5;
  --bs-info-border-subtle: #ceeffa;
  --bs-warning-border-subtle: #ffe5bc;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e2e2e2;
  --bs-dark-border-subtle: #f0f2f6;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 'Source Sans 3', sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #3d3d3d;
  --bs-body-color-rgb: 61, 61, 61;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #3d3d3dbf;
  --bs-secondary-color-rgb: 61, 61, 61;
  --bs-secondary-bg: #e2e2e2;
  --bs-secondary-bg-rgb: 226, 226, 226;
  --bs-tertiary-color: #3d3d3d80;
  --bs-tertiary-color-rgb: 61, 61, 61;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #012a22;
  --bs-link-color-rgb: 1, 42, 34;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #01221b;
  --bs-link-hover-color-rgb: 1, 34, 27;
  --bs-code-color: #d63384;
  --bs-highlight-color: #3d3d3d;
  --bs-highlight-bg: #fff2de;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dedede;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: #012a2240;
  --bs-form-valid-color: #065545;
  --bs-form-valid-border-color: #065545;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme='dark'] {
  --bs-body-color: #dedede;
  --bs-body-color-rgb: 222, 222, 222;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dededebf;
  --bs-secondary-color-rgb: 222, 222, 222;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dedede80;
  --bs-tertiary-color-rgb: 222, 222, 222;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #677f7a;
  --bs-secondary-text-emphasis: #fed99b;
  --bs-success-text-emphasis: #6a998f;
  --bs-info-text-emphasis: #b6e8f7;
  --bs-warning-text-emphasis: #fed99b;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dedede;
  --bs-primary-bg-subtle: #000807;
  --bs-secondary-bg-subtle: #332612;
  --bs-success-bg-subtle: #01110e;
  --bs-info-bg-subtle: #1b2b30;
  --bs-warning-bg-subtle: #332612;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #011914;
  --bs-secondary-border-subtle: #987335;
  --bs-success-border-subtle: #043329;
  --bs-info-border-subtle: #508291;
  --bs-warning-border-subtle: #987335;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #3d3d3d;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #677f7a;
  --bs-link-hover-color: #859995;
  --bs-link-color-rgb: 103, 127, 122;
  --bs-link-hover-color-rgb: 133, 153, 149;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dedede;
  --bs-highlight-bg: #664c23;
  --bs-border-color: #3d3d3d;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #6a998f;
  --bs-form-valid-border-color: #6a998f;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  color-scheme: dark;
}
@font-face {
  font-display: block;
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  src: url(data:font/woff;base64,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)
    format('woff');
}
[class*=' icon-'],
[class^='icon-'] {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-linkedin-alt:before {
  content: '';
}
.icon-close:before {
  content: '';
}
.icon-menu:before {
  content: '';
}
.icon-down:before {
  content: '';
}
.icon-download:before {
  content: '';
}
.icon-linkedin:before {
  content: '';
}
.icon-mail:before {
  content: '';
}
.icon-minus:before {
  content: '';
}
.icon-next:before {
  content: '';
}
.icon-plus:before {
  content: '';
}
.icon-previous:before {
  content: '';
}
.icon-twitter:before {
  content: '';
}
.icon-up:before {
  content: '';
}
.icon-youtube:before {
  content: '';
}
.icon-external-link:before {
  content: '';
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: '';
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
.text-graphic__anchor {
  position: sticky;
  top: 0;
  z-index: 10;
}
.text-graphic__anchor-links {
  --text-graphic-anchor-link-color: #b3b3b3;
  --text-graphic-anchor-link-hover-color: #065545;
  --text-graphic-anchor-link-active-color: #012a22;
  --text-graphic-anchor-padding-top: 1.6rem;
  --text-graphic-anchor-padding-bottom: 1.6rem;
  -ms-overflow-style: none;
  color: var(--text-graphic-anchor-link-color);
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: var(--text-graphic-anchor-padding-bottom);
  padding-top: var(--text-graphic-anchor-padding-top);
  scrollbar-width: none;
  white-space: nowrap;
}
.text-graphic__anchor-links::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .text-graphic__anchor-links .eyebrow-1 {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 2.4rem;
  }
}
.text-graphic__anchor-links a.active {
  color: var(--text-graphic-anchor-link-active-color);
}
.text-graphic__anchor-links a:hover {
  color: var(--text-graphic-anchor-link-hover-color);
}
.text-graphic__anchor-links a:first-child {
  margin-left: auto;
}
.text-graphic__anchor-links a:last-child {
  margin-right: auto;
}
.text-graphic__media {
  --text-graphic-media-bg: #f8f9fb;
  --text-graphic-media-width: 100%;
  --text-graphic-padding-y: 4rem;
  --text-graphic-padding-start: 4rem;
  --text-graphic-padding-end: 0;
  width: var(--text-graphic-media-width);
}
@media (max-width: 1023.98px) {
  .text-graphic__media {
    margin-left: -9.2rem;
    width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .text-graphic__media {
    margin-left: -2.4rem;
  }
}
@media (min-width: 1024px) {
  .text-graphic__media {
    --text-graphic-padding-y: 13.2rem;
    --text-graphic-padding-start: 14rem;
    --text-graphic-padding-end: 0;
  }
}
.text-graphic__content {
  --text-graphic-gutter-top: 6.4rem;
  --text-graphic-gutter-bottom: 6.4rem;
  --text-graphic-gutter-start: 6rem;
  --text-graphic-gutter-end: 6rem;
}
@media (max-width: 1023.98px) {
  .text-graphic__content {
    padding-left: var(--text-graphic-gutter-start);
    padding-right: var(--text-graphic-gutter-end);
  }
}
@media (max-width: 767.98px) {
  .text-graphic__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-graphic__content-wrapper:not(:first-child) {
  padding-bottom: 0;
  padding-top: var(--text-graphic-gutter-top);
}
@media (min-width: 768px) {
  .text-graphic__content-wrapper:not(:first-child) {
    --text-graphic-gutter-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .text-graphic__content-wrapper:not(:first-child) {
    --text-graphic-gutter-top: 12rem;
  }
}
.text-graphic__cta .btn-icon {
  --btn-icon-color: #065545;
}
@media (min-width: 1024px) {
  .text-graphic .img-left > * {
    flex-direction: row-reverse;
  }
  .text-graphic .img-left .text-graphic__info {
    margin-left: 10%;
  }
}
@media (min-width: 1280px) {
  .text-graphic .img-left .text-graphic__info {
    margin-left: 17%;
  }
}
.text-graphic .title-reusable {
  margin-bottom: 2.4rem;
  max-width: 25em;
}
.text-graphic .title-reusable .h2 {
  color: #065545 !important;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .text-graphic .title-reusable .h2 {
    font-size: 3.6rem;
    letter-spacing: -0.72px;
    line-height: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .text-graphic .title-reusable .h2 {
    font-size: 4rem;
    letter-spacing: -0.8px;
    line-height: 5.2rem;
  }
}
.text-graphic .title-reusable ul {
  --list-item-dots: #3d3d3d;
  list-style: none;
  margin-bottom: 0;
  padding-left: 2.4rem;
}
.text-graphic .title-reusable ul > li {
  position: relative;
}
.text-graphic .title-reusable ul > li:not(:first-child) {
  margin-top: 0.6rem;
}
.text-graphic .title-reusable ul > li:before {
  background-color: var(--list-item-dots);
  border-radius: 50%;
  content: '';
  height: 0.4rem;
  left: -1.4rem;
  position: absolute;
  top: 1.2rem;
  width: 0.4rem;
}
.text-graphic .title-reusable p + ul {
  margin-top: 2.4rem;
}
.text-graphic .title-reusable__copy {
  max-width: 23em;
}
.scroll-up .text-graphic__anchor {
  top: 80px;
}
