/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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 {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.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 {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.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 {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.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 {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.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 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  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;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@font-face {
  font-family: "BourtonBaseDrop";
  src: url("../fonts/BourtonBaseDrop.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  ascent-override: 80%;
}
@font-face {
  font-family: "magnolia";
  src: url("../fonts/MagnoliaCoraScript-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
:root {
  --font-primary: "sofia-pro", sans-serif;
  --font-secondary: "BourtonBaseDrop", serif;
  --font-tertiary: "termina", serif;
  --font-quaternary: "magnolia", cursive, sans-serif;
}

/**
 * Colors
 */
:root {
  --c-black: #000;
  --c-white: #fff;
  --c-orange: #AE6512;
  --c-orange-highlight: #CA7F29;
  --c-orange-2: #FF6A00;
  --c-orange-3: #D58C29;
  --c-olive: #3B452B;
  --c-olive-hamburger: #3C442A;
  --c-olive-dark: #303523;
  --c-blue: #2A445B;
  --c-background: #F0E9E0;
  --c-background-dark: #EAD6C4;
  --c-background-header: #EFE7DF;
  --c-background-header-text: #FDF6EE;
  --c-red: #EB3F00;
  --c-black-rgb: 0, 0, 0;
  --c-white-rgb: 255, 255, 255;
  --c-orange-rgb: 174, 101, 18;
  --c-orange-highlight-rgb: 202, 127, 41;
  --c-orange-2-rgb: 255, 106, 0;
  --c-olive-rgb: 59, 69, 43;
  --c-blue-rgb: 42, 68, 91;
  --c-background-rgb: 240, 233, 224;
  --c-background-dark-rgb: 234, 214, 196;
  --c-red-rgb: 235, 63, 0;
}

/**
 * Containers
 */
/**
 * Lengths
 */
:root {
  --l-base: 10px;
  --l-default: 20px;
  --l-medium: 30px;
  --l-large: 40px;
  --l-xlarge: 64px;
  --l-xxlarge: 100px;
}

/**
 * Breakpoints
 */
/**
 * Animations
 */
:root {
  --a-default: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
  --a-fast: .15s cubic-bezier(0.22, 0.61, 0.36, 1);
  --a-slow: .8s cubic-bezier(0.22, 0.61, 0.36, 1);
  --transition-content: 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/**
 * Header
 */
:root {
  --header-height: 72px;
  --header-height-mobile: 56px;
}

/**
 * Fonts
 */
/**
 * CSS variables
 */
:root {
  --grid-template-columns: repeat(12, 1fr);
  --grid-column-gap: 20px;
  --grid-outer-padding: 16px;
  --header-height: 72px;
  --header-height-transparent: 96px;
  --block-spacing-l: 120px;
  --block-spacing-m: 80px;
  --block-spacing-s: 40px;
  --block-spacing-xs: 16px;
  --block-gap: 12px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header-height: 56px;
    --header-height-transparent: 56px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --grid-template-columns: repeat(4, 1fr);
    --grid-column-gap: 16px;
    --block-spacing-l: 64px;
    --block-spacing-m: 64px;
    --block-spacing-s: 32px;
    --block-gap: 8px;
  }
}

body {
  --wp--preset--font-size--medium: 24px;
}
@media screen and (max-width: 768px) {
  body {
    --wp--preset--font-size--medium: 18px;
  }
}

/**
 * GLightbox
 */
.gslide-inline .ginlined-content {
  box-sizing: border-box;
  padding: 0;
}
.gslide-inline .ginlined-content .modal-content {
  height: 100%;
}
.gslide-inline .ginlined-content .modal-content iframe {
  display: block;
}

.goverlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.glightbox-button-hidden {
  display: none !important;
}

.gclose.gbtn {
  background-color: #EB3F00;
  border-radius: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gclose.gbtn:hover, .gclose.gbtn:focus {
  opacity: 0.8;
  background-color: #EB3F00;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

#page {
  position: relative;
  z-index: 10;
}

[id] {
  scroll-margin-top: var(--header-height);
}

.cultivator-web-theme,
.wp-block-post-content {
  /**
   * Scrollbar Width fix
   */
  /**
   * Border radius for wordpress images
   */
  /**
   * Replace divs on mobile
   */
  /**
   * Column gap
   */
  /**
   * Normalize image margins
   */
}
.cultivator-web-theme img :root,
.wp-block-post-content img :root {
  max-width: 100%;
  height: auto;
  display: block;
}
.cultivator-web-theme :root,
.wp-block-post-content :root {
  --window-width: 100vw;
}
.cultivator-web-theme .position-relative,
.wp-block-post-content .position-relative {
  position: relative;
}
.cultivator-web-theme .overflow-hidden,
.wp-block-post-content .overflow-hidden {
  overflow: hidden;
}
.cultivator-web-theme .no-margins,
.wp-block-post-content .no-margins {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cultivator-web-theme .mobile-flex .wp-block-group__inner-container,
  .wp-block-post-content .mobile-flex .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }
}
.cultivator-web-theme .wp-block-image.is-style-rounded img,
.wp-block-post-content .wp-block-image.is-style-rounded img {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .cultivator-web-theme .switch-on-mobile,
  .wp-block-post-content .switch-on-mobile {
    flex-direction: column-reverse;
  }
}
.cultivator-web-theme :where(.wp-block-columns.is-layout-flex),
.cultivator-web-theme :where(.is-layout-flex),
.wp-block-post-content :where(.wp-block-columns.is-layout-flex),
.wp-block-post-content :where(.is-layout-flex) {
  gap: var(--grid-column-gap);
}
.cultivator-web-theme .wp-block-image,
.wp-block-post-content .wp-block-image {
  margin: 0;
}
.cultivator-web-theme .wp-block-image.block-editor-block-list__block,
.wp-block-post-content .wp-block-image.block-editor-block-list__block {
  margin-inline: auto;
}
.cultivator-web-theme .wp-block-image.size-full > img,
.wp-block-post-content .wp-block-image.size-full > img {
  width: 100%;
}
.cultivator-web-theme :where(.wp-block-columns.has-background),
.wp-block-post-content :where(.wp-block-columns.has-background) {
  padding: 0;
}

#primary {
  padding-block-start: var(--header-height);
}

.is--visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.small-paragraph, .cultivator-web-theme .small-paragraph {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .small-paragraph, .cultivator-web-theme .small-paragraph {
    font-size: 14px;
  }
}

.tiny-paragraph, .cultivator-web-theme .tiny-paragraph {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tiny-paragraph, .cultivator-web-theme .tiny-paragraph {
    font-size: 12px;
  }
}

p.button-font.button-font {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
p.button-font.button-font:not(:first-child) {
  margin-block-start: 11px;
}

.overline {
  padding-top: 14px;
  position: relative;
}
.overline:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--c-orange);
}
@media (min-width: 1320px) {
  .BlockMainBlock.left .overline {
    margin-right: -45px;
  }
}
@media (min-width: 1400px) {
  .BlockMainBlock.left .overline {
    margin-right: -90px;
  }
}

h2:not(.wp-admin h2) + p.overline:not(.button-font) {
  margin-top: 26px !important;
}

hr {
  border: 0;
  border-top: 2px solid #AE6512;
}

span.highlight {
  background-image: linear-gradient(to right, #CA7F29 0%, #CA7F29 50%, transparent 50%, transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  transition: background-position var(--a-slow);
  transition-delay: 0.7s;
  color: var(--c-olive);
}
.SiteBlock.show span.highlight, .mceContentBody span.highlight {
  background-position: 0 0;
}

/** BG COLORS */
.bg-light {
  --bg-default-opacity: 0.7;
  background-color: rgba(var(--c-background-dark-rgb), var(--bg-opacity, 1));
}
.bg-light:has(.BlockTabs) {
  background-color: #E0D4C4;
}

.bg-olive {
  --bg-default-opacity: 0.8;
  background-color: rgba(var(--c-olive-rgb), var(--bg-opacity, 1));
  color: var(--c-background);
}

.bg-orange {
  --bg-default-opacity: 0.7;
  background-color: rgba(var(--c-orange-rgb), var(--bg-opacity, 1));
  color: var(--c-background);
}

.bg-blue {
  --bg-default-opacity: 0.9;
  background-color: rgba(var(--c-blue-rgb), var(--bg-opacity, 1));
  color: var(--c-background);
}

.bg-none {
  --bg-default-opacity: 0.8;
  background-color: rgba(var(--c-background-rgb), var(--bg-opacity, 0));
}

.animate-in-bottom:not(.acfe-fc-preview .animate-in-bottom) {
  transition: transform var(--transition-content), opacity var(--transition-content);
  transform: translateY(120px);
  opacity: 0;
}
.SiteBlock.show .animate-in-bottom:not(.acfe-fc-preview .animate-in-bottom) {
  transform: translateY(0);
  opacity: 1;
}

/*.wp-block-button > .wp-block-button__link,*/
.btn, .gform-theme--framework.gform-theme--framework.gform-theme.gform_wrapper input.gform_button.button:is([type=submit]) {
  box-sizing: border-box;
  padding: 14px 30px;
  background-color: var(--c-orange);
  color: var(--c-background-header-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: background-color var(--a-default), color var(--a-default), border-color var(--a-default);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border-width: 0;
}
.btn:hover, .gform-theme--framework.gform-theme--framework.gform-theme.gform_wrapper input.gform_button.button:is([type=submit]):hover {
  background-color: var(--c-orange-highlight);
  color: var(--c-background-header-text);
}
@media screen and (max-width: 768px) {
  .btn, .gform-theme--framework.gform-theme--framework.gform-theme.gform_wrapper input.gform_button.button:is([type=submit]) {
    padding: 14px 24px;
  }
}

.btn--fluid {
  width: 100%;
}
.btn--fluid > .wp-block-button__link {
  width: 100%;
}

.btn--no-min {
  min-width: 0;
}

.btn--white {
  background-color: var(--c-background);
  color: var(--c-blue);
  border-color: var(--c-background);
}
.btn--white:hover {
  background-color: var(--c-orange);
  color: var(--c-background);
}

.btn--red {
  background-color: var(--c-red);
  color: var(--c-background);
  border-color: var(--c-red);
}
.btn--red:hover {
  background-color: var(--c-background);
  color: var(--c-red);
}

.btn--small {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.1em;
  padding-block: 12px 11px;
  padding-inline: 16px;
}

@media screen and (max-width: 768px) {
  .btn--small-mobile {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1em;
    padding-block: 12px 11px;
    padding-inline: 16px;
  }
}

/* Gravity Forms */
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]),
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + label,
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + span,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + label,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + span {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + label:before,
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + span:before,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + label:before,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]) + span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 2px solid currentColor;
  transition: background-color var(--a-default);
}
@media screen and (max-width: 768px) {
  input[type=checkbox]:not(body.wp-admin input[type=checkbox],
  body.wp-admin input[type=radio]) + label:before,
  input[type=checkbox]:not(body.wp-admin input[type=checkbox],
  body.wp-admin input[type=radio]) + span:before,
  input[type=radio]:not(body.wp-admin input[type=checkbox],
  body.wp-admin input[type=radio]) + label:before,
  input[type=radio]:not(body.wp-admin input[type=checkbox],
  body.wp-admin input[type=radio]) + span:before {
    width: 20px;
    height: 20px;
  }
}
input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + label:before, input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + span:before,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + label:before,
input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + span:before {
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='258.6711 187.3301 16.9998 13.6629' width='16.9998' height='13.6629' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 259.131 193.204 C 258.534 193.779 258.516 194.728 259.09 195.325 L 263.465 199.87 L 264.546 200.993 L 265.627 199.87 L 275.252 189.87 C 275.826 189.273 275.808 188.324 275.211 187.749 C 274.614 187.175 273.665 187.193 273.09 187.79 L 264.546 196.667 L 261.252 193.245 C 260.677 192.648 259.728 192.63 259.131 193.204 Z' style='fill: rgb(255, 255, 255);' transform='matrix(1, 0, 0, 1, 0, 2.842170943040401e-14)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.is--darkCheckbox input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + label:before, .is--darkCheckbox input[type=checkbox]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + span:before,
.is--darkCheckbox input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + label:before,
.is--darkCheckbox input[type=radio]:not(body.wp-admin input[type=checkbox],
body.wp-admin input[type=radio]):checked + span:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='258.6711 187.3301 16.9998 13.6629' width='16.9998' height='13.6629' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 259.131 193.204 C 258.534 193.779 258.516 194.728 259.09 195.325 L 263.465 199.87 L 264.546 200.993 L 265.627 199.87 L 275.252 189.87 C 275.826 189.273 275.808 188.324 275.211 187.749 C 274.614 187.175 273.665 187.193 273.09 187.79 L 264.546 196.667 L 261.252 193.245 C 260.677 192.648 259.728 192.63 259.131 193.204 Z' style='fill: rgb(61, 57, 53);' transform='matrix(1, 0, 0, 1, 0, 2.842170943040401e-14)'/%3E%3C/svg%3E");
}

/**
 * Gravity forms
 */
div.gform-theme--framework .gform_required_legend {
  display: none;
}
div.gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
}
div.gform-theme--framework .gfield--type-choice .gfield_radio .gchoice {
  height: var(--gf-ctrl-size);
  background-color: var(--gf-ctrl-bg-color);
  display: grid;
  grid-template-columns: 1fr;
}
div.gform-theme--framework .gfield--type-choice .gfield_radio .gchoice .gform-field-label {
  --gf-local-color: var(--c-olive);
  --gf-local-margin-x: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  div.gform-theme--framework .gfield--type-choice .gfield_radio .gchoice .gform-field-label {
    --gf-local-margin-x: 8px;
  }
}
div.gform-theme--framework .gfield--type-choice .gfield_radio .gchoice .gform-field-label:before {
  margin-top: -1px;
}
div.gform-theme--framework .gfield--type-choice .gfield_radio[data-options="2"] .gchoice {
  flex: 1;
}
div.gform-theme--framework input:is([type=submit], [type=button], [type=reset]) {
  width: 100% !important;
}
div.gform-theme--framework .gform_confirmation_message {
  border: 2px solid var(--c-olive);
  color: var(--c-olive);
  padding: 48px 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='172' height='16' viewBox='0 0 172 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_500_305)'%3E%3Cpath d='M3272 8C3267.52 12 3258.52 12 3254.03 8C3249.55 4 3240.55 4 3236.07 8C3231.58 12 3222.59 12 3218.1 8C3213.62 4 3204.62 4 3200.14 8C3195.65 12 3186.66 12 3182.17 8C3177.69 4 3168.69 4 3164.21 8C3159.72 12 3150.72 12 3146.24 8C3141.76 4 3132.76 4 3128.24 8C3123.76 12 3114.76 12 3110.28 8C3105.79 4 3096.8 4 3092.31 8C3087.83 12 3078.83 12 3074.35 8C3069.86 4 3060.87 4 3056.38 8C3051.9 12 3042.9 12 3038.42 8C3033.93 4 3024.93 4 3020.45 8C3015.97 12 3006.97 12 3002.48 8C2998 4 2989 4 2984.52 8C2980.03 12 2971.04 12 2966.55 8C2962.07 4 2953.07 4 2948.59 8C2944.1 12 2935.11 12 2930.62 8C2926.14 4 2917.14 4 2912.66 8C2908.17 12 2899.17 12 2894.69 8C2890.21 4 2881.21 4 2876.72 8C2872.24 12 2863.24 12 2858.76 8C2854.27 4 2845.28 4 2840.79 8C2836.31 12 2827.31 12 2822.83 8C2818.34 4 2809.35 4 2804.86 8C2800.38 12 2791.38 12 2786.9 8C2782.41 4 2773.41 4 2768.93 8C2764.45 12 2755.45 12 2750.96 8C2746.48 4 2737.48 4 2733 8C2728.51 12 2719.52 12 2715.03 8C2710.55 4 2701.55 4 2697.07 8C2692.58 12 2683.59 12 2679.1 8C2674.62 4 2665.62 4 2661.14 8C2656.65 12 2647.65 12 2643.17 8C2638.69 4 2629.69 4 2625.2 8C2620.72 12 2611.72 12 2607.24 8C2602.75 4 2593.76 4 2589.27 8C2584.79 12 2575.79 12 2571.31 8C2566.82 4 2557.83 4 2553.34 8C2548.86 12 2539.86 12 2535.38 8C2530.89 4 2521.89 4 2517.41 8C2512.93 12 2503.93 12 2499.44 8C2494.96 4 2485.96 4 2481.48 8C2476.99 12 2468 12 2463.51 8C2459.03 4 2450.03 4 2445.55 8C2441.06 12 2432.07 12 2427.58 8C2423.1 4 2414.1 4 2409.62 8C2405.13 12 2396.13 12 2391.65 8C2387.17 4 2378.17 4 2373.68 8C2369.2 12 2360.2 12 2355.72 8C2351.24 4 2342.24 4 2337.75 8C2333.27 12 2324.27 12 2319.79 8C2315.3 4 2306.31 4 2301.82 8C2297.34 12 2288.34 12 2283.86 8C2279.37 4 2270.37 4 2265.89 8C2261.41 12 2252.41 12 2247.92 8C2243.44 4 2234.44 4 2229.96 8C2225.48 12 2216.48 12 2211.99 8C2207.51 4 2198.51 4 2194.03 8C2189.54 12 2180.55 12 2176.06 8C2171.58 4 2162.58 4 2158.1 8C2153.61 12 2144.61 12 2140.13 8C2135.65 4 2126.65 4 2122.16 8C2117.68 12 2108.68 12 2104.2 8C2099.72 4 2090.72 4 2086.23 8C2081.75 12 2072.75 12 2068.27 8C2063.78 4 2054.79 4 2050.3 8C2045.82 12 2036.82 12 2032.34 8C2027.85 4 2018.85 4 2014.37 8C2009.89 12 2000.89 12 1996.4 8C1991.92 4 1982.92 4 1978.44 8C1973.96 12 1964.96 12 1960.47 8C1955.99 4 1946.99 4 1942.51 8C1938.02 12 1929.03 12 1924.54 8C1920.06 4 1911.06 4 1906.58 8C1902.09 12 1893.09 12 1888.61 8C1884.13 4 1875.13 4 1870.64 8C1866.16 12 1857.16 12 1852.68 8C1848.2 4 1839.2 4 1834.71 8C1830.23 12 1821.23 12 1816.75 8C1812.26 4 1803.27 4 1798.78 8C1794.3 12 1785.3 12 1780.82 8C1776.33 4 1767.33 4 1762.82 8C1758.34 12 1749.34 12 1744.85 8C1740.37 4 1731.37 4 1726.89 8C1722.41 12 1713.41 12 1708.92 8C1704.44 4 1695.44 4 1690.96 8C1686.47 12 1677.48 12 1672.99 8C1668.51 4 1659.51 4 1655.03 8C1650.54 12 1641.54 12 1637.06 8C1632.58 4 1623.58 4 1619.09 8C1614.61 12 1605.61 12 1601.13 8C1596.65 4 1587.65 4 1583.16 8C1578.68 12 1569.68 12 1565.2 8C1560.71 4 1551.72 4 1547.23 8C1542.75 12 1533.75 12 1529.27 8C1524.78 4 1515.78 4 1511.3 8C1506.82 12 1497.82 12 1493.33 8C1488.85 4 1479.85 4 1475.37 8C1470.89 12 1461.89 12 1457.4 8C1452.92 4 1443.92 4 1439.44 8C1434.95 12 1425.96 12 1421.47 8C1416.99 4 1407.99 4 1403.51 8C1399.02 12 1390.02 12 1385.54 8C1381.06 4 1372.06 4 1367.57 8C1363.09 12 1354.09 12 1349.61 8C1345.13 4 1336.13 4 1331.64 8C1327.16 12 1318.16 12 1313.68 8C1309.19 4 1300.2 4 1295.71 8C1291.23 12 1282.23 12 1277.75 8C1273.26 4 1264.26 4 1259.78 8C1255.3 12 1246.3 12 1241.81 8C1237.33 4 1228.33 4 1223.85 8C1219.37 12 1210.37 12 1205.88 8C1201.4 4 1192.4 4 1187.92 8C1183.43 12 1174.44 12 1169.95 8C1165.47 4 1156.47 4 1151.99 8C1147.5 12 1138.5 12 1134.02 8C1129.54 4 1120.54 4 1116.06 8C1111.57 12 1102.57 12 1098.09 8C1093.61 4 1084.61 4 1080.12 8C1075.64 12 1066.64 12 1062.16 8C1057.67 4 1048.68 4 1044.19 8C1039.71 12 1030.71 12 1026.23 8C1021.74 4 1012.74 4 1008.26 8C1003.78 12 994.779 12 990.295 8C985.811 4 976.813 4 972.329 8C967.846 12 958.848 12 954.364 8C949.88 4 940.882 4 936.398 8C931.914 12 922.916 12 918.432 8C913.948 4 904.95 4 900.467 8C895.983 12 886.985 12 882.501 8C878.017 4 869.019 4 864.535 8C860.051 12 851.053 12 846.569 8C842.086 4 833.088 4 828.604 8C824.12 12 815.122 12 810.638 8C806.154 4 797.156 4 792.672 8C788.189 12 779.19 12 774.707 8C770.223 4 761.225 4 756.741 8C752.257 12 743.259 12 738.775 8C734.291 4 725.293 4 720.809 8C716.326 12 707.328 12 702.844 8C698.36 4 689.362 4 684.878 8C680.394 12 671.396 12 666.912 8C662.429 4 653.431 4 648.947 8C644.463 12 635.465 12 630.981 8C626.497 4 617.499 4 613.015 8C608.531 12 599.533 12 595.05 8C590.566 4 581.568 4 577.084 8C572.6 12 563.602 12 559.118 8C554.634 4 545.636 4 541.152 8C536.669 12 527.671 12 523.187 8C518.703 4 509.705 4 505.221 8C500.737 12 491.739 12 487.255 8C482.771 4 473.773 4 469.29 8C464.806 12 455.808 12 451.324 8C446.84 4 437.842 4 433.358 8C428.874 12 419.876 12 415.362 8C410.878 4 401.88 4 397.397 8C392.913 12 383.915 12 379.431 8C374.947 4 365.949 4 361.465 8C356.981 12 347.983 12 343.499 8C339.016 4 330.018 4 325.534 8C321.05 12 312.052 12 307.568 8C303.084 4 294.086 4 289.602 8C285.118 12 276.12 12 271.637 8C267.153 4 258.155 4 253.671 8C249.187 12 240.189 12 235.705 8C231.221 4 222.223 4 217.739 8C213.256 12 204.258 12 199.774 8C195.29 4 186.292 4 181.808 8C177.324 12 168.326 12 163.842 8C159.359 4 150.361 4 145.877 8C141.393 12 132.395 12 127.911 8C123.427 4 114.429 4 109.945 8C105.461 12 96.4634 12 91.9796 8C85.4053 4 76.4073 4 71.9234 8C67.4396 12 58.4416 12 53.9577 8C49.4436 4 40.4456 4 35.9617 8C31.4779 12 22.4799 12 17.996 8C13.4819 4 4.48385 4 0 8' stroke='%23B8A57F' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_500_305'%3E%3Crect width='172' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top 20px center;
}

div.gform-theme--framework form {
  --gf-color-primary: var(--c-olive);
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 16px;
  --gf-label-req-gap: 4px;
  --gf-label-space-primary: 3px;
  --gf-label-space-x-secondary: var(--gf-ctrl-padding-x);
  --gf-label-choice-field-space-primary: 3px;
  --gf-ctrl-label-color-primary: currentColor;
  --gf-ctrl-label-font-size-primary: 16px;
  --gf-ctrl-label-font-size-secondary: var(--gf-ctrl-font-size);
  --gf-ctrl-label-line-height-primary: 1.5;
  --gf-ctrl-label-font-size-req: 1em;
  --gf-ctrl-size: 67px;
  --gf-ctrl-font-size: 20px;
  --gf-ctrl-radius: 0;
  --gf-ctrl-shadow: none;
  --gf-ctrl-padding-x: 24px;
  --gf-ctrl-bg-color: var(--c-background-dark);
  --gf-ctrl-border-width: 0;
  --gf-ctrl-border-color-focus: var(--c-olive);
  --gf-ctrl-textarea-radius: 0;
  --gf-ctrl-textarea-height: 150px;
  --gf-ctrl-btn-size: 48px;
  --gf-ctrl-btn-font-size: 18px;
  --gf-ctrl-btn-radius: 0;
  --gf-ctrl-btn-color-primary: var(--c-orange);
  --gf-ctrl-btn-color-hover-primary: var(--c-olive);
  --gf-ctrl-btn-border-color-primary: var(--c-olive);
  --gf-ctrl-btn-border-width-primary: 2px;
  --gf-ctrl-btn-border-color-focus-primary: var(--c-olive);
  --gf-ctrl-btn-border-color-hover-primary: var(--c-olive);
  --gf-ctrl-btn-bg-color-primary: var(--c-olive);
  --gf-ctrl-btn-bg-color-hover-primary: var(--c-orange);
  --gf-ctrl-btn-bg-color-focus-primary: var(--c-olive);
  --gf-field-choice-gap: 20px;
}
@media screen and (max-width: 768px) {
  div.gform-theme--framework form {
    --gf-ctrl-label-font-size-primary: 14px;
    --gf-ctrl-font-size: 14px;
    --gf-ctrl-size: 48px;
    --gf-field-choice-gap: 13px;
    --gf-ctrl-padding-x: 13px;
  }
}
div.gform-theme--framework form ::-moz-placeholder {
  color: #A9A8A4;
}
div.gform-theme--framework form ::placeholder {
  color: #A9A8A4;
}
div.gform-theme--framework form .gform-field-label > .gfield_required {
  color: #3B452B;
}

body:not(.wp-admin) {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--font-primary);
  background-color: var(--c-background);
  color: var(--c-olive);
}
@media screen and (max-width: 768px) {
  body:not(.wp-admin) {
    font-size: 16px;
  }
}

/**
 * Headings
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  color: currentColor;
}
h1:not(:first-child), .h1:not(:first-child),
h2:not(:first-child), .h2:not(:first-child),
h3:not(:first-child), .h3:not(:first-child),
h4:not(:first-child), .h4:not(:first-child),
h5:not(:first-child), .h5:not(:first-child) {
  margin-block-start: 0.5em;
}

h1:not(.wp-admin h1), .h1:not(.wp-admin h1), #poststuff .acfe-flexible-placeholder .h1:not(.wp-admin h1) {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h1:not(.wp-admin h1), .h1:not(.wp-admin h1), #poststuff .acfe-flexible-placeholder .h1:not(.wp-admin h1) {
    font-size: 34px;
  }
}
h4 + h1:not(.wp-admin h1), h4 + .h1:not(.wp-admin h1), h4 + #poststuff .acfe-flexible-placeholder .h1:not(.wp-admin h1) {
  margin-block-start: 0.5rem;
}

h2:not(.wp-admin h2), .h2:not(.wp-admin h2), #poststuff .acfe-flexible-placeholder .h2:not(.wp-admin h2) {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-secondary);
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h2:not(.wp-admin h2), .h2:not(.wp-admin h2), #poststuff .acfe-flexible-placeholder .h2:not(.wp-admin h2) {
    font-size: 32px;
  }
}
h2:not(.wp-admin h2) + p:not(.button-font), .h2:not(.wp-admin h2) + p:not(.button-font), #poststuff .acfe-flexible-placeholder .h2:not(.wp-admin h2) + p:not(.button-font) {
  margin-block-start: 0.5rem !important;
}
h4 + h2:not(.wp-admin h2), h4 + .h2:not(.wp-admin h2), h4 + #poststuff .acfe-flexible-placeholder .h2:not(.wp-admin h2) {
  margin-block-start: 0;
}

h3:not(.wp-admin h3), .h3:not(.wp-admin h3), #poststuff .acfe-flexible-placeholder .h3:not(.wp-admin h3) {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--font-secondary);
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3:not(.wp-admin h3), .h3:not(.wp-admin h3), #poststuff .acfe-flexible-placeholder .h3:not(.wp-admin h3) {
    font-size: 24px;
  }
}
h3 + p:not(:first-child), .h3 + p:not(:first-child), #poststuff .acfe-flexible-placeholder .h3 + p:not(:first-child) {
  margin-top: 3px !important;
}

h4:not(.acf-input h4), .h4:not(.acf-input h4), #poststuff .acfe-flexible-placeholder .h4:not(.acf-input h4) {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--font-secondary);
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h4:not(.acf-input h4), .h4:not(.acf-input h4), #poststuff .acfe-flexible-placeholder .h4:not(.acf-input h4) {
    font-size: 18px;
  }
}
h4:not(.acf-input h4):not(:first-child), .h4:not(.acf-input h4):not(:first-child), #poststuff .acfe-flexible-placeholder .h4:not(.acf-input h4):not(:first-child) {
  margin-block-start: 3rem;
}
h2 + h4:not(.acf-input h4), h2 + .h4:not(.acf-input h4), h2 + #poststuff .acfe-flexible-placeholder .h4:not(.acf-input h4) {
  margin-block-start: 0.9rem !important;
}

.cultivator-web-theme,
.wp-block-post-content,
.paragraph {
  /**
   * UL, OL
   */
}
.cultivator-web-theme p, .cultivator-web-theme ul, .cultivator-web-theme ol,
.wp-block-post-content p,
.wp-block-post-content ul,
.wp-block-post-content ol,
.paragraph p,
.paragraph ul,
.paragraph ol {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--font-primary);
}
@media screen and (max-width: 768px) {
  .cultivator-web-theme p, .cultivator-web-theme ul, .cultivator-web-theme ol,
  .wp-block-post-content p,
  .wp-block-post-content ul,
  .wp-block-post-content ol,
  .paragraph p,
  .paragraph ul,
  .paragraph ol {
    font-size: 16px;
  }
}
.cultivator-web-theme p:not(:first-child), .cultivator-web-theme ul:not(:first-child), .cultivator-web-theme ol:not(:first-child),
.wp-block-post-content p:not(:first-child),
.wp-block-post-content ul:not(:first-child),
.wp-block-post-content ol:not(:first-child),
.paragraph p:not(:first-child),
.paragraph ul:not(:first-child),
.paragraph ol:not(:first-child) {
  margin-block-start: 1em;
}
.cultivator-web-theme p:not(:last-child), .cultivator-web-theme ul:not(:last-child), .cultivator-web-theme ol:not(:last-child),
.wp-block-post-content p:not(:last-child),
.wp-block-post-content ul:not(:last-child),
.wp-block-post-content ol:not(:last-child),
.paragraph p:not(:last-child),
.paragraph ul:not(:last-child),
.paragraph ol:not(:last-child) {
  margin-block-end: 1em;
}
.cultivator-web-theme p a, .cultivator-web-theme ul a, .cultivator-web-theme ol a,
.wp-block-post-content p a,
.wp-block-post-content ul a,
.wp-block-post-content ol a,
.paragraph p a,
.paragraph ul a,
.paragraph ol a {
  color: currentColor;
}
.cultivator-web-theme ul:not(.menu), .cultivator-web-theme ol,
.wp-block-post-content ul:not(.menu),
.wp-block-post-content ol,
.paragraph ul:not(.menu),
.paragraph ol {
  padding-inline-start: 1.5em;
}
.cultivator-web-theme ul:not(.menu) li, .cultivator-web-theme ol li,
.wp-block-post-content ul:not(.menu) li,
.wp-block-post-content ol li,
.paragraph ul:not(.menu) li,
.paragraph ol li {
  margin-block-start: 0;
  margin-block-end: 0;
}
.cultivator-web-theme ul:not(.menu) li:not(:first-child), .cultivator-web-theme ol li:not(:first-child),
.wp-block-post-content ul:not(.menu) li:not(:first-child),
.wp-block-post-content ol li:not(:first-child),
.paragraph ul:not(.menu) li:not(:first-child),
.paragraph ol li:not(:first-child) {
  margin-block-start: 0.2em;
}
.cultivator-web-theme ul:not(.menu),
.wp-block-post-content ul:not(.menu),
.paragraph ul:not(.menu) {
  list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-1 -1 2 2'><circle r='0.3' /></svg>");
}
.cultivator-web-theme .label-text,
.wp-block-post-content .label-text,
.paragraph .label-text {
  font-size: 14px;
  text-transform: uppercase;
}
.cultivator-web-theme .button-text,
.wp-block-post-content .button-text,
.paragraph .button-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

a {
  color: currentColor;
  transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.small-text,
p.small-text {
  font-size: 14px;
}

.BaseLayout {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  -moz-column-gap: var(--grid-column-gap);
       column-gap: var(--grid-column-gap);
  width: 100%;
  box-sizing: border-box;
}
.BaseLayout > * {
  grid-column: 1/-1;
}
.BaseLayout.boxed {
  --boxed-layout-padding: clamp(
  	var(--grid-outer-padding),
  	calc(50vw - 590px),
  	50vw
  );
  padding-inline-start: var(--boxed-layout-padding);
  padding-inline-end: var(--boxed-layout-padding);
}
.BaseLayout.boxed.large {
  --boxed-layout-padding: clamp(
  	var(--grid-outer-padding),
  	calc(50vw - 640px),
  	50vw
  );
}
.BaseLayout.boxed.full {
  --boxed-layout-padding: var(--grid-outer-padding);
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-4 > * {
    grid-column: 4/10;
  }
}
@media screen and (min-width: 1025px) {
  .BaseLayout.size-4 > * {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-6 > * {
    grid-column: 3/11;
  }
}
@media screen and (min-width: 1025px) {
  .BaseLayout.size-6 > * {
    grid-column: 4/10;
  }
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-6.left > * {
    grid-column: 1/9;
  }
}
@media screen and (min-width: 1025px) {
  .BaseLayout.size-6.left > * {
    grid-column: 1/7;
  }
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-8 > * {
    grid-column: 3/11;
  }
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-8.left > * {
    grid-column: 1/9;
  }
}
@media screen and (min-width: 769px) {
  .BaseLayout.size-9 > * {
    grid-column: 1/10;
  }
}
@media screen and (min-width: 1025px) {
  .BaseLayout.size-10 > * {
    grid-column: 2/12;
  }
}
@media screen and (min-width: 1025px) {
  .BaseLayout.size-10.left > * {
    grid-column: 1/11;
  }
}

.escape-entry-content-width {
  margin-left: clamp(-50vw, -1 * var(--window-width) / 2 + 590px, -1 * var(--grid-outer-padding));
  margin-right: clamp(-50vw, -1 * var(--window-width) / 2 + 590px, -1 * var(--grid-outer-padding));
}

.BlockPreCopy:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .BlockPreCopy:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .BlockPreCopy.size-9 > .BlockPreCopy__buttons {
    grid-column: 10/13;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .BlockPreCopy.size-9 > .BlockPreCopy__buttons {
    align-items: flex-start;
  }
}

.BlockPreCopy__copy {
  position: relative;
}

.BlockPreCopy__buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .BlockPreCopy__buttons {
    gap: 1rem;
  }
}
.BlockPreCopy.left .BlockPreCopy__buttons {
  justify-content: flex-start;
}

.BlockPreCopy__background-image {
  display: block;
}
@media screen and (max-width: 768px) {
  .BlockPreCopy__background-image {
    height: 179px;
    width: auto;
    margin-bottom: 16px;
    margin-inline: auto;
    margin-top: -32px;
  }
}
@media screen and (min-width: 769px) {
  .BlockPreCopy__background-image {
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    height: 100%;
    width: auto;
  }
}

.BaseSlider {
  --swiper-navigation-size: 2.5rem;
  --swiper-navigation-sides-offset: 2.5rem;
  --swiper-pagination-bottom: 1.5rem;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-border-radius: 10px;
  --swiper-pagination-bullet-border-width: 1px;
  --swiper-theme-color: var(--c-background);
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.09, 0.08, 0, 0.99);
  position: relative;
}
@media screen and (max-width: 768px) {
  .BaseSlider {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-navigation-sides-offset: 0;
    --swiper-pagination-bullet-width: 5px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bottom: 17px;
    --swiper-navigation-top-offset: calc(100% - 20px);
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .BaseSlider.mobile-actions-inside {
    --swiper-navigation-sides-offset: 16px;
    --swiper-pagination-bottom: 33px;
    --swiper-navigation-top-offset: calc(100% - 20px - 16px);
    padding-bottom: 0;
  }
}
.BaseSlider .swiper-button-next,
.BaseSlider .swiper-button-prev {
  color: transparent;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%23AE6512'/%3E%3Cpath d='M24.9999 12.8572L13.5713 20L24.9999 27.1429V12.8572Z' fill='%23F0E9E0'/%3E%3C/svg%3E%0A");
  background-size: contain;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.BaseSlider .swiper-button-next:hover,
.BaseSlider .swiper-button-prev:hover {
  opacity: 0.5;
}
.BaseSlider .swiper-button-next {
  transform: rotate(180deg);
}
.BaseSlider .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.BaseSlider .swiper-pagination-bullet {
  box-sizing: border-box;
  border: var(--swiper-pagination-bullet-border-width) solid var(--swiper-theme-color);
}
@media screen and (min-width: 1025px) {
  .BaseSlider.bullets-left .swiper-pagination {
    justify-content: flex-start;
    box-sizing: border-box;
    padding-inline-start: calc(clamp(var(--grid-outer-padding), 50% - 590px, 50%) - var(--swiper-pagination-bullet-horizontal-gap));
    padding-inline-end: calc(clamp(var(--grid-outer-padding), 50% - 590px, 50%) - var(--swiper-pagination-bullet-horizontal-gap));
  }
}
@media screen and (max-width: 768px) {
  .BaseSlider.no-controls-on-mobile, .BaseSlider.single {
    padding-bottom: 0;
  }
}
.BaseSlider img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .BaseSlider:not(.single) swiper-container[slides-per-view="1"] swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 80px;
  }
}
.BaseSlider swiper-slide {
  position: relative;
}
.BaseSlider swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
  pointer-events: none;
}

.BlockHero {
  height: 0;
  position: relative;
  padding-block-end: 75vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .BlockHero {
    padding-block-end: 75vh;
  }
}
.BlockHero:after {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
}

.BlockHero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .BlockHero__image.mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .BlockHero__image.desktop {
    display: none;
  }
}

.BlockHero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.BlockHero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: unset;
}

.BlockHero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--c-background-header);
  text-align: center;
  z-index: 1;
}

.BlockHero__copy {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .BlockHero__copy {
    padding-bottom: 32px;
  }
}
.BlockHero__copy h1 {
  position: relative;
  display: inline-block;
}
.BlockHero__copy h1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 150%;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1C1C1C;
  filter: blur(70px);
}

.SiteBlock:has(.BlockMainBlock) {
  background-color: transparent;
}

.BlockMainBlock {
  align-items: center;
  background-color: var(--c-background);
  position: relative;
}
@media screen and (max-width: 768px) {
  .BlockMainBlock {
    margin-inline: calc(-1 * var(--grid-outer-padding));
    width: calc(100% + 2 * var(--grid-outer-padding));
  }
}

.BlockMainBlock__image {
  transition: transform var(--transition-content), opacity var(--transition-content);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .BlockMainBlock__image {
    grid-column: span 7;
    height: 100%;
  }
  .BlockMainBlock.right .BlockMainBlock__image {
    grid-column: span 7;
    order: 2;
  }
}
.BlockMainBlock__image:not(.acfe-fc-preview .BlockMainBlock__image) {
  transform: translateX(-120%);
  opacity: 0;
}
.BlockMainBlock.right .BlockMainBlock__image:not(.acfe-fc-preview .BlockMainBlock__image) {
  transform: translateX(120%);
}
.SiteBlock.show .BlockMainBlock__image:not(.acfe-fc-preview .BlockMainBlock__image) {
  transform: translateX(0);
  opacity: 1;
}

.BlockMainBlock__image-wrapper {
  margin-bottom: 8px;
}
.BlockMainBlock__image-wrapper img {
  aspect-ratio: 814/625;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 769px) {
  .BlockMainBlock__image-wrapper {
    margin-bottom: 0;
    margin-left: calc(-1 * var(--boxed-layout-padding));
    margin-right: -4px;
    height: 100%;
  }
  .BlockMainBlock__image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .BlockMainBlock.right .BlockMainBlock__image-wrapper {
    margin-left: -4px;
    margin-right: calc(-1 * var(--boxed-layout-padding));
  }
}
@media screen and (max-width: 768px) {
  .BlockMainBlock__image-wrapper img {
    height: auto;
  }
}
.BlockMainBlock__image-wrapper .BaseSlider {
  height: 100%;
}
.BlockMainBlock__image-wrapper .BaseSlider__swiper {
  height: 100%;
}
.BlockMainBlock__image-wrapper .BaseSlider__swiper swiper-slide {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .BlockMainBlock__content-wrapper {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .BlockMainBlock__content-wrapper {
    grid-column: span 5;
  }
}

.BlockMainBlock__content {
  transition: transform var(--transition-content), opacity var(--transition-content);
}
@media screen and (min-width: 769px) {
  .BlockMainBlock__content {
    padding-left: 40px;
    padding-block: 20px;
  }
  .BlockMainBlock.right .BlockMainBlock__content {
    padding-left: 0;
    padding-right: 40px;
  }
}
.BlockMainBlock__content:not(.acfe-fc-preview .BlockMainBlock__content) {
  transform: translateX(120%);
  opacity: 0;
}
.BlockMainBlock.right .BlockMainBlock__content:not(.acfe-fc-preview .BlockMainBlock__content) {
  transform: translateX(-120%);
}
.SiteBlock.show .BlockMainBlock__content:not(.acfe-fc-preview .BlockMainBlock__content) {
  transform: translateX(0);
  opacity: 1;
}
.BlockMainBlock__content > * {
  position: relative;
}
@media screen and (max-width: 768px) {
  .BlockMainBlock__content {
    position: relative;
    padding: 50px var(--grid-outer-padding);
  }
}

.BlockMainBlock__content-background {
  position: absolute;
  top: 0;
  height: 100%;
  transition: transform var(--transition-content), opacity var(--transition-content);
}
@media screen and (min-width: 769px) {
  .BlockMainBlock__content-background {
    left: calc(58.3333333333% + 8px);
    right: 0;
    margin-right: calc(-1 * var(--boxed-layout-padding));
  }
  .BlockMainBlock.right .BlockMainBlock__content-background {
    left: 0;
    right: calc(58.3333333333% + 8px);
    margin-right: 0;
    margin-left: calc(-1 * var(--boxed-layout-padding));
  }
}
@media screen and (max-width: 768px) {
  .BlockMainBlock__content-background {
    right: 0;
    left: calc(-1 * var(--grid-outer-padding));
  }
}
.BlockMainBlock__content-background:not(.acfe-fc-preview .BlockMainBlock__content-background) {
  transform: translateX(120%);
  opacity: 0;
}
.BlockMainBlock.right .BlockMainBlock__content-background:not(.acfe-fc-preview .BlockMainBlock__content-background) {
  transform: translateX(-120%);
}
.SiteBlock.show .BlockMainBlock__content-background:not(.acfe-fc-preview .BlockMainBlock__content-background) {
  transform: translateX(0);
  opacity: 1;
}
.BlockMainBlock__content-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.BlockMainBlock__content-background-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.BlockMainBlock__content-background-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --bg-opacity: var(--bg-default-opacity, 0.8);
}

.BlockMainBlock__buttons {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .BlockMainBlock__buttons {
    margin-top: 20px;
  }
}

.BlockQuote {
  position: relative;
  --bg-opacity: 0.7;
  color: var(--c-background);
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.BlockQuote.bg-none {
  --bg-opacity: 0;
}
.BlockQuote h2:not(.wp-admin h2) {
  font-family: var(--font-quaternary);
  font-size: 44px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .BlockQuote h2:not(.wp-admin h2) {
    font-size: 28px;
  }
}
.BlockQuote h2:not(.wp-admin h2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-black);
  opacity: 0.7;
  z-index: -1;
  filter: blur(90px);
}

.BlockQuote__background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.BlockDevelopmentTeam {
  padding-inline: var(--block-gap);
  display: grid;
  gap: var(--block-gap);
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 768px) {
  .BlockDevelopmentTeam {
    grid-template-columns: 1fr;
  }
}

.BlockDevelopmentTeamItem {
  padding: 109px 32px 32px;
  position: relative;
  color: var(--c-background);
}
@media screen and (max-width: 768px) {
  .BlockDevelopmentTeamItem {
    padding: 100px 16px 24px;
  }
}

.BlockDevelopmentTeamItem__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .BlockDevelopmentTeamItem__background.mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .BlockDevelopmentTeamItem__background:not(.mobile) {
    display: none;
  }
}

.BlockDevelopmentTeamItem__logo {
  height: 96px;
  width: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .BlockDevelopmentTeamItem__logo {
    margin-bottom: 16px;
    width: 147px;
    height: 96px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}

.BlockDevelopmentTeamItem__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.BlockGalleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr auto 1fr 1fr 1fr;
  gap: var(--grid-column-gap);
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid {
    --grid-width-g: calc(26vw - 16px - 8px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: var(--grid-width-g) var(--grid-width-g) var(--grid-width-g) var(--grid-width-g) var(--grid-width-g) auto var(--grid-width-g) var(--grid-width-g) var(--grid-width-g);
  }
}

.BlockGalleryGrid__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image {
    height: auto;
    aspect-ratio: 164/253;
  }
}
.BlockGalleryGrid__image:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(1) {
    aspect-ratio: 164/171;
  }
}
.BlockGalleryGrid__image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/6;
  }
}
.BlockGalleryGrid__image:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
    aspect-ratio: 164/171;
  }
}
.BlockGalleryGrid__image:nth-child(4) {
  grid-column: 1/2;
  grid-row: 3/6;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/6;
  }
}
.BlockGalleryGrid__image:nth-child(5) {
  grid-column: 3/4;
  grid-row: 3/6;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(5) {
    display: none;
  }
}
.BlockGalleryGrid__image:nth-child(6) {
  grid-column: 1/2;
  grid-row: 6/9;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(6) {
    grid-row: 7/10;
  }
}
.BlockGalleryGrid__image:nth-child(7) {
  grid-column: 2/3;
  grid-row: 6/9;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(7) {
    display: none;
  }
}
.BlockGalleryGrid__image:nth-child(8) {
  grid-column: 3/4;
  grid-row: 6/9;
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__image:nth-child(8) {
    grid-column: 2/3;
    grid-row: 7/10;
  }
}

.BlockGalleryGrid__paragraph {
  grid-column: 2/3;
  grid-row: 4/6;
  padding-inline: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BlockGalleryGrid__paragraph h3 {
  line-height: 1.5 !important;
}
@media (max-width: 1150px) {
  .BlockGalleryGrid__paragraph {
    padding-inline: 0;
  }
  .BlockGalleryGrid__paragraph h3 {
    line-height: 1.4 !important;
  }
}
@media (max-width: 950px) {
  .BlockGalleryGrid__paragraph h3 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .BlockGalleryGrid__paragraph {
    grid-column: 1/-1;
    grid-row: 6/7;
  }
}

.BlockGalleryGrid__spacer {
  grid-column: 2/3;
  grid-row: 5/6;
  pointer-events: none;
}

.BlockHomeHero .BlockPreCopy:not(:last-child) {
  position: relative;
  z-index: 5;
  margin-bottom: calc(var(--block-spacing-m) - var(--block-gap));
}
.BlockHomeHero .BlockPreCopy__buttons {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .BlockHomeHero .BlockPreCopy__buttons {
    margin-top: -3px;
  }
}

.BlockHomeHero__images {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .BlockHomeHero__images {
    flex-direction: column;
  }
}

.BlockHomeHero__imagesLeft,
.BlockHomeHero__imagesRight {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex: 0 0 50%;
  width: 50%;
  box-sizing: border-box;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .BlockHomeHero__imagesLeft,
  .BlockHomeHero__imagesRight {
    flex: 0 0 100%;
    width: 100%;
  }
}
.BlockHomeHero__imagesLeft:after,
.BlockHomeHero__imagesRight:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1c1c1c 100%);
  z-index: 3;
}
.BlockHomeHero__imagesLeft[data-index="0"] .BlockHomeHero__image:nth-child(3), .BlockHomeHero__imagesLeft[data-index="0"] .BlockHomeHero__image:nth-child(1),
.BlockHomeHero__imagesRight[data-index="0"] .BlockHomeHero__image:nth-child(3),
.BlockHomeHero__imagesRight[data-index="0"] .BlockHomeHero__image:nth-child(1) {
  transform: translateX(0);
}
.BlockHomeHero__imagesLeft[data-index="0"] .BlockHomeHero__image:nth-child(1),
.BlockHomeHero__imagesRight[data-index="0"] .BlockHomeHero__image:nth-child(1) {
  z-index: 2;
}
.BlockHomeHero__imagesLeft[data-index="1"] .BlockHomeHero__image:nth-child(1), .BlockHomeHero__imagesLeft[data-index="1"] .BlockHomeHero__image:nth-child(2),
.BlockHomeHero__imagesRight[data-index="1"] .BlockHomeHero__image:nth-child(1),
.BlockHomeHero__imagesRight[data-index="1"] .BlockHomeHero__image:nth-child(2) {
  transform: translateX(0);
}
.BlockHomeHero__imagesLeft[data-index="1"] .BlockHomeHero__image:nth-child(3),
.BlockHomeHero__imagesRight[data-index="1"] .BlockHomeHero__image:nth-child(3) {
  z-index: 0;
}
.BlockHomeHero__imagesLeft[data-index="2"] .BlockHomeHero__image:nth-child(2), .BlockHomeHero__imagesLeft[data-index="2"] .BlockHomeHero__image:nth-child(3),
.BlockHomeHero__imagesRight[data-index="2"] .BlockHomeHero__image:nth-child(2),
.BlockHomeHero__imagesRight[data-index="2"] .BlockHomeHero__image:nth-child(3) {
  transform: translateX(0);
}

.BlockHomeHero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
}

.BlockHomeHero__imagesLeft .BlockHomeHero__image {
  transform: translateX(-100%);
}

.BlockHomeHero__imagesRight .BlockHomeHero__image {
  transform: translateX(100%);
}

.BlockHomeHero__label:not(.wp-admin h1) {
  text-align: center;
  color: var(--c-white);
  margin: 0;
  position: relative;
  z-index: 4;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .BlockHomeHero__label:not(.wp-admin h1) {
    font-size: 40px;
  }
}
.BlockHomeHero__label:not(.wp-admin h1):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(90px);
  z-index: -1;
}

.BlockHomeHero__houses {
  background-image: url("../img/mountains-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  margin-top: -68px;
}
@media screen and (max-width: 1024px) {
  .BlockHomeHero__houses {
    margin-top: -13px;
  }
}

.BlockHomeHero__housesInner {
  position: relative;
  height: 192px;
}
@media screen and (max-width: 1024px) {
  .BlockHomeHero__housesInner {
    height: 86px;
  }
}

.BlockHomeHero__houseImage {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 63px;
}
@media screen and (max-width: 1024px) {
  .BlockHomeHero__houseImage {
    bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  .BlockHomeHero__houseImage {
    margin-inline: -21px;
    width: calc(100% + 42px);
  }
}

.BlockTabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .BlockTabs {
    overflow: auto;
    padding: 0 16px;
    margin: 0 -16px;
    display: block;
    white-space: nowrap;
  }
}
.BlockTabs .btn {
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .BlockTabs .btn {
    font-size: 10px;
  }
  .BlockTabs .btn:not(:last-child) {
    margin-right: 7px;
  }
}
.BlockTabs .btn:not(:first-child) {
  margin-left: -2px;
}

.tab-content {
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(80px);
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .tab-content {
    transform: translateY(40px);
  }
}
.tab-content.tab-active {
  visibility: visible;
  position: initial;
  opacity: 1;
  transform: translateY(0);
}
.tab-content:not(.tab-active) {
  pointer-events: none;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
}

.BlockImageCarousel {
  position: relative;
}
.BlockImageCarousel .BaseSlider__image {
  aspect-ratio: 1416/684;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .BlockImageCarousel .BaseSlider__image {
    aspect-ratio: 343/260;
  }
}
.BlockImageCarousel .BaseSlider swiper-slide:after {
  height: 50% !important;
}
@media screen and (max-width: 768px) {
  .BlockImageCarousel .BaseSlider swiper-slide:after {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .BlockImageCarousel__imageContentWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 1rem 56px;
    color: var(--c-white);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .BlockImageCarousel__imageContentWrapper {
    background-color: var(--c-olive);
    color: var(--c-background);
    padding-bottom: 16px;
    padding-inline: 16px;
  }
}

.BlockImageCarousel__imageWrapper {
  background-color: var(--c-olive);
  position: relative;
}

.BlockImageCarousel__imageContent .BlockPreCopy__buttons {
  justify-content: flex-start;
}

.BlockMountains__inner {
  background-image: url("../img/mountains-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: relative;
  z-index: 5;
  height: 192px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .BlockMountains__inner {
    height: 100px;
  }
}

.BlockAltBlock__wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .BlockAltBlock {
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .BlockAltBlock__image {
    grid-column: span 6;
  }
  .BlockAltBlock.right .BlockAltBlock__image {
    order: 2;
  }
}
.BlockAltBlock__image img {
  display: block;
  width: 100%;
  height: auto;
}
.BlockAltBlock.deco-line .BlockAltBlock__image {
  position: relative;
}
.BlockAltBlock.deco-line .BlockAltBlock__image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 36px;
  left: -100vw;
  width: 200vw;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='863' height='28' viewBox='0 0 863 28' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='0.5' width='948.501' height='28' fill='url(%23pattern0_338_22127)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_338_22127' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_338_22127' transform='scale(0.000283849 0.00961539)'/%3E%3C/pattern%3E%3Cimage id='image0_338_22127' width='3523' height='104' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADcMAAABoCAYAAACHMAmAAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR4nO3d0ZXbutXo8Z2s+z6+FRjf67wcf0sFGLcC+1ZgpYI4FWimgjgVRKeCz6eC8BQwK/bLvF66g+MKch9E2RwOwJHEvTcI6P9bK+t4OBlsSoJAABsE//Sf//xHAAAAAAAAAAAAAAAAAAAAAAAAAABYsz+XPgEAAAAAAAAAAAAAAAAAAAAAAAAAAF7CzXAAAAAAAAAAAAAAAAAAAAAAAAAAgNXjZjgAAAAAAAAAAAAAAAAAAAAAAAAAwOpxMxwAAAAAAAAAAAAAAAAAAAAAAAAAYPW4GQ4AAAAAAAAAAAAAAAAAAAAAAAAAsHrcDAcAAAAAAAAAAAAAAAAAAAAAAAAAWD1uhgMAAAAAAAAAAAAAAAAAAAAAAAAArB43wwEAAAAAAAAAAAAAAAAAAAAAAAAAVo+b4QAAAAAAAAAAAAAAAAAAAAAAAAAAq8fNcAAAAAAAAAAAAAAAAAAAAAAAAACA1eNmOAAAAAAAAAAAAAAAAAAAAAAAAADA6nEzHAAAAAAAAAAAAAAAAAAAAAAAAABg9bgZDgAAAAAAAAAAAAAAAAAAAAAAAACwetwMBwAAAAAAAAAAAAAAAAAAAAAAAABYPW6GAwAAAAAAAAAAAAAAAAAAAAAAAACsHjfDAQAAAAAAAAAAAAAAAAAAAAAAAABWj5vhAAAAAAAAAAAAAAAAAAAAAAAAAACr979Kn8DaPNzfvhGRTyLSicinze7xj7JnBAC4BO05AADtebi//TT8s9vsHj8XPRkAwMWG9vyViHymPQcAoH7DXOydiHwR5mIBoFrk1gAAaMvD/e0rOYzVRA5zsV25swEALEFuDQCA57gZ7rlORG5E5O3w812xMwEALNEJ7TkAAM14uL+9E5G/Dj9uH+5vAwtyAKA+D/e3H+Vne/6e9hwAgLoNiys7OczFvhORP+RwIwUAoD6dkFsDAKAln0Tkw/Dv9yISyp0KAOBS5NYAAEj7c+kTWLlt6RMAAKj4WPoEAADAYuPJ3Bs5JO0AAHW7EebfAABoDXOxANAG2nMAAOrXj/79+uH+dlvoPAAAesitAQAw4Mlwz32RnzudvX64v32z2T1+KXlCwKUe7m+DiHwWkV9E5JuIbHnkPa7IuD2/ebi/jdR/1Gq0w/axPf/II+/RIuo6XjAdl70XkX2B8wBUDE87/CiHhMWvm93jtugJAX5S7TlPj0G1hh1Z7+TQnv+22T1ywz6aNKnr9F3ww2b3+MfD/S25NTSD3BquHLk1NIN8A64FfRe8oBOR3ehncmuo2pBbO9Zp5qdwTcitoSnkG3AtWBdkb/HNcA/3t+9F5H9E5Hc5TB6ZJbeGWFsR+eQ4cH9lUejD/W2UQ0P+h+UCiYf7215E+s3uMVrFwKoFOUx4iYi8FpEoh4kO4JmhXfqXiHyVwwSpdXv+XkT2jbTnH0XklWVbOywokc3u8Y1VDKzaG3nanr+RQ1IDaA11Xdlw/Xglh2vunWGcV3KYbO3lMF77Y/4vVFhd21/J4dq+FZH3Vn2iYffNT3Lod1HPr1OUw4SXiMgHYQc/zBja8yCHNvbOMM4rGearxK89NzFpz80WAY3a84+b3ePeIgZW7738bM/flTwRwNi4rtN3WWi4fvxTRH4TkTtya6cZ5dZ6q6Tx0If4IuTWrlkQcms4UYG1Et65NROj9lyMc2u9HNZjkFu7TuQbcC2C0HdRMxoPiJBbO5ljbu24cJ7c2vWKo38zP4VZzrk17/bcxKg9/ygikbUSMES+AdciCnXdlMaT4fbDf9/K4eIUFcp8ZpgQ/Z/hx3cP97e13x35SYbJiIf7273ha3k9/A8veLi//SSHCdAvm93jx9LnYySUPoEaDZMpr+SQLGl5R43jwOIXObTtJomhSXv+wbE9txpo3smwS6Zxe/7Ly/8XiDxpz80WxawAidsLtNaeX0ldD6VPoGZDnT9eP3YP97ed4UKZbhTr47BrdK1PAYjyc0fBzvC1BDlMeLAI4wXjBVJivLCspIf727DZPfalz6MmQ92Iw4+fG64b0/b8i2Fi6LP8fApA7e35G/nZnn92aM+DQdlNebi/fSM/dyq9q30Bbw5PQzrfUDeOG8ZV355fUV2n77LMsY68k8NcRbQIMrpJQ6SN3NpeDjmvtw/3t38Y5XJeCbm1kz3c3+7l0A9qObdmsmC4dcOuxyKHuct9wVOxth/+67lWwjO3ZoW1EitDvgE5DefWWu67hNInULmt/Lx2eObWtg/3t2Y3kTl4L09za2+M5gyikFs7yRXl1l7VfONRCZPc2r7V+T3ntRIt5daisFZiVSb5hpbbc/INZ2o8t0Zdx8n+rFDGzejflguz7yY/fxgqfnWGu+fHNzV8MIoTRv+u8r3yMrw/f5VDp/SvQ4LYM350+oxUX9fD/e2rcT1r0TAA/LscOvl/H35u1bg9t7zxajqp/MH7O6fs7ejfVu35q9G/a36vzE3a8w/DTjKu8Z3aiXfjerHUlbTnb+Rpe171dylR1737Ll51/T11fZHpe2e122OUp32HG3k+fqtJHP37RpT70CNh+C9jtZfdyaG9eys/F5m5eLi/DcN4zWPxo/Z47Rrq1ic5XNt38nNitEXT+me1cckbeTq+uRHn75yyOPq3ZXt+/Hyq7l86uZNy7fmroT0PDuFoz893Jz/b833RM9FxJz/ruuv1ybmubzULu5K6Pnbz8v9FRWoutsr3euiTj29o+KtDzCrfKy/DfMAHaS+3Nu1/bzULv4b5qWFe/nht/+cV5dbeZv9fy6Xa82gYz5rHWolxbi1axGgF+YbLXEl73nJurUTf5Y3XuiDq+iIuGyEkcmuvpe7c2rhu34jdEy+ONz0xVnvZXsrNT1nm1sLk561m4VcyD7CXtuZic6b1L1oEyeTWas5ZTttz69xaNCq/JXdyHbm1rWZhV9Kej9dK7Mueioo7YV3Q2a6krs9adDNc4kP3St4deVS6YFCmV8Xbjv5tOonzcH+7f7i/7S0vesYNzbRct0mvYWfEf4nIv0e7JGoJk59vlG8M6UTk/w27Z7lx7mTFyc97h5itS32PPdpF9RiOHYlxm2Qac2jP/7B8bcNEf4vt+UcR+beI/MugPU/RfG17ObTne8UyX+Tcnk/rRs2TTyLXU9e1J9c6ab+uj7ncPHFi7JpimL9Pw3XwWLffGcd6M1zb7wxjBON+0fiz/sXruzR8Tl/kMF77YtB/mS6S22oVPCzk+Lf1OD0T22sBk8jTxQJva1+QswKpOu7xhOpgVG40KnfqWO9M36tRe743jPHKsT1/7TWmdmjPp7ZaBQ3t6b+tx+mZ2J7t+fRav3WKa6XVvsvUVqugUd+l9bp+jOmyccmMWsdrJXJr0TJQA7m1OPm5VG5tq1z8tK7daI01hs+ik8P81J1GmefEdpyfmsa4c4jZutT3ODjEVY/heN3djv5tGnOUWwuGMcitLUe+4XzTayK5tQuN6rrFuqApq7re8rqgMe/xmXfsVnJr0ThWHK7t0w0JNGNY59bGm8m8dVrc/Wx+yiDE9Km/W62Ch7FlqdxadOwnT+uGV1xvXu15qetGMCo3GpX7w6Q9t9xUhrUSCzSSb+gbzzeMvz/k1i40qeu9QV0Pk5/V+pdXVNdnLX0yXOlFRtXdgTnwqnDRI+bQ4HyQQ0fZZBA4fGH+JX7JEpe6Pbx34/dsqxwinHjsbEPDeVzo9VevQfOgE7tB80teGycyXj3c324LDKpLt+ceam7Pt6N/R+NYH8Rwp66h7fi3+CVLokeQoQ28Gx0ymxQdiYplHW/E+ODcnu/Fb9A8Zbr4tkB77tV3qb2uH/su11LXW7++W01+mE64Dt7IaDMZ40mJuyHWzjDGXg4TLFb1e3qDSTSKM3UnPz+n12L/ndK8kebYPnuc9w/HyTY5LGDaesUdMX2tw7U9WsbIaL09f230vgaDMp8Yzvv15Gcr7+XQJln2Yz7LoT0PRuVPRac4H+Xn52S5M/WR5txRHP7rcd4/jMbuXpu9TFm35++d23OvdvxOntZ167jTxUdLxOG/3nV93He584orzz8byxuqSy3Isah/0aDMlPG5W84dRfmZW9saxviX+MzfiPjNxQZ5+pruHMJq1YVxbs3rcznq5FAfOue4IsaLb4fFFyVya1vPeAnBIcbWoMxgUGbKuD2PxrGOuTXLtRKeuTXPtRJ3o0Me7aLmtf0a8g395GdyaxdI1PWtQ9igUchw7te2LmhaL6JRnGBU7ktqzq0d50dFDhtWBMNYd0OsvxvG2ItI5/i98pqf+iSj3JpDn1lzTmU7/LdEbu1f0m5u7eMV5tY81hNa5dY8zv2NPM2tWcY8Xjt2hu3tXnxza+QbXhZHZW4Vy501yTd4jG+/TX6OlsEaz6396GMaxJ3Wbc26vh2Vuc3/33QVqOuzlt4MF6cHDC8YqUGTx4XXYpf+EslHy5hh9G/rz2TrNAi0HjQfBXn6RMXXyjcldZmYGqafQ1Qq9xTHgaz2k+5SUhNrwTDeZxH5p/gnI+P0QIEdtqxZTL4FgzLXIhqVe2w7PjjVsRunTviTmxrEp31SueYmPgfPCaFjfXBd7DYSDMvey6E990rQ3Djt8FGirqv0/RJtgWddD8N/PSaIROTHhOF0AG3Vj45G5Z5iWzC2Jssxzo+yHa6JTS2wlOfX2q1y+V+nB4zGu1uDMnPG79mdQ7zvk5+DVaBhrP5PcU5GDnVimswNRuFKLZYXsflea04kr8H484nGse6Myz+KheLUtMByXE6JsZpIY2O1oZ/8P+KboIlOcab1zvz1Kc7tlKrr47hbx7ier9HjKa8pHwzKLNFXCU5xonH5H51ya6abCY4EeZ5b05wX6xPHLN4/tSfOnejYHngsSE2xnLvs5DBe+2wYIyVODxh+14JRuS8ht/aCSbsXjcN55tY88g1B/PMNQaOQwvmG42fjlm+YCIZl78V3rUSpuq69LigX06KcEn0Xj7ZBRLK5NSvBKU7KVrOwApveHgWPIIa5tVdieDN9gkd7J2LfbkzzQuTWdOOrGuZf/y6HuVjPGwyD+K2VCIljN4ljFqJBmV7nPmZ5HRnX72gYR6T9tRLkG86L61Ef+snPwSrQJLe2tYoz4dV3sa7rv08PKNZ1z/UDY951fdbSm+FC4phnw/GHYyxNXl/Q8fvjFdN6pxfPzzw4xhqz/qysJsm96tjU1rj8VJ2LxjFFjHdVS0jFikaxPHaESio4CbdUP/q32fs3mcT7xfj9+i71XsdPFRTLSr1Xvyi1E9PPOSiUeYkSCTvLdvbHjX6Ou6K0kGhI1fV3RtfEYFBmznjx4dYpZqo+RKfY1XL8vk7rule/LxqX73VtD05xprT7Yan365NyDJFyC6CtdiQcm950bjnWWMOk+VF0jIV5/eTnaBjrTebfFnrj8o9K9V+1FzWl2vOtUtnj96jUDZ4e7fmU11OyvNrzUnXdow9g0Xe5hrr+rE443xBTqxK5teAUk9zacprfoT5x7K/k1s6S2iDM8rUeF+tZPekkJxXLqj1vbbMPD/3o35b1L4z+bd3/+iZ+bXoL+YaUFvIN4/Zg6xj3yCO3VrRv7sRjXVDtdX1s6xQnVR8Yq73Mq0/bT34OTnGjUbnHfoPXtb3U2CMql5caa7SWW7P+rKY3FHpc20XKbFY8ZhU/FQvzPNdKjOsgubVlyDecGbdAbs1yjnlc77aGccaCU5wpj7p+Z1Bmy+uCZi29GS5la1BmTqpzu8Yyp7wuRuPX4rWjkfVja//Y7B5bX2CpZrN77DK/io6n0aLgFKf0HdPbwvGX8k62WurHPzgujmmlPY9Occxsdo9fJLHDlShM1gxlX6voFOfOKU6tbdwPM3U9Op9Kq34pPQBdqJn2KtH2RqfQtU7wTp+gFozieOsSx4LzOTTHaeHju8JP0i4+obhQqj2P3iehYbN77CeHvMZq0bh8r2tusc1ylHWJY++8T0JZLH0CTnPZbx2fJt+Cz4lj0fskGlZ6LnipZsZr8rRdd9u0rqHcWq0b0o3l6nPwPInKpeqb1/XwzilOzrZw/KWe1X/nzTs19aN/u21aZxzHsz2v9XP/YVgrQb5BX2vteXCKY2ZmXVD13+OV0NqgtpRmxmqJut7CuhmR9m+e0H7KVKpOB+UYpVl/VtP38MYp5+X1lOOcFnNrqrzen8RaiVZya71x+Uc190vGusSx6HwOzXHMrXnECQ4xPHSJY9H5HJpmcTOcp2hQZktPqZl2jFvoNFgt4E197sEgTgnPHrEpbdXzYFx+yYSd5yCwpTpx1NJrmrbnVnWwn/wcjeKI2E0ytPS5TzUzUZ1h3baWbM8tBoGp19PCYiORdF1v5bWJtNPHfIn6Z+a40MNc4umr0Sm0dRyrBbz95OdWdkPvSp+AgxLtd2sLcprTeHtuueNaP/q39U1kVu15M5/9ROtjNZG2x2sW9X36erQX/ZRyDXU9lD6BirXUxrc4XrNawNvShnQ/DP3VVG6tJS2P1UovsKxdS/POXu359D2ziiPiu1ai1s99qvU+bDAuv3RuLSiXeW3rgloSCse3aBNd2tnG5mLD5JDXtcq63dsalTvdaLLU00K0daVPwEHL47U7pzjNybTnqp/bzA32qhK5Ncuc1/h9s67nXrm1VvINXekTcBCMy289t9byuqBm+uiDUDL40pvhUjuBqis9YW0Q32vCbdppMImb6AQFizgjUbvAYbeB6SCwVMJOe0DTJ4611JC+TnSQ1WTqhucEgdeOwJ1THFxmWsd7iyDDUw3GOyRat4NRu8DMd1Y9zomCcnndiceWigZlnsJ0t6mhbkwTQV47XIkot+eN1/VUn7VTjiFSrq/32qneeSb5U+9lKwkVK9Nre2cYa1y29cSo1UT1fnqg1DyB8tijpXFZTjQu/1PimFX7Pv28PhjFeWJmF3Osw7RNmPbPND25thvvuOfZnkejWLM0ryOZBLHJIrSCO5Fbx90njkXjmEfvDOYW99MDpT475T5TaoxhMu4omBOKTnFcxmszbWzwiF8xl/Fa4vphvdhNfcPMze7xs4h8mxwO2nFOpP3+tT5e+8U4t9ZJ2dza1imOy1oJXMxrrcS03GARZyRqF7iytRJBuTyvPmwwKPMUpvmGTN0wXZ8x4ZFba6Wu9yceW6rUjbJe9a50bg3zpnXAss8+rgvWC7HfGZX7LH9Cbq0aJeZivdok9bmJlCvKrdW6gUWp3Jr1GjHP3Br5hjMUzDe03J5/aDy3pvna+sSx1vozRcc2VdwMJ+UTc9rxvSrxfvKzZednvMDDulJbvX/d5OdSX07tTn+fOBaUY4iUfWyndexuesBxsZZXPdw7xcFlppNUlu35eFBR66B52j/x+B6lBmMekzjRIYanaFx+lzgWjGNaxilR11OicnleO9eUbOPMP6thZ7BfreMMSr6XoWDsiw03oI8ndS3rxPTmiWgYa7oIUkvqOhuNYr1ELW5isZSIUZ0udbOJ2Ld3XeJYNIr17PNyfF/3TnFwpqE9/210KBiGm9bB6sZrw4L5qVb6sFNar2vaNy71uUfLwjN1I1jGnNCuh51DjFNFrYI8dh8eCUblvsTrc0rd0O8pFI6/dp7zLeNxYTSMI2K0wZo8b/OiUZyXaMf1Gq+VXCjgPl4zXMAyXeQYjeJM7T2ClN44uGKeubXxWolgGMfS9PoXS5yEQVyvPmwwKPNU1u15ybG8RZzOIcYponJ5feKYxWsr2XeJ1gGcc2sp6ovoC26spC5xQ2swDOe5MZnVTSCpMU31bV5mY7KgVf5Ywe9PNC6/Sxzzeq03jrk1r7Xt0SlOM4bc2ngMZTlW6yY/B8NYVrrEserbpyvJN0TLwleQd205t6a27ndo86aCVvljBdcFlYorIgtvhst8QFiJROe/lQGu1U4804ur11M7pjzibg3KbDlhV/Iu7OARJNO5VDdzx3x1i/hyLL6/iYXSUTvGSD/6dyufy43DJFXqvfKIa3HD3VvHHR2nWumrpHi8No86l1Jr3+Ua6nrvFKekoFxer1zenPHElOWupp592d6i0MzcQ7SIdQLrm91fG7Xlpa6xVjvgiYjfOGZGcIrj9TqjU5xSrNpZr10l13JTlLZYKK51e37zcH+rEWM6H+Cx6UqK587/JaheJzPXp1KfXTQu32oBS6n3y+WpRdeSW6t40WU3+TkYxqp+vJYot9Q1w/RJZwOLtikalLmW2Kn67dEnF2kstyZ1LtY7i8X31zm31kJ7PkW+4TzXkG8oweK1XdO6IPLIl+md4nhpbT6nG/3bcgzfT362fB9N+hGZDRmrv3kiwyq3Fg3KPIVpbk18x2qesaZ6pzits/q8utG/LftFnmO131/+v5yPfIOKpvMNBXnk1qJmjDNYx31tVNdL9fWK1vWlT4YrLVRS5ouc7sa0rOTjAZT1l8nzyxocY3nGfWvQgdRa5HOJliZ4u8nPpSZfreQ+q5Y+w+AQw2uiraUOufVkSsgc16zbfeLYL0aTerTny013X/FKHJdKaETj8n8xuh62OkG0Ctqfmcd3qPBNV1avb5rssnwfGavp+GhQ5tagzJNYfnedx0qpxHF0jF9MwR3EtHm1UcGo3H7ycyt951YWUE2fRiJi0/Z69V/XtFhG1bCBXImnx7RS11O2BmVGgzJP0tB1b45FfYxOcZ6w6Gsmku5RO8bIOFZLubVS1wzruO8ay60F4/Kjcflj075La7m1nFj6BBR5tBvBsOx+9G/rxcvBuPwx8g3nId+wXKncWnCIUSKuxbogkXJ1rol5iZXweC+tYjwZrxmO4afjwmAUx7rsqegYa6zW+SmLMk9ifOOxZ3u6Txwr1WdyVfEmUVOt5daiURwR+7HgGPmG80SDMk/SUL7hizzPrTFWW2ZbSZknKXnds7gZzrORDZWUeQqPTp5lRduO/m09IXUNHWLrmydEbC7wpRqzEp07q5jTCV6RcnU+FIqrJRSKu3WIYbnj2pP6ZpyIv4b2PCiW1WeOR8UYR61MypzC6rWuqT33EBTL6jLHl75/feJYWFjmqUx2gLpQzeO1YhN6TjudBqNyt5Ofo1EcEd8doz13cRsLyuV9c4ghUnaTA7Pvj+dTVYZF0dP2vOS1PRSMvUjBiVCvnautXt+0vpnWv4KLsr28Vi7P64ZZ7fPOKXWdHbNsK6bjtWgYqzTtPkBqbBOVY4i0tUHTqTzHO7XO+5TaBTkYlh1H/7YeT8UX/x96esdYVvrM8WAQq9R3MhiX79mfSM3FRsf4Y6FQXC2xUNza10pMc2vRK1ajgmJZXea4xfsYDMpMSc0negtG5XaJY9Eo1hpExbJS8xLaMY6uaV2Qe2ynBdMerydWnluLk58tr79WTzVLybUVtUldCy3ew5LzU6FgbDWZ3FoscCpHwTGWahtY8Iaa1nJr0SiOiFxFbk27XfyaOBaVY4hcV74hWBQ6tOfd5HDL9V27TUr1XaJyDJFG1wW9xOJmOKsnlLQkNfkfHeJaPUJURORm8rNlI+fVwRIpNwjUfH39mcdxGpN2LvOY+mgR6wSvtTvow+7bXoJDjFR7/sEhrohdvZgurLO8plvtvHhtLK5VpTqnzdzcXPjpUq1aVNc9b5hYuW3pE6jAdDejG6l3hyuR5+2c9WvxmvAqNVbTvgmhVy4PtrvudZOfPW8AnfpoUGZvUGaKV58v9aQui/dtamtUbpj8bD2ZHY3LvwYm16qC42jv8dp0vllTP43V0O6cJfSlT2CBrvQJjJBbe1mpuXPLhYnTti4YxREReWdY9hMF52A8NprE6dy+s5ncU6kFOa/pV7yo1M3Nlk9inM4XRaM4Ioc+Q8kbQlqxdLzWa5xEhbGPgkWhmbUSLS+w1JS7Cb33PAllqbm9UralT2DlUvXPK7dm1UZMr7XW116vtq7UBlj0Xc5n+Z71iWOW39du8nPJJ3lvC8WtSer669FGWcUIk5+tn94WjctvTeq61HufhKI13HRuuanm9PV5rJUo9Z5q5yj7E4/hAhY3w4nod45yHfGgHEfEp/Od+nJ63Y0Zjcr1ftqFV1LYOs4adlmu0XRHAM8bJI88FyaUnBQITnE8HxOtKbXbqBerOvirUbk5wTmelb70CSjrC8UtcYMkSbTz9KVPoBEl+i5HoeJYJTfEiA5xrfpD3eRn6yfKROPyvePgPKUWtD3hvJC8pfa8zxyvdWF+Vyiu1Rzf3qjcnFo/95S+9AloKniDQYn2nPHaeZhr1lGy3gWnOBb9l2BQ5lSXOOZ1vYpG5U5za6avx+sGnYI3drLA8jzk1uwEzcJmNpqstc+emnvzegKy1Xv2m1G5ObV+9lN96RO41Mo23yvRnkfneLVjrHaZ6fXiWnJr2q8xKJf3zHAja2rdoHlssWuPusnP1tfeaFz+Uak+hMe62N4hhqdoVXCmH+O9+WNwjGUdN3ejhkUsD6nXExziWq2V8F7b2cpYTYQ+7CXWslYiOoaz7p97fKeo6+db1UY2VjfDdZqFZXb/EbGZFPXofAeHGN660idgxLQhHep2ajcFzbgtNtSp17R1Pge3XVQL67wCGUxcBuXyUkoOYIJRuZ1RuTle76FpZ2uYLLJ+nHGvWNaaeXeMPR8P7ZGg8ajr9F10bAvFtdg1p8scD8pxvK4ZwSmOC+cn83ryqA/JyXHlZFBrbd5aJr2u4eaJzjFWUC6vlQ2Osiw2eJjph1nxev88FjJ1qYPKyaBesay1KtG2tpQ49tgIqksdpO9ytm3B2NrjtVx5FnMhHjcxhMQx9adIZq5LVteqzqjc0qJl4cM4N9UvCophWmzvphtNivhf36NzvFK8dq2+MehLe/S/gkOMHKv23Hun8uAUh3xDPbbO8Wrd6DaHdUH12BaKa9HO58rUro9Bubyc1HlbxJ7GUR8TiiRzayZxCogOMXK5taAYo9TNOlb6xLGt8zmIXMd4zaI993rQS1QuLyc4xXnGIlc0c++BFa8b98k31GNbIGYsENOKxzxVlzpIXbGFMw8AACAASURBVJ+1hns4frC6Gc6N8x2sWlwSC5lBRPSILfYNUBM3Twz2iWPvtAaBQ4culeCKGuWvSCx9AoZKLvzxvAhrv06PBRgt7hTdT36ORnGOvAaBpRbMv1Vsz3tJ76jW2mLvlp8e43Hjncdr2SeOafddqOttiKVP4FxDe+C1E3VMxH92zIJxuxcMyx67cXi/9pnjW+MYbwrucGvhdcEnQ3go9dpqHquZ1++hX+LVnqcEjyDG7aDnAg/r71Fu58+tYox94ljJHcsteFx7p4JjrGgdoGDf5aNijE+JYxp1vVv495pK1HUTm91jtr9Qaf/Maxydem+av5lfmcdnlbq+f9C69jaaW1vD7tQt9THn1Dxe8/iMokOMHK96EY3LD8blH5FvqEeJ3FpLC31bXhdEXV+vXH+hxrnYKH79vGevx6s9qnQcPeXx9K/cXKzm/NQ+cazmz6dPHCuRW/Ocyw6OscY8x2rRMZYK57USKS513nju121DdvIN1Wgm35ARjcsvuS7IvO/SYF0v0h+zuhlua1Bm6mkrqko3OJU+FSknGpfv1QAEhxgeu0Ok3i/Nhtpb6j1r7c7psRuLXeVPtDUoM5VwUDXzfuWOa8eveZJlqpWd/YrtiCL27flWsfyjYFBmylrac7eBhUP74NH+lOq7bBXL95Z6z3rvkxjUnCiMDjFy7UFLExAitu+l5wR5sCx8ZvGwZlubqls3Uu93NfeetTxeK9X3/2BQptfuiCFxrKV5HkvTRSWxxEkYiJaFD+259dNjcnV4qxhDRNwW+KylPQ+OsTzac9MYM32XoBjGra47yb1nvedJjHj2AdXaEsfcWmvjshTrtigal3/k8Vn1mePW47Vax2oi65qf8mDx1LRTbQ3KTN3goKpgLnIV8ZW1klsj37BOa2nP3ebEyK2djLpup8qx2qCltSultfJemvaRh02eU8xzaw/3t7WO19Y2P+Whpdxab1BmSsk2KBiUWfL1tNKek2/I6xb+/aXW0p571vFQe4yCdf1G6h2vrSWPLCJ2N8MFgzJL3nGuPQjILS6KynFKauXx4CXrnYqZ3dBr/oxSu8j03ifhLF5Z3KXCmccv1WeOtzJoEpEqE5Bei3incp05lX7EkLhP7SBj0Z4HgzJT9oljpT4/C6nNHKJxTI/re2dZuHNd91oQs08c651iT9XcBzS32T12mV81dW2XdhaRhtInoCBmjgfHc1Az7ED87Po3k/xsQSwVuPSmTguExDHVnRKdEu5rEEqfwAVSN6V5sB5nxMxxi2tuMCjzidyO8sPxFqTG7x7tg0cfzHpTwdyioir7lzN1vfc/GxGp9H101KUOOvWJvJK41jmpzrj8I7ddsK3M5NZqfm2p3FrLG5eItJVb87hGhMzxqBynzxxvarzWyO7eHnPJpmOMoT0n32DD8xpi3T5UnzdhXZC5mt9HD9ewDlKkzrnYlFj6BBTk5qeq7E/O5NZaHq/FUoENbrL36gOm4qi+lpn5f4vvVsnxUgtjNRGf12Gd02sx37CGtRKe8aJDjOAQw1rMHKeuK6jpZjgPuQ7kVjlOlzmu3Wko2iFu7MlIlqzvKv5DHJ6sOPD6zDunOKVY71ZemvluiI4L2b3ipHh2hIJjLA3JdrVg4lGlPgwTXeZPVnTWlT4BY33imGY9TE5ENVLXzXc6Hlxl36WRhRhHbw3GHan618puzkeWdb+1a1VKUCzL7aYCxzF6KzdKnKr6TXRGitYRgzqaao9+cboOel1rg1McTanPv1TfRPP63imW9RKv96tzijPH6pqSKle7PU/N73l8dn3imGb72imWNcvxpu9r67t4+qhcXskFlsEhhohUuTHZ2mi1tS3m1q6xvWspV+0x9vRa+NhljkflOCmeY4/a6l+pfENurYRWvqGX9vINq2jPDTdLSX1ewSiWp9z7FZTKN8mtZdZdRO04GanY0KGaWxtyu6m+s1duzav9bSm/WoLm+9cpljXLMbfWO8VZi5IbzWh/l73ahj5x7MYrt6YcQ6Rsrig6xdFUKt+Q+pzIN8zrnOLMsbp3pE8ca2WthPWafdYFGbK6Ga4zKNN8Qd3MZI1qwzBMFqS+OFE5Tur1WCwWzaltEPhJEp+Lw0UwV++2GoUPkw57jbJO8M5jUVnjTxUQOdTFlv2WOV5bUujYnqcm9Txeyy8VPwnCWnLnASlXx6JiWZ1iWXPeOrXnqT5WsI7rqHMof011PbdjzyVSuz1aKFnXi/WVDXaR65TLOzeO9utJ1j+DcVSXOLZVjpFjWf+syr5PHItGscZSCwhea/XDNrtHz75/dIqzmkkvA62P1byuv16bN+0zxz36SluHGLVK1bNi8wGK7bnX90dEt98959l3tcCmClbxvoj9jqZ3iWOl6vqNYl3fa5RzIq+63jvFKcUjt9ZlfqWdW8u1tdrfrVxuLSjHyfGKo2Uv6dyadZuXq19bjcKHuROv63v0CNLQE15z/lH6BEYsxjy53JoarydPrCC3Vl0+0kkn5BuW8so39InD7vkGw9dq/Xl9kkRdd8i7t9R3KVnXW9I5xXFZCymZuViDcVTq9WyVY+TU2IdI9ZFLvQ7NftheqZxTRKc4nVOcEtaWW+uVy/O6/vZOcXJrJaJynNR1aKscoyV3iWPkG85zTfkGy7GadW6t1LqgVB+z1nVBW6c4q5lrtroZzuKLZN5pmOlwW7wer0qQani8GvWqDJNDqU5WqU5DrU+fiIXiun9OhhOinVG5a7HPHPdaEKmtd4qTSkBFp9hVmWnPo/OpHJk/bcCoPSrVXwiF4lpI9V/V+pWN13XPAVOpul5jwiRpZuGjNq/xWucUJ/X9/aAcowSrnfz6xDGP71GujxodYmvblgpcYKFZtCh0hU/q7TULGxbHejz9wmuBVl8wzjujWGuqf5fqE8dKzoFFxbK8njZQcm7Xuz0PFoUO7Xk3Pa68mG9N88widfZditX1xjag6qwDzLxfFtf81LVQNc7MzSBbzTiFRO0CZxYpW7d5ubkjzX6YV87i5uH+9mrmpwzbWM/NCV5iUXc81kp43kzTO8VJjXFZK5Ewc/1rYa2EZw76atpzw5hd4ph2bi2lhbruqVRdj4XiqltBbk1blzkelOOkvsMtXNutPqfeMdZYbp5U5bPy2sRhsHWM9USBJ8eb1I0V5ta0N2/yyq0Fhxgifmt1Up+DVW6tBeQblrumfINle27dRvSJY9T188RSgUttQGV1M5zFi/G4yOYmUGq+yK7mzsu1GwYQqUd2Rt8zqcPMxEypC09LE7wp0TGWNfNJiZkOJO35Zdx3E1SQWogfvU/CQGg01liJ9jxaFJrZbVk7Vqqut3CTVfI1GC3ICAZlrjmu1USLx+Lv3Odfa5KLsdp5Up/zTYFEUM2sblQ8RRM3T+QUXDAfDMrsE8e0r7+5+kB7fh1y/bwW+rAhcSwaxEnNX3oJzvEsFwWmvrua9TBV1k0jdd3LNdX1o1gorpWa52LXtEhr1YZ27Sbxq+h8KrUrdX0IjceMjrHGgkGZfea45ngtVw9rbs/70idQmVbXSnjmOYNjrNJxrRZYdpaxWBekJlxZ3Fbmrsa2pU/gQl3iWGo8Uhur1xATx1475NZq3Qw95Zpya67xCrarFnF7gzKnQuY4ubXrQL5huWvKN1jWi2ffXeW1EqmyqOt5XeLYNfVdRMTuZjhPtV7MvZTsNATDsj2/MDXeBHKNXhe44AXHWNdwMb+G17iE9SKtOZZxomHZU8XqmOINPEGpnDWz3Al5Dbs9egw4Wm5PW3ptao9TX7G3zjtK16bVsZpV8iLXhgeDWNDnPXfz2rn9aen6lPIL7XleZgMEr11bTeuec1+lhe9RCwtvXrL1Duh843tULOva+i6h9Akou4a8Uyx9AivX6sZkwbDskrFwgkyf/pcCuTXPeC30MV8SS5/AynUFYwfDsqNh2VPNfo8am58vkW8wqRuZMaDHkwJTcbE+JdYFHXnNjzbb7irpC8Y2rQPOc2CesXCamDi2dT4H7xtFonM8b6yVmOH4hNSUYFm4c18lOMby1Np3xzvfYLmpdKp+R6NYY63ViVYVya21cDPctvQJrFzJnTa2hmW/026sN7vHPvMryx2IZ/GUg7NZXfC6zHHPjus1PPXir6VPQFEwKLNPHPPq5G0Ny37rWLdLLkxk0vo8wajcz87xkhwSksV2s2kseewhlD4BRblxx9bzJGqy2T2WHKtZL47YGpTZZ44Hg1inKBX3VH3i2Dfvkxix7LfmntpBokHXtvQJKLKoj98Tx4JBnKmbh/vbrWH5lmVPBcdYY7FQ3FpZtq2/OscMiWPRKNZYSzsejwXj8r21lFjtMsc/KsZo6f06Kjle0/xsptST0bmNAUqqdLGZ+fs4Mw9h9X7lXpN3bq3G+nCObekTUGTxWZVsz+8My/bMrZXMN5BbO08wKjeXW/Mcq6nVh5nrYbHd863reoPfpdav7TcP97eaY4KgWFZxM2v7PPxinFuzWDy8tvFajd9fryfHp65Plu/X19RB5/UeNdaHc21LnwCSXhvn1izm9taw+btnXPqvp/stczwYxpzS/Lz6zPGoGOMcoVDcWhW5trdwM1xLO+5a3HRVclBjehOZ4wA32flX1Et60ZSI/S4E0bL8AnqLQoedKFL1wKqOX+1uZA3d8GeRGOoNyjyV9YJ5i2Sk+2Lvoa3ItefXMImjqbModOg7pCYrSz4eeqlcnbP0pVDcFq0tAWFBs/0rPeEVDcq0HmvMiYZley406o3Lz31Pg3HcpeX3iWMl+yOW7d2nzHGeNqCrpddo8VpKXtMtd1izaM9LLUbNLd5jrHaezrDsfea4VfvTG5V7VKqud5nj1PXzlFw470Uzt1a6n2ARvzco81SWubWWcqq95OenStfJ2pj0ZTe7x8+SnqcPFvFmtF4fWvpeW8zTp+p3NIiTYv30Iov+ytryDfRhz2PVnn+R9Dy2SW5t5ikh1vXBuv6XrOutfZf6huJ63GRT7KbmgcW1sGSeOhqW3dJ3dQ0bY9Qm9Z51hvFyuTVPsfQJOGjpex0Nynx2HXRcOxoNy+4Ny/bWZY63VLc9WOYb9pnj0She6nrlUR+sc/Gl1gVF4/K99SWCWt0M55ko1BwYFu9wG0yIpj6LqBwjp+TCzkt57ebxw7Awf5/5tXWd7I3Lt5SqX7UtAEta406qTr4W3sVJVWM3m36zfDy50ZNxeoMyT7GGxdi1SV17izwy2ZHmIND9mjF8Z/eZX0e/M6nOmuq6Z73pFMsqvbjHoi1/dg107EPU1ufMna/1xNpd5rj1td2if+T1HUp9VlvDeN5PN+iMyl273I1ENYqlT2CBVNtj+dlYtEWlrj/7zPGaN8aw1iWOvfM+iYqVquu5eQnTjesqV3KR/FTnGMs9F2LoxmChTJ845jW/V2NurcTGZL3kr+/B7UTONDPP7lW/Up+V5fxUnzhmtSD7Gm5kTqmxzchqMLdm1ic0yq2Rb6hHqi8XDeO11sam3j/T1/hCXa9xrtmL97qgLOe1LLXlb+a4bEzm+AREy8/mGtbNBM+TuEDq8/WqW33i2NY5ngj9L21d6RNQ5PVdCE5xOqc4WrpCcck3nM873+Dd17eO1xmXn3OXOc49HHmpul5krGZ1M5znoExzcdMa7laODjGCQwwR40bPcReAXx7ub63rRu69CsZxa5Z6z9bwHbbU+usLpU/gQrnvb3SIXXLSRY3jxKQ4tOc5oVDcU5VcAFVzAuZS5nWevktWU4tDLmW0UCKnpf5LaxO8lvUgGJRZpM818325MW5rW/ruiJS/mdVaa59XSkuv0as9t4iT+i71BnGOPDf1MK1jc/2flT+lvqXFTzXwSOC2WteX9i1L1vXUubfedxFp69ou0tZcrHVuzeKz7xPHPNrUIvNTBeeYNaTes+B9EhaueKPJmutjikdb20puLViWP4lFviFtbfmG1tqDKevv7mvqelbJp3Bd47qg1kSnOC2M14JBmX3meDSI9cPMzaPWTypc2j6sbY6oxJMduwIxWxZKn4Ci6BSnhfFaMCx7qmS+wTL20uttr3ESF1rbtcSDx/c2WhZecF1QzVZT161uhvNcKKG5e6/nLtdd5nhwiP364f526xDHuh4E4/LHSj21w/o9vFv496kdJL0a/mvcXcCzbS1Bs+PQK5Vzity1Q/vz6hPHbh7ubz8qx0l5a9ypC4ZlT20dY40F4/It6oFXm8OTBWyU6rsE4/K3C/++5IKf1fRdnAfqmm3Jb4plzfki6eSuRzJcZHkf/VSW7XwwLHuqVHsnYvsevrfYMMCpDrc+bkm5hidLaX6uvWJZWcNTN1Lt+Y3Thhx3DjFEbCf/PfsMW8dYU8Gw7DcL61sy+eK08DU6xLhGJfsuwbDsSF2vTmu5NY9reyu5Nc+NybZesSaicfl3BmV69buuYewyFUufgDHN+apeqZxTeOXWUtxya8blB+Pyx8g3pJFv8OVxrWx1XdDSNi91w3lYWOaprrGui+j2X4rn1pzi3znFsfy+euZWto6xnjB+EvB25RufzQmlT2AQHGNdQz4xKJbVK5aV9UJuLTicwp1DDBHbuYJgWPZUq2slluYb+tRB8g1mPG6AarWuL10X1KcOOq0Lig4xTmJ1M5zrXZBaneRhx7jUzT0Wuszxlp42cGM8gPEUCsW1/i4tvUCkJi1aHahc646S3lTqz7DLkNdufLmEner3d2bnJK9rbiuTetEx1pj1RH00KLPVXS260ifgpNWEncXrCgZlrp1nu6sZy2WB5bDjT67v57LA0iGGyIomJhYqsSvikeW18kZsPqMWx2uM1XxU156/EEv7+9sljnntfBYNyw6GZU953aSYYhnXqj0PBmUWNSTZr4HXBgspwbDspXU9956EBWXWKHoG02p3ya2pK3lN1BZKn4ARi/mpVj7zqd4r0JXv0txSbi0ox+kzx13qS0NrJcg3nC4YlLkGXekTcBIajbu0rqe+i2FhmdVx7qNXNxc7l1tzuh6SWztPydyaJZO52Ib6dKcIjrFaf1KSiG59XMNmVEE5TsmnCkWnONbIN6SFM4/X7FrWSrAuKC1kjrc615xkdTNczXqnOF4Vzauh65zilJLcmdaB9Q6Ne+PyWxJSB50nvHrHWEc1Jw+9vrcldx3A+VodAOwX/n3J7/rvBWP/4DyB2TvE6BxipFhPTO0X/n3JwV5q96xroNm+ePbJWxuvpdramvt5YyW/W9b1ZG9cfityn4Nnm++1+Huq1u+xZ3seHWN58O47eyYWvg83U5Rg/V3aL/jboHQOl1jL+Dk6xvJoz78PC8RKCMbl7xf87VUl5lakxvFaa2O1LnO81n7eVKn2znpjMs8FaLULqYMWO3HPXF977VgnqPk77PW9jR5BZjaa1NY5xRnzrGedY6yxtecbrvWJVT80uFaiVN/Fev5lv/Dvr+FmhVN4trvV9SWGhfi5NkH7u0VubblSOQ0R+34g47VlglG5qe+t10YcrWCtxOVWsS7NCPmGtKB0Dqs38/m3tlaCdUHIsroZruZJH69zz908oXqBHxq6Vhfeeg4wS3UYrIXSJ1CRXH1zuxFqs3vce8Uasb4h01JIHTTYDSMqlzen5cGZF9rztNR3vYWnDp7D88ZWJmAvFxb+fcmE3ZqShbH0CVzIpb0Ybo5Nfl4GTyxp9brEWE1HKH0ClYuOO+HtneJMraUfdS6v9vyN+N3M1TnFQZ1Cob9dai1tzFvH9pyx2jKh9Ak0YC3fu0t4zSPn5m86zSAFF5G0ptX3MZQ+gQZsvQKRWzub17XIcz6+1UW2Nfcb1iKUPoEGbL0CObXn9F0wp9Z2NzjFeSP53Jr2zQ6tfFdZ/2MjlD6Byr03motNfW9LzcXGQnGXih5BXsitabe/vXJ5a+HZZ2jlmpgSSp9ADWY2KGltrQR1HVlmT4Zz3gFIxdwX3/H1WHxh17KLrzbPOrZ1jOWpNyizuu/+iXLfo+h1Ag/3tx+9Yk3i1vrks9zATLuOBuXyYGtb+gQq4pWwX8sNQq31KzxilGDRV655I49L1dpfy43Xan09Iu3ePOG56Ou189M9PfUGZdb8fcnpM8dvxO/1FhmrSb1Pqc6159EpDtbppuL5h5dY9GGjQZlr5tWebx1i3DTcd6GuL3dTaW4tXPK7CpS8ecIyuR8Ny57aOsbyZJF3re67f6I+czx6ncDD/e3WK9Ykbq192+R8vUH/hY2U6lJrfX4J+Ybl3K5fTmsltg4xSugNyry2ui5S7/g0nHm8Bn3B2J1h2Z7fq9c1zj+cwuDmS5E2x2u5fpBnbq3U+1pr37Z4bs3g+9Url7cWnuvgWl4rQb7hBDPfy9bWSrRc13uDMlvsu2SZ3Qwnvp0GrVhzH35UivGS4BSnBcExVqsNg0WHoWTC3jJx0huWvXbV3SDyQsdH+/WUvuG4hQWe0TFWzTuyzjGphwUHEZZxe8OyT+XxvW21rvcWhRas66FQ3HeOsd4o7jaUu4a32levmvOi1ybrgNHTKKJBmSex2nlss3vsReS7RdlnKLWwzvN6/1bxex0zx7W/y71yeVfJeY6n1fa8Nyg2GpR5EuM68c2w7FN4JamjUxxXRnW9WLtQ8CYuz9xaVConOMQoodjNE0aL946CYdklY9XupvKbR3NK509Eyn2XPa9hKtcO59walvP8TFq96aW3KLTgWolgWHZvWPapPHJrrdZ1k2tho+uC5tSaWwuZ41Gp/BL60idghdxacSFzvLn3aph38Mytpdq0Uu25d26tmbUSDd+Ios65nxQdY7kh33CWa8mtNXc9FmFdkAbLm+E8eVRw7QRknzkelOOIpCc2WmgUrB7LnLKWp9Zos3r/Sg1WLBcK7A3LfmKmM7yGpKG14BBDu554JlK7xLEW2nPNwf+1Cgv/vuSgKDXBFgzjfTYsG/bCwr8vfbPEVCx9Ag48dhvS3gEoe203mOBNxmpkAZznIt4W+xHfjfpHJd8ryzrheX2PiWO9Y/ySgnH5qk9LMkqS5CTH640kBrelT6B2C6/rvdJpXCLXJ7Ls2zFeq9jCup6rbyX7LrFgbC/RIcbWIYaI3xxp8Ahi3IfwHKu9dozVglAobhNjtZnvzTU8FazGtRKeOc9UrOgY38o7cmuLhYV/n8s3lPpcomHZnu157v27hvbcSlj492ur67U+0eccmrm13Ofk9nQNr5yXUxzreu9Zv4NjLC9Lc2t95nhYUOYixk+c7gzLnmphbdulrF+7am5NfMdqfepgI0+uvIb+iinyDWfxzK2FxLGvTrGbnANhXdByrdwMp2XuQq49sdIrlzcn9bpa6DB4PsazVduFf/+7xklc6NfEMcvHuEejcp+Z2fW1lfreWwfY7B476xgr0kq9aOV19IXiflj4973GSVxonzhmOfnuXdfWdvNV7ZbW9ZI3luf6LtH7RCrWX/i7sxjvwH9qrOh1DoaY4F3mRpaN1zqd07jIPnM8Gsa0LHuqSxxrpS/rpSt9AtpmdmxroW608BpK2y74217pHC6RS55tDWNGw7KnWEipb0n/r+RYbZ85Tn/2dP2Fv7tElzlukdxNxYoGcbxpL5K6Rh8X/v3acmu/GC4cjkblPjOTF6I/ezrP67FnX6zVjYNF2nkdpZBvOJ1Vuc8Mcyyp3FqTCx+dLB3brLGu0/6dbu7z67WCvLBGJ2jFeSFW1IyTYV33mItYZmlurdc5jYvk5mKjYUzPtjTVFgXH+C1wWdtu9ISiXKw+86vodQ6GYukTaAD5htNFw7Kn+sQxzydutmi74G87pXO4xD5znJvhZphfZIcLee7JKDU/kSn13rHwNi37OTe6s9rSJ96VnGDqUgcNFy97v9ZUMtT6IuGSgHXcnT+340DN7Xnq3G8e7m+33idSgbn23PL73BuW3aouddDwplbv9jxVFzXb87m6HhTjtKJkfy45gd3QDdwek6LZ+u789B9tqcT+1vskKtfiWE1k2euKWidxruH7mJpb6Q3Dej5xoksca2lBcecQY25MVvN4LTUG3XqfRAXmPuPgdRIVKXaNG9rzVL3uDMMGw7Knck901BqvXWNdX1Jfg9ZJnGumrtd8TRrzyK31M7+e+93akVtTQG4t6a3KWVwm2bYZzqsEo3JzUnmu6HwOVsyvS8NaiRZza33i2I3xUzZqRb7hPKFgbO98QzAqN4fcmi7WBa2XR26tz/2i8txayrb0CVSmxbGaSL3zU18knTO2bCdK59Zaurm5d4gxt1ai5utiKqe89T6JCpBvOE/QOolzFco3eN6M1qUOOuXW6Ls8V+w6OrMuyP2aVM3NcMMF2+NGjVwnLzrEttLy0wa0zQ0gap4QD5njS59Ws3TSbIneOd7eOV5KyQSptt8cYuQ6CdodgNK7V4q0O6hZYu5zaWUyZWxpe16yfUl+VoYLZXI7allJvb5fFF/fXF2PSjHWZGldL7kbTetPntg7xMh+bypfjJgar7XU7/NQ7VjthcUVvdNpWOid46V2CPYWDcvuDcue8ugrhZnf1dxXT/b73M9i5V7YVTR6nYezJf3A0t+J1LlbJpu8x2spKu85df1sQeskLtTseG3IreVubOgdTqF0O7YEuTUdsfQJLJCrv7mNVWvgvRhhDdf2d6VPQMPQt/DIrYXM8Zrb8z5zvObXZOXa+rBL8w2eC8invPuva2jPNedYWq3rufE664LWaz/zO/N+W+U3oaTWkNb8ekqIpU/gUi/U3d7rPAx4j9c8xhcvqTbHO/HJIUbI/aLytRJ94hi5tQnyDWcLWidxIe/x2hrWSnjk1qq9ZrywLmhJfSl9g2BfOL6IVHQz3KDLHA8OsbUHTDXfjX+tah405859v7DcNVxEn7Dq3M/cxWwluQC68smosVwbGBRj5C702ovLac/rY9kxDoZli+Tb86VJqNW152J03Z3ZgcWqfY2Z4x7teS52DWLmeHN1vfKJyR82u8e5z8Zj8K39nap5Yds1KrnwZKm5urukxXtV5wAAHW9JREFUzdsv+Fsrltc+zz55zBwPhjF7w7KfeGH3yOBwClG5PJcnoEPN61p3YH9hvob2/HSeCyxzryM6xK65rseZX+8XFL3kb63E0iegKPfd8pib0I7RK5cHezXnNELm+NLr1RoWHD5hlXuaebqBlVxuLRjG9Hx9Hrm1HNZKIJY+gQVi5vh+YblXk28osFYi2eY45VNq7ruwLqgyL+TWPOqidv6udG6t5I2bNar5ZpMw87sl47U13Pw9ZdkWdIZlT+VeR+lF/CpWkFvTrie5jbWwTuQbdP/WSjQsuzMseyqeeVzTa8OHK1iba6f3C8pd8rdWonfA2m6Gy9Fc+JZbJKM9YOqVy4O9mie9cgPYml9TCb1jrFxbVOvF/FSa7blXIo2EXX0sv0fBsGyRfLu9tD1f4w7o0bDs1Ou1mhwv2UaEgrGXytXp4HkSUKPV5+xmfqfdtpe+vnsupGpCxcnvue9Ha+M1yz6Y53e2yxwPjudQSlAqx/Pz6h1jQUcofQIXijO/C07n0ILc2DQaxCrd3wuF418qzvyutb7LNdBc+JZbJKO9cUXp764I/YtzxdInsMA15dZaGa/lcmvBMOYa2iWP3Jr2/Pka3jecJ5Q+gQWscmvXpk8cC0axSrYRNdeL3KbANb+maxaVypn7PrW2eQk3b5yp4g3Z5847eJ2Ek1bGarlYtdbBcwSlcrqZ37W2VgLnC6VP4EJx5nfX0D5o6R1jdY6xUmqtF9e0LshdKzfDaXK5kM/sBvDW8c7VNS58L63VRiWX/Fn6eqt97CiuQucRZObRvG9r3XXDWOvXnuzrU1qkn+s/LF28tF3497g+1t/lLnN86dM96bvUzfMakmtvqUPQ1s38bsl4bbvgbwFTm91j5xiuzxzfOp5DTVofr+VuNg8KZXczv4sLyqXvgUtYbqzQzfwuLiiXul4/l2vITG7tTcW7wrau5v5FbjFtWFjuu4V/D1jqPIIMT5lKIbeWVnNbegryDfXS3vigddZ1nXVBSJmrd9pjqC5zPCrHyWFMeL5a+xhWN3nS3tkpUddau6FrDRtNbh3PAetBvqFeofQJnKviG/Vf0s38jr7LQtwM99waOvleX+agWFbunKNG4Y4LpeYGxr1h3L1h2XOW7uLHI+bbvYFyLJY+gYqFCuPk2sGoUfiwYKXlp918nvmdxsSEVT9lje15axNTrZmr62u2xrqOE80sevTk1ffTrqup8w6Ki0U7pXIuZjxm/M2w7Dkkbpe7hvEaLhO8Aikv5Ey1C5qL/zulctYq14ddw3xwDtcCXMJyvGb1faGu168rHP9G6sytRcsYzpsQ5FiO5UvNT7Hwf7lgVC7XkzaECuPkyooahV95bm3NyDfUK878znKOwLqu586ddUHXbQ25tegUR7ufnrppOiiWX/yzmdmgQEOp3FooFLclwaDMEvm6Nc/7n21ms35PwSuQ8qZXIXGsqtzaCedaax+WfIOtUPoELvDSZ2fZf/rVsOw5S+ordV24GW6VHJNTmp3M3Bfqo2KM3C5GXswajWFwmXp9ixvXYdHV0l3NkHej9LSnNesNyuwMylyj3ilOUCwrd23YKcYoPqlnZWjPU23370snJoaB7YclZcxYYxLVfSLnCtpzNUNdT01gL+6vDX0XdsjGWnVegZTbpFSy+rXojQmLX9uNd4j6lDm+Vyh7q1AG8rgZ7jKl51889I6xgmJZqSdC34je/Fvx9txYrj3XSORpzoHiuVj6BM5VeHy5zxynrqNpjrm16BBjq1hW7ulmXoJVwcPNIZa5tVTfCzpeGz39aw2LAy213l8/6p3iBIeyasutFVlERb6hbuTWTuewLoi6jmdWcvNE5xXIoU16rRijeN/O+Anrlrk1noJiKxqUWby+O/hW+gQceH6Omjne1M3Smrm1TqmcOSVz3vvMcfIN6xdLn4CBYFj2/szj59gqlIEMboZboYf72xo77H3meKcYI3VDl+eErGmsze4xisi9/Lwh4asoXOyHCTWrZOc1LJA7RSx9Asb60idQsahZmNOCjlwMze97SBxrZqHyZve4FZG/ydP2fPG1fZiotto9q9ZdN7VFgzJ7gzLHonH5WZvd43uxqeu92NX1UjvQoR01jtVE8pPvvVL5qeu49+IZy81LOhH5b3naH/qL0o6ZVtfga0gqncJqIwHULxqU2RmUOZWb39GKnWrPWxqrfRGR/5Ln7XmnUHxuccdSe6Nya2Ox0VdvUOYqDHU6Vdc1+gd7hTJSmJfAYo3l1nLHL5G6octzvBYsC680t1b6BsW12JY+gQqtYTG7h6hZmFNuLdfP0pyPTo3NgmL5uRgujPMNVmsayDccRIMyS7Z3HuuCpnVdq+9CXcda1ThWE8lvKNwrlR8Sx7xza2bXfnJrVav1O1vaNYzXaq0buXkYrbYkJo4FpbJPZb1WgnxDnSxya6XbOtYFPdUZlVsVjZvhVnEzjPFOFccYwTrGoMZFJrkLm9VCkKNoXL6rze7xTg6f/982u8c3ijv0WDWkwajc2gSDMjuDMqvgsXuc8ZNDxoJTHE195rhme57acaXGa1/WZvf4SQ6f/72IRMX23GryLRqVu0QwLLvPHI+OsZpQYV1vqq3BE17JoVp3hU99p35XmrTJ+cVjnO5ls3v8MixU+IuI/Pdm97hXKtdqrNbMe7+U9lyO4xNH1sjjOhocYoikxyQ1SLXnXxXrZartuNH8HpXeMX6ze+yH9vz/isj/VWzPr2msZqnP/UJ7Lse4H1ScYV3vNMpJYKzWMMdxQY31qM8c3xvHjcbluzLMrXVK5UwxXjuweB9aX7yabec81jE4rpXwiqMpV/f2ijFuEseiYvnFGeYbOqVypmrseyyR+zws3oem2/NRXf+bUNdRFrm1eda5tdT7T27tNJ1SOVPNvPcL3RjUw6av7YNcWxccYnvEEKk3t9Ynjn01zOuIHJ4kGgzLdzXJN/wf8g2rkx1PGKyVaLo9r3BdUDAqtyotPRnOo/GKDjGqZN3AzTTInhet3iPI0HGwvolQS60d3Et1mePBIFbpO+hbV+tOJeZmJu6s62QwLn/M5fu12T3+sdk93ikmMETsrkVrbM+DYdmeA7PeMdZUzXXdyhrr+jWIDjG4ts+zbvdy47IWx2v7Sib4rmqC94WJ8uB0Gi0JmeMeieD3LSX7DfSJYx59sOAQ48irD/vZMPGgKZQ+gQTLXRd7ye+6bRE39/RcD9T1p0LpE7hWTjcpM17LsN5oYebzbXGsZpFby7XVuWvVi4abu69tfqrLHLeohzXMTy4x1x8KDvG3DjGqRG5ND/mGVcvNiVqM1XqDMk/lWdc/Udcxw6PPzlhtXmdcPrm1y8ubazv7BUVf1XfihTkJ7Y3JarjeWQkOMcitzUu1P+TWLjDkGzqPWAuF0ifg6YVrbDAIefHcqILeI0hF64JC6RNYA42b4dZyEQ0OMaJDDE9qndaG7mKf6xTUsGjAW8mLWgld5rjFRW9NF9LoHI+bm8/3RmtQ6zQ4Lt121NyeB6NyV/GkX0dd5nhvEMuizLG5vsveOHaNvpY+gYRQ+gQceFxbWkzGavaJgmJZa/S10ae7dAv+9hqTSqn+zHejCfnW+0595rjHWO3GKY6nqFjWWuZhL/bCd/JbJYkFT13pE0iw3s27yxy3qBu9QZlHc9di611na9SXPoEr5nFtCQ4xPNWUW1vDuGBf+gQMXNyGX2n7n3vNFvP0nUGZa9LP/C44xI8OMTxptufVj9UG5BvOc235hly7XdtYTYS6fq6SG8lcs+AQg9yaX1kppcdrmk+5W5N+wd9e43gt1Z+xyq2tse/kITjEaDG3VtNaCevyRcg3nKsvfQIF5NYv1La2/aW63hvGrlHp/uQqaNwMV/LxrmMeF/PgEMPTjeKun6Y7YwwNWKqx7pRD5SbwvlWyg25OyBxfekPKVXWihoHe9D37LiJ37ifTNq32/Jou9JqD2qhUzpxUe9opx8i1T9+1Hl9cSCsJ1aKGSYBp4qbW9nyfOf6dvkvSGq8NoURQ5wUa1gumReTH7uot0RxjWe9kmNp9/7sojheGvngu6a69+7+bF+ptWFB0t+Bva5W67lVbN07l9DSXoxvFBdulN8jwFBXL2iqWlbJPHFNtzwe5pHe139mGFr+uQZc49o/adg/OjDuP9o6nouqF68CSz6hf8LdWSo0vvNuT1sZRHm4Ux5/WubUvks6tac8Z7TPHv1WyW3SO1ffjqhYADnOU0/7/N6n4ejiRa7ct6k8/8zva8/NprpXYKpUz57fEsU45xj5znHxD2hrHKMGq4KFfkVorUeNYPlefqetp/cK/b0aLubUGxZWWlZJqP7+JX25trxXHm2FOeI3Xdmv7xLE7o1je72/I/cJoc6Lc9fY1+YOLsFZihHzD2foFf1ur1DjmvrHcWo1jTxExretXdQ9HjsbNcDnBsOwUrU5up1ROLbQautwXSrMh7RLH9orly3CDhEdi0FuuQ2f1uqq6gJ4pyqGz+rsckg5vauswzMi1o94DsqBUTqdUzilaejJEXyhGpxlgSFSkPpe9ZpwCcu15Kglau964/PfytD2PzruHRI1CGq7rMXO8M4pX8lreFYrrukBGcWHJ3DW3tUlkzXqZGq+plZ9Z3PjZoJ/8UdILLlLxaxFnftctKDdkjrcydnlms3v8JIdr+jc5tBV/2+we74qelJ4487tax2tMzF6msyw80x/uDNrzO0m35zXPv80lU2t+XSmmC/iH9vxX+dme3292jx8tYxrK9V1qrhNx5nedQbySfZdS1yrvmxmiUjlz75dWjBb1mePW40HVdmgmt7bXjFNAzBzvF5abW9i8tNw1O/aVxnOxrYxPc59nrTc3d0rlXJvOIYZHe06+QUfL+YYoZXNrKq6w78K6ID215tayczkN3qChWS9TZfWK5aeu7czFnibO/K5fUG7u+7CkzFUb5mJ/l59zsX8ZjrUgXPi7S83NjWldP1pan+jJeq2EV3t+bfkGi9fVbP81k1u7K3pSl2txXZB3HrnZup7yvwzLfvtwf/vKcSJbpcOw2T12D/e33+XwlJ2pTiPGinzXejzq8L79LiJvR4e/GT9+9bvFxNpm9xhFftyJ+14OizjV43gZdkNJ1WeNJ+CkBoFq9epCvWXhw2trbTLoKFVPRER+cW7P3778f3nZZvf4ZaY9b23hpdoj6of37TcReWdR/kxc9fIbbM9ficjrzK/vFhaf/H577Nw89CFSvzKN3VJ73mBdD+Jb15vuu8x4I77jm6BUTifpvoLFU2tK6xTLuhORf02OWU+Kqn8ew4KcVyIiD/e370fHahYzx/9h1JZ3BmWeyvw7utk9Wu/st0ZRfJMcUXTq0WfJj/1aa881P587eTpWE7FfqOXRnr+q/AneIvn2/LeFfc3cXEy3oMyl8T3a8611DA/U9bOUruspfaG43jfDBaVyugt/VyO13Ndm9/jZIbc2/X555NaiHBb9qMfxMiw8tsqtfZPnc1/fCr9fptf3YZ75T5YxVsh7rYRWbm1urUSVY7WZRf7WuTXzp2NazGuTbzjL1eUbyK2t17AuKFXXNfouV1fXZ3jn1rS+b52kb+D/3tAGBUedYllbeZ5bUyt/s3v8I7FOwuLavheR/dAnisOx2nNruVzQ0txa7m+7BWUu5TEXG61jrNB78f1cta4f5NYu81FE/m1YfkqnXeAV5hv6BeVeZb6B3NqqxczxpX2X3HihW1DmUr13QMsnw4n47vaYu4njEqkL3XepdxegXtKP4dXexWErh92fjrtAaS9CG38uv4vxIy83u8d+s3v8VPOEl8jsY0PvFF7bx8SxkruD/Fr757VitS4qzQ1cat7FJtWeaw/QPsrT9jwql7+Xn6/jdxG5Vy7/iYba8z8k3Z7fKyQbUt+Jfywsc4nfa/+8SmiorvfiW9f3C8s8SWbhQ8m6vnWOF5TK2eeOV5ywS9Vr1fHnUP/+Jofr7nEXKLXyB8enlH4dYmiX/8Rm9/i5gWSdSHoS6pssXKAwfL7TtrT0vEbNffA1a22s9qtye94plvWS3HmrtVVDX8i6PT+OA447B2qX/8TQnpvGcNIljn2XhX2u4TOf7vbq2Z6n+ilesUsJFoVS1+fN1HWv/l6fOFaq73Jz3PjBSW5x+FmG6/dviV99l3r7gX3m+F45zlZ8cmvHp7jcKZf/xDA/tW9gfqqT9Fy8Rm7tLnFsv7DMJbT74PhJ+/vsdQNKa7m1V1Imt6b9+e+F3NrZyDfgJQ3Vdct1Qam67nVNSPVRli6OXsJ7LlZrs5R95nit13aR9HhNdR5haGvvxXYu9jgXYp5b2+we/2got5Z6DZa5tZLvWc3f0zWzaM/n2mytsZxXbs1Trk++1wrglFv7dfjvMbdm2m6Qb5hHvqEdDdV1q77LZymbR0658w6o8WS43M5gIocLfI0d6E8i8mH083cR+Vjr5Mdm99g/3N9+FJF/jg6rV/bh/TEb+A8XqGvbNVBLlMMEfJTDbj+/bxQeaT3sDvi3odxXIvJl4/Ro1VHsv48O19je5JQYoHyV9G5QIvoLgbTLy7mTQ7s0vk79pdb2fLAVkf8Z/ayxm9sTDu15L43sGlhAlEN7/kYOu/181Wh3E+15L74d07/I037K3jG2tf7M4ziI0mZdn/Zd9sbx5voTuWv+qg1jm+kuy+aL+Yzdyc9++tEn7Qnrof9vNsG2uc4nci222T1+eri//UMOfa8oh37rVunz3w7lHpMvHx0TIR/l0MYd6/XXyvvgU97jtbnFWSoL2Ce0FllkDe35P0Tkr6PDXyW96U4Vhu/zVp625+pPeXRozz9KxZ9DKZvd437YyfnY7r4Wvfb8oxza9ON303OR3l4Or+lYr82fbuGsl+c76fb+p1GPSV2Pott3mdZ1z5zM3RB3XNeXLo5+Sau5tfFY7Zhbq3IxztBfmc5Zqd/cR25t1aIc2qUourm1/fAUmjdSJrd2LyK70eEa25ucEu1N6kl/R0E5lvlYbXAnT9dKiFScW5tZK3GnHUfIra1VFPINtelLn0ClorS3LuhLYl3Q3jjsXH9C5UmsZ1Dp2wzv4/SJ1Oab0Bs7tuvWubU7zfIS5UfL8ls1zMWLHNqlKOTWauE9XutnfmeRW9N8mEtSZq1E1bk1Sa+V+EeFayW24r8hdfXIN1SrF/9+cdUK1HWva+5WDnPLRfsuGjfDfZbnk6FHnh2Y1I6TFxkGgf8th0r3RUS6WpN1R8MX6Yv8nICtfldGnG74rD+KiAwJNrX6bN1RfCn2w/1tL8OjpFtajJOZjLLWid/C+LlkzVetIMMg8I0cLrpf5DAx22uVX8Jm9/j54f72v+TnAIr2/Io03J7vh/Y8yqEtamYAmJmMEiGRN6vhuv5p6JNH8anrn+VpgnAstRuyJc2FVVs5jGteyaEPWHWbMYw13wyLcl6JSN/IzkY40fB570VEHu5v32jV6WF81GmUdUHsLw/3t1EObXlf6jwMTRd6W+scY71Erc3d7B4/DtfF4yKaTqvsUja7xzfDDXFBaM+vjmF7/kUKJbOH8UyUQ//rD2lorDb4JPncBjKo62o6yfcnas2tdVeSW6v6NeF043bp4f42aM7Dey0gz8Ue6jW5NR2f5ekmH6Vo59aOeSjL3JrbZzW0552QW7tK5BvqM5Nbw4zG63ovQ99F7Ot6N/O71NP3LHWKZb0XcmtoyLhd0hyvrSi39kUaurYPvHNrn+XphhglaebW3g95KMvcmtvc16g93wq5tatEvqFKeyG3drbG63rRdUEaN8PN6ZTLm/vgNRdXHiuHdQPkOhnv9Jqwcq1N7G8Oj/lU/f6vyHs5vLZjO/HVOCk5N5DRbju6md+pTqIOdf5Os8zSWnxNOF+D7Xkn61rorWkrvu15U6jrZjqDMnNPmVXd5WiYEN1rlZfhPm7S2KEV9as9AT02fFfvSp+HhWGh91/kMHa5EYMnhEzi/THsFJbyu0HITtIJyW/DGFxNiwmtFl8Tztdge95kP2VYYDJuz0Uafa1WqOtmOuXyWsutzT2FSR25NYg0OT91Tbm13wvOxWrH7eTpU/3GyK29oMXXhPM12J53so58g4WtkFu7WIN13bPv8mrmdxbjglxu7WuFuTX3jUPIrUGkrTbvCnNrd4VOxyK3llsLXmNurcRaib13TKwP+YY6JNpzkUZfq5UG6/pdyXP4s0IZYeZ3vUL5PwydguQuK5VeDHOVufc8CQDrtNk9/rHZPUYR+d8i8n82u8c3xiHjzO9UJ62Gi3lu16waE7C59pxdggH8aM83u8c/iU97DhyFmd9ZDKxzkxt7g1jWvkj66Xneu34CWKnN7nG/2T2+EpH/FpE32omssWE3LU+511LjWK2XdHvu/YRUACs1as//S0T+y7I9ByayCyy1E6FDvU5e+yrNreW+p73nSQBYp0RuLRqHdJvrHW4CIbcG4CqQW8NKWeTW9pnjNV7bc2NPcmsARCSZW+sMw3n3HfaZ4zW2572QWwMwg9wa1kTjZri5ToNFh2Irzy+qXw3imNvsHj+KyK+Tw79LnR0gAEaGid6u9HkYeC+J9ny4U7wqQ3v+t8nh36XOxf8ADDXanmO95sZjUTvYsIjyt8SvqtvRZthBMMrTvso3aXQnPgCX2+wevzjsOjq3G7G6oT2fzleJVLjT+Kg9H88dfheRjyXOB8B6bXaPfUu7SKMKqZ2iRUTk4f7W4tqfnIs1iGMuk1v7tdIb+wAYccytBYcYY1tpK7d2PzlMbg3AM+TW4Cw6x9vL89zad6l7LnaaW9sWOB0AK+aUWwvG5T8xs1ai8zwPDaP2fHwzM7k1AM+QW8Ma/Ok///nPogIe7m9zBXwf7voEAFTg4f62k/QiDNpzAAAq9HB/eyciu8yv/8JCQQCow8P97VZE/pn59d82u8fckzkBAMBKzeTWvm12j8HzXAAAl3u4v/1DRG4SvyK3BgBAhcitAUAbXmjPya0BANAIjSfD5XaO3CuUDQAoryt9AgAA4CJzT2TjadQAUI9+5ne05wAA1Olb5jjXdgCoS27+jfYcAIA6zT1tles7ANSjm/kd7TkAAI3QuBku1TH4LtwMBwC1oT0HAKAtnRyu5VO/bnaPc8k8AMC6fJH0gvnfNrvH3vlcAACAjn3iGHOxAFAfcmsAALRlL+TWAKAFudzar+TWAABox+Kb4Ta7xzsRuR8d+i4icbN7nHsKAQBgZYbHf/9Nfk7sHdtzdkMBAKBCQ1IuytOnef+62T1ui5wQAOAiQ3v+XkR+Hx3+dbN7fF/olAAAwELk1gCgDUNuLdWed2XOCAAALEFuDQDaMMqt0Z4DANCwP/3nP/9RKejh/jaISBCRnjvnAaBeD/e3r0TkjdCeAwDQjIf72ygiwkIcAKjbw/3tGxF5RXsOAEAbyK0BQBvIrQEA0J4ht/YHm5YAQN1YKwEAQLvUboYDAAAAAAAAAAAAAAAAAAAAAAAAAMDKn0ufAAAAAAAAAAAAAAAAAAAAAAAAAAAAL+FmOAAAAAAAAAAAAAAAAAAAAAAAAADA6nEzHAAAAAAAAAAAAAAAAAAAAAAAAABg9bgZDgAAAAAAAAAAAAAAAAAAAAAAAACwetwMBwAAAAAAAAAAAAAAAAAAAAAAAABYPW6GAwAAAAAAAAAAAAAAAAAAAAAAAACsHjfDAQAAAAAAAAAAAAAAAAAAAAAAAABWj5vhAAAAAAAAAAAAAAAAAAAAAAAAAACrx81wAAAAAAAAAAAAAAAAAAAAAAAAAIDV42Y4AAAAAAAAAAAAAAAAAAAAAAAAAMDqcTMcAAAAAAAAAAAAAAAAAAAAAAAAAGD1uBkOAAAAAAAAAAAAAAAAAAAAAAAAALB63AwHAAAAAAAAAAAAAAAAAAAAAAAAAFg9boYDAAAAAAAAAAAAAAAAAAAAAAAAAKweN8MBAAAAAAAAAAAAAAAAAAAAAAAAAFaPm+EAAAAAAAAAAAAAAAAAAAAAAAAAAKvHzXAAAAAAAAAAAAAAAAAAAAAAAAAAgNXjZjgAAAAAAAAAAAAAAAAAAAAAAAAAwOpxMxwAAAAAAAAAAAAAAAAAAAAAAAAAYPX+PxUUkasINekUAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .BlockAltBlock.deco-line .BlockAltBlock__image:after {
    bottom: 24px;
  }
}

.BlockAltBlock__image-wrapper.portrait {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .BlockAltBlock__image-wrapper.portrait {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .BlockAltBlock__image-wrapper.portrait {
    margin-inline: auto;
  }
}

@media screen and (min-width: 769px) {
  .BlockAltBlock__content {
    grid-column: span 6;
  }
}
@media screen and (max-width: 768px) {
  .BlockAltBlock__content {
    margin-top: 16px;
  }
}

.BlockSitePlan__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .BlockSitePlan__image {
    height: 548px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .BlockSitePlan__inner {
    overflow: auto;
    margin-inline: -16px;
    padding-inline: 16px;
  }
}

.BlockContact {
  grid-row-gap: 1.5rem;
  overflow: hidden;
}

.BlockContact__sidebar {
  position: relative;
  padding-right: var(--l-large);
}
@media screen and (max-width: 768px) {
  .BlockContact__sidebar {
    padding-inline: var(--grid-outer-padding);
    text-align: center;
    padding-bottom: var(--block-spacing-m);
    margin-bottom: var(--block-spacing-m);
  }
  .BlockContact__sidebar img {
    width: 144px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .BlockContact__sidebar {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 1025px) {
  .BlockContact__sidebar {
    grid-column: 1/span 5;
  }
}
.BlockContact__sidebar:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(-1 * var(--block-spacing-m));
  right: 0;
  width: 150vw;
  bottom: calc(-1 * var(--block-spacing-m));
  background-color: var(--c-background-dark);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .BlockContact__sidebar:after {
    right: -16px;
    bottom: 0;
  }
}
@media (min-width: 1300px) {
  .BlockContact__sidebar > .paragraph {
    margin-left: -50px;
  }
}
.BlockContact__sidebar h4:not(.acf-input h4):not(:first-child) {
  font-family: var(--font-tertiary);
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .BlockContact__sidebar h4:not(.acf-input h4):not(:first-child) {
    font-size: 18px;
  }
}
.BlockContact__sidebar h4:not(.acf-input h4):not(:first-child) + p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .BlockContact__sidebar h2 + p {
    font-size: 16px !important;
  }
}
.BlockContact__sidebar a {
  text-decoration: none;
}
.BlockContact__sidebar a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .BlockContact__form {
    grid-column: 7/span 6;
  }
}

.SiteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  background-color: var(--c-background-header);
  box-sizing: border-box;
  height: var(--header-height);
  transition: background-color var(--a-default), border-color var(--a-default), background-position var(--a-fast), height var(--a-fast), box-shadow var(--a-fast);
  background-size: 100% 200%;
  background-position: 0 100%;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1019607843);
}
body.admin-bar .SiteHeader {
  top: 32px;
}
@media screen and (max-width: 1024px) {
  body.is-hamburger-open .SiteHeader {
    background-color: var(--c-olive-hamburger) !important;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar .SiteHeader {
    top: 46px;
  }
}
.SiteHeader .custom-logo {
  width: 100%;
  display: block;
  transition: opacity var(--a-default), filter var(--a-default);
}
@media screen and (max-width: 1024px) {
  body.is-hamburger-open .SiteHeader .custom-logo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(100%);
  }
}
@media screen and (max-width: 768px) {
  .SiteHeader .custom-logo {
    height: 60px;
    pointer-events: auto;
  }
}
.SiteHeader.transparent:not(.scrolled):not(:has(.mega-toggle-on, .mega-menu-open)) {
  background-color: transparent;
  background-position: 0 0;
  border-color: transparent;
  --header-height: var(--header-height-transparent);
  --header-nav-color: var(--c-background-header-text);
  box-shadow: none;
}
.SiteHeader.transparent:not(.scrolled):not(:has(.mega-toggle-on, .mega-menu-open)) .custom-logo {
  opacity: 0;
}
.SiteHeader.transparent:not(.scrolled):not(:has(.mega-toggle-on, .mega-menu-open)):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: blur(90px);
}
@media screen and (max-width: 1024px) {
  body.is-hamburger-open .SiteHeader.transparent:not(.scrolled):not(:has(.mega-toggle-on, .mega-menu-open)):before {
    display: none;
  }
}
.SiteHeader.transparent ~ #primary {
  padding-block-start: 0 !important;
}

.SiteHeader__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--header-height);
  transition: height var(--a-fast);
}
@media screen and (max-width: 1080px) {
  .SiteHeader__inner {
    grid-template-columns: 15% auto 15%;
  }
}
@media screen and (max-width: 1024px) {
  .SiteHeader__inner {
    grid-template-columns: 20% auto 20%;
  }
}
@media screen and (max-width: 768px) {
  .SiteHeader__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.SiteHeader__logo {
  position: relative;
  width: 142px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .SiteHeader__logo {
    width: 121px;
    z-index: 1001;
  }
}
.SiteHeader__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.SiteHeader__secondaryLogo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity var(--a-default), transform var(--a-default);
  z-index: 2;
}
.SiteHeader:not(.transparent) .SiteHeader__secondaryLogo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .SiteHeader__secondaryLogo {
    left: 50%;
    width: 89px;
    transform: translate(-50%, -50%);
  }
  .SiteHeader__secondaryLogo img {
    width: 100%;
  }
}
.SiteHeader.scrolled .SiteHeader__secondaryLogo {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .SiteHeader.scrolled .SiteHeader__secondaryLogo {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

.SiteHeader__actions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .SiteHeader__actions {
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  .SiteHeader__actions {
    margin-left: auto;
  }
  .SiteHeader__actions > *:not(.SiteHeader__hamburgerWrapper) {
    display: none;
  }
}

.SiteHeader__button {
  font-size: 14px;
  text-decoration: none;
}
.SiteHeader__button:hover {
  color: var(--c-olive);
}

@media screen and (max-width: 1024px) {
  .SiteHeader__nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: var(--c-olive-hamburger);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-120%);
    transition: opacity var(--a-default), transform var(--a-default);
  }
  body.is-hamburger-open .SiteHeader__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.SiteHeader__nav .menu {
  list-style: none;
  display: flex;
  margin-left: 64px;
  gap: 72px;
  padding-left: 0;
}
@media screen and (max-width: 1170px) {
  .SiteHeader__nav .menu {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .SiteHeader__nav .menu {
    margin-left: 0;
    gap: 46px;
    flex-direction: column;
    padding: 60px 16px 0;
    background-color: var(--c-olive-hamburger);
  }
}
.SiteHeader__nav .menu li {
  margin: 0;
}
.SiteHeader__nav .menu li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--header-nav-color, var(--c-olive));
  transition: color var(--a-default);
  display: block;
  white-space: nowrap;
  padding-block: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .SiteHeader__nav .menu li a {
    padding-block: 0;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: var(--c-white);
  }
}
@media screen and (max-width: 768px) {
  .SiteHeader__nav .menu li a {
    text-align: left;
  }
}
.SiteHeader__nav .menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--c-orange-3);
  transition: width var(--a-default);
}
@media screen and (max-width: 1024px) {
  .SiteHeader__nav .menu li a:before {
    display: none;
  }
}
.SiteHeader__nav .menu li a:hover:before, .SiteHeader__nav .menu li a:focus:before {
  width: 100%;
}
.SiteHeader__nav .menu li.current_page_item a:before, .SiteHeader__nav .menu li.current_page_ancestor a:before {
  width: 100%;
}
.SiteHeader__nav > .btn {
  margin-top: 50px;
  width: calc(100% - 32px);
}
@media screen and (min-width: 769px) {
  .SiteHeader__nav > .btn {
    display: none;
  }
}

.SiteHeader__hamburgerWrapper {
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .SiteHeader__hamburgerWrapper {
    display: none;
  }
}

.SiteHeader__hamburger {
  display: flex;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: auto;
}
.SiteHeader.scrolled .SiteHeader__hamburger, .SiteHeader.white .SiteHeader__hamburger {
  color: var(--c-olive-hamburger);
}
.SiteHeader.transparent:not(.scrolled) .SiteHeader__hamburger {
  color: var(--c-white);
}
.SiteHeader__hamburgerLine {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform var(--a-default), background-color var(--a-default);
}
body.is-hamburger-open .SiteHeader__hamburgerLine {
  background-color: transparent;
  color: var(--c-white);
}
.SiteHeader__hamburgerLine:before, .SiteHeader__hamburgerLine:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform var(--a-default), background-color var(--a-default);
}
.SiteHeader__hamburgerLine:before {
  transform: translateY(-7px);
}
body.is-hamburger-open .SiteHeader__hamburgerLine:before {
  transform: translateY(0) rotate(45deg);
}
.SiteHeader__hamburgerLine:after {
  transform: translateY(7px);
}
body.is-hamburger-open .SiteHeader__hamburgerLine:after {
  transform: translateY(0) rotate(-45deg);
}

body.is-hamburger-open {
  overflow: hidden;
}

.SiteBlocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--block-gap);
}

.SiteBlock {
  --current-block-spacing: var(--block-spacing-m);
  overflow: hidden;
  padding-block: var(--current-block-spacing);
}
.SiteBlock.medium-padding {
  --current-block-spacing: var(--block-spacing-m);
}
.SiteBlock.dark {
  position: relative;
  color: var(--c-background);
  padding-bottom: var(--current-block-spacing);
}
.SiteBlock.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--c-olive);
  z-index: -10;
}
.SiteBlock:not(.dark):not(.orange-texture) + .SiteBlock.dark:not(.offset-background) {
  margin-top: var(--block-spacing-l);
}
.SiteBlock.dark.offset-background {
  padding-top: 0;
}
.SiteBlock.dark.offset-background:before {
  top: 80px;
}
.SiteBlock.orange-texture {
  position: relative;
  color: var(--c-background);
  padding-bottom: var(--current-block-spacing);
}
.SiteBlock.orange-texture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/kindered-texture-min.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}
.SiteBlock:not(.dark):not(.orange-texture) + .SiteBlock.orange-texture {
  margin-top: var(--block-spacing-l);
}
.SiteBlock:has(.BlockFullWidthImage) + .SiteBlock.dark.dark:not(.offset-background), .SiteBlock:has(.Block3ColumnFullBleed) + .SiteBlock.orange-texture.orange-texture:not(.offset-background), .SiteBlock:has(.BlockFullWidthImage) + .SiteBlock.orange-texture.orange-texture:not(.offset-background), .SiteBlock:has(.BlockTwoImageSlider) + .SiteBlock.dark.dark:not(.offset-background) {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-xs {
  padding-top: var(--block-spacing-xs);
}

.pb-xs {
  padding-bottom: var(--block-spacing-xs);
}

.pt-s {
  padding-top: var(--block-spacing-s);
}

.pb-s {
  padding-bottom: var(--block-spacing-s);
}

.pt-m {
  padding-top: var(--block-spacing-m);
}

.pb-m {
  padding-bottom: var(--block-spacing-m);
}

.pt-l {
  padding-top: var(--block-spacing-l);
}

.pb-l {
  padding-bottom: var(--block-spacing-l);
}

.mt-0,
.SiteBlock.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: var(--block-spacing-s);
}

.SiteFooter {
  margin-top: var(--block-gap);
  background-color: var(--c-olive);
  color: var(--c-background-header-text);
  padding-block: 40px 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='425' viewBox='0 0 1440 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_419_8394)'%3E%3Cg clip-path='url(%23clip1_419_8394)'%3E%3Cpath d='M472.381 342.633C470.4 344.938 466.217 345.926 466.988 350.206C467.318 351.743 467.648 353.279 467.758 354.706C467.868 357.559 468.088 360.413 463.576 359.425C459.174 358.547 456.312 360.522 455.982 365.132C455.652 368.424 453.781 369.961 451.029 371.278C449.488 372.046 448.167 373.692 446.957 375.009C443.985 378.411 447.287 382.033 446.627 385.435C453.671 385.216 451.91 391.801 455.101 395.203C450.919 396.191 449.598 391.581 446.076 392.349C443.105 392.898 441.454 395.642 438.922 396.52C437.161 393.227 441.454 391.032 438.922 387.959C435.4 389.606 434.41 392.679 433.86 396.081C433.639 397.288 433.529 399.373 432.979 399.483C425.275 401.019 423.624 409.031 418.121 412.982C415.92 414.628 413.058 418.03 413.939 419.347C416.58 423.079 413.829 423.847 412.068 425.713C410.417 427.469 409.206 429.554 408.105 431.749C406.785 434.273 408.105 436.688 410.857 436.578C413.388 436.468 415.479 435.7 415.92 432.407C416.58 427.908 418.121 423.737 422.633 421.433C423.184 419.238 423.514 416.933 426.596 417.921C427.366 413.311 431.328 410.238 432.649 405.848C433.199 404.092 434.63 402.227 436.501 402.556C439.142 402.995 439.032 405.3 439.143 407.604C439.143 408.921 439.913 410.238 440.353 411.555C443.325 411.555 445.966 411.555 444.756 407.165C444.095 405.08 443.765 402.995 443.545 400.8C443.325 398.934 444.646 398.056 446.186 397.727C448.278 397.398 448.828 398.495 448.498 400.361C448.278 401.568 448.167 402.775 448.278 403.983C448.498 406.068 449.488 407.495 451.689 407.495C453.781 407.495 453.45 405.629 454.221 404.531C457.523 399.483 458.513 393.447 461.155 387.74C463.796 390.264 464.567 392.349 462.916 394.874C460.935 397.947 459.504 401.458 457.192 404.202C455.321 406.397 455.321 408.592 455.432 411.007C455.432 412.543 456.752 412.982 457.963 413.311C459.284 413.64 460.824 413.311 460.824 411.994C460.824 405.629 468.529 403.544 468.749 397.288C468.749 394.983 475.683 395.313 471.941 391.91C469.079 389.276 472.601 385.545 469.079 383.789C465.777 382.143 468.859 375.119 462.475 375.887C462.475 375.887 462.035 375.338 462.145 375.119C463.906 371.607 465.777 368.095 467.538 364.583C468.749 365.461 469.629 368.205 471.39 365.242C472.931 362.608 472.601 357.01 478.324 361.181C479.535 362.059 480.085 359.974 480.415 358.876C481.736 355.254 481.076 351.523 480.635 347.901C480.415 346.036 473.151 341.426 472.271 342.414L472.381 342.633ZM456.642 382.253C454.991 381.155 452.24 381.155 452.57 378.302C452.57 377.533 453.34 376.765 453.671 375.997C455.321 376.985 457.963 376.875 458.073 379.619C458.073 380.606 458.073 381.923 456.642 382.253Z' fill='%23384027'/%3E%3Cpath d='M523.669 409.47C526.091 410.458 528.732 410.568 531.594 410.348C536.656 410.129 535.996 407.165 535.446 403.653C536.656 406.178 542.379 405.958 538.858 410.677C537.757 412.104 540.839 415.287 542.82 414.189C548.433 410.897 551.294 415.506 555.036 417.482C557.348 418.799 559.439 420.555 561.86 418.36C561.64 415.945 559.989 416.165 559.219 415.397C556.687 412.872 552.395 411.116 556.577 405.958C558.558 403.434 554.926 399.812 550.524 400.471C546.122 401.02 542.159 401.568 538.197 398.825C536.987 397.947 534.345 397.727 533.465 399.922C532.144 403.763 528.842 401.459 527.191 402.227C523.119 404.312 518.166 396.959 515.305 403.873C514.974 404.751 513.544 403.873 513.213 403.105C512.663 401.788 511.673 400.142 513.323 399.044C514.864 398.056 516.515 396.52 518.386 397.398C525.76 400.471 533.134 394.435 540.508 397.617C541.389 398.056 543.15 397.398 543.04 395.752C543.04 394.983 542.6 393.776 541.939 393.447C536.766 390.703 530.823 392.13 525.43 390.264C525.21 390.264 524.219 392.13 523.559 393.337C523.339 390.593 523.119 388.069 522.899 385.435C524.55 385.874 526.421 386.972 527.301 386.423C529.502 384.996 527.521 383.24 526.861 381.704C525.87 379.399 522.789 379.619 521.798 376.875C519.817 371.827 514.094 369.522 511.783 364.583C511.562 364.144 510.902 363.595 510.352 363.595C509.471 363.595 508.481 363.595 507.82 363.925C507.05 364.364 506.83 365.351 507.6 366.229C508.371 367.107 508.811 368.424 509.691 369.302C511.673 371.058 511.562 373.363 510.462 375.119C509.361 376.875 507.16 376.326 505.289 375.777C504.298 375.448 502.868 375.997 502.427 374.351C503.418 372.705 506.94 372.375 505.289 369.522C504.298 367.656 503.308 365.681 500.446 366.01C499.346 366.12 497.805 368.534 497.034 365.9C496.594 364.144 496.704 361.51 498.685 361.071C506.28 359.425 501.327 356.572 499.566 353.828C497.365 350.426 493.953 350.755 490.761 350.316C492.632 354.047 493.072 357.998 491.531 361.62C489.66 366.01 488.12 369.302 494.503 370.839C496.264 371.278 495.824 373.473 495.384 374.899C494.723 376.985 493.623 375.229 492.742 374.899C491.201 374.461 489.44 374.022 488.67 375.558C487.789 377.314 488.23 379.18 490.211 380.277C491.311 380.826 492.302 381.375 493.402 382.033C496.924 377.643 502.097 383.679 506.059 380.387C506.72 379.838 509.691 382.911 510.132 385.545C503.308 384.996 503.418 384.996 503.418 391.471C503.418 393.666 504.409 396.191 500.006 394.215C497.365 393.008 497.585 396.849 497.695 398.825C497.805 401.898 500.556 401.349 501.437 400.251C504.188 396.959 506.94 397.947 510.462 399.044C508.371 402.227 506.5 404.861 502.758 405.409C500.666 405.739 500.777 407.385 500.777 408.921C500.777 410.568 502.097 410.897 503.198 411.116C504.629 411.336 506.059 411.226 507.6 411.226C507.6 410.348 507.6 409.47 507.6 408.592C512.883 409.58 518.276 407.056 523.669 409.251V409.47ZM513.984 377.204C515.855 376.875 516.295 378.85 517.506 379.509C517.726 379.509 517.726 379.948 517.836 380.387C516.955 380.387 516.075 380.387 515.194 380.387C513.874 380.167 513.103 379.289 512.773 378.082C512.773 377.863 513.433 377.314 513.874 377.314L513.984 377.204ZM509.361 393.337C509.251 392.349 509.581 390.703 511.232 390.703C513.103 390.703 515.084 390.813 517.176 389.935C515.855 392.24 515.305 395.313 512.223 394.983C511.122 394.874 509.581 394.654 509.361 393.447V393.337Z' fill='%23384027'/%3E%3Cpath d='M493.508 382.362C493.508 382.362 493.292 382.47 493.292 382.578L493.508 382.362Z' fill='%23384027'/%3E%3Cpath d='M507.71 411.446C507.71 411.446 507.71 411.446 507.71 411.554H507.926C507.926 411.554 507.818 411.446 507.71 411.446Z' fill='%23384027'/%3E%3Cpath d='M555.917 429.993C555.036 431.31 553.716 432.847 555.477 433.834C559.109 435.81 558.448 438.773 557.678 441.736C557.017 444.48 558.668 445.687 560.429 446.894C562.521 448.211 563.951 446.785 565.382 445.687C574.847 438.554 575.948 438.773 580.35 447.882C581.561 450.406 582.331 453.26 579.69 454.247C577.159 455.235 575.178 453.04 575.508 449.858C575.508 449.199 575.728 448.541 575.508 447.992C575.288 447.443 574.737 447.004 574.297 446.785C573.306 446.455 572.536 447.004 571.986 447.772C566.153 456.881 578.92 456.003 579.58 461.71C579.69 462.918 580.46 464.125 582.001 463.905C582.552 463.905 583.212 463.576 583.652 463.247C588.385 460.174 588.825 457.869 585.853 451.284C592.347 452.162 593.338 451.943 593.668 450.077C593.998 447.772 590.476 443.382 587.835 442.943C587.284 442.943 586.624 443.163 586.074 443.382C582.331 445.358 582.111 442.065 581.231 439.98C580.571 438.334 580.46 436.468 579.91 434.712C578.589 430.432 576.278 426.262 571.656 425.713C566.042 424.945 559.879 424.067 555.807 429.774L555.917 429.993Z' fill='%23384027'/%3E%3Cpath d='M473.151 369.302C468.969 369.851 473.591 374.241 470.18 375.887C467.648 377.094 468.529 380.936 470.84 381.814C475.572 383.679 475.683 387.74 476.563 391.471C478.764 400.471 481.846 409.36 479.094 418.908C478.654 420.555 478.874 422.64 479.425 424.286C480.085 426.481 481.846 426.81 483.827 425.384C486.468 423.518 486.579 420.555 486.138 417.811C485.148 411.446 484.267 405.08 484.377 398.605C484.377 396.849 483.937 394.654 482.836 393.337C477.774 387.191 478.984 379.948 478.544 373.034C476.123 372.595 476.013 368.754 473.041 369.193L473.151 369.302Z' fill='%23384027'/%3E%3Cpath d='M533.685 422.64C539.408 423.847 537.867 420.445 535.776 418.25C533.134 415.397 529.832 413.311 525.32 414.848C522.899 415.726 520.147 416.055 517.065 416.714C519.927 419.896 520.918 423.079 518.166 426.591C516.625 428.566 516.955 431.42 519.157 432.078C522.899 433.286 521.908 436.139 522.679 438.553C524.329 443.492 528.292 446.236 532.254 445.358C533.244 445.138 534.565 444.151 534.895 443.163C535.336 442.065 534.345 440.748 533.244 440.2C531.593 439.431 529.832 438.883 528.072 438.114C523.889 436.139 523.779 435.59 527.081 431.639C527.631 430.981 528.292 430.542 528.952 429.993C528.952 429.993 529.062 429.993 529.172 430.103C529.172 429.993 529.172 429.883 529.172 429.774L528.952 429.993C529.832 428.457 531.153 427.14 530.933 425.054C530.823 423.628 531.153 422.201 533.575 422.64H533.685ZM525.65 424.725C524.439 424.396 523.449 423.737 523.889 422.201C524.109 421.543 524.219 420.555 525.65 420.555C526.2 421.433 527.081 422.311 527.301 423.408C527.521 424.176 526.641 425.054 525.65 424.725Z' fill='%23384027'/%3E%3Cpath d='M434.74 412.324C437.051 414.629 436.281 418.25 439.142 420.226C440.463 421.104 440.353 423.189 438.152 424.616C433.309 427.689 432.979 429.445 437.271 432.518C439.473 434.054 441.344 434.932 440.023 437.785C438.922 440.419 439.363 443.053 442.224 443.602C445.526 444.37 446.957 441.846 447.727 438.773C448.167 436.907 448.498 435.152 447.617 433.396C446.406 431.201 445.966 429.115 446.406 426.481C447.177 421.982 445.636 418.031 441.674 415.397C440.133 414.299 440.243 413.092 440.353 411.665C438.482 411.775 436.501 411.007 434.74 412.214V412.324Z' fill='%23384027'/%3E%3Cpath d='M440.463 411.881C440.463 411.881 440.571 411.881 440.679 411.881V411.665C440.679 411.665 440.679 411.665 440.571 411.665V411.881H440.463Z' fill='%23384027'/%3E%3Cpath d='M422.963 421.433C423.404 424.615 422.413 427.14 419.882 429.335C417.681 431.31 417.901 434.054 420.212 435.7C422.743 437.456 423.624 435.371 425.605 433.505C429.897 429.335 426.375 422.75 432.429 419.347C429.787 418.799 428.356 418.579 426.926 418.25C426.375 420.225 424.284 420.335 422.963 421.542V421.433Z' fill='%23384027'/%3E%3Cpath d='M422.96 421.433C422.96 421.433 422.851 421.433 422.743 421.54C422.743 421.54 422.851 421.54 422.96 421.433Z' fill='%23384027'/%3E%3Cpath d='M426.922 418.246C426.922 418.246 426.922 418.139 426.922 418.031C426.922 418.031 426.814 418.031 426.706 418.031C426.706 418.031 426.706 418.139 426.706 418.246C426.706 418.246 426.814 418.246 426.922 418.246Z' fill='%23384027'/%3E%3Cpath d='M513.874 415.068C514.204 409.909 510.682 412.982 508.701 412.873C508.481 412.873 508.261 412.543 508.041 412.104C508.921 414.738 507.27 416.055 505.069 417.372C502.978 418.689 503.418 421.214 503.968 423.189C504.299 424.396 505.619 424.945 506.94 424.945C510.352 425.164 513.544 420.884 513.874 414.958V415.068Z' fill='%23384027'/%3E%3Cpath d='M507.71 411.665C507.71 411.665 507.931 411.995 508.041 412.214C508.041 411.995 508.041 411.775 507.82 411.556L507.6 411.665H507.71Z' fill='%23384027'/%3E%3Cpath d='M473.591 415.287C475.022 412.763 476.453 410.129 477.444 407.495C478.214 405.3 474.472 404.861 472.931 403.544C472.161 402.885 470.18 402.337 469.849 403.873C468.969 407.824 464.016 411.446 468.419 415.945C470.18 415.945 472.601 417.043 473.591 415.287Z' fill='%23384027'/%3E%3Cpath d='M468.525 416.161C468.525 416.161 468.525 416.053 468.309 415.945L468.525 416.161Z' fill='%23384027'/%3E%3Cpath d='M469.409 423.189C468.088 423.189 466.768 423.189 465.557 423.408C464.236 423.628 463.026 424.396 462.916 425.603C462.585 427.359 463.686 428.457 465.557 428.676C466.438 428.786 467.538 428.676 468.309 429.225C470.95 430.652 473.592 430.432 474.142 427.359C474.692 424.396 471.941 423.518 469.519 423.189H469.409Z' fill='%23384027'/%3E%3Cpath d='M493.733 390.923C495.934 392.898 498.245 391.362 500.446 389.277C498.575 386.533 498.245 382.363 493.402 382.582C491.531 385.436 491.201 388.508 493.733 390.923Z' fill='%23384027'/%3E%3Cpath d='M493.508 382.362L493.292 382.578C493.292 382.578 493.292 382.578 493.4 382.578C493.4 382.578 493.4 382.362 493.508 382.362Z' fill='%23384027'/%3E%3Cpath d='M478.87 373.249C478.87 373.249 478.87 373.141 478.654 373.034C478.654 373.034 478.654 373.034 478.654 373.141C478.654 373.141 478.654 373.141 478.762 373.141L478.87 373.249Z' fill='%23384027'/%3E%3Cpath d='M484.377 377.534C484.598 372.924 484.928 368.424 480.635 364.803C478.654 367.656 480.635 370.839 478.874 373.144C480.635 374.461 480.635 377.863 484.377 377.534Z' fill='%23384027'/%3E%3Cpath d='M486.579 343.073C483.497 342.743 483.387 346.036 483.167 347.572C482.837 350.975 485.808 350.206 487.789 349.877C488.45 349.767 489.11 349.548 489.66 349.548C489.55 348.999 489.77 348.231 489.88 347.572C490.211 345.048 489.11 343.182 486.579 342.963V343.073Z' fill='%23384027'/%3E%3Cpath d='M489.66 349.658C489.66 349.658 489.991 350.316 490.541 350.536H490.761C490.761 350.536 490.761 350.536 490.761 350.426C490.431 349.877 489.991 349.658 489.66 349.658Z' fill='%23384027'/%3E%3Cpath d='M457.192 415.726C463.906 422.091 465.447 422.091 468.198 416.165C464.677 416.165 461.155 413.421 457.192 415.726Z' fill='%23384027'/%3E%3Cpath d='M468.529 416.165L468.309 415.945C468.309 415.945 468.309 415.945 468.309 416.165C468.309 416.165 468.529 416.165 468.639 416.165H468.529Z' fill='%23384027'/%3E%3Cpath d='M452.46 416.714C450.259 416.714 449.158 419.128 449.048 421.433C449.048 423.409 449.598 425.494 451.689 425.713C454.001 425.933 454.441 423.847 454.441 421.214C454.001 420.006 455.762 416.824 452.57 416.714H452.46Z' fill='%23384027'/%3E%3Cpath d='M543.37 415.945C545.351 425.164 547.002 425.823 553.055 421.542C549.754 420.555 546.342 420.994 543.37 415.945Z' fill='%23384027'/%3E%3Cpath d='M317.635 391.032C318.296 388.947 319.286 387.081 320.277 385.106C321.157 383.35 322.698 383.46 324.239 384.118C326.11 384.996 326 386.203 324.569 387.63C323.689 388.508 322.918 389.496 322.368 390.484C321.377 392.24 321.377 393.996 323.248 395.313C324.899 396.52 325.78 394.874 326.991 394.325C332.604 392.02 336.896 387.63 342.289 384.448C343.059 388.069 342.399 390.154 339.648 391.362C336.236 392.788 333.044 394.874 329.522 395.752C326.66 396.52 325.45 398.276 324.129 400.361C323.359 401.678 324.129 402.775 324.899 403.653C325.78 404.641 327.211 405.3 328.091 404.202C331.723 399.044 339.207 401.678 343.059 396.63C344.38 394.874 349.883 398.934 348.783 393.996C347.902 390.154 352.965 389.167 351.094 385.765C349.333 382.582 355.826 378.521 350.213 375.448C350.213 375.448 350.213 374.68 350.323 374.68C353.845 372.814 357.257 370.949 360.779 369.083C361.219 370.51 360.449 373.253 363.531 371.827C366.392 370.51 369.144 365.79 371.565 372.485C372.115 373.912 373.656 372.485 374.647 371.827C377.839 369.632 379.379 366.229 381.03 362.937C381.911 361.291 378.609 353.279 377.288 353.718C374.317 354.486 370.354 352.84 368.483 356.901C367.823 358.327 367.273 359.754 366.502 361.071C364.961 363.486 363.531 365.9 360.339 362.608C357.257 359.425 353.735 359.425 350.764 362.937C348.672 365.461 346.141 365.571 343.169 365.242C341.408 365.022 339.537 365.571 337.666 366.01C333.264 367.107 333.924 371.936 331.393 374.46C337.336 378.302 332.053 382.692 332.824 387.301C328.751 385.765 330.402 381.265 327.101 379.838C324.349 378.631 321.377 379.948 318.846 379.289C319.286 375.558 324.019 376.326 323.799 372.265C319.947 371.607 317.415 373.582 314.994 376.107C314.113 376.985 312.793 378.631 312.352 378.411C305.088 375.229 299.145 380.936 292.431 381.045C289.68 381.045 285.388 382.362 285.388 383.899C285.388 388.398 282.746 387.52 280.215 388.069C277.903 388.618 275.592 389.606 273.501 390.703C270.97 392.02 270.749 394.764 273.061 396.3C275.262 397.617 277.353 398.276 279.664 395.752C282.746 392.349 286.488 389.825 291.441 390.593C293.092 389.057 294.743 387.411 296.724 389.935C300.026 386.533 304.978 386.204 308.61 383.35C310.041 382.253 312.242 381.484 313.673 382.911C315.654 384.777 314.223 386.643 312.903 388.508C312.132 389.606 312.022 391.142 311.582 392.459C314.003 394.215 316.315 395.642 317.635 391.362V391.032ZM340.418 371.497C340.968 370.839 341.959 370.619 342.619 370.29C343.39 372.046 345.701 373.473 344.16 375.777C343.61 376.546 342.839 377.643 341.519 377.204C340.748 375.338 338.547 373.802 340.418 371.607V371.497Z' fill='%23384027'/%3E%3Cpath d='M362.43 375.887C358.688 374.021 360.009 380.167 356.267 379.619C353.515 379.18 352.084 382.801 353.405 384.886C356.157 389.167 354.065 392.459 352.635 396.081C349.333 404.751 346.801 413.86 339.097 420.006C337.776 421.103 336.786 422.969 336.236 424.615C335.575 426.81 336.786 428.017 339.207 428.017C342.509 428.017 344.27 425.713 345.481 423.189C348.342 417.372 351.204 411.665 354.946 406.397C355.937 404.97 356.817 402.885 356.707 401.239C356.047 393.337 361.219 388.069 364.741 382.033C362.98 380.277 365.072 377.094 362.43 375.668V375.887Z' fill='%23384027'/%3E%3Cpath d='M241.914 414.189C242.794 414.409 243.675 413.97 244.225 413.092C238.612 406.836 237.401 406.507 231.788 410.568C230.027 411.885 229.036 413.092 226.285 412.214C222.213 410.787 219.571 414.299 216.93 416.714C215.389 418.14 215.169 420.116 216.049 421.872C217.04 423.738 218.801 425.384 221.002 425.493C224.194 425.493 223.864 423.079 223.974 420.994C224.194 417.811 226.285 416.604 229.036 417.153C231.678 417.701 233.219 419.128 231.788 422.421C231.128 423.847 231.788 426.042 232.118 427.798C232.558 429.444 233.989 430.213 235.64 430.103C237.841 429.993 237.841 428.457 237.511 426.81C236.741 422.421 238.612 421.323 242.354 422.64C243.895 420.335 242.024 419.677 240.593 418.579C239.272 417.592 236.19 419.018 236.631 416.275C237.071 413.531 239.712 413.86 241.914 414.299V414.189Z' fill='%23384027'/%3E%3Cpath d='M271.08 425.054C272.841 426.591 274.822 425.932 275.812 424.396C277.463 421.981 275.702 416.604 272.841 415.726C268.548 414.299 272.07 420.006 268.878 420.116C267.338 419.787 266.567 418.47 265.687 417.262C260.404 410.568 256.552 410.677 251.929 417.921C249.838 421.104 247.306 424.286 254.57 423.408C256.992 423.079 257.982 425.493 258.202 427.908C258.423 429.774 258.973 431.749 261.394 431.53C263.706 431.31 264.036 429.225 264.146 427.359C264.256 425.493 264.146 423.628 264.146 421.762C264.916 421.981 265.907 422.75 266.677 422.53C269.099 422.091 269.649 424.067 270.97 425.164L271.08 425.054Z' fill='%23384027'/%3E%3Cpath d='M311.47 392.021C311.47 392.021 311.47 392.129 311.362 392.237C311.362 392.237 311.47 392.237 311.579 392.345V392.021H311.47Z' fill='%23384027'/%3E%3Cpath d='M304.758 414.189C304.978 411.665 305.859 409.69 307.73 407.824C311.032 404.532 311.912 400.471 310.261 396.081C309.601 394.325 310.481 393.337 311.362 392.24C309.711 391.362 308.61 389.496 306.409 389.496C306.96 392.679 304.318 395.203 305.529 398.495C306.079 400.032 304.758 401.678 302.227 401.568C296.504 401.349 295.183 402.556 296.944 407.495C297.824 410.019 298.925 411.775 296.174 413.421C293.752 414.958 292.652 417.372 294.633 419.457C296.944 421.982 299.585 420.665 301.897 418.579C303.328 417.262 304.648 416.055 304.868 414.08L304.758 414.189Z' fill='%23384027'/%3E%3Cpath d='M192.606 427.249C191.176 428.786 190.515 430.322 191.286 432.188C192.166 434.602 193.927 433.615 195.798 433.395C201.962 432.517 207.465 429.993 213.408 428.127C206.694 421.872 197.779 421.542 192.606 427.249Z' fill='%23384027'/%3E%3Cpath d='M291.441 390.264C290.01 393.118 287.699 394.654 284.397 394.984C281.425 395.313 280.105 397.727 280.985 400.361C281.976 403.215 283.957 402.117 286.708 401.678C292.652 400.69 293.532 393.228 300.466 393.886C298.595 392.02 297.604 390.923 296.614 389.935C295.073 391.252 293.202 390.155 291.551 390.374L291.441 390.264Z' fill='%23384027'/%3E%3Cpath d='M296.504 389.825C296.504 389.825 296.614 389.825 296.724 389.716C296.724 389.716 296.614 389.716 296.504 389.606C296.504 389.606 296.394 389.606 296.394 389.716C296.394 389.716 296.394 389.716 296.504 389.825Z' fill='%23384027'/%3E%3Cpath d='M336.566 413.86C339.207 412.653 341.849 411.336 344.16 409.69C346.031 408.373 343.28 405.849 342.729 403.873C342.509 402.886 341.188 401.349 339.978 402.447C337.006 405.19 330.843 405.41 331.833 411.556C333.264 412.653 334.695 414.848 336.456 413.97L336.566 413.86Z' fill='%23384027'/%3E%3Cpath d='M269.429 410.458C272.07 412.433 274.161 410.348 274.382 407.604C274.602 404.861 277.903 404.422 278.014 401.678C274.492 398.715 270.97 399.373 268.218 402.446C265.797 405.19 266.787 408.592 269.319 410.568L269.429 410.458Z' fill='%23384027'/%3E%3Cpath d='M242.574 436.578C245.326 437.017 246.646 434.164 246.756 431.64C246.976 428.018 246.536 424.506 242.684 422.75C241.693 425.164 240.483 427.579 239.712 429.993C238.722 432.957 239.492 436.03 242.574 436.469V436.578Z' fill='%23384027'/%3E%3Cpath d='M242.684 422.75C242.684 422.75 242.684 422.64 242.684 422.53C242.574 422.53 242.464 422.53 242.354 422.53C242.464 422.53 242.464 422.64 242.574 422.75H242.684Z' fill='%23384027'/%3E%3Cpath d='M265.246 395.423C263.375 394.215 261.945 394.545 260.404 395.862C258.643 397.398 256.222 398.605 256.111 401.349C256.111 401.788 256.882 402.227 257.212 402.666C260.734 404.971 262.715 401.349 265.357 400.361C268.438 399.264 268.108 397.179 265.246 395.313V395.423Z' fill='%23384027'/%3E%3Cpath d='M285.828 414.958C288.359 412.324 288.249 408.921 285.498 406.178C284.067 404.751 282.526 403.873 280.765 405.409C278.784 407.165 279.114 413.641 281.095 415.397C282.856 417.043 284.397 416.275 285.828 414.958Z' fill='%23384027'/%3E%3Cpath d='M248.737 410.678C250.828 412.214 253.58 412.434 254.13 410.348C254.901 407.824 254.46 404.532 252.81 401.788C250.168 401.349 248.847 402.776 247.637 404.641C245.986 407.166 246.206 408.922 248.737 410.678Z' fill='%23384027'/%3E%3Cpath d='M321.818 416.384C320.607 417.592 320.827 419.128 322.148 420.445C322.808 421.104 323.689 421.652 324.129 422.421C325.56 425.164 327.761 426.372 329.962 424.177C332.163 422.091 330.292 419.787 328.531 418.14C327.321 417.482 326.33 416.714 325.23 416.165C324.019 415.616 322.588 415.616 321.818 416.384Z' fill='%23384027'/%3E%3Cpath d='M367.053 405.41C367.713 408.263 370.575 408.263 373.436 407.824C373.436 404.532 375.637 400.91 371.455 398.386C368.373 399.703 366.282 402.007 367.053 405.41Z' fill='%23384027'/%3E%3Cpath d='M371.455 398.276C371.455 398.276 371.565 398.276 371.675 398.166H371.345L371.455 398.276Z' fill='%23384027'/%3E%3Cpath d='M311.802 414.409C309.931 414.848 308.61 416.055 307.18 417.262C306.079 418.47 304.098 419.567 305.859 421.652C307.18 423.189 308.39 422.091 309.711 421.323C310.922 420.555 312.463 420.335 313.893 419.786C315.764 419.128 315.764 417.592 315.324 416.165C314.774 414.519 313.673 413.97 311.802 414.409Z' fill='%23384027'/%3E%3Cpath d='M366.943 389.057C369.804 385.435 372.666 381.924 371.125 376.546C367.823 377.753 367.823 381.485 364.851 382.363C365.512 384.448 363.641 387.191 366.943 389.057Z' fill='%23384027'/%3E%3Cpath d='M387.744 370.4C387.744 369.741 387.634 369.412 387.304 369.083C387.194 369.412 387.194 369.851 387.524 370.4H387.744Z' fill='%23384027'/%3E%3Cpath d='M388.515 362.059C386.093 360.083 384.222 362.608 383.122 363.815C380.92 366.339 383.782 367.546 385.543 368.315C386.203 368.644 386.754 368.754 387.194 369.083C387.414 368.534 388.074 368.095 388.515 367.546C390.276 365.681 390.276 363.486 388.515 361.949V362.059Z' fill='%23384027'/%3E%3Cpath d='M331.94 411.77V411.446C331.94 411.446 331.832 411.446 331.723 411.446C331.723 411.446 331.832 411.554 331.94 411.662V411.77Z' fill='%23384027'/%3E%3Cpath d='M322.918 404.971C324.789 414.08 326 414.958 331.723 411.665C328.862 409.58 327.541 405.41 322.918 404.971Z' fill='%23384027'/%3E%3Cpath d='M317.305 407.824C317.635 406.507 320.937 404.97 318.296 402.995C316.535 401.678 314.223 403.105 312.793 404.97C311.582 406.507 310.922 408.592 312.463 409.909C314.223 411.446 315.764 409.909 317.305 407.824Z' fill='%23384027'/%3E%3Cpath d='M293.862 421.982C291.111 420.116 289.35 421.872 287.699 422.86C282.966 425.713 286.158 427.14 288.689 428.676C289.57 425.932 292.762 424.725 293.972 421.982H293.862Z' fill='%23384027'/%3E%3Cpath d='M975.028 550.607C973.488 552.472 972.167 554.667 970.406 556.313C967.214 559.277 961.491 558.838 958.96 555.326C956.098 551.265 961.381 551.375 962.371 549.29C962.482 549.07 962.812 548.851 963.032 548.631C964.022 547.204 966.114 546.217 965.123 543.912C963.912 541.168 961.491 542.924 960.39 543.363C954.227 546.656 949.054 542.814 943.661 541.278C939.919 540.18 938.598 536.778 938.818 533.157C939.039 529.206 939.919 525.255 939.919 521.194C939.919 518.121 940.689 516.365 943.331 514.499C946.743 511.975 949.274 508.244 949.935 503.634C950.045 502.317 949.935 501 948.724 500.342C947.513 499.683 946.303 500.342 945.532 501.22C938.488 508.683 929.683 515.377 931.995 527.669C932.105 528.547 931.444 529.535 931.665 530.413C933.646 538.863 926.932 541.607 921.649 544.79C916.696 547.753 911.523 544.79 911.193 538.973C910.973 535.571 913.615 531.401 907.121 530.962C906.02 530.962 907.121 529.206 907.561 528.108C909.322 523.499 913.284 529.096 913.945 527.011C915.376 522.401 918.567 524.157 921.429 523.828C924.621 523.499 929.573 524.047 928.803 519.109C928.143 514.609 923.52 515.926 920.328 516.804C912.954 518.889 905.69 521.304 898.426 523.608C891.162 526.023 885.219 523.499 882.687 516.694C882.137 515.268 881.477 512.963 883.128 512.634C887.75 511.975 886.099 509.012 885.879 506.488C885.659 502.647 887.09 499.903 890.612 498.257C891.712 497.708 892.813 497.159 893.693 496.391C895.344 494.964 895.454 493.208 894.464 491.452C893.583 489.916 892.153 489.587 890.502 489.806C887.97 490.026 886.43 492.769 883.678 492.44C887.86 478.612 896.445 473.124 906.351 477.953C905.25 480.697 902.498 482.672 902.058 485.855C901.838 487.062 901.728 488.27 902.939 489.148C903.819 489.696 904.81 489.696 905.47 489.148C909.212 484.977 913.504 485.197 918.237 486.953C920.108 487.611 921.979 487.172 922.75 484.977C923.41 482.892 922.64 480.807 921.099 480.148C914.495 477.405 912.734 469.173 905.58 467.088C904.369 466.759 903.709 465.552 904.149 464.125C904.7 462.369 905.91 461.711 907.671 461.93C911.744 462.479 915.375 463.906 918.457 466.869C921.649 469.942 925.391 471.588 930.894 469.722C926.382 476.636 931.224 480.587 933.095 485.197C934.086 487.721 936.067 489.806 938.708 488.27C941.02 486.953 942.671 484.538 941.46 481.136C940.359 478.283 938.818 475.868 936.947 473.344C932.325 466.978 934.306 460.174 941.24 457.101C946.082 454.906 949.274 457.321 952.246 460.942C953.897 463.028 956.648 464.564 958.519 462.698C960.06 461.162 961.161 458.308 959.4 455.235C955.658 448.76 951.255 446.565 943.441 447.882C939.589 448.541 935.957 451.943 931.995 449.638C919.008 441.846 911.964 455.016 902.058 457.979C901.508 458.199 900.958 459.516 900.847 460.394C900.407 466.43 896.225 468.405 891.162 469.612C890.832 468.515 890.612 467.198 889.951 466.21C888.301 463.467 883.458 462.918 884.559 458.418C885.439 454.796 887.09 451.614 890.502 449.419C892.153 448.431 893.583 446.126 892.703 443.712C891.712 440.749 893.143 438.224 893.804 435.59C895.234 429.774 892.153 424.506 885.439 421.433C880.046 418.909 876.084 420.335 871.791 426.372C874.213 428.567 877.405 429.006 880.376 429.664C884.999 430.762 883.898 434.822 884.779 437.785C885.659 441.188 883.018 441.407 880.596 442.285C875.534 444.151 875.423 444.809 878.175 450.407C878.835 451.833 880.156 453.15 878.945 454.467C874.653 459.406 877.294 464.564 878.065 469.722C875.754 469.064 873.332 468.734 871.571 467.088C869.48 465.003 867.389 462.369 864.858 465.771C862.656 468.734 865.738 470.71 867.719 472.685C868.38 473.344 869.15 473.783 869.81 474.441C873.993 478.941 882.467 481.136 878.175 490.135C877.955 490.574 878.065 491.562 878.395 491.891C882.908 495.952 879.716 501.11 880.706 505.61C881.477 508.902 881.367 510.768 876.964 510.329C874.213 510 874.103 512.963 873.552 515.048C869.37 531.62 876.854 541.607 889.621 551.046C892.373 553.131 895.455 553.021 898.206 550.607C899.857 549.18 901.508 547.753 902.939 546.217C905.47 543.583 907.011 542.485 909.762 546.765C914.055 553.46 917.357 553.789 924.621 550.168C927.152 548.96 929.463 547.643 931.224 545.229C932.105 544.022 933.205 541.827 935.627 543.802C937.388 545.339 939.699 545.887 939.039 549.399C937.828 555.655 933.536 558.728 928.693 561.581C920.768 566.191 919.118 565.971 912.844 559.496C911.633 558.289 909.872 555.545 908.662 557.301C906.13 561.142 901.728 560.374 898.756 562.35C896.005 564.215 893.583 567.398 895.014 571.02C896.445 574.751 899.197 571.349 901.288 571.678C902.719 571.788 903.929 573.105 905.25 573.544C907.231 574.312 909.322 575.519 911.303 573.544C914.275 570.471 915.816 573.544 918.017 574.641C911.303 581.885 910.863 585.506 916.146 591.433C917.907 588.799 916.696 585.067 919.778 582.763C927.482 586.714 936.067 589.787 938.378 599.993C938.598 601.2 939.479 602.188 940.029 603.286C941.24 605.371 943.221 606.688 945.312 605.92C947.513 605.042 948.284 602.298 947.733 600.322C945.422 593.189 944.211 585.287 935.957 581.556C931.885 579.69 928.473 576.727 922.199 575.19C930.564 572.227 936.397 568.715 941.46 564.325C944.322 566.3 943.991 569.154 945.312 571.129C947.843 575.19 951.475 579.361 956.098 578.812C962.261 578.153 967.985 580.458 974.038 580.129C974.038 582.982 978.11 584.08 977.01 587.372C976.129 589.896 976.789 591.982 977.89 593.847V558.947V554.228V551.924V549.399C977.01 548.96 976.129 548.741 975.028 550.058V550.607ZM929.023 456.991C931.004 457.76 930.344 459.406 929.683 460.833C928.803 462.808 927.482 462.589 925.941 461.711C922.529 459.735 919.228 457.76 915.375 455.565C920.548 452.821 924.731 455.235 929.023 456.882V456.991ZM878.505 470.381C881.257 471.259 883.898 472.137 886.98 473.124C885.329 475.539 884.008 477.405 882.908 478.941C879.166 477.295 879.496 473.563 878.505 470.49V470.381ZM896.665 541.058C895.675 542.046 893.914 543.692 892.703 542.375C888.631 537.876 882.137 535.242 881.147 527.669C887.31 530.888 895.748 531.876 906.461 530.632C902.829 534.583 899.857 537.876 896.665 540.949V541.058ZM976.789 560.045C975.469 564.215 971.947 567.617 973.047 572.446C972.057 573.105 972.607 577.166 969.966 573.983C967.764 571.349 965.453 570.032 962.041 571.02C958.189 572.007 953.897 574.093 951.145 569.593C948.504 565.203 945.972 560.264 949.274 554.887C949.604 554.448 949.935 554.009 950.375 553.46C952.686 556.972 953.126 561.581 957.639 563.557C964.573 566.63 967.985 565.752 975.799 558.399C976.019 558.179 976.239 557.85 976.239 557.85C977.67 558.289 976.459 559.277 976.679 559.935L976.789 560.045Z' fill='%23384027'/%3E%3Cpath d='M645.506 424.177C643.305 424.286 641.214 424.177 639.013 423.957C637.032 423.738 636.481 422.311 636.592 420.665C636.592 418.579 637.912 418.25 639.673 419.018C640.774 419.457 641.984 419.896 643.195 420.006C645.176 420.335 646.827 419.567 647.377 417.482C647.928 415.506 646.057 415.397 645.066 414.409C640.884 410.019 635.271 407.714 630.208 403.873C633.29 401.788 635.491 401.678 637.582 403.873C640.224 406.507 643.305 408.702 645.396 411.665C647.157 413.97 649.249 414.519 651.67 414.958C653.101 415.177 653.871 414.189 654.421 413.092C655.082 411.885 655.192 410.348 653.761 410.019C647.598 408.483 647.267 400.69 641.214 398.934C639.013 398.276 640.774 391.691 636.702 394.545C633.51 396.74 630.648 392.459 628.117 395.423C625.806 398.276 619.532 393.667 618.872 400.032C618.872 400.032 618.211 400.361 618.101 400.252C615.02 397.727 612.048 395.203 608.966 392.679C610.067 391.691 612.928 391.472 610.507 389.057C608.306 386.862 602.803 386.094 608.196 381.375C609.406 380.387 607.425 379.399 606.435 378.741C603.133 376.656 599.391 376.436 595.759 376.107C593.888 375.887 587.725 381.924 588.495 383.021C590.366 385.436 590.256 389.825 594.658 389.935C596.199 389.935 597.74 389.935 599.281 390.264C602.143 390.813 604.894 391.252 602.913 395.423C601.042 399.483 602.363 402.776 606.765 404.093C609.957 405.08 610.947 407.385 611.608 410.239C612.048 411.995 613.259 413.531 614.359 415.067C617.001 418.689 621.183 416.384 624.485 417.701C625.806 410.787 631.969 413.97 635.931 411.665C635.931 415.945 631.199 416.165 631.088 419.677C631.088 422.64 633.29 424.835 633.62 427.579C629.988 428.567 628.887 423.847 625.255 425.603C626.026 429.444 628.887 431.091 632.079 432.408C633.18 432.847 635.161 433.505 635.161 433.944C634.941 441.736 642.315 445.248 644.956 451.394C646.057 453.918 648.698 457.43 650.239 456.882C654.421 455.126 654.641 458.089 656.072 460.174C657.393 462.149 659.264 463.905 661.025 465.442C663.226 467.308 665.868 466.539 666.418 463.796C666.858 461.271 666.638 459.077 663.556 457.869C659.264 456.223 655.522 453.809 654.421 448.87C652.44 447.882 650.239 447.004 651.89 444.151C647.488 442.395 645.396 437.785 641.434 435.59C639.783 434.712 638.352 432.847 639.123 431.091C640.113 428.567 642.425 429.225 644.626 429.664C645.947 429.884 647.377 429.554 648.808 429.445C649.579 426.591 650.019 423.957 645.506 424.177ZM618.982 410.239C618.211 410.019 617.661 409.141 617.001 408.592C618.321 407.166 618.872 404.641 621.513 405.19C622.504 405.41 623.824 405.739 623.824 407.166C622.394 408.483 621.733 411.226 618.982 410.239Z' fill='%23384027'/%3E%3Cpath d='M815.22 417.921C816.211 416.055 816.101 414.19 814.34 412.982C811.038 410.568 807.516 408.922 803.113 410.678C797.06 413.202 793.868 412.653 791.337 407.495C789.686 403.983 787.044 402.995 784.183 402.556C778.79 401.788 773.177 402.117 767.894 403.873C765.583 404.641 763.602 406.068 764.152 408.373C764.702 410.897 767.013 410.019 769.215 410.019C775.048 410.019 781.652 407.934 785.944 414.629C787.485 417.043 790.566 416.823 793.538 416.275C792.768 419.457 791.997 422.53 791.227 425.494C790.236 429.225 791.667 431.969 794.419 434.383C795.739 435.59 797.06 436.029 798.271 434.383C799.151 433.286 800.802 432.408 799.591 430.542C799.041 429.774 798.271 429.115 797.941 428.347C796.51 424.945 796.84 416.823 798.931 416.275C802.013 415.397 805.425 415.287 808.286 417.811C808.947 418.36 809.937 418.579 810.818 419.018C812.689 420.116 814.23 420.006 815.33 417.811L815.22 417.921Z' fill='%23384027'/%3E%3Cpath d='M857.704 420.226C851.76 418.47 849.009 419.896 847.358 427.03C846.587 430.432 845.707 432.518 842.295 433.395C840.644 433.834 838.993 435.042 837.563 436.249C835.912 437.785 835.581 439.322 836.462 441.956C837.342 444.7 839.103 445.358 841.084 445.468C846.477 445.907 848.679 440.858 852.421 438.444C855.612 436.359 854.402 433.725 853.411 431.091C853.081 430.103 851.54 429.445 853.081 428.237C854.402 427.25 855.502 427.908 856.383 428.676C858.034 429.993 859.134 432.188 861.006 432.847C862.546 433.505 865.078 435.59 866.619 432.627C867.609 430.652 869.59 428.018 866.619 426.042C863.647 424.067 861.556 420.774 857.704 420.226Z' fill='%23384027'/%3E%3Cpath d='M665.427 386.533C658.934 386.094 652.55 385.435 646.277 383.899C644.516 383.46 642.315 383.46 640.774 384.118C633.62 387.63 626.796 384.777 619.972 383.679C618.982 385.874 615.24 385.216 614.91 388.179C614.469 392.349 619.862 388.837 620.633 392.569C621.293 395.313 625.145 395.313 626.576 393.227C629.548 389.057 633.4 389.825 637.362 389.825C646.717 389.825 656.072 388.728 664.657 393.557C666.198 394.435 668.289 394.654 670.05 394.435C672.361 394.215 673.022 392.569 672.141 390.484C670.93 387.411 668.069 386.752 665.317 386.533H665.427Z' fill='%23384027'/%3E%3Cpath d='M619.752 383.68C619.752 383.68 619.862 383.68 619.972 383.68C619.972 383.68 619.972 383.68 619.972 383.57H619.642L619.752 383.68Z' fill='%23384027'/%3E%3Cpath d='M675.883 390.484C678.965 396.41 679.295 403.215 685.569 406.288C688.54 404.422 691.732 402.995 690.961 398.166C690.411 394.874 692.502 394.325 695.694 395.203C698.226 395.971 701.197 395.862 703.949 395.642C705.82 395.532 707.361 394.106 707.581 392.13C707.911 389.716 705.71 389.167 704.059 388.618C700.757 387.63 698.115 388.728 696.024 391.472C694.814 392.898 693.713 393.557 691.732 391.472C686.999 386.643 681.496 388.947 675.993 390.374L675.883 390.484Z' fill='%23384027'/%3E%3Cpath d='M723.539 407.056C721.999 408.153 720.238 409.031 721.228 411.336C721.999 412.982 723.65 413.092 725.19 412.982C729.263 412.763 732.124 409.36 736.086 408.592C737.187 408.373 737.627 403.983 738.178 401.459C739.388 395.971 735.976 391.581 731.024 393.447C725.08 395.642 720.018 395.861 714.625 392.788C713.634 392.24 712.313 392.788 711.873 394.215C716.165 399.373 720.898 403.215 728.492 401.239C730.914 400.581 733.995 401.239 736.086 405.519C731.354 406.287 727.171 404.751 723.65 407.165L723.539 407.056Z' fill='%23384027'/%3E%3Cpath d='M839.213 412.104C832.059 407.824 818.742 413.421 816.651 421.652C816.101 423.628 816.211 425.932 819.292 428.676C822.264 419.787 829.308 418.25 836.242 420.226C840.094 421.323 841.194 419.677 842.185 417.921C843.616 415.397 841.525 413.421 839.323 412.104H839.213Z' fill='%23384027'/%3E%3Cpath d='M712.754 426.81C714.735 428.457 715.835 430.542 717.486 432.408C720.678 436.139 724.97 437.785 729.703 437.895C732.895 437.895 734.436 434.603 731.904 433.176C728.272 431.2 730.033 427.798 728.272 425.713C725.301 423.299 722.439 430.432 720.568 426.371C719.247 423.518 716.826 421.543 715.945 418.579C715.395 417.043 717.486 414.848 714.955 413.75C707.911 418.36 707.141 422.091 712.864 426.701L712.754 426.81Z' fill='%23384027'/%3E%3Cpath d='M809.497 430.981C809.497 430.981 810.378 429.993 810.488 429.444C810.488 427.14 811.918 423.957 808.507 423.299C806.195 422.75 804.985 424.945 804.324 427.249C802.563 433.395 800.692 439.432 798.821 445.468C798.161 447.663 797.721 449.638 799.482 451.504C800.362 452.492 802.233 453.15 802.343 451.943C802.783 447.443 805.205 446.346 809.387 446.346C810.488 446.346 810.818 442.724 808.286 441.187C805.755 439.541 805.425 437.676 807.736 435.261C808.727 434.273 808.947 432.517 809.497 431.091V430.981Z' fill='%23384027'/%3E%3Cpath d='M743.24 399.044C743.02 401.568 745.552 401.349 747.092 402.556C749.954 402.885 753.146 402.885 756.117 403.653C758.099 404.202 759.639 406.397 761.18 403.105C762.281 400.581 761.18 398.934 759.419 397.508C755.787 394.325 751.605 395.093 747.313 396.191C745.552 396.63 743.461 396.63 743.24 399.044Z' fill='%23384027'/%3E%3Cpath d='M784.293 423.847C780.001 425.493 775.158 424.615 771.086 426.92C768.885 428.127 767.014 429.664 765.583 431.639C764.702 432.846 763.932 434.493 765.253 435.7C766.133 436.468 767.344 436.029 768.664 435.48C774.388 433.285 779.45 428.896 786.164 429.225C786.824 429.225 787.595 428.237 788.475 427.688C788.145 425.164 786.274 423.189 784.403 423.847H784.293Z' fill='%23384027'/%3E%3Cpath d='M709.342 398.386C704.499 400.032 703.949 408.263 696.905 406.836C696.795 406.836 696.244 407.934 696.244 408.373C696.795 411.446 699.546 414.299 701.637 413.531C704.389 412.434 709.892 414.628 709.782 410.019C709.672 406.178 711.323 402.556 710.772 399.044C709.892 398.605 709.562 398.386 709.342 398.386Z' fill='%23384027'/%3E%3Cpath d='M752.816 411.446C749.294 415.507 744.231 419.019 746.982 426.372C751.935 423.628 755.457 420.775 757.768 416.604C758.869 414.738 758.539 412.982 756.998 411.665C755.787 410.568 754.026 410.019 752.816 411.336V411.446Z' fill='%23384027'/%3E%3Cpath d='M775.158 416.055C770.095 417.262 763.271 415.067 760.63 422.201C760.3 423.189 759.199 423.847 758.429 424.725C758.759 425.384 759.089 426.152 759.419 426.81C764.702 421.103 770.866 419.347 777.91 421.652C778.68 418.469 778.24 415.287 775.158 416.055Z' fill='%23384027'/%3E%3Cpath d='M659.924 398.276C657.833 396.3 655.522 394.325 653.211 392.788C651.34 391.581 650.019 395.093 648.258 396.19C647.377 396.849 646.497 398.605 647.928 399.263C651.56 401.019 653.981 406.617 659.374 403.434C659.924 401.678 661.355 399.593 659.924 398.276Z' fill='%23384027'/%3E%3Cpath d='M659.7 403.324C659.7 403.324 659.484 403.324 659.484 403.432H659.7V403.324Z' fill='%23384027'/%3E%3Cpath d='M739.939 409.141C739.168 411.885 739.829 414.19 742.03 415.726C743.681 416.933 747.643 413.421 749.184 410.019C750.615 406.836 747.533 405.849 746.212 405.3C743.02 403.983 741.48 406.946 739.939 409.141Z' fill='%23384027'/%3E%3Cpath d='M671.811 400.58C669.059 399.373 667.519 401.897 666.638 404.092C666.418 405.409 666.088 406.617 666.088 407.824C665.978 409.141 666.528 410.458 667.629 410.897C669.28 411.555 670.6 410.787 671.261 409.031C671.591 408.153 671.811 407.165 672.361 406.507C674.342 404.202 674.673 401.678 671.921 400.471L671.811 400.58Z' fill='%23384027'/%3E%3Cpath d='M632.297 371.388L632.406 371.712C632.406 371.712 632.406 371.712 632.406 371.604C632.406 371.604 632.297 371.496 632.189 371.388H632.297Z' fill='%23384027'/%3E%3Cpath d='M640.774 373.144C643.195 371.498 642.204 368.864 640.774 366.339C637.692 367.547 633.51 366.888 632.629 371.607C634.94 374.022 637.912 375.009 640.774 373.144Z' fill='%23384027'/%3E%3Cpath d='M669.83 417.153C668.509 418.25 668.399 419.458 669.39 420.994C670.49 422.531 672.141 423.299 673.792 424.177C675.333 424.725 677.094 426.152 678.415 423.847C679.405 422.091 677.974 421.323 676.654 420.445C675.443 419.567 674.673 418.25 673.682 417.153C672.361 415.616 670.93 416.165 669.72 417.153H669.83Z' fill='%23384027'/%3E%3Cpath d='M734.656 427.359C737.627 427.359 739.609 425.713 739.498 423.079C739.388 420.225 736.967 421.542 735.206 421.762C730.694 422.091 730.473 422.091 728.382 425.603C730.914 424.725 732.345 427.469 734.656 427.469V427.359Z' fill='%23384027'/%3E%3Cpath d='M698.996 424.616C698.226 426.811 698.776 428.237 700.427 428.676C703.288 429.445 706.48 430.323 708.461 426.92C709.672 424.725 708.351 423.518 706.59 422.86C703.398 421.543 700.867 422.53 698.996 424.725V424.616Z' fill='%23384027'/%3E%3Cpath d='M619.862 383.679H620.078C620.078 383.679 619.97 383.679 619.862 383.787V383.679Z' fill='%23384027'/%3E%3Cpath d='M625.475 379.18C621.073 377.863 616.67 376.546 612.268 379.948C614.579 382.582 618.101 381.265 619.972 383.569C621.733 382.143 624.925 382.911 625.475 379.18Z' fill='%23384027'/%3E%3Cpath d='M600.492 366.888C599.831 367.108 599.611 367.437 599.501 367.766C599.831 367.766 600.271 367.656 600.602 367.108V366.888H600.492Z' fill='%23384027'/%3E%3Cpath d='M599.391 369.632C599.391 368.973 599.391 368.315 599.391 367.766C598.731 367.766 598.18 367.327 597.52 367.108C595.209 366.12 593.118 366.888 592.347 369.303C591.357 372.266 594.438 373.034 595.979 373.583C599.171 374.68 599.171 371.607 599.281 369.632H599.391Z' fill='%23384027'/%3E%3Cpath d='M656.623 414.19C664.437 409.031 664.767 407.605 659.594 403.544C658.714 406.946 655.302 409.69 656.623 414.19Z' fill='%23384027'/%3E%3Cpath d='M659.701 403.323L659.484 403.431C659.484 403.431 659.484 403.431 659.593 403.54C659.593 403.54 659.593 403.323 659.593 403.215L659.701 403.323Z' fill='%23384027'/%3E%3Cpath d='M685.569 406.617C685.569 406.617 685.569 406.507 685.569 406.397C685.569 406.397 685.348 406.507 685.348 406.617C685.458 406.617 685.568 406.617 685.679 406.617H685.569Z' fill='%23384027'/%3E%3Cpath d='M680.396 413.421C683.477 414.957 686.009 414.299 687.99 412.104C691.182 408.482 689.421 407.056 685.679 406.507C686.119 410.129 679.845 409.36 680.506 413.421H680.396Z' fill='%23384027'/%3E%3Cpath d='M694.594 418.799C694.814 417.921 694.373 417.043 693.603 416.604C692.062 415.945 686.559 418.36 686.009 420.006C685.679 420.994 686.229 421.762 687.219 421.981C690.081 422.969 694.043 421.213 694.704 418.799H694.594Z' fill='%23384027'/%3E%3Cpath d='M656.513 419.128C655.962 421.213 658.163 422.86 660.365 423.518C662.346 424.067 664.437 423.847 665.097 421.982C665.868 419.787 663.887 418.909 661.355 418.36C660.034 418.47 657.393 416.055 656.513 419.128Z' fill='%23384027'/%3E%3Cpath d='M34.449 334.732C49.9676 325.074 64.7157 314.209 80.1242 304.222C89.0391 298.405 98.2842 293.357 109.951 294.564C126.68 296.21 142.198 288.199 158.818 287.87C168.283 280.297 180.28 278.102 190.735 272.615C204.163 265.591 217.81 258.567 233.769 258.128C244.555 257.799 255.451 257.25 265.687 253.299C278.234 248.47 291.001 244.19 303.327 238.812C319.616 231.678 335.905 224.545 351.864 216.753C375.307 205.229 400.071 196.998 425.275 190.084C436.721 186.901 448.608 185.036 459.834 181.743C481.406 175.268 503.418 171.427 525.1 165.83C536.876 162.757 549.313 161.11 553.385 146.843C553.936 145.087 554.816 143.77 556.577 143.77C565.162 143.77 570.555 137.405 577.159 133.454C588.825 126.65 601.262 121.382 612.818 114.577C625.365 107.224 638.462 100.639 650.789 92.7374C661.465 85.8232 673.352 80.8846 683.587 73.2022C687.219 72.2145 690.961 71.4462 693.383 68.044C702.848 66.5076 709.122 58.8252 717.816 55.862C719.908 55.862 721.668 55.423 722.769 53.3378C727.282 52.5696 731.684 45.1067 736.196 51.2526C741.81 59.0447 753.036 57.0692 758.099 65.1906C758.649 65.9588 761.18 65.6296 762.721 65.6296C772.847 65.6296 782.862 65.4101 792.988 65.3003C800.582 65.1906 807.736 63.3249 814.67 60.1422C820.393 57.618 826.446 54.984 832.83 55.6425C845.047 56.9595 857.263 55.0938 869.48 55.6425C882.797 56.1912 896.005 57.179 908.992 52.3501C913.394 50.7038 917.687 51.0331 922.529 54.2158C927.042 57.0692 934.306 58.6057 939.259 57.0692C945.422 55.0938 951.695 53.8865 957.859 52.0208C961.821 53.9963 966.113 53.9963 970.296 53.667C972.717 54.2158 975.248 54.106 977.67 54.4353V43.68C976.899 43.68 976.129 43.68 975.248 43.5702C969.635 40.8265 963.692 41.924 957.859 42.5825C948.724 38.1925 938.378 41.7045 929.243 38.5218C918.787 34.9001 908.662 35.4488 898.536 38.5218C893.143 40.168 886.76 41.7045 882.247 40.8265C865.628 37.8633 849.119 40.3875 832.61 39.3998C825.566 38.9608 818.852 39.8388 812.028 43.5702C804.434 47.6309 795.849 50.4843 786.714 49.4966C783.523 49.1674 780.001 48.7284 777.029 49.6064C763.161 53.9963 751.275 49.3869 741.149 40.8265C735.976 36.4366 732.124 37.2048 727.392 39.729C724.97 41.046 722.879 43.1312 720.678 44.8872C717.376 43.0215 715.395 45.7652 713.084 47.0821C710.332 47.0821 708.791 50.2648 705.93 49.8259C704.059 48.6186 703.729 49.8258 703.508 51.3623C699.546 51.5818 696.354 53.4475 693.713 56.301C689.641 56.5205 686.119 57.618 683.918 61.4591C682.487 62.0079 680.946 61.2397 679.295 62.1176C654.751 75.3972 629.988 88.4572 605.444 101.737C590.586 109.748 574.847 116.114 561.2 126.43C557.898 128.954 554.046 130.271 549.974 130.161C536.216 129.832 522.348 129.832 508.811 126.211C497.255 123.028 485.588 119.626 473.812 118.089C455.652 115.675 438.262 112.273 423.844 99.7612C421.533 97.7858 418.121 96.798 415.149 95.5908C399.19 89.1157 382.571 87.0305 365.402 89.1157C355.056 87.25 344.27 85.8232 334.255 88.1279C320.387 91.4204 307.84 90.8717 295.953 82.7503C292.762 78.3604 288.799 75.1777 283.186 74.2997L283.406 73.9704C271.85 61.8981 259.413 50.7038 245.105 42.363C230.027 33.4734 215.609 23.3766 200.531 14.487C188.644 7.46307 176.317 4.06088 163.44 0.878185C159.588 -0.109549 156.066 -0.438793 152.654 3.62189C144.51 13.2797 132.733 15.1454 121.067 17.8891C106.209 21.5108 90.58 20.6328 76.162 26.3398C67.9075 29.6322 59.873 32.0467 50.738 28.864C47.6563 27.7665 43.474 28.864 40.0621 29.7419C30.1566 32.7051 19.921 32.3759 9.79538 32.3759C6.82374 32.3759 3.74204 32.3759 0.770397 32.3759C0.770397 37.973 0.770397 44.2287 0.770397 51.0331C13.6475 50.4843 26.5246 51.8013 39.2917 49.0576C46.2255 47.5211 51.2883 43.4605 57.4517 41.3752C73.8507 35.8878 90.4699 32.5954 107.86 31.2784C122.057 30.1809 137.136 30.4004 149.573 22.3888C160.248 15.4747 169.934 17.5599 180.61 20.7426C189.855 23.4863 194.587 32.3759 203.392 35.3391C209.666 37.4243 214.949 41.046 219.901 45.2164C230.027 53.8865 242.354 57.618 254.681 61.5689C255.451 64.3126 257.762 63.6541 259.633 63.7639C262.385 67.4953 265.577 70.7877 269.429 73.4217C270.309 76.1654 272.29 77.9214 274.822 79.2383C274.932 79.7871 275.372 80.2261 275.922 80.3358C285.277 88.7864 295.293 96.3591 305.859 102.944C310.922 106.127 318.516 109.309 323.579 106.895C335.795 101.078 348.012 104.151 360.229 103.602C365.182 106.346 370.685 105.358 375.858 105.139C395.668 104.48 412.288 112.931 427.916 123.357C433.309 126.979 438.592 130.052 444.756 131.149C455.652 133.125 466.548 135.32 477.554 136.966C491.862 139.161 505.619 145.526 520.257 147.502C520.587 147.502 520.697 148.819 521.138 150.355C513.103 152.221 505.069 153.867 497.034 155.843C483.167 159.354 469.409 163.635 455.321 166.488C429.677 171.756 404.693 179.548 379.93 187.45C360.339 193.596 341.959 203.034 323.469 212.034C302.997 222.021 282.086 230.91 260.734 238.702C254.02 241.117 247.417 241.995 240.483 242.544C225.845 243.751 211.207 245.177 197.889 252.092C189.194 256.701 180.39 260.762 171.255 264.493C150.673 272.944 129.762 278.87 107.309 278.321C98.5044 278.102 90.2498 280.187 81.7751 283.37C67.027 288.967 56.3511 300.271 43.1438 307.953C34.0088 313.221 25.5341 321.233 15.1884 322.33C9.79538 322.879 4.95271 324.306 0.220093 325.952C0.220093 332.318 0.220093 338.793 0.220093 345.158C4.73258 342.524 9.79538 340.658 15.8487 341.207C22.6725 341.756 29.1661 338.354 34.6691 334.951L34.449 334.732Z' fill='%23384027'/%3E%3Cpath d='M894.244 140.807C884.228 137.185 875.093 129.613 864.857 128.186C852.421 126.43 843.506 119.735 833.38 114.248C828.317 111.504 825.456 106.785 821.163 103.273C816.761 99.6514 813.019 95.481 808.616 91.8593C806.305 89.9936 803.223 89.4449 800.692 91.2008C798.161 92.8471 797.39 95.5908 798.161 98.7734C798.931 101.627 800.252 103.932 802.233 106.127C807.406 112.272 813.459 118.199 817.531 124.455C824.135 134.771 833.27 138.393 843.286 142.563C852.421 146.404 862.546 148.38 870.25 154.745C877.404 160.562 885.659 164.293 893.583 168.134C910.313 176.036 929.683 178.012 944.762 189.974C955.988 193.157 966.774 197.766 977.45 202.376V175.158C970.406 172.305 963.362 169.451 956.318 166.488C935.626 157.818 915.155 148.599 894.024 140.917L894.244 140.807Z' fill='%23384027'/%3E%3Cpath d='M531.263 274.48C542.93 270.2 554.046 263.505 566.153 260.103C574.737 257.688 582.552 254.506 590.256 250.006C598.29 245.397 607.095 241.775 615.79 238.373C631.969 232.117 647.598 225.203 660.365 211.594C656.072 211.814 651.67 212.253 647.377 212.143C622.504 211.484 601.042 222.459 579.91 233.215C572.646 236.946 565.492 239.799 557.678 241.116C546.011 242.982 535.116 247.153 524.99 252.53C517.286 256.701 509.361 260.322 501.217 263.505C477.224 273.053 453.781 283.808 430.998 295.991C426.596 298.295 423.074 301.588 421.753 306.636C421.093 308.941 420.212 311.246 422.743 313.221C425.165 315.087 427.036 314.428 429.127 312.672C435.4 307.404 443.105 304.77 450.809 302.466C464.677 298.185 478.324 293.137 492.522 290.393C506.61 287.65 517.946 279.199 531.043 274.48H531.263Z' fill='%23384027'/%3E%3Cpath d='M24.3234 392.569C25.314 388.07 26.4146 383.46 31.4774 380.936C43.8042 374.68 56.0209 367.986 68.2377 361.291C81.3349 354.157 95.4227 348.56 106.759 338.463C109.18 336.268 113.032 333.854 111.712 330.891C109.951 326.72 104.998 326.94 100.926 327.818C98.2843 328.476 95.8629 329.793 93.3315 330.671C88.8191 332.208 85.4072 335.5 81.1148 337.585C63.1749 346.475 43.2539 350.755 25.9744 361.291C17.2796 366.669 8.36463 371.278 4.84269 382.143C3.85214 385.106 2.20123 387.74 -0.110046 390.045C-0.110046 399.374 -0.110046 408.702 -0.110046 417.921C5.06281 414.08 10.2357 410.348 15.1884 406.288C19.811 402.447 22.8927 398.496 24.2134 392.569H24.3234Z' fill='%23384027'/%3E%3Cpath d='M90.58 145.197C84.6367 129.393 72.7502 117.65 63.395 104.261C61.7441 101.846 59.3228 101.737 56.9014 102.615C54.5901 103.493 54.5901 105.688 54.8103 107.663C55.2505 112.382 55.8008 117.101 58.8825 121.052C64.1654 127.966 68.0176 135.649 71.9797 143.441C75.7218 150.794 74.7313 158.806 78.3633 166.159C83.0959 176.036 89.1492 185.255 92.8913 195.352C98.5044 210.277 111.492 219.387 118.866 232.666C119.306 233.544 120.957 233.654 121.947 234.312C126.79 237.715 131.743 241.117 136.475 244.519C141.208 247.921 146.931 253.299 153.755 251.104C159.478 252.201 162.89 250.445 165.201 245.726C167.513 241.007 166.412 237.276 163.22 233.654C159.918 229.922 156.176 226.63 151.444 225.313C148.252 224.435 146.161 222.569 143.519 220.923C134.384 215.216 128.331 206.875 122.057 198.534C109.51 181.962 97.734 164.732 90.3599 145.197H90.58Z' fill='%23384027'/%3E%3Cpath d='M500.887 246.384C504.739 245.397 509.031 244.409 512.003 241.994C522.789 233.105 533.244 223.776 543.59 214.338C550.524 208.082 556.247 200.29 563.951 195.351C574.517 188.547 583.652 180.316 593.007 172.085C603.683 162.866 611.718 150.574 626.246 145.526C631.749 143.66 635.601 137.185 640.994 133.783C643.085 132.576 641.874 129.722 639.563 129.393C637.252 129.064 634.61 129.393 632.519 130.271C624.705 133.673 617.111 137.514 609.407 141.136C590.256 150.135 576.278 166.268 558.668 177.572C548.213 184.267 538.087 191.84 528.842 200.4C519.157 209.399 508.811 217.85 498.906 226.63C495.274 229.812 492.632 233.873 492.852 239.031C492.962 245.397 495.163 247.592 500.887 246.165V246.384Z' fill='%23384027'/%3E%3Cpath d='M829.858 299.612C819.733 294.674 811.918 287.979 805.315 279.089C801.463 273.931 796.18 269.871 791.667 265.261C789.686 263.286 786.274 261.42 786.054 259.115C784.183 245.507 771.416 240.348 764.482 230.8C760.85 225.862 756.448 226.74 751.605 228.276C747.423 229.593 747.423 232.666 749.954 234.422C760.08 241.446 763.051 251.543 764.042 262.956C764.482 268.334 767.454 273.492 771.416 276.456C777.469 280.955 781.982 286.772 787.595 291.491C792.438 295.552 793.868 302.027 798.821 305.319C809.387 312.453 820.063 319.257 832.28 323.208C838.333 325.184 842.295 322.22 842.295 315.965C842.515 307.295 835.802 302.466 829.858 299.503V299.612Z' fill='%23384027'/%3E%3Cpath d='M933.315 83.0794C928.803 81.8721 924.621 81.9819 920.878 85.1646C918.567 87.14 917.907 89.335 921.099 90.4325C926.932 92.4079 931.995 96.5784 938.378 97.1271C942.01 97.5661 945.752 98.0051 947.733 101.737C950.485 106.895 955.438 109.529 959.95 112.931C965.233 116.882 971.506 117.76 977.56 119.406V99.4318C971.947 97.5661 966.003 96.3589 961.271 92.4079C953.236 85.7133 943.991 82.4209 933.425 82.9696L933.315 83.0794Z' fill='%23384027'/%3E%3Cpath d='M129.542 46.3135C110.831 47.5207 92.4511 49.7157 74.7313 54.7641C65.5962 57.398 55.8008 61.5685 48.977 69.5801C45.4551 73.7505 44.4646 78.9087 47.4362 82.8596C49.9676 86.2618 54.37 83.9571 58.3322 83.1888C68.0176 81.1036 75.6118 74.5187 85.077 72.1043C98.7245 68.5924 111.822 63.3244 124.919 57.9468C127.56 56.8493 129.982 55.4226 132.293 53.8861C134.164 52.6789 134.494 50.5937 134.054 48.5084C133.394 45.7647 130.972 46.6427 129.321 46.3135H129.542Z' fill='%23384027'/%3E%3Cpath d='M206.914 83.4088C210.876 88.7864 216.269 93.1763 220.011 98.6637C226.505 107.883 235.86 110.517 243.454 112.053C247.637 112.053 249.178 112.053 250.828 112.053C254.791 112.053 257.872 110.187 259.193 106.456C260.404 102.944 258.313 100.2 255.781 98.0053C253.03 95.7006 250.608 93.2861 246.646 92.5179C238.392 90.8716 230.687 87.9084 224.304 81.7625C221.552 79.1286 217.92 76.8239 214.508 74.7387C211.427 72.7632 207.685 72.3242 204.493 75.6166C200.751 79.5676 205.373 81.6528 206.694 83.5185L206.914 83.4088Z' fill='%23384027'/%3E%3Cpath d='M736.086 85.7133C733.335 85.4938 731.794 86.701 730.914 89.6642C725.741 106.565 714.845 119.186 700.537 128.954C697.345 131.149 696.245 134.661 694.263 137.624C692.723 139.929 693.383 142.124 695.254 144.099C697.015 145.855 698.556 144.868 700.537 144.648C709.122 143.77 713.744 136.856 719.467 132.246C731.354 122.698 738.728 109.968 740.049 94.8224C740.049 93.5054 740.049 92.7371 740.049 91.8592C739.939 89.0057 740.049 85.9328 735.976 85.6035L736.086 85.7133Z' fill='%23384027'/%3E%3Cpath d='M17.2796 149.477C15.8488 148.05 14.3079 146.733 11.9967 146.953C8.58477 146.953 6.49361 151.672 8.58477 155.294C13.4274 163.415 18.2701 171.536 23.2228 179.548C26.5247 184.926 30.9271 189.425 36.4301 192.608C39.842 194.583 44.6847 196.998 46.996 195.132C51.2883 191.84 47.8765 186.133 45.4551 183.609C35.1094 172.963 27.2951 160.342 17.1695 149.587L17.2796 149.477Z' fill='%23384027'/%3E%3Cpath d='M404.914 229.593C397.099 230.361 389.065 230.691 381.361 232.117C378.169 232.666 374.097 228.166 371.895 233.654C368.483 233.654 365.182 233.763 361.77 233.873C360.119 232.556 359.458 233.654 358.908 235.08C358.138 235.08 357.257 235.08 356.487 235.08C354.836 233.763 354.065 234.861 353.515 236.288C347.022 236.397 341.849 238.702 336.786 243.421C325.23 254.067 315.874 266.798 302.777 276.126C291.881 283.918 282.416 293.796 272.731 303.234C265.797 310.038 256.772 315.197 254.13 325.732C253.58 327.818 251.489 330.013 249.508 331C242.464 334.622 235.97 339.231 228.486 342.085C217.92 346.146 206.584 348.889 197.119 355.694C192.386 359.096 189.305 365.022 190.845 368.315C193.487 373.802 204.053 379.619 209.336 376.765C222.543 369.851 237.841 368.315 250.608 360.523C260.734 354.377 271.74 349.109 277.903 338.134C285.388 324.745 296.174 314.099 305.749 302.356C318.516 286.772 334.915 274.48 345.151 256.701C348.342 251.104 354.066 247.482 361.219 247.153C362.87 248.689 363.531 247.592 363.971 246.055C364.851 246.055 365.622 245.836 366.502 245.726C368.153 247.153 368.814 246.055 369.144 244.629C384.332 241.117 399.631 237.605 415.149 234.093C412.838 228.496 408.766 229.154 404.804 229.593H404.914Z' fill='%23384027'/%3E%3Cpath d='M894.904 265.7C884.448 257.03 873.773 249.348 859.905 247.592C859.905 252.091 853.191 251.872 853.411 256.591C854.732 256.811 856.053 257.03 857.484 257.25C863.207 254.616 867.169 256.372 869.81 261.859C876.304 267.676 882.687 273.602 889.181 279.419C892.593 279.199 894.464 280.626 894.244 284.248C897.766 287.869 903.819 288.418 906.13 293.357C910.643 302.905 919.448 308.941 927.152 314.758C942.34 326.501 959.73 334.732 977.78 341.646V321.891C971.727 319.587 965.673 317.501 960.17 314.428C936.287 301.149 915.926 282.931 895.014 265.591L894.904 265.7Z' fill='%23384027'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_419_8394)'%3E%3Cpath d='M1430.33 409.47C1427.91 410.458 1425.27 410.568 1422.41 410.348C1417.34 410.129 1418 407.165 1418.55 403.653C1417.34 406.178 1411.62 405.958 1415.14 410.677C1416.24 412.104 1413.16 415.287 1411.18 414.189C1405.57 410.897 1402.71 415.506 1398.96 417.482C1396.65 418.799 1394.56 420.555 1392.14 418.36C1392.36 415.945 1394.01 416.165 1394.78 415.397C1397.31 412.872 1401.61 411.116 1397.42 405.958C1395.44 403.434 1399.07 399.812 1403.48 400.471C1407.88 401.02 1411.84 401.568 1415.8 398.825C1417.01 397.947 1419.66 397.727 1420.54 399.922C1421.86 403.763 1425.16 401.459 1426.81 402.227C1430.88 404.312 1435.83 396.959 1438.7 403.873C1439.03 404.751 1440.46 403.873 1440.79 403.105C1441.34 401.788 1442.33 400.142 1440.68 399.044C1439.14 398.056 1437.48 396.52 1435.61 397.398C1428.24 400.471 1420.87 394.435 1413.49 397.617C1412.61 398.056 1410.85 397.398 1410.96 395.752C1410.96 394.983 1411.4 393.776 1412.06 393.447C1417.23 390.703 1423.18 392.13 1428.57 390.264C1428.79 390.264 1429.78 392.13 1430.44 393.337C1430.66 390.593 1430.88 388.069 1431.1 385.435C1429.45 385.874 1427.58 386.972 1426.7 386.423C1424.5 384.996 1426.48 383.24 1427.14 381.704C1428.13 379.399 1431.21 379.619 1432.2 376.875C1434.18 371.827 1439.91 369.522 1442.22 364.583C1442.44 364.144 1443.1 363.595 1443.65 363.595C1444.53 363.595 1445.52 363.595 1446.18 363.925C1446.95 364.364 1447.17 365.351 1446.4 366.229C1445.63 367.107 1445.19 368.424 1444.31 369.302C1442.33 371.058 1442.44 373.363 1443.54 375.119C1444.64 376.875 1446.84 376.326 1448.71 375.777C1449.7 375.448 1451.13 375.997 1451.57 374.351C1450.58 372.705 1447.06 372.375 1448.71 369.522C1449.7 367.656 1450.69 365.681 1453.55 366.01C1454.65 366.12 1456.2 368.534 1456.97 365.9C1457.41 364.144 1457.3 361.51 1455.31 361.071C1447.72 359.425 1452.67 356.572 1454.43 353.828C1456.64 350.426 1460.05 350.755 1463.24 350.316C1461.37 354.047 1460.93 357.998 1462.47 361.62C1464.34 366.01 1465.88 369.302 1459.5 370.839C1457.74 371.278 1458.18 373.473 1458.62 374.899C1459.28 376.985 1460.38 375.229 1461.26 374.899C1462.8 374.461 1464.56 374.022 1465.33 375.558C1466.21 377.314 1465.77 379.18 1463.79 380.277C1462.69 380.826 1461.7 381.375 1460.6 382.033C1457.08 377.643 1451.9 383.679 1447.94 380.387C1447.28 379.838 1444.31 382.911 1443.87 385.545C1450.69 384.996 1450.58 384.996 1450.58 391.471C1450.58 393.666 1449.59 396.191 1453.99 394.215C1456.64 393.008 1456.42 396.849 1456.31 398.825C1456.2 401.898 1453.44 401.349 1452.56 400.251C1449.81 396.959 1447.06 397.947 1443.54 399.044C1445.63 402.227 1447.5 404.861 1451.24 405.409C1453.33 405.739 1453.22 407.385 1453.22 408.921C1453.22 410.568 1451.9 410.897 1450.8 411.116C1449.37 411.336 1447.94 411.226 1446.4 411.226C1446.4 410.348 1446.4 409.47 1446.4 408.592C1441.12 409.58 1435.72 407.056 1430.33 409.251V409.47ZM1440.02 377.204C1438.15 376.875 1437.71 378.85 1436.49 379.509C1436.27 379.509 1436.27 379.948 1436.16 380.387C1437.04 380.387 1437.93 380.387 1438.81 380.387C1440.13 380.167 1440.9 379.289 1441.23 378.082C1441.23 377.863 1440.57 377.314 1440.13 377.314L1440.02 377.204ZM1444.64 393.337C1444.75 392.349 1444.42 390.703 1442.77 390.703C1440.9 390.703 1438.92 390.813 1436.82 389.935C1438.15 392.24 1438.7 395.313 1441.78 394.983C1442.88 394.874 1444.42 394.654 1444.64 393.447V393.337Z' fill='%23384027'/%3E%3Cpath d='M1398.08 429.993C1398.96 431.31 1400.28 432.847 1398.52 433.834C1394.89 435.81 1395.55 438.773 1396.32 441.736C1396.98 444.48 1395.33 445.687 1393.57 446.894C1391.48 448.211 1390.05 446.785 1388.62 445.687C1379.15 438.554 1378.05 438.773 1373.65 447.882C1372.44 450.406 1371.67 453.26 1374.31 454.247C1376.84 455.235 1378.82 453.04 1378.49 449.858C1378.49 449.199 1378.27 448.541 1378.49 447.992C1378.71 447.443 1379.26 447.004 1379.7 446.785C1380.69 446.455 1381.46 447.004 1382.01 447.772C1387.85 456.881 1375.08 456.003 1374.42 461.71C1374.31 462.918 1373.54 464.125 1372 463.905C1371.45 463.905 1370.79 463.576 1370.35 463.247C1365.62 460.174 1365.17 457.869 1368.15 451.284C1361.65 452.162 1360.66 451.943 1360.33 450.077C1360 447.772 1363.52 443.382 1366.17 442.943C1366.72 442.943 1367.38 443.163 1367.93 443.382C1371.67 445.358 1371.89 442.065 1372.77 439.98C1373.43 438.334 1373.54 436.468 1374.09 434.712C1375.41 430.432 1377.72 426.262 1382.34 425.713C1387.96 424.945 1394.12 424.067 1398.19 429.774L1398.08 429.993Z' fill='%23384027'/%3E%3Cpath d='M1420.32 422.64C1414.59 423.847 1416.13 420.445 1418.22 418.25C1420.87 415.397 1424.17 413.311 1428.68 414.848C1431.1 415.726 1433.85 416.055 1436.93 416.714C1434.07 419.896 1433.08 423.079 1435.83 426.591C1437.37 428.566 1437.04 431.42 1434.84 432.078C1431.1 433.286 1432.09 436.139 1431.32 438.553C1429.67 443.492 1425.71 446.236 1421.75 445.358C1420.76 445.138 1419.43 444.151 1419.1 443.163C1418.66 442.065 1419.66 440.748 1420.76 440.2C1422.41 439.431 1424.17 438.883 1425.93 438.114C1430.11 436.139 1430.22 435.59 1426.92 431.639C1426.37 430.981 1425.71 430.542 1425.05 429.993C1425.05 429.993 1424.94 429.993 1424.83 430.103C1424.83 429.993 1424.83 429.883 1424.83 429.774L1425.05 429.993C1424.17 428.457 1422.85 427.14 1423.07 425.054C1423.18 423.628 1422.85 422.201 1420.43 422.64H1420.32ZM1428.35 424.725C1429.56 424.396 1430.55 423.737 1430.11 422.201C1429.89 421.543 1429.78 420.555 1428.35 420.555C1427.8 421.433 1426.92 422.311 1426.7 423.408C1426.48 424.176 1427.36 425.054 1428.35 424.725Z' fill='%23384027'/%3E%3Cpath d='M1440.13 415.068C1439.8 409.909 1443.32 412.982 1445.3 412.873C1445.52 412.873 1445.74 412.543 1445.96 412.104C1445.08 414.738 1446.73 416.055 1448.93 417.372C1451.02 418.689 1450.58 421.214 1450.03 423.189C1449.7 424.396 1448.38 424.945 1447.06 424.945C1443.65 425.164 1440.46 420.884 1440.13 414.958V415.068Z' fill='%23384027'/%3E%3Cpath d='M1410.63 415.945C1408.65 425.164 1407 425.823 1400.94 421.542C1404.25 420.555 1407.66 420.994 1410.63 415.945Z' fill='%23384027'/%3E%3Cpath d='M978.972 550.607C980.512 552.472 981.833 554.667 983.594 556.313C986.786 559.277 992.509 558.838 995.04 555.326C997.902 551.265 992.619 551.375 991.629 549.29C991.518 549.07 991.188 548.851 990.968 548.631C989.978 547.204 987.886 546.217 988.877 543.912C990.088 541.168 992.509 542.924 993.61 543.363C999.773 546.656 1004.95 542.814 1010.34 541.278C1014.08 540.18 1015.4 536.778 1015.18 533.157C1014.96 529.206 1014.08 525.255 1014.08 521.194C1014.08 518.121 1013.31 516.365 1010.67 514.499C1007.26 511.975 1004.73 508.244 1004.07 503.634C1003.96 502.317 1004.07 501 1005.28 500.342C1006.49 499.683 1007.7 500.342 1008.47 501.22C1015.51 508.683 1024.32 515.377 1022.01 527.669C1021.9 528.547 1022.56 529.535 1022.34 530.413C1020.35 538.863 1027.07 541.607 1032.35 544.79C1037.3 547.753 1042.48 544.79 1042.81 538.973C1043.03 535.571 1040.39 531.401 1046.88 530.962C1047.98 530.962 1046.88 529.206 1046.44 528.108C1044.68 523.499 1040.72 529.096 1040.06 527.011C1038.62 522.401 1035.43 524.157 1032.57 523.828C1029.38 523.499 1024.43 524.047 1025.2 519.109C1025.86 514.609 1030.48 515.926 1033.67 516.804C1041.05 518.889 1048.31 521.304 1055.57 523.608C1062.84 526.023 1068.78 523.499 1071.31 516.694C1071.86 515.268 1072.52 512.963 1070.87 512.634C1066.25 511.975 1067.9 509.012 1068.12 506.488C1068.34 502.647 1066.91 499.903 1063.39 498.257C1062.29 497.708 1061.19 497.159 1060.31 496.391C1058.66 494.964 1058.55 493.208 1059.54 491.452C1060.42 489.916 1061.85 489.587 1063.5 489.806C1066.03 490.026 1067.57 492.769 1070.32 492.44C1066.14 478.612 1057.55 473.124 1047.65 477.953C1048.75 480.697 1051.5 482.672 1051.94 485.855C1052.16 487.062 1052.27 488.27 1051.06 489.148C1050.18 489.696 1049.19 489.696 1048.53 489.148C1044.79 484.977 1040.5 485.197 1035.76 486.953C1033.89 487.611 1032.02 487.172 1031.25 484.977C1030.59 482.892 1031.36 480.807 1032.9 480.148C1039.5 477.405 1041.27 469.173 1048.42 467.088C1049.63 466.759 1050.29 465.552 1049.85 464.125C1049.3 462.369 1048.09 461.711 1046.33 461.93C1042.26 462.479 1038.62 463.906 1035.54 466.869C1032.35 469.942 1028.61 471.588 1023.11 469.722C1027.62 476.636 1022.78 480.587 1020.9 485.197C1019.91 487.721 1017.93 489.806 1015.29 488.27C1012.98 486.953 1011.33 484.538 1012.54 481.136C1013.64 478.283 1015.18 475.868 1017.05 473.344C1021.68 466.978 1019.69 460.174 1012.76 457.101C1007.92 454.906 1004.73 457.321 1001.75 460.942C1000.1 463.028 997.352 464.564 995.481 462.698C993.94 461.162 992.839 458.308 994.6 455.235C998.342 448.76 1002.74 446.565 1010.56 447.882C1014.41 448.541 1018.04 451.943 1022.01 449.638C1034.99 441.846 1042.04 455.016 1051.94 457.979C1052.49 458.199 1053.04 459.516 1053.15 460.394C1053.59 466.43 1057.78 468.405 1062.84 469.612C1063.17 468.515 1063.39 467.198 1064.05 466.21C1065.7 463.467 1070.54 462.918 1069.44 458.418C1068.56 454.796 1066.91 451.614 1063.5 449.419C1061.85 448.431 1060.42 446.126 1061.3 443.712C1062.29 440.749 1060.86 438.224 1060.2 435.59C1058.77 429.774 1061.85 424.506 1068.56 421.433C1073.95 418.909 1077.92 420.335 1082.21 426.372C1079.79 428.567 1076.6 429.006 1073.62 429.664C1069 430.762 1070.1 434.822 1069.22 437.785C1068.34 441.188 1070.98 441.407 1073.4 442.285C1078.47 444.151 1078.58 444.809 1075.83 450.407C1075.16 451.833 1073.84 453.15 1075.05 454.467C1079.35 459.406 1076.71 464.564 1075.94 469.722C1078.25 469.064 1080.67 468.734 1082.43 467.088C1084.52 465.003 1086.61 462.369 1089.14 465.771C1091.34 468.734 1088.26 470.71 1086.28 472.685C1085.62 473.344 1084.85 473.783 1084.19 474.441C1080.01 478.941 1071.53 481.136 1075.83 490.135C1076.05 490.574 1075.94 491.562 1075.6 491.891C1071.09 495.952 1074.28 501.11 1073.29 505.61C1072.52 508.902 1072.63 510.768 1077.04 510.329C1079.79 510 1079.9 512.963 1080.45 515.048C1084.63 531.62 1077.15 541.607 1064.38 551.046C1061.63 553.131 1058.55 553.021 1055.79 550.607C1054.14 549.18 1052.49 547.753 1051.06 546.217C1048.53 543.583 1046.99 542.485 1044.24 546.765C1039.95 553.46 1036.64 553.789 1029.38 550.168C1026.85 548.96 1024.54 547.643 1022.78 545.229C1021.9 544.022 1020.79 541.827 1018.37 543.802C1016.61 545.339 1014.3 545.887 1014.96 549.399C1016.17 555.655 1020.46 558.728 1025.31 561.581C1033.23 566.191 1034.88 565.971 1041.16 559.496C1042.37 558.289 1044.13 555.545 1045.34 557.301C1047.87 561.142 1052.27 560.374 1055.24 562.35C1058 564.215 1060.42 567.398 1058.99 571.02C1057.55 574.751 1054.8 571.349 1052.71 571.678C1051.28 571.788 1050.07 573.105 1048.75 573.544C1046.77 574.312 1044.68 575.519 1042.7 573.544C1039.73 570.471 1038.18 573.544 1035.98 574.641C1042.7 581.885 1043.14 585.506 1037.85 591.433C1036.09 588.799 1037.3 585.067 1034.22 582.763C1026.52 586.714 1017.93 589.787 1015.62 599.993C1015.4 601.2 1014.52 602.188 1013.97 603.286C1012.76 605.371 1010.78 606.688 1008.69 605.92C1006.49 605.042 1005.72 602.298 1006.27 600.322C1008.58 593.189 1009.79 585.287 1018.04 581.556C1022.12 579.69 1025.53 576.727 1031.8 575.19C1023.44 572.227 1017.6 568.715 1012.54 564.325C1009.68 566.3 1010.01 569.154 1008.69 571.129C1006.16 575.19 1002.52 579.361 997.902 578.812C991.739 578.153 986.015 580.458 979.962 580.129C979.962 582.982 975.89 584.08 976.99 587.372C977.871 589.896 977.211 591.982 976.11 593.847V558.947V554.228V551.924V549.399C976.99 548.96 977.871 548.741 978.972 550.058V550.607ZM1024.98 456.991C1023 457.76 1023.66 459.406 1024.32 460.833C1025.2 462.808 1026.52 462.589 1028.06 461.711C1031.47 459.735 1034.77 457.76 1038.62 455.565C1033.45 452.821 1029.27 455.235 1024.98 456.882V456.991ZM1075.49 470.381C1072.74 471.259 1070.1 472.137 1067.02 473.124C1068.67 475.539 1069.99 477.405 1071.09 478.941C1074.83 477.295 1074.5 473.563 1075.49 470.49V470.381ZM1057.33 541.058C1058.33 542.046 1060.09 543.692 1061.3 542.375C1065.37 537.876 1071.86 535.242 1072.85 527.669C1066.69 530.888 1058.25 531.876 1047.54 530.632C1051.17 534.583 1054.14 537.876 1057.33 540.949V541.058ZM977.211 560.045C978.531 564.215 982.053 567.617 980.953 572.446C981.943 573.105 981.393 577.166 984.034 573.983C986.236 571.349 988.547 570.032 991.959 571.02C995.811 572.007 1000.1 574.093 1002.85 569.593C1005.5 565.203 1008.03 560.264 1004.73 554.887C1004.4 554.448 1004.07 554.009 1003.63 553.46C1001.31 556.972 1000.87 561.581 996.361 563.557C989.427 566.63 986.015 565.752 978.201 558.399C977.981 558.179 977.761 557.85 977.761 557.85C976.33 558.289 977.541 559.277 977.321 559.935L977.211 560.045Z' fill='%23384027'/%3E%3Cpath d='M1308.49 424.177C1310.69 424.286 1312.79 424.177 1314.99 423.957C1316.97 423.738 1317.52 422.311 1317.41 420.665C1317.41 418.579 1316.09 418.25 1314.33 419.018C1313.23 419.457 1312.02 419.896 1310.8 420.006C1308.82 420.335 1307.17 419.567 1306.62 417.482C1306.07 415.506 1307.94 415.397 1308.93 414.409C1313.12 410.019 1318.73 407.714 1323.79 403.873C1320.71 401.788 1318.51 401.678 1316.42 403.873C1313.78 406.507 1310.69 408.702 1308.6 411.665C1306.84 413.97 1304.75 414.519 1302.33 414.958C1300.9 415.177 1300.13 414.189 1299.58 413.092C1298.92 411.885 1298.81 410.348 1300.24 410.019C1306.4 408.483 1306.73 400.69 1312.79 398.934C1314.99 398.276 1313.23 391.691 1317.3 394.545C1320.49 396.74 1323.35 392.459 1325.88 395.423C1328.19 398.276 1334.47 393.667 1335.13 400.032C1335.13 400.032 1335.79 400.361 1335.9 400.252C1338.98 397.727 1341.95 395.203 1345.03 392.679C1343.93 391.691 1341.07 391.472 1343.49 389.057C1345.69 386.862 1351.2 386.094 1345.8 381.375C1344.59 380.387 1346.57 379.399 1347.57 378.741C1350.87 376.656 1354.61 376.436 1358.24 376.107C1360.11 375.887 1366.28 381.924 1365.51 383.021C1363.63 385.436 1363.74 389.825 1359.34 389.935C1357.8 389.935 1356.26 389.935 1354.72 390.264C1351.86 390.813 1349.11 391.252 1351.09 395.423C1352.96 399.483 1351.64 402.776 1347.23 404.093C1344.04 405.08 1343.05 407.385 1342.39 410.239C1341.95 411.995 1340.74 413.531 1339.64 415.067C1337 418.689 1332.82 416.384 1329.52 417.701C1328.19 410.787 1322.03 413.97 1318.07 411.665C1318.07 415.945 1322.8 416.165 1322.91 419.677C1322.91 422.64 1320.71 424.835 1320.38 427.579C1324.01 428.567 1325.11 423.847 1328.74 425.603C1327.97 429.444 1325.11 431.091 1321.92 432.408C1320.82 432.847 1318.84 433.505 1318.84 433.944C1319.06 441.736 1311.69 445.248 1309.04 451.394C1307.94 453.918 1305.3 457.43 1303.76 456.882C1299.58 455.126 1299.36 458.089 1297.93 460.174C1296.61 462.149 1294.74 463.905 1292.97 465.442C1290.77 467.308 1288.13 466.539 1287.58 463.796C1287.14 461.271 1287.36 459.077 1290.44 457.869C1294.74 456.223 1298.48 453.809 1299.58 448.87C1301.56 447.882 1303.76 447.004 1302.11 444.151C1306.51 442.395 1308.6 437.785 1312.57 435.59C1314.22 434.712 1315.65 432.847 1314.88 431.091C1313.89 428.567 1311.58 429.225 1309.37 429.664C1308.05 429.884 1306.62 429.554 1305.19 429.445C1304.42 426.591 1303.98 423.957 1308.49 424.177ZM1335.02 410.239C1335.79 410.019 1336.34 409.141 1337 408.592C1335.68 407.166 1335.13 404.641 1332.49 405.19C1331.5 405.41 1330.18 405.739 1330.18 407.166C1331.61 408.483 1332.27 411.226 1335.02 410.239Z' fill='%23384027'/%3E%3Cpath d='M1138.78 417.921C1137.79 416.055 1137.9 414.19 1139.66 412.982C1142.96 410.568 1146.48 408.922 1150.89 410.678C1156.94 413.202 1160.13 412.653 1162.66 407.495C1164.31 403.983 1166.96 402.995 1169.82 402.556C1175.21 401.788 1180.82 402.117 1186.11 403.873C1188.42 404.641 1190.4 406.068 1189.85 408.373C1189.3 410.897 1186.99 410.019 1184.79 410.019C1178.95 410.019 1172.35 407.934 1168.06 414.629C1166.52 417.043 1163.43 416.823 1160.46 416.275C1161.23 419.457 1162 422.53 1162.77 425.494C1163.76 429.225 1162.33 431.969 1159.58 434.383C1158.26 435.59 1156.94 436.029 1155.73 434.383C1154.85 433.286 1153.2 432.408 1154.41 430.542C1154.96 429.774 1155.73 429.115 1156.06 428.347C1157.49 424.945 1157.16 416.823 1155.07 416.275C1151.99 415.397 1148.58 415.287 1145.71 417.811C1145.05 418.36 1144.06 418.579 1143.18 419.018C1141.31 420.116 1139.77 420.006 1138.67 417.811L1138.78 417.921Z' fill='%23384027'/%3E%3Cpath d='M1096.3 420.226C1102.24 418.47 1104.99 419.896 1106.64 427.03C1107.41 430.432 1108.29 432.518 1111.7 433.395C1113.36 433.834 1115.01 435.042 1116.44 436.249C1118.09 437.785 1118.42 439.322 1117.54 441.956C1116.66 444.7 1114.9 445.358 1112.92 445.468C1107.52 445.907 1105.32 440.858 1101.58 438.444C1098.39 436.359 1099.6 433.725 1100.59 431.091C1100.92 430.103 1102.46 429.445 1100.92 428.237C1099.6 427.25 1098.5 427.908 1097.62 428.676C1095.97 429.993 1094.87 432.188 1092.99 432.847C1091.45 433.505 1088.92 435.59 1087.38 432.627C1086.39 430.652 1084.41 428.018 1087.38 426.042C1090.35 424.067 1092.44 420.774 1096.3 420.226Z' fill='%23384027'/%3E%3Cpath d='M1288.57 386.533C1295.07 386.094 1301.45 385.435 1307.72 383.899C1309.48 383.46 1311.69 383.46 1313.23 384.118C1320.38 387.63 1327.2 384.777 1334.03 383.679C1335.02 385.874 1338.76 385.216 1339.09 388.179C1339.53 392.349 1334.14 388.837 1333.37 392.569C1332.71 395.313 1328.85 395.313 1327.42 393.227C1324.45 389.057 1320.6 389.825 1316.64 389.825C1307.28 389.825 1297.93 388.728 1289.34 393.557C1287.8 394.435 1285.71 394.654 1283.95 394.435C1281.64 394.215 1280.98 392.569 1281.86 390.484C1283.07 387.411 1285.93 386.752 1288.68 386.533H1288.57Z' fill='%23384027'/%3E%3Cpath d='M1334.25 383.68C1334.25 383.68 1334.14 383.68 1334.03 383.68C1334.03 383.68 1334.03 383.68 1334.03 383.57H1334.36L1334.25 383.68Z' fill='%23384027'/%3E%3Cpath d='M1278.12 390.484C1275.03 396.41 1274.7 403.215 1268.43 406.288C1265.46 404.422 1262.27 402.995 1263.04 398.166C1263.59 394.874 1261.5 394.325 1258.31 395.203C1255.77 395.971 1252.8 395.862 1250.05 395.642C1248.18 395.532 1246.64 394.106 1246.42 392.13C1246.09 389.716 1248.29 389.167 1249.94 388.618C1253.24 387.63 1255.88 388.728 1257.98 391.472C1259.19 392.898 1260.29 393.557 1262.27 391.472C1267 386.643 1272.5 388.947 1278.01 390.374L1278.12 390.484Z' fill='%23384027'/%3E%3Cpath d='M1230.46 407.056C1232 408.153 1233.76 409.031 1232.77 411.336C1232 412.982 1230.35 413.092 1228.81 412.982C1224.74 412.763 1221.88 409.36 1217.91 408.592C1216.81 408.373 1216.37 403.983 1215.82 401.459C1214.61 395.971 1218.02 391.581 1222.98 393.447C1228.92 395.642 1233.98 395.861 1239.38 392.788C1240.37 392.24 1241.69 392.788 1242.13 394.215C1237.83 399.373 1233.1 403.215 1225.51 401.239C1223.09 400.581 1220 401.239 1217.91 405.519C1222.65 406.287 1226.83 404.751 1230.35 407.165L1230.46 407.056Z' fill='%23384027'/%3E%3Cpath d='M1114.79 412.104C1121.94 407.824 1135.26 413.421 1137.35 421.652C1137.9 423.628 1137.79 425.932 1134.71 428.676C1131.74 419.787 1124.69 418.25 1117.76 420.226C1113.91 421.323 1112.81 419.677 1111.82 417.921C1110.38 415.397 1112.48 413.421 1114.68 412.104H1114.79Z' fill='%23384027'/%3E%3Cpath d='M1241.25 426.81C1239.27 428.457 1238.16 430.542 1236.51 432.408C1233.32 436.139 1229.03 437.785 1224.3 437.895C1221.11 437.895 1219.56 434.603 1222.1 433.176C1225.73 431.2 1223.97 427.798 1225.73 425.713C1228.7 423.299 1231.56 430.432 1233.43 426.371C1234.75 423.518 1237.17 421.543 1238.05 418.579C1238.6 417.043 1236.51 414.848 1239.05 413.75C1246.09 418.36 1246.86 422.091 1241.14 426.701L1241.25 426.81Z' fill='%23384027'/%3E%3Cpath d='M1144.5 430.981C1144.5 430.981 1143.62 429.993 1143.51 429.444C1143.51 427.14 1142.08 423.957 1145.49 423.299C1147.8 422.75 1149.02 424.945 1149.68 427.249C1151.44 433.395 1153.31 439.432 1155.18 445.468C1155.84 447.663 1156.28 449.638 1154.52 451.504C1153.64 452.492 1151.77 453.15 1151.66 451.943C1151.22 447.443 1148.8 446.346 1144.61 446.346C1143.51 446.346 1143.18 442.724 1145.71 441.187C1148.24 439.541 1148.58 437.676 1146.26 435.261C1145.27 434.273 1145.05 432.517 1144.5 431.091V430.981Z' fill='%23384027'/%3E%3Cpath d='M1210.76 399.044C1210.98 401.568 1208.45 401.349 1206.91 402.556C1204.05 402.885 1200.85 402.885 1197.88 403.653C1195.9 404.202 1194.36 406.397 1192.82 403.105C1191.72 400.581 1192.82 398.934 1194.58 397.508C1198.21 394.325 1202.39 395.093 1206.69 396.191C1208.45 396.63 1210.54 396.63 1210.76 399.044Z' fill='%23384027'/%3E%3Cpath d='M1169.71 423.847C1174 425.493 1178.84 424.615 1182.91 426.92C1185.12 428.127 1186.99 429.664 1188.42 431.639C1189.3 432.846 1190.07 434.493 1188.75 435.7C1187.87 436.468 1186.66 436.029 1185.34 435.48C1179.61 433.285 1174.55 428.896 1167.84 429.225C1167.18 429.225 1166.41 428.237 1165.52 427.688C1165.85 425.164 1167.73 423.189 1169.6 423.847H1169.71Z' fill='%23384027'/%3E%3Cpath d='M1244.66 398.386C1249.5 400.032 1250.05 408.263 1257.1 406.836C1257.21 406.836 1257.76 407.934 1257.76 408.373C1257.21 411.446 1254.45 414.299 1252.36 413.531C1249.61 412.434 1244.11 414.628 1244.22 410.019C1244.33 406.178 1242.68 402.556 1243.23 399.044C1244.11 398.605 1244.44 398.386 1244.66 398.386Z' fill='%23384027'/%3E%3Cpath d='M1201.18 411.446C1204.71 415.507 1209.77 419.019 1207.02 426.372C1202.06 423.628 1198.54 420.775 1196.23 416.604C1195.13 414.738 1195.46 412.982 1197 411.665C1198.21 410.568 1199.97 410.019 1201.18 411.336V411.446Z' fill='%23384027'/%3E%3Cpath d='M1178.84 416.055C1183.9 417.262 1190.73 415.067 1193.37 422.201C1193.7 423.189 1194.8 423.847 1195.57 424.725C1195.24 425.384 1194.91 426.152 1194.58 426.81C1189.3 421.103 1183.13 419.347 1176.09 421.652C1175.32 418.469 1175.76 415.287 1178.84 416.055Z' fill='%23384027'/%3E%3Cpath d='M1294.08 398.276C1296.17 396.3 1298.48 394.325 1300.79 392.788C1302.66 391.581 1303.98 395.093 1305.74 396.19C1306.62 396.849 1307.5 398.605 1306.07 399.263C1302.44 401.019 1300.02 406.617 1294.63 403.434C1294.08 401.678 1292.64 399.593 1294.08 398.276Z' fill='%23384027'/%3E%3Cpath d='M1294.3 403.324C1294.3 403.324 1294.52 403.324 1294.52 403.432H1294.3V403.324Z' fill='%23384027'/%3E%3Cpath d='M1214.06 409.141C1214.83 411.885 1214.17 414.19 1211.97 415.726C1210.32 416.933 1206.36 413.421 1204.82 410.019C1203.39 406.836 1206.47 405.849 1207.79 405.3C1210.98 403.983 1212.52 406.946 1214.06 409.141Z' fill='%23384027'/%3E%3Cpath d='M1282.19 400.58C1284.94 399.373 1286.48 401.897 1287.36 404.092C1287.58 405.409 1287.91 406.617 1287.91 407.824C1288.02 409.141 1287.47 410.458 1286.37 410.897C1284.72 411.555 1283.4 410.787 1282.74 409.031C1282.41 408.153 1282.19 407.165 1281.64 406.507C1279.66 404.202 1279.33 401.678 1282.08 400.471L1282.19 400.58Z' fill='%23384027'/%3E%3Cpath d='M1321.7 371.388L1321.59 371.712C1321.59 371.712 1321.59 371.712 1321.59 371.604C1321.59 371.604 1321.7 371.496 1321.81 371.388H1321.7Z' fill='%23384027'/%3E%3Cpath d='M1313.23 373.144C1310.8 371.498 1311.8 368.864 1313.23 366.339C1316.31 367.547 1320.49 366.888 1321.37 371.607C1319.06 374.022 1316.09 375.009 1313.23 373.144Z' fill='%23384027'/%3E%3Cpath d='M1284.17 417.153C1285.49 418.25 1285.6 419.458 1284.61 420.994C1283.51 422.531 1281.86 423.299 1280.21 424.177C1278.67 424.725 1276.91 426.152 1275.59 423.847C1274.59 422.091 1276.03 421.323 1277.35 420.445C1278.56 419.567 1279.33 418.25 1280.32 417.153C1281.64 415.616 1283.07 416.165 1284.28 417.153H1284.17Z' fill='%23384027'/%3E%3Cpath d='M1219.34 427.359C1216.37 427.359 1214.39 425.713 1214.5 423.079C1214.61 420.225 1217.03 421.542 1218.79 421.762C1223.31 422.091 1223.53 422.091 1225.62 425.603C1223.09 424.725 1221.66 427.469 1219.34 427.469V427.359Z' fill='%23384027'/%3E%3Cpath d='M1255 424.616C1255.77 426.811 1255.22 428.237 1253.57 428.676C1250.71 429.445 1247.52 430.323 1245.54 426.92C1244.33 424.725 1245.65 423.518 1247.41 422.86C1250.6 421.543 1253.13 422.53 1255 424.725V424.616Z' fill='%23384027'/%3E%3Cpath d='M1334.14 383.679H1333.92C1333.92 383.679 1334.03 383.679 1334.14 383.787V383.679Z' fill='%23384027'/%3E%3Cpath d='M1328.52 379.18C1332.93 377.863 1337.33 376.546 1341.73 379.948C1339.42 382.582 1335.9 381.265 1334.03 383.569C1332.27 382.143 1329.07 382.911 1328.52 379.18Z' fill='%23384027'/%3E%3Cpath d='M1353.51 366.888C1354.17 367.108 1354.39 367.437 1354.5 367.766C1354.17 367.766 1353.73 367.656 1353.4 367.108V366.888H1353.51Z' fill='%23384027'/%3E%3Cpath d='M1354.61 369.632C1354.61 368.973 1354.61 368.315 1354.61 367.766C1355.27 367.766 1355.82 367.327 1356.48 367.108C1358.79 366.12 1360.88 366.888 1361.65 369.303C1362.64 372.266 1359.56 373.034 1358.02 373.583C1354.83 374.68 1354.83 371.607 1354.72 369.632H1354.61Z' fill='%23384027'/%3E%3Cpath d='M1297.38 414.19C1289.56 409.031 1289.23 407.605 1294.41 403.544C1295.29 406.946 1298.7 409.69 1297.38 414.19Z' fill='%23384027'/%3E%3Cpath d='M1294.3 403.323L1294.52 403.431C1294.52 403.431 1294.52 403.431 1294.41 403.54C1294.41 403.54 1294.41 403.323 1294.41 403.215L1294.3 403.323Z' fill='%23384027'/%3E%3Cpath d='M1268.43 406.617C1268.43 406.617 1268.43 406.507 1268.43 406.397C1268.43 406.397 1268.65 406.507 1268.65 406.617C1268.54 406.617 1268.43 406.617 1268.32 406.617H1268.43Z' fill='%23384027'/%3E%3Cpath d='M1273.6 413.421C1270.52 414.957 1267.99 414.299 1266.01 412.104C1262.82 408.482 1264.58 407.056 1268.32 406.507C1267.88 410.129 1274.15 409.36 1273.49 413.421H1273.6Z' fill='%23384027'/%3E%3Cpath d='M1259.41 418.799C1259.19 417.921 1259.63 417.043 1260.4 416.604C1261.94 415.945 1267.44 418.36 1267.99 420.006C1268.32 420.994 1267.77 421.762 1266.78 421.981C1263.92 422.969 1259.96 421.213 1259.3 418.799H1259.41Z' fill='%23384027'/%3E%3Cpath d='M1297.49 419.128C1298.04 421.213 1295.84 422.86 1293.64 423.518C1291.65 424.067 1289.56 423.847 1288.9 421.982C1288.13 419.787 1290.11 418.909 1292.64 418.36C1293.97 418.47 1296.61 416.055 1297.49 419.128Z' fill='%23384027'/%3E%3Cpath d='M1919.55 334.732C1904.03 325.074 1889.28 314.209 1873.88 304.222C1864.96 298.405 1855.72 293.357 1844.05 294.564C1827.32 296.21 1811.8 288.199 1795.18 287.87C1785.72 280.297 1773.72 278.102 1763.26 272.615C1749.84 265.591 1736.19 258.567 1720.23 258.128C1709.44 257.799 1698.55 257.25 1688.31 253.299C1675.77 248.47 1663 244.19 1650.67 238.812C1634.38 231.678 1618.09 224.545 1602.14 216.753C1578.69 205.229 1553.93 196.998 1528.73 190.084C1517.28 186.901 1505.39 185.036 1494.17 181.743C1472.59 175.268 1450.58 171.427 1428.9 165.83C1417.12 162.757 1404.69 161.11 1400.61 146.843C1400.06 145.087 1399.18 143.77 1397.42 143.77C1388.84 143.77 1383.44 137.405 1376.84 133.454C1365.17 126.65 1352.74 121.382 1341.18 114.577C1328.63 107.224 1315.54 100.639 1303.21 92.7374C1292.53 85.8232 1280.65 80.8846 1270.41 73.2022C1266.78 72.2145 1263.04 71.4462 1260.62 68.044C1251.15 66.5076 1244.88 58.8252 1236.18 55.862C1234.09 55.862 1232.33 55.423 1231.23 53.3378C1226.72 52.5696 1222.32 45.1067 1217.8 51.2526C1212.19 59.0447 1200.96 57.0692 1195.9 65.1906C1195.35 65.9588 1192.82 65.6296 1191.28 65.6296C1181.15 65.6296 1171.14 65.4101 1161.01 65.3003C1153.42 65.1906 1146.26 63.3249 1139.33 60.1422C1133.61 57.618 1127.55 54.984 1121.17 55.6425C1108.95 56.9595 1096.74 55.0938 1084.52 55.6425C1071.2 56.1912 1058 57.179 1045.01 52.3501C1040.61 50.7038 1036.31 51.0331 1031.47 54.2158C1026.96 57.0692 1019.69 58.6057 1014.74 57.0692C1008.58 55.0938 1002.3 53.8865 996.141 52.0208C992.179 53.9963 987.886 53.9963 983.704 53.667C981.283 54.2158 978.751 54.106 976.33 54.4353V43.68C977.1 43.68 977.871 43.68 978.751 43.5702C984.365 40.8265 990.308 41.924 996.141 42.5825C1005.28 38.1925 1015.62 41.7045 1024.76 38.5218C1035.21 34.9001 1045.34 35.4488 1055.46 38.5218C1060.86 40.168 1067.24 41.7045 1071.75 40.8265C1088.37 37.8633 1104.88 40.3875 1121.39 39.3998C1128.43 38.9608 1135.15 39.8388 1141.97 43.5702C1149.57 47.6309 1158.15 50.4843 1167.29 49.4966C1170.48 49.1674 1174 48.7284 1176.97 49.6064C1190.84 53.9963 1202.73 49.3869 1212.85 40.8265C1218.02 36.4366 1221.88 37.2048 1226.61 39.729C1229.03 41.046 1231.12 43.1312 1233.32 44.8872C1236.62 43.0215 1238.6 45.7652 1240.92 47.0821C1243.67 47.0821 1245.21 50.2648 1248.07 49.8259C1249.94 48.6186 1250.27 49.8258 1250.49 51.3623C1254.45 51.5818 1257.65 53.4475 1260.29 56.301C1264.36 56.5205 1267.88 57.618 1270.08 61.4591C1271.51 62.0079 1273.05 61.2397 1274.7 62.1176C1299.25 75.3972 1324.01 88.4572 1348.56 101.737C1363.41 109.748 1379.15 116.114 1392.8 126.43C1396.1 128.954 1399.95 130.271 1404.03 130.161C1417.78 129.832 1431.65 129.832 1445.19 126.211C1456.75 123.028 1468.41 119.626 1480.19 118.089C1498.35 115.675 1515.74 112.273 1530.16 99.7612C1532.47 97.7858 1535.88 96.798 1538.85 95.5908C1554.81 89.1157 1571.43 87.0305 1588.6 89.1157C1598.94 87.25 1609.73 85.8232 1619.75 88.1279C1633.61 91.4204 1646.16 90.8717 1658.05 82.7503C1661.24 78.3604 1665.2 75.1777 1670.81 74.2997L1670.59 73.9704C1682.15 61.8981 1694.59 50.7038 1708.89 42.363C1723.97 33.4734 1738.39 23.3766 1753.47 14.487C1765.36 7.46307 1777.68 4.06088 1790.56 0.878185C1794.41 -0.109549 1797.93 -0.438793 1801.35 3.62189C1809.49 13.2797 1821.27 15.1454 1832.93 17.8891C1847.79 21.5108 1863.42 20.6328 1877.84 26.3398C1886.09 29.6322 1894.13 32.0467 1903.26 28.864C1906.34 27.7665 1910.53 28.864 1913.94 29.7419C1923.84 32.7051 1934.08 32.3759 1944.2 32.3759C1947.18 32.3759 1950.26 32.3759 1953.23 32.3759C1953.23 37.973 1953.23 44.2287 1953.23 51.0331C1940.35 50.4843 1927.48 51.8013 1914.71 49.0576C1907.77 47.5211 1902.71 43.4605 1896.55 41.3752C1880.15 35.8878 1863.53 32.5954 1846.14 31.2784C1831.94 30.1809 1816.86 30.4004 1804.43 22.3888C1793.75 15.4747 1784.07 17.5599 1773.39 20.7426C1764.15 23.4863 1759.41 32.3759 1750.61 35.3391C1744.33 37.4243 1739.05 41.046 1734.1 45.2164C1723.97 53.8865 1711.65 57.618 1699.32 61.5689C1698.55 64.3126 1696.24 63.6541 1694.37 63.7639C1691.62 67.4953 1688.42 70.7877 1684.57 73.4217C1683.69 76.1654 1681.71 77.9214 1679.18 79.2383C1679.07 79.7871 1678.63 80.2261 1678.08 80.3358C1668.72 88.7864 1658.71 96.3591 1648.14 102.944C1643.08 106.127 1635.48 109.309 1630.42 106.895C1618.2 101.078 1605.99 104.151 1593.77 103.602C1588.82 106.346 1583.32 105.358 1578.14 105.139C1558.33 104.48 1541.71 112.931 1526.08 123.357C1520.69 126.979 1515.41 130.052 1509.24 131.149C1498.35 133.125 1487.45 135.32 1476.45 136.966C1462.14 139.161 1448.38 145.526 1433.74 147.502C1433.41 147.502 1433.3 148.819 1432.86 150.355C1440.9 152.221 1448.93 153.867 1456.97 155.843C1470.83 159.354 1484.59 163.635 1498.68 166.488C1524.32 171.756 1549.31 179.548 1574.07 187.45C1593.66 193.596 1612.04 203.034 1630.53 212.034C1651 222.021 1671.91 230.91 1693.27 238.702C1699.98 241.117 1706.58 241.995 1713.52 242.544C1728.16 243.751 1742.79 245.177 1756.11 252.092C1764.81 256.701 1773.61 260.762 1782.75 264.493C1803.33 272.944 1824.24 278.87 1846.69 278.321C1855.5 278.102 1863.75 280.187 1872.22 283.37C1886.97 288.967 1897.65 300.271 1910.86 307.953C1919.99 313.221 1928.47 321.233 1938.81 322.33C1944.2 322.879 1949.05 324.306 1953.78 325.952C1953.78 332.318 1953.78 338.793 1953.78 345.158C1949.27 342.524 1944.2 340.658 1938.15 341.207C1931.33 341.756 1924.83 338.354 1919.33 334.951L1919.55 334.732Z' fill='%23384027'/%3E%3Cpath d='M1059.76 140.807C1069.77 137.185 1078.91 129.613 1089.14 128.186C1101.58 126.43 1110.49 119.735 1120.62 114.248C1125.68 111.504 1128.54 106.785 1132.84 103.273C1137.24 99.6514 1140.98 95.481 1145.38 91.8593C1147.69 89.9936 1150.78 89.4449 1153.31 91.2008C1155.84 92.8471 1156.61 95.5908 1155.84 98.7734C1155.07 101.627 1153.75 103.932 1151.77 106.127C1146.59 112.272 1140.54 118.199 1136.47 124.455C1129.87 134.771 1120.73 138.393 1110.71 142.563C1101.58 146.404 1091.45 148.38 1083.75 154.745C1076.6 160.562 1068.34 164.293 1060.42 168.134C1043.69 176.036 1024.32 178.012 1009.24 189.974C998.012 193.157 987.226 197.766 976.55 202.376V175.158C983.594 172.305 990.638 169.451 997.682 166.488C1018.37 157.818 1038.84 148.599 1059.98 140.917L1059.76 140.807Z' fill='%23384027'/%3E%3Cpath d='M1422.74 274.48C1411.07 270.2 1399.95 263.505 1387.85 260.103C1379.26 257.688 1371.45 254.506 1363.74 250.006C1355.71 245.397 1346.9 241.775 1338.21 238.373C1322.03 232.117 1306.4 225.203 1293.64 211.594C1297.93 211.814 1302.33 212.253 1306.62 212.143C1331.5 211.484 1352.96 222.459 1374.09 233.215C1381.35 236.946 1388.51 239.799 1396.32 241.116C1407.99 242.982 1418.88 247.153 1429.01 252.53C1436.71 256.701 1444.64 260.322 1452.78 263.505C1476.78 273.053 1500.22 283.808 1523 295.991C1527.4 298.295 1530.93 301.588 1532.25 306.636C1532.91 308.941 1533.79 311.246 1531.26 313.221C1528.84 315.087 1526.96 314.428 1524.87 312.672C1518.6 307.404 1510.9 304.77 1503.19 302.466C1489.32 298.185 1475.68 293.137 1461.48 290.393C1447.39 287.65 1436.05 279.199 1422.96 274.48H1422.74Z' fill='%23384027'/%3E%3Cpath d='M1453.11 246.384C1449.26 245.397 1444.97 244.409 1442 241.994C1431.21 233.105 1420.76 223.776 1410.41 214.338C1403.48 208.082 1397.75 200.29 1390.05 195.351C1379.48 188.547 1370.35 180.316 1360.99 172.085C1350.32 162.866 1342.28 150.574 1327.75 145.526C1322.25 143.66 1318.4 137.185 1313.01 133.783C1310.91 132.576 1312.13 129.722 1314.44 129.393C1316.75 129.064 1319.39 129.393 1321.48 130.271C1329.3 133.673 1336.89 137.514 1344.59 141.136C1363.74 150.135 1377.72 166.268 1395.33 177.572C1405.79 184.267 1415.91 191.84 1425.16 200.4C1434.84 209.399 1445.19 217.85 1455.09 226.63C1458.73 229.812 1461.37 233.873 1461.15 239.031C1461.04 245.397 1458.84 247.592 1453.11 246.165V246.384Z' fill='%23384027'/%3E%3Cpath d='M1124.14 299.612C1134.27 294.674 1142.08 287.979 1148.69 279.089C1152.54 273.931 1157.82 269.871 1162.33 265.261C1164.31 263.286 1167.73 261.42 1167.95 259.115C1169.82 245.507 1182.58 240.348 1189.52 230.8C1193.15 225.862 1197.55 226.74 1202.39 228.276C1206.58 229.593 1206.58 232.666 1204.05 234.422C1193.92 241.446 1190.95 251.543 1189.96 262.956C1189.52 268.334 1186.55 273.492 1182.58 276.456C1176.53 280.955 1172.02 286.772 1166.4 291.491C1161.56 295.552 1160.13 302.027 1155.18 305.319C1144.61 312.453 1133.94 319.257 1121.72 323.208C1115.67 325.184 1111.7 322.22 1111.7 315.965C1111.48 307.295 1118.2 302.466 1124.14 299.503V299.612Z' fill='%23384027'/%3E%3Cpath d='M1020.68 83.0794C1025.2 81.8721 1029.38 81.9819 1033.12 85.1646C1035.43 87.14 1036.09 89.335 1032.9 90.4325C1027.07 92.4079 1022.01 96.5784 1015.62 97.1271C1011.99 97.5661 1008.25 98.0051 1006.27 101.737C1003.52 106.895 998.562 109.529 994.05 112.931C988.767 116.882 982.494 117.76 976.44 119.406V99.4318C982.053 97.5661 987.997 96.3589 992.729 92.4079C1000.76 85.7133 1010.01 82.4209 1020.57 82.9696L1020.68 83.0794Z' fill='%23384027'/%3E%3Cpath d='M1217.91 85.7133C1220.67 85.4938 1222.21 86.701 1223.09 89.6642C1228.26 106.565 1239.16 119.186 1253.46 128.954C1256.65 131.149 1257.76 134.661 1259.74 137.624C1261.28 139.929 1260.62 142.124 1258.75 144.099C1256.99 145.855 1255.44 144.868 1253.46 144.648C1244.88 143.77 1240.26 136.856 1234.53 132.246C1222.65 122.698 1215.27 109.968 1213.95 94.8224C1213.95 93.5054 1213.95 92.7371 1213.95 91.8592C1214.06 89.0057 1213.95 85.9328 1218.02 85.6035L1217.91 85.7133Z' fill='%23384027'/%3E%3Cpath d='M1059.1 265.7C1069.55 257.03 1080.23 249.348 1094.1 247.592C1094.1 252.091 1100.81 251.872 1100.59 256.591C1099.27 256.811 1097.95 257.03 1096.52 257.25C1090.79 254.616 1086.83 256.372 1084.19 261.859C1077.7 267.676 1071.31 273.602 1064.82 279.419C1061.41 279.199 1059.54 280.626 1059.76 284.248C1056.23 287.869 1050.18 288.418 1047.87 293.357C1043.36 302.905 1034.55 308.941 1026.85 314.758C1011.66 326.501 994.27 334.732 976.22 341.646V321.891C982.273 319.587 988.327 317.501 993.83 314.428C1017.71 301.149 1038.07 282.931 1058.99 265.591L1059.1 265.7Z' fill='%23384027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_419_8394'%3E%3Crect width='1440' height='425' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_419_8394'%3E%3Crect width='978' height='671' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip2_419_8394'%3E%3Crect width='978' height='671' fill='white' transform='matrix(-1 0 0 1 1954 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .SiteFooter {
    padding-bottom: 40px;
  }
}

.SiteFooter__logo {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .SiteFooter__logo {
    order: 0;
    padding-bottom: 0;
  }
}
.SiteFooter__logo img {
  display: inline-block;
  height: 180px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .SiteFooter__logo img {
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .SiteFooter__links {
    order: 3;
    margin-top: 24px;
  }
}
.SiteFooter__links .menu {
  list-style: none;
  display: flex;
  gap: 72px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .SiteFooter__links .menu {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .SiteFooter__links .menu li {
    width: 100%;
  }
}
.SiteFooter__links .menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding-block: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .SiteFooter__links .menu li a {
    padding-block: 20px;
    border-bottom: 2px solid var(--c-olive-dark);
    width: 100%;
    text-align: center;
  }
}
.SiteFooter__links .menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--c-orange-3);
  transition: width var(--a-default);
}
@media screen and (max-width: 768px) {
  .SiteFooter__links .menu li a:after {
    display: none;
  }
}
.SiteFooter__links .menu li a:hover:after {
  width: 100%;
}

.SiteFooter__contact-button {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .SiteFooter__contact-button {
    order: 2;
    padding-top: 24px;
  }
  .SiteFooter__contact-button .btn {
    width: 100%;
  }
}

.SiteFooter__contact {
  min-width: 100%;
  margin-top: 18px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .SiteFooter__contact {
    margin-top: 20px;
    order: 1;
  }
}
.SiteFooter__contact p, .SiteFooter__contact a {
  font-weight: 400;
}
.SiteFooter__contact p:not(:last-child) {
  margin-bottom: 3px;
}
.SiteFooter__contact p:not(:first-child) {
  margin-top: 3px;
}
.SiteFooter__contact a {
  text-decoration: none;
}
.SiteFooter__contact a:hover {
  text-decoration: underline;
}

.SiteFooter__copyright {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .SiteFooter__copyright {
    margin-top: 40px;
    text-align: center;
    order: 5;
  }
}

.FooterNewsletter {
  margin-top: var(--block-gap);
  background-color: var(--c-blue);
  color: var(--c-background);
  padding-block: 63px 74px;
  background-size: 100% auto;
  background-position: top 1.5rem center;
  background-repeat: no-repeat;
}
.FooterNewsletter > .BaseLayout {
  row-gap: 1rem;
}

@media screen and (min-width: 769px) {
  .FooterNewsletter__title {
    grid-column: 1/span 6;
    grid-row: 1;
  }
  .FooterNewsletter__title h2 {
    line-height: 71px !important;
    transform: translateY(0.4rem);
  }
}

@media screen and (min-width: 769px) {
  .FooterNewsletter__form {
    grid-column: 7/span 6;
    grid-row: 1;
  }
}
.FooterNewsletter__form .gform_wrapper .gform_button {
  margin: 0 !important;
  width: 100% !important;
}
.FooterNewsletter__form .gform_wrapper form {
  --gf-ctrl-size: 48px;
}
@media screen and (min-width: 769px) {
  .FooterNewsletter__form .gform_wrapper form {
    display: flex;
    gap: 20px;
  }
  .FooterNewsletter__form .gform_wrapper form .gform-body {
    flex: calc(57.1428571429% - 10px) 0 0;
  }
  .FooterNewsletter__form .gform_wrapper form .gform_footer {
    flex: calc(42.8571428571% - 10px) 0 0;
    margin-top: 21px;
  }
}
.FooterNewsletter__form .gform_wrapper .gform_confirmation_message {
  color: var(--c-background);
  border-color: var(--c-background);
}

/**
 * Print styles
 */
