/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@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') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-theme-color);
  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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: normal, ;
          font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

:root {
  --ios-gap: 0.01px;
  --font-sans-stack: "Fakt", "Helvetica", "Arial", sans-serif;
}

:root {
  --color-rust: #D07D39;
  --color-rust-rgb: 208, 125, 57;
  --color-pale-rust: #E7BE9C;
  --color-dark-rust: #65360F;
  --color-highlight: 240, 223, 209;

  --ease: cubic-bezier(.4,0,.2,1);
}

:root {
  --font-size-h1-lg: 70px;
  --font-size-h1-sm: 47px;

  --font-lh-h1-lg: 65px;
  --font-lh-h1-sm: 47px;

  --font-size-h2-lg: 50px;
  --font-size-h2-sm: 35px;

  --font-lh-h2-lg: 52px;
  --font-lh-h2-sm: 37px;

  --font-size-body-lg: 25px;
  --font-size-body-sm: 20px;

  --font-lh-body-lg: 28px;
  --font-lh-body-sm: 25px;

  --font-size-small-lg: 16px;
  --font-size-small-sm: 14px;

  --font-lh-small-lg: 21px;
  --font-lh-small-sm: 19px;
}

:root {
  --margin-5: 290px;
  --margin-4: 166px;
  --margin-3: 85px;
  --margin-2: 44px;
  --margin-1: 26px;

  --margin-5-sm: 200px;
  --margin-4-sm: 120px;
  --margin-3-sm: 64px;
  --margin-2-sm: 33px;
  --margin-1-sm: 17px;

  --gutter-lg: 20px;
  --gutter-sm: 17px;

  --gutter-slight-lg: 7px;
  --gutter-slight-sm: 7px;

  --header-height: 105px;
  --header-height-sm: 84px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font: inherit;
  resize: none;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;
  line-height: normal
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
  }

figure,
blockquote {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  text-align: left;
  line-height: inherit;
}

@font-face {
  font-family: "Fakt";
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/Fakt-Blond.woff2") format("woff2"),
       url("/assets/fonts/Fakt-Blond.woff") format("woff");
}

@font-face {
  font-family: "Fakt";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/assets/fonts/Fakt-BlondItalic.woff2") format("woff2"),
       url("/assets/fonts/Fakt-BlondItalic.woff") format("woff");
}

@font-face {
  font-family: "Fakt";
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Fakt-Normal.woff2") format("woff2"),
       url("/assets/fonts/Fakt-Normal.woff") format("woff");
}

@font-face {
  font-family: "Fakt";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/assets/fonts/Fakt-NormalItalic.woff2") format("woff2"),
       url("/assets/fonts/Fakt-NormalItalic.woff") format("woff");
}

@font-face {
  font-family: "Fakt";
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Fakt-Medium.woff2") format("woff2"),
       url("/assets/fonts/Fakt-Medium.woff") format("woff");
}

@font-face {
  font-family: "Fakt";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/assets/fonts/Fakt-MediumItalic.woff2") format("woff2"),
       url("/assets/fonts/Fakt-MediumItalic.woff") format("woff");
}

body {
  font-family: "Fakt", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-sans-stack);
  color: #D07D39;
  color: var(--color-rust);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.t-wrap {
  overflow: hidden;
}

::-moz-selection {
  background-color: rgba(240, 223, 209, 0.99);
  background-color: rgba(var(--color-highlight), 0.99);
}

::selection {
  background-color: rgba(240, 223, 209, 0.99);
  background-color: rgba(var(--color-highlight), 0.99);
}

.t-baseline {
  padding: 0.05px 0
}

.t-baseline::before { 
    content: "";  
    margin-top: -0.135em;  
    display: block; 
    height: 0;  
  }

.t-baseline::after {  
    content: "";  
    margin-bottom: -0.135em; 
    display: block; 
    height: 0;  
  }

.t-baseline-t {
  padding-top: 0.05px
}

.t-baseline-t::before { 
    content: "";  
    margin-top: -0.135em;  
    display: block; 
    height: 0;  
  }

.t-baseline-b {
  padding-bottom: 0.05px
}

.t-baseline-b::after { 
    content: "";  
    margin-bottom: -0.135em;  
    display: block; 
    height: 0;  
  }

.t-baseline-small {
  padding: 0.05px 0
}

.t-baseline-small::before { 
    content: "";  
    margin-top: -0.3em;  
    display: block; 
    height: 0;  
  }

.t-baseline-small::after {  
    content: "";  
    margin-bottom: -0.3em; 
    display: block; 
    height: 0;  
  }

.t-baseline-small-t {
  padding-top: 0.05px
}

.t-baseline-small-t::before { 
    content: "";  
    margin-top: -0.3em;  
    display: block; 
    height: 0;  
  }

.t-baseline-small-b {
  padding-bottom: 0.05px
}

.t-baseline-small-b::after { 
    content: "";  
    margin-bottom: -0.3em;  
    display: block; 
    height: 0;  
  }

.t-h1 {
  font-weight: 300;
  letter-spacing: -0.008714285714em
}

@media (min-width: 1024px) {

.t-h1 {
    font-size: 70px;
    font-size: var(--font-size-h1-lg);
    line-height: 65px;
    line-height: var(--font-lh-h1-lg)
}

    .t-h1.m-b-lh {
      margin-bottom: 65px;
      margin-bottom: var(--font-lh-h1-lg);
    }
  }

@media (max-width: 1023px) {

.t-h1 {
    font-size: 47px;
    font-size: var(--font-size-h1-sm);
    line-height: 47px;
    line-height: var(--font-lh-h1-sm)
}

    .t-h1.m-b-lh {
      margin-bottom: 47px;
      margin-bottom: var(--font-lh-h1-sm);
    }
  }

.t-h2  {
  font-weight: 300;
  letter-spacing: -0.0086em
}

@media (min-width: 1024px) {

.t-h2  {
    font-size: 50px;
    font-size: var(--font-size-h2-lg);
    line-height: 52px;
    line-height: var(--font-lh-h2-lg)
}

    .t-h2.m-b-lh {
      margin-bottom: 52px;
      margin-bottom: var(--font-lh-h2-lg);
    }
  }

@media (max-width: 1023px) {

.t-h2  {
    font-size: 35px;
    font-size: var(--font-size-h2-sm);
    line-height: 37px;
    line-height: var(--font-lh-h2-sm)
}

    .t-h2.m-b-lh {
      margin-bottom: 37px;
      margin-bottom: var(--font-lh-h2-sm);
    }
  }

.t-body {
  font-weight: 300
}

@media (min-width: 1024px) {

.t-body {
    font-size: 25px;
    font-size: var(--font-size-body-lg);
    line-height: 28px;
    line-height: var(--font-lh-body-lg)
}

    .t-body.m-b-lh {
      margin-bottom: 28px;
      margin-bottom: var(--font-lh-body-lg);
    }
  }

@media (max-width: 1023px) {

.t-body {
    font-size: 20px;
    font-size: var(--font-size-body-sm);
    line-height: 25px;
    line-height: var(--font-lh-body-sm)
}

    .t-body.m-b-lh {
      margin-bottom: 25px;
      margin-bottom: var(--font-lh-body-sm);
    }
  }

@media (min-width: 1024px) {

.t-small {
    font-size: 16px;
    font-size: var(--font-size-small-lg);
    line-height: 21px;
    line-height: var(--font-lh-small-lg)
}

    .t-small.m-b-lh {
      margin-bottom: 21px;
      margin-bottom: var(--font-lh-small-lg);
    }
  }

@media (max-width: 1023px) {

.t-small {
    font-size: 14px;
    font-size: var(--font-size-small-sm);
    line-height: 19px;
    line-height: var(--font-lh-small-sm)
}

    .t-small.m-b-lh {
      margin-bottom: 19px;
      margin-bottom: var(--font-lh-small-sm);
    }
  }

.text-content {
  font-weight: 300;
}

@media (min-width: 1024px) {

.text-content {
    font-size: 25px;
    font-size: var(--font-size-body-lg);
    line-height: 28px;
    line-height: var(--font-lh-body-lg);
  }

    .text-content.m-b-lh {
      margin-bottom: 28px;
      margin-bottom: var(--font-lh-body-lg);
    }
}

@media (max-width: 1023px) {

.text-content {
    font-size: 20px;
    font-size: var(--font-size-body-sm);
    line-height: 25px;
    line-height: var(--font-lh-body-sm);
  }

    .text-content.m-b-lh {
      margin-bottom: 25px;
      margin-bottom: var(--font-lh-body-sm);
    }
}

.text-content p + p {
    text-indent: 2em;
}

.text-content h2 {
    font-weight: 700;
}

.text-content ul,
  .text-content h2 {
    margin-bottom: 28px;
    margin-bottom: var(--font-lh-body-lg);
}

.text-content li {
    padding-left: 1em;
    position: relative;
}

.text-content li:before {
      content: '—';
      position: absolute;
      top: 0;
      left: 0;
    }

.text-content--breaks {
  font-weight: 300;
}

@media (min-width: 1024px) {

.text-content--breaks {
    font-size: 25px;
    font-size: var(--font-size-body-lg);
    line-height: 28px;
    line-height: var(--font-lh-body-lg);
  }

    .text-content--breaks.m-b-lh {
      margin-bottom: 28px;
      margin-bottom: var(--font-lh-body-lg);
    }
}

@media (max-width: 1023px) {

.text-content--breaks {
    font-size: 20px;
    font-size: var(--font-size-body-sm);
    line-height: 25px;
    line-height: var(--font-lh-body-sm);
  }

    .text-content--breaks.m-b-lh {
      margin-bottom: 25px;
      margin-bottom: var(--font-lh-body-sm);
    }
}

.text-content--breaks p + p {
    text-indent: 0;
    margin-top: 28px;
    margin-top: var(--font-lh-body-lg);
}

.t-uc {
  text-transform: uppercase;
}

.t-strong {
  font-weight: 700;
}

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyload.lazyload--static, .lazyloading.lazyload--static {
    opacity: 1;
  }

.lazyload--fade {
  -webkit-transition: opacity 500ms 500ms;
  -o-transition: opacity 500ms 500ms;
  transition: opacity 500ms 500ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 768px) {

.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
  }

@media (min-width: 1024px) {

.cols {
    margin-right: calc(20px * -0.5);
    margin-right: calc(var(--gutter-lg) * -0.5);
    margin-left: calc(20px * -0.5);
    margin-left: calc(var(--gutter-lg) * -0.5)
}
  }

@media (max-width: 1023px) {

.cols {
    margin-right: calc(17px * -0.5);
    margin-right: calc(var(--gutter-sm) * -0.5);
    margin-left: calc(17px * -0.5);
    margin-left: calc(var(--gutter-sm) * -0.5)
}
  }

.col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%
}

@media (min-width: 1024px) {

.col {
    padding-right: calc(20px * 0.5);
    padding-right: calc(var(--gutter-lg) * 0.5);
    padding-left: calc(20px * 0.5);
    padding-left: calc(var(--gutter-lg) * 0.5)
}
  }

@media (max-width: 1023px) {

.col {
    padding-right: calc(17px * 0.5);
    padding-right: calc(var(--gutter-sm) * 0.5);
    padding-left: calc(17px * 0.5);
    padding-left: calc(var(--gutter-sm) * 0.5)
}
  }

@media (min-width: 768px) {
  .cols--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cols--flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .col--left {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .split-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cols--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 1023px) {
    .sm\:col-1 {
      width: calc((1/2) * 100%);
    }

    .offset-left-sm-1 {
      margin-left: calc((1/2) * 100%);
    }
    .sm\:col-2 {
      width: calc((2/2) * 100%);
    }

    .offset-left-sm-2 {
      margin-left: calc((2/2) * 100%);
    }
}

@media (min-width: 1024px) {
    .col-1 {
      width: calc((1/12) * 100%);
    }

    .offset-left-1 {
      margin-left: calc((1/12) * 100%);
    }
    .col-2 {
      width: calc((2/12) * 100%);
    }

    .offset-left-2 {
      margin-left: calc((2/12) * 100%);
    }
    .col-3 {
      width: calc((3/12) * 100%);
    }

    .offset-left-3 {
      margin-left: calc((3/12) * 100%);
    }
    .col-4 {
      width: calc((4/12) * 100%);
    }

    .offset-left-4 {
      margin-left: calc((4/12) * 100%);
    }
    .col-5 {
      width: calc((5/12) * 100%);
    }

    .offset-left-5 {
      margin-left: calc((5/12) * 100%);
    }
    .col-6 {
      width: calc((6/12) * 100%);
    }

    .offset-left-6 {
      margin-left: calc((6/12) * 100%);
    }
    .col-7 {
      width: calc((7/12) * 100%);
    }

    .offset-left-7 {
      margin-left: calc((7/12) * 100%);
    }
    .col-8 {
      width: calc((8/12) * 100%);
    }

    .offset-left-8 {
      margin-left: calc((8/12) * 100%);
    }
    .col-9 {
      width: calc((9/12) * 100%);
    }

    .offset-left-9 {
      margin-left: calc((9/12) * 100%);
    }
    .col-10 {
      width: calc((10/12) * 100%);
    }

    .offset-left-10 {
      margin-left: calc((10/12) * 100%);
    }
    .col-11 {
      width: calc((11/12) * 100%);
    }

    .offset-left-11 {
      margin-left: calc((11/12) * 100%);
    }
    .col-12 {
      width: calc((12/12) * 100%);
    }

    .offset-left-12 {
      margin-left: calc((12/12) * 100%);
    }

  .cols--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.m-t-166 {
    margin-top: calc(166 * 1px);
  }

.m-r-166 {
    margin-right: calc(166 * 1px);
  }

.m-b-166 {
    margin-bottom: calc(166 * 1px);
  }

.m-l-166 {
    margin-left: calc(166 * 1px);
  }

.m-t-26 {
    margin-top: calc(26 * 1px);
  }

.m-r-26 {
    margin-right: calc(26 * 1px);
  }

.m-b-26 {
    margin-bottom: calc(26 * 1px);
  }

.m-l-26 {
    margin-left: calc(26 * 1px);
  }

.m-t-0 {
    margin-top: calc(0 * 1px);
  }

.m-r-0 {
    margin-right: calc(0 * 1px);
  }

.m-b-0 {
    margin-bottom: calc(0 * 1px);
  }

.m-l-0 {
    margin-left: calc(0 * 1px);
  }

@media (max-width: 767px) {
    .xs\:m-t-166 {
      margin-top: calc(166 * 1px);
    }

    .xs\:m-r-166 {
      margin-right: calc(166 * 1px);
    }

    .xs\:m-b-166 {
      margin-bottom: calc(166 * 1px);
    }

    .xs\:m-l-166 {
      margin-left: calc(166 * 1px);
    }
    .xs\:m-t-26 {
      margin-top: calc(26 * 1px);
    }

    .xs\:m-r-26 {
      margin-right: calc(26 * 1px);
    }

    .xs\:m-b-26 {
      margin-bottom: calc(26 * 1px);
    }

    .xs\:m-l-26 {
      margin-left: calc(26 * 1px);
    }
    .xs\:m-t-0 {
      margin-top: calc(0 * 1px);
    }

    .xs\:m-r-0 {
      margin-right: calc(0 * 1px);
    }

    .xs\:m-b-0 {
      margin-bottom: calc(0 * 1px);
    }

    .xs\:m-l-0 {
      margin-left: calc(0 * 1px);
    }
}

@media (max-width: 1023px) {
    .sm\:m-t-166 {
      margin-top: calc(166 * 1px);
    }

    .sm\:m-r-166 {
      margin-right: calc(166 * 1px);
    }

    .sm\:m-b-166 {
      margin-bottom: calc(166 * 1px);
    }

    .sm\:m-l-166 {
      margin-left: calc(166 * 1px);
    }
    .sm\:m-t-26 {
      margin-top: calc(26 * 1px);
    }

    .sm\:m-r-26 {
      margin-right: calc(26 * 1px);
    }

    .sm\:m-b-26 {
      margin-bottom: calc(26 * 1px);
    }

    .sm\:m-l-26 {
      margin-left: calc(26 * 1px);
    }
    .sm\:m-t-0 {
      margin-top: calc(0 * 1px);
    }

    .sm\:m-r-0 {
      margin-right: calc(0 * 1px);
    }

    .sm\:m-b-0 {
      margin-bottom: calc(0 * 1px);
    }

    .sm\:m-l-0 {
      margin-left: calc(0 * 1px);
    }

  .test {

  }
}

.img-block {
  display: block;
  width: 100%;
  height: auto;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-with-caption {
  position: relative;
}

.image-with-caption img {
    position: relative;
    z-index: 1;
  }

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 17px;
  padding: var(--margin-1-sm)
}

@media (min-width: 1024px) {

.image-caption {
    padding: 26px;
    padding: var(--margin-1)
}
  }

.responsive-embed {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.embed-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.embed-container.is-playing .embed__cover {
      opacity: 0;
      pointer-events: none;
    }

.embed__inner,
.embed__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed__cover {
  z-index: 2;
  background-color: #fff;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  cursor: pointer;
}

.embed__cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.embed__cover-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.embed__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.embed__label .icon {
    width: 29px;
    height: 29px;
    margin-right: 10px
  }

@media (min-width: 1024px) {

  .embed__label .icon {
      width: 36px;
      height: 38px
  }
    }

.embed__label svg {
    fill: #fff;
  }

.z-low {
  z-index: 1;
}

.z-mid {
  z-index: 3;
}

.z-high {
  z-index: 5;
}

@media (max-width: 767px) {
  .xs\:hide {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sm\:hide {
    display: none;
  }
}

@media (min-width: 1024px) {
  .md\:hide {
    display: none;
  }
}

.d-block {
  display: block;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.25em;
}

.category-list a {
    margin: 0.25em;
  }

.comma-category-list a,
  .comma-category-list .comma,
  .category-list a,
  .category-list .comma {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
    color: #E7BE9C;
    color: var(--color-pale-rust)
  }

.comma-category-list a.is-active,
    .comma-category-list a:hover,
    .comma-category-list .comma.is-active,
    .comma-category-list .comma:hover,
    .category-list a.is-active,
    .category-list a:hover,
    .category-list .comma.is-active,
    .category-list .comma:hover {
      color: #D07D39;
      color: var(--color-rust);
    }

.category-list-wrap {
  margin-bottom: 17px;
  margin-bottom: var(--margin-1-sm)
}

@media (min-width: 1024px) {

.category-list-wrap {
    margin-bottom: 26px;
    margin-bottom: var(--margin-1)
}
  }

.ragged-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(7px * -0.5);
  margin: calc(var(--gutter-slight-sm) * -0.5)
}

@media (min-width: 1024px) {

.ragged-grid {
    margin: calc(7px * -0.5);
    margin: calc(var(--gutter-slight-lg) * -0.5)
}
  }

.ragged-thumb {
  padding: calc(7px * 0.5);
  padding: calc(var(--gutter-slight-sm) * 0.5)
}

@media (min-width: 1024px) {

.ragged-thumb {
    padding: calc(7px * 0.5);
    padding: calc(var(--gutter-slight-lg) * 0.5)
}
  }

.ragged-thumb__link {
  display: block;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 750ms 0ms;
  -o-transition: background-color 750ms 0ms;
  transition: background-color 750ms 0ms;
}

.ragged-grid--overlay .ragged-thumb__link,
  .ragged-thumb__link:hover {
    background-color: #D07D39;
    background-color: var(--color-rust);
  }

.ragged-grid--overlay .ragged-thumb__link .ragged-thumb__img, .ragged-thumb__link:hover .ragged-thumb__img {
      opacity: 0.5;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
    }

.ragged-thumb__link:hover .ragged-thumb__overlay {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
    }

.ragged-thumb__img {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-transition: all 750ms 0ms;
  -o-transition: all 750ms 0ms;
  transition: all 750ms 0ms;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  mix-blend-mode: multiply
}

@media (min-width: 1024px) {

.ragged-thumb__img {
    height: 420px
}
  }

@media (max-width: 1023px) {

.ragged-thumb__img {
    height: 200px
}
  }

.ragged-thumb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: #fff;
  padding: 17px;
  padding: var(--margin-1-sm);
  text-align: center;
  transition: transform 500ms cubic-bezier(.4,0,.2,1), -webkit-transform 500ms cubic-bezier(.4,0,.2,1);
  transition: transform 500ms var(--ease), -webkit-transform 500ms var(--ease)
}

@media (min-width: 1024px) {

.ragged-thumb__overlay {
    padding: 26px;
    padding: var(--margin-1)
}
  }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(7px * -0.5);
  margin: calc(var(--gutter-slight-sm) * -0.5)
}

@media (min-width: 1024px) {

.grid {
    margin: calc(7px * -0.5);
    margin: calc(var(--gutter-slight-lg) * -0.5)
}
  }

.grid-thumb {
  width: 50%;
  padding: calc(7px * 0.5);
  padding: calc(var(--gutter-slight-sm) * 0.5)
}

@media (min-width: 568px) and (max-width: 1023px) {

.grid-thumb {
    width: 33.33%
}
  }

@media (min-width: 1024px) {

.grid-thumb {
    width: 25%;
    padding: calc(7px * 0.5);
    padding: calc(var(--gutter-slight-lg) * 0.5)
}
  }

.grid-thumb__link {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
  width: 100%
}

.grid-thumb__link:hover {
    background-color: #D07D39;
    background-color: var(--color-rust);
  }

.grid-thumb__link:hover .grid-thumb__img {
      opacity: 0.5;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
    }

.grid-thumb__link:hover .grid-thumb__overlay {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
    }

.grid-thumb__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 750ms 0ms;
  -o-transition: all 750ms 0ms;
  transition: all 750ms 0ms;
  
  -webkit-backface-visibility: hidden;
  
          backface-visibility: hidden;
  mix-blend-mode: multiply;
}

.grid-thumb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: #fff;
  padding: 26px;
  padding: var(--margin-1);
  text-align: center;
  transition: transform 500ms cubic-bezier(.4,0,.2,1), -webkit-transform 500ms cubic-bezier(.4,0,.2,1);
  transition: transform 500ms var(--ease), -webkit-transform 500ms var(--ease);
}

.slideshow__container {
  position: relative;
  padding: 0 17px;
  padding: 0 var(--margin-1-sm)
}

@media (min-width: 1024px) {

.slideshow__container {
    padding: 0 26px;
    padding: 0 var(--margin-1)
}
  }

.slideshow__slide {
  width: auto;
  margin-right: 7px;
  margin-right: var(--gutter-slight-sm);
  cursor: url(../img/icon-zoom.png) 16 16,-webkit-zoom-in!important;
  cursor: url(../img/icon-zoom.png) 16 16,zoom-in!important;
  cursor: url(../img/icon-zoom.svg) 16 16,-webkit-zoom-in!important;
  cursor: url(../img/icon-zoom.svg) 16 16,zoom-in!important;
  cursor: url(../img/icon-zoom.png)!important
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {

.slideshow__slide {
  cursor: url(../img/icon-zoom@2x.png)!important
}
}

.slideshow__slide {
  cursor: -webkit-image-set(url(../img/icon-zoom.png) 1x,url(../img/icon-zoom@2x.png) 2x) 16 16,-webkit-zoom-in!important;
  cursor: -webkit-image-set(url(../img/icon-zoom.png) 1x,url(../img/icon-zoom@2x.png) 2x) 16 16,zoom-in!important
}

@media (min-width: 1024px) {

.slideshow__slide {
    margin-right: 7px;
    margin-right: var(--gutter-slight-lg)
}
  }

.slideshow__slide:last-child {
    margin-right: 0;
  }

.slideshow__slide img {
    display: block;
    height: 200px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover
  }

@media (max-width: 1023px) {

  .slideshow__slide img {
      max-width: calc(100vw - (17px * 2));
      max-width: calc(100vw - (var(--margin-1-sm) * 2))
  }
    }

@media (min-width: 568px) and (max-width: 767px) {

  .slideshow__slide img {
      height: 300px
  }
    }

@media (min-width: 768px) and (max-width: 1023px) {

  .slideshow__slide img {
      height: 400px
  }
    }

@media (min-width: 1024px) {

  .slideshow__slide img {
      height: 573px
  }
    }

.slideshow__text {
  margin-bottom: 33px;
  margin-bottom: var(--margin-2-sm)
}

@media (min-width: 1024px) {

.slideshow__text {
    margin-bottom: 44px;
    margin-bottom: var(--margin-2)
}
  }

.slideshow__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: #fff;
  padding: 17px;
  padding: var(--margin-1-sm);
  text-align: center
}

@media (min-width: 1024px) {

.slideshow__slide-overlay {
    padding: 26px;
    padding: var(--margin-1)
}
  }

.slideshow__slide-overlay > * {
    transition: transform 500ms cubic-bezier(.4,0,.2,1), -webkit-transform 500ms cubic-bezier(.4,0,.2,1);
    transition: transform 500ms var(--ease), -webkit-transform 500ms var(--ease);
  }

.slideshow__slide-overlay:hover > * {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
    }

.slideshow__thumb {
  background-color: #D07D39;
  background-color: var(--color-rust);
}

.slideshow__thumb img {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    mix-blend-mode: multiply;
  }

.slideshow__button {
  width: 38px;
  height: 36px;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms
}

.slideshow__button.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }

.slideshow__button svg {
    fill: #fff;
  }

@media (max-width: 1023px) {

.slideshow__button {
    display: none
}
  }

.slideshow__button--prev {
  left: calc(26px + 7px);
  left: calc(var(--margin-1) + var(--gutter-slight-lg));
}

.slideshow__button--next {
  right: calc(26px + 7px);
  right: calc(var(--margin-1) + var(--gutter-slight-lg));
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  display: none;
}

.lightbox .site-header {
    position: absolute;
  }

.lightbox .site-header svg {
      fill: #D07D39;
      fill: var(--color-rust);
    }

.lightbox.is-active {
    opacity: 1;
    pointer-events: all;
    display: block;
  }

.lightbox .swiper-container {
    height: 100%;
  }

@media (max-width: 1023px) and (orientation: portrait) {

.lightbox__slide {
    padding: 84px 17px;
    padding: var(--header-height-sm) var(--margin-1-sm)
}
  }

.lightbox__slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.lightbox__counter {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 17px;
  padding: var(--margin-1-sm);
  letter-spacing: 0.05769230769em
}

@media (min-width: 1024px) {

.lightbox__counter {
    padding: 26px;
    padding: var(--margin-1)
}
  }

.page-lightbox__button {
  width: 38px;
  height: 36px;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%)
}

@media (max-width: 1023px) {

.page-lightbox__button {
    display: none
}
  }

.page-lightbox__button svg {
    fill: #D07D39;
    fill: var(--color-rust);
  }

.page-lightbox__button--prev {
  left: 20px;
  left: var(--gutter-lg);
}

.page-lightbox__button--next {
  right: 20px;
  right: var(--gutter-lg);
}

.profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 125, 57, 0);
  background-color: rgba(var(--color-rust-rgb), 0);
  pointer-events: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.profile-overlay.is-active {
    background-color: rgba(208, 125, 57, 0.5);
    background-color: rgba(var(--color-rust-rgb), 0.5);
    pointer-events: all;
  }

.profile-overlay.is-active .profile-overlay__panel {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
    }

.profile-overlay__panel {
  width: calc(100% - 65px);
  height: 100%;
  background-color: #fff;
  margin-left: auto;
  padding: 84px 17px 17px;
  padding: var(--header-height-sm) var(--margin-1-sm) var(--margin-1-sm);
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain
}

@media (min-width: 1024px) {

.profile-overlay__panel {
    width: 50%;
    padding: 100px 26px 26px;
    padding: 100px var(--margin-1) var(--margin-1)
}
  }

.profile-overlay__close {
  position: fixed;
  display: block;
  margin-left: auto;
}

.profile-overlay__close svg {
    fill: #D07D39;
    fill: var(--color-rust);
  }

@media (max-width: 1023px) {

.profile-overlay__close {
    top: 17px;
    top: var(--margin-1-sm);
    right: 17px;
    right: var(--margin-1-sm);
    width: 39px;
    height: 39px;
    padding: 10px;
    margin: -10px -10px 0 auto
}
  }

@media (min-width: 1024px) {

.profile-overlay__close {
    top: 26px;
    top: var(--margin-1);
    right: 26px;
    right: var(--margin-1);
    display: block;
    width: 30px;
    height: 26px
}
  }

.profile-overlay__details {
  margin: 33px 0 0;
  margin: var(--margin-2-sm) 0 0
}

@media (min-width: 1024px) {

.profile-overlay__details {
    margin: 26px 0 0;
    margin: var(--margin-1) 0 0
}
  }

.profile-overlay__details ul li {
      padding-left: 2em;
      text-indent: -2em;
    }

.profile-overlay__text {
  margin-top: 64px;
  margin-top: var(--margin-3-sm)
}

@media (min-width: 1024px) {

.profile-overlay__text {
    margin-top: 100px
}
  }

.profile-overlay__details li + li {
    margin-top: 0.25em;
  }

.profile-overlay__details a {
    border-bottom: 1px solid;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
  }

@media (hover: hover) {
    .profile-overlay__details a:hover {
      color: #E7BE9C;
      color: var(--color-pale-rust);
    }
  }

.subscribe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #D07D39;
  background-color: var(--color-rust);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.is-subscribe-active .subscribe-overlay {
    opacity: 1;
    pointer-events: all;
  }

.subscribe-overlay__icon {
  position: absolute;
}

.subscribe-overlay__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
  }

@media (max-width: 1023px) {

.subscribe-overlay__icon {
    top: 17px;
    top: var(--gutter-sm);
    left: 17px;
    left: var(--gutter-sm);
    width: 38px;
    height: 60px;
    padding: 10px 10px 0;
    margin: -10px 0 0 -10px
}
  }

@media (min-width: 1024px) {

.subscribe-overlay__icon {
    width: 28px;
    height: 81px;
    top: 20px;
    top: var(--gutter-lg);
    left: 26px;
    left: var(--margin-1)
}
  }

.subscribe-overlay__close {
  position: absolute;
}

.subscribe-overlay__close svg {
    fill: #fff;
  }

@media (max-width: 1023px) {

.subscribe-overlay__close {
    top: 17px;
    top: var(--gutter-sm);
    right: 17px;
    right: var(--gutter-sm);
    width: 41px;
    height: 39px;
    padding: 10px 11px;
    margin: -10px -10px 0 0
}
  }

@media (min-width: 1024px) {

.subscribe-overlay__close {
    top: 20px;
    top: var(--gutter-lg);
    right: 26px;
    right: var(--margin-1);
    width: 30px;
    height: 26px
}
  }

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-bottom: 0.25em;
}

.subscribe-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

.subscribe-form button {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
    color: #E7BE9C;
    color: var(--color-pale-rust)
  }

.subscribe-form button:hover {
      color: #fff;
    }

@media (max-width: 1023px) {

.subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

    .subscribe-form input {
      border-bottom: 1px solid
    }

      .subscribe-form input::-webkit-input-placeholder {
        color: #E7BE9C;
        color: var(--color-pale-rust);
        opacity: 1;
      }

      .subscribe-form input::-moz-placeholder {
        color: #E7BE9C;
        color: var(--color-pale-rust);
        opacity: 1;
      }

      .subscribe-form input:-ms-input-placeholder {
        color: #E7BE9C;
        color: var(--color-pale-rust);
        opacity: 1;
      }

      .subscribe-form input::-ms-input-placeholder {
        color: #E7BE9C;
        color: var(--color-pale-rust);
        opacity: 1;
      }

      .subscribe-form input::placeholder {
        color: #E7BE9C;
        color: var(--color-pale-rust);
        opacity: 1;
      }

    .subscribe-form button {
      margin-top: 1em;
    }
  }

@media (min-width: 1024px) {

.subscribe-form {
    border-bottom: 1px solid;
}
      .subscribe-form input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
      }
      .subscribe-form input::-moz-placeholder {
        color: #fff;
        opacity: 1;
      }
      .subscribe-form input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
      }
      .subscribe-form input::-ms-input-placeholder {
        color: #fff;
        opacity: 1;
      }
      .subscribe-form input::placeholder {
        color: #fff;
        opacity: 1;
      }
  }

.table-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 1023px) {

.table-tools {
    font-weight: 400;
    font-size: 14px;
    font-size: var(--font-size-small-sm);
    line-height: 19px;
    line-height: var(--font-lh-small-sm);
    margin-bottom: 17px;
    margin-bottom: var(--margin-1-sm)
}
  }

@media (min-width: 1024px) {

.table-tools {
    margin-bottom: 44px;
    margin-bottom: var(--margin-2)
}
  }

.table-tools__label {
  margin-right: 0.5em;
}

.table-tools__single {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #E7BE9C;
  color: var(--color-pale-rust);
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms
}

.table-tools__single.is-active,
  .table-tools__single:hover {
    color: #D07D39;
    color: var(--color-rust);
  }

.table-tools__single.is-active svg, .table-tools__single:hover svg {
      fill: #D07D39;
      fill: var(--color-rust);
    }

.table-tools__single[data-sort-order="asc"] .icon svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
    }

.table-tools__single + .table-tools__single {
    margin-left: 0.5em;
  }

.table-tools__single svg {
    width: 11px;
    height: 11px;
    fill: #E7BE9C;
    fill: var(--color-pale-rust);
    -webkit-transition: fill 350ms;
    -o-transition: fill 350ms;
    transition: fill 350ms
  }

@media (min-width: 1024px) {

  .table-tools__single svg {
      width: 1.3125rem;
      height: 1.3125rem
  }
    }

.table-tools__single .icon {
    margin-left: 0.25em;
  }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-anchor: none;
}

.is-locked {
  overflow-y: hidden;
}

.site {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@media (max-width: 1023px) {

.container {
    padding: 0 17px;
    padding: 0 var(--margin-1-sm)
}
  }

@media (min-width: 1024px) {

.container {
    padding: 0 26px;
    padding: 0 var(--margin-1)
}
  }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.site-header svg {
    fill: #fff;
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
  }

html:not(.is-nav-active):not(.is-lightbox-active) [data-scroll-dir="down"] .site-header {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

.is-scrolled:not(.is-nav-active) .site-header svg, html:not(.is-nav-active) body:not(.has-header-background) .site-header svg {
      fill: #D07D39;
      fill: var(--color-rust);
    }

.site-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0;
  padding: var(--gutter-sm) 0
}

@media (min-width: 1024px) {

.site-header__wrap {
    padding: 20px 0;
    padding: var(--gutter-lg) 0
}
  }

.site-icon {
  pointer-events: all;
}

.site-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

@media (max-width: 1023px) {

.site-icon {
    width: 38px;
    height: 60px;
    padding: 10px 10px 0;
    margin: -10px 0 0 -10px
}
  }

@media (min-width: 1024px) {

.site-icon {
    width: 28px;
    height: 81px
}
  }

.nav-button {
  position: relative;
  pointer-events: all
}

.nav-button > * {
    position: absolute;
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
  }

@media (max-width: 1023px) {

.nav-button {
    margin: -10px -10px 0 0;
    width: 41px;
    height: 39px;
    padding: 10px
}

    .nav-button > * {
      width: 21px;
      height: 19px;
      top: 10px;
      left: 10px;
    }
  }

@media (min-width: 1024px) {

.nav-button {
    width: 30px;
    height: 26px
}

    .nav-button > * {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

.when-active {
  opacity: 0;
  pointer-events: none
}

@media (max-width: 1023px) {
    .when-active svg {
      width: 19px;
      height: 19px;
      display: block;
      margin-left: 1px;
    }
  }

.when-inactive {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}

.is-nav-active .when-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms;
  }

.is-nav-active .when-inactive {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms;
  }

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  color: #fff;
  background-color: #D07D39;
  background-color: var(--color-rust);
  padding: calc(84px + 8px) 0 17px;
  padding: calc(var(--header-height-sm) + 8px) 0 var(--gutter-sm);
  height: 100%;
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  transition: all 750ms;
  overflow-y: auto;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}

.site-nav a, .site-nav button {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms
  }

.site-nav a.is-active,
    .site-nav a:hover,
    .site-nav button.is-active,
    .site-nav button:hover {
      color: #E7BE9C;
      color: var(--color-pale-rust);
    }

@media (max-width: 1023px) {

.site-nav {
    opacity: 0;
}

    .is-nav-active .site-nav {
      opacity: 1;
      pointer-events: all;
    }
  }

@media (min-width: 1024px) {

.site-nav {
    padding: 20px 0;
    padding: var(--gutter-lg) 0;
    height: 20.375rem;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

    .is-nav-active .site-nav {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: all;
    }
  }

.site-nav-shroud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 89;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background-color: #D07D39;
  background-color: var(--color-rust);
}

.is-nav-active .site-nav-shroud {
    opacity: 0.5;
    pointer-events: all;
  }

@media (max-width: 1023px) {

.site-nav__primary {
    font-size: 35px;
    font-size: var(--font-size-h2-sm);
    line-height: 37px;
    line-height: var(--font-lh-h2-sm)
}
  }

@media (max-width: 1023px) {

.site-nav__secondary {
    margin-top: 17px;
    margin-top: var(--margin-1-sm);
    font-size: 20px;
    font-size: var(--font-size-body-sm);
    line-height: 25px;
    line-height: var(--font-lh-body-sm);
    font-weight: 300
}
  }

.site-footer {
  margin-top: 200px;
  margin-top: var(--margin-5-sm);
  background-color: #D07D39;
  background-color: var(--color-rust);
  color: #fff
}

@media (min-width: 1024px) {

.site-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 480px;
    margin-top: 290px;
    margin-top: var(--margin-5)
}
  }

.site-footer__cta,
.site-footer__details {
  width: 100%
}

@media (min-width: 1024px) {

.site-footer__cta,
.site-footer__details {
    width: 50%
}
  }

.site-footer__cta {
  position: relative
}

@media (max-width: 1023px) {

.site-footer__cta {
    height: 250px;
    display: block
}
  }

.site-footer__cta img {
    opacity: 0.75;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    mix-blend-mode: multiply;
  }

@media (hover: hover) {
      .site-footer__cta:hover .site-footer__cta-overlay {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
      }
  }

.site-footer__cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 500ms cubic-bezier(.4,0,.2,1), -webkit-transform 500ms cubic-bezier(.4,0,.2,1);
  transition: transform 500ms var(--ease), -webkit-transform 500ms var(--ease)
}

@media (max-width: 1023px) {

.site-footer__cta-overlay {
    padding: 17px;
    padding: var(--margin-1-sm)
}
  }

@media (min-width: 1024px) {

.site-footer__cta-overlay {
    padding: 26px;
    padding: var(--margin-1);
    padding-top: calc(26px + 5px);
    padding-top: calc(var(--margin-1) + 5px)
}
  }

.site-footer__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between
}

@media (max-width: 1023px) {

.site-footer__details {
    padding: 17px;
    padding: var(--margin-1-sm)
}
  }

@media (min-width: 1024px) {

.site-footer__details {
    padding: 26px;
    padding: var(--margin-1)
}
  }

.site-footer__details button, .site-footer__details a {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms
  }

.site-footer__details button:hover, .site-footer__details a:hover {
      color: #E7BE9C;
      color: var(--color-pale-rust);
    }

.site-footer__btt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer__btt .icon svg {
    display: block;
    width: 10px;
    height: 6px;
  }

.site-footer__btt .icon {
    margin-right: 5px;
  }

.site-footer__text p + p {
    margin-top: 1em;
  }

.site-footer__text strong, 
  .site-footer__text b {
    font-weight: normal;
    color: #E7BE9C;
    color: var(--color-pale-rust);
  }

.t-color-pale-rust {
  color: #E7BE9C;
  color: var(--color-pale-rust);
}

.t-color-rust {
  color: #D07D39;
  color: var(--color-rust);
}

.t-color-white {
  color: #fff;
}

.page-intro {
  position: relative;
  height: 100vh;
  height: calc(100vh - 0.01px);
  height: calc(100vh - var(--ios-gap));
  color: #fff;
}

.page-intro__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-intro,
.page-intro__slide {
  background-color: #65360F;
  background-color: var(--color-dark-rust);
}

.page-intro img, .page-intro__slide img {
    opacity: 0.8;
  }

.page-intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {

.page-intro__slide-text {
    padding: 0 46px
}
  }

@media (min-width: 1024px) {

.page-intro__slide-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 52px;
    height: var(--font-lh-h2-lg)
}
  }

/* .page-intro__slide-counter {
  margin-top: 0.5em;

  @media (--lg) {
    display: none;
  }
} */

.page-intro__proceed {
  position: absolute;
  bottom: 17px;
  bottom: var(--margin-1-sm);
  left: 0;
  width: 100%;
  z-index: 10
}

@media (min-width: 1024px) {

.page-intro__proceed {
    bottom: 26px;
    bottom: var(--margin-1)
}
  }

.page-intro__return {
  position: absolute;
  top: calc(84px + 1em);
  top: calc(var(--header-height-sm) + 1em);
  left: 0;
  width: 100%
}

@media (min-width: 1024px) {

.page-intro__return {
    top: calc(105px - 1em);
    top: calc(var(--header-height) - 1em)
}
  }

.proceed {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}

.proceed-icon {
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 17px
}

@media (min-width: 1024px) {

.proceed-icon {
    width: 36px;
    height: 38px;
    margin-right: 10px
}
  }

.proceed-icon svg {
    fill: #fff;
  }

.page-intro__slideshow {
  height: 100%;
}

.page-intro__button {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 17px;
  padding: 0 var(--gutter-sm);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center
}

@media (min-width: 1024px) {

.page-intro__button {
    padding: 0 20px;
    padding: 0 var(--gutter-lg)
}
  }

.page-intro__button svg {
    width: 29px;
    height: 29px;
    fill: #fff
  }

@media (min-width: 1024px) {

  .page-intro__button svg {
      width: 38px;
      height: 36px
  }
    }

.page-intro__button--prev {
  left: 0;
}

.page-intro__button--next {
  right: 0;
}

.return-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.return-link .icon svg {
    display: block;
    width: 6px;
    height: 10px;
  }

.return-link .icon {
    margin-right: 10px;
  }

.page-intro__counter {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none
}

@media (max-width: 1023px) {

.page-intro__counter {
    display: none
}
  }

.page-intro__counter-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.05769230769em;
}

.page-lead {
  margin-top: 84px;
  margin-top: var(--header-height-sm);
  margin-bottom: 33px;
  margin-bottom: var(--margin-2-sm)
}

@media (min-width: 1024px) {

.page-lead {
    margin-top: 105px;
    margin-top: var(--header-height);
    margin-bottom: 166px;
    margin-bottom: var(--margin-4)
}
  }

@media (max-width: 1023px) {

.page-lead__marker {
    padding-top: 1em;
    margin-bottom: 17px;
    margin-bottom: var(--gutter-sm)
}
  }

@media (min-width: 1024px) {

.page-lead__marker {
    margin-top: -1em;
    margin-bottom: 20px;
    margin-bottom: var(--gutter-lg)
}
  }

.page-section {
  margin: 64px 0;
  margin: var(--margin-3-sm) 0
}

@media (min-width: 1024px) {

.page-section {
    margin: 85px 0;
    margin: var(--margin-3) 0
}
  }

.page-section:last-child {
    margin-bottom: 0;
  }

@media (max-width: 1023px) {

.page-section__image {
    margin-top: 33px;
    margin-top: var(--margin-2-sm)
}
  }

.page-subtitle {
  margin: 120px 0;
  margin: var(--margin-4-sm) 0
}

@media (min-width: 1024px) {

.page-subtitle {
    margin: 290px 0;
    margin: var(--margin-5) 0
}
  }

@media (max-width: 1023px) {

.project-lead {
    padding: 84px 17px 0;
    padding: var(--header-height-sm) var(--gutter-sm) 0
}
  }

@media (min-width: 1024px) {

.project-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}
  }

@media (min-width: 1024px) {

.project-lead__text {
    width: 50%;
    margin-right: calc(20px * 0.5);
    margin-right: calc(var(--gutter-lg) * 0.5);
    padding-left: 26px;
    padding-left: var(--margin-1);
    padding-top: calc(105px + 20px + 44px);
    padding-top: calc(var(--header-height) + var(--gutter-lg) + var(--margin-2))
}
  }

@media (max-width: 1023px) {

.project-lead__image {
    margin-top: 33px;
    margin-top: var(--margin-2-sm);
}

    .project-lead__image img {
      display: block;
    }
  }

@media (min-width: 1024px) {

.project-lead__image {
    position: relative;
    width: 50%;
    margin-left: calc(20px * 0.5);
    margin-left: calc(var(--gutter-lg) * 0.5)
}
  }

@media (min-width: 1024px) {

.project-lead__image-fig  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
  }

.project-details {
  margin-top: 33px;
  margin-top: var(--margin-2-sm);
  margin-bottom: 33px;
  margin-bottom: var(--margin-2-sm)
}

@media (min-width: 1024px) {

.project-details {
    margin-top: 44px;
    margin-top: var(--margin-2);
    margin-bottom: 44px;
    margin-bottom: var(--margin-2)
}
  }

@media (max-width: 1023px) {

.project-details__column {
    margin-top: 17px;
    margin-top: var(--margin-1-sm)
}
  }

.contact-group:not(:last-child) {
  margin-bottom: 33px;
  margin-bottom: var(--margin-2-sm)
}

@media (min-width: 1024px) {

.contact-group:not(:last-child) {
    margin-bottom: 44px;
    margin-bottom: var(--margin-2)
}
  }

.contact-group {
  word-break: break-all;
}

.contact-group a {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms
  }

.contact-group a:hover {
      color: #E7BE9C;
      color: var(--color-pale-rust);
    }

.contact-group__secondary {
  display: block
}

@media (max-width: 1023px) {
    .contact-group__secondary:not(:last-child) {
      margin-bottom: 1em;
    }
  }

@media (max-width: 1023px) {

.contact-group__secondary-label {
    display: block
}
  }

.map {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.map__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {

.map-wrapper {
    margin-top: 64px;
    margin-top: var(--margin-3-sm)
}
  }

.news-hero {
  display: block;
  width: 100%;
  height: auto
}

@media (min-width: 1024px) {

.news-hero {
    width: auto;
    height: 573px
}
  }

.news-archive-title {
  margin: 33px 0 17px;
  margin: var(--margin-2-sm) 0 var(--margin-1-sm)
}

@media (min-width: 1024px) {

.news-archive-title {
    margin: 44px 0;
    margin: var(--margin-2) 0
}
  }

.home-intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #65360F;
  background-color: var(--color-dark-rust);
}

.home-intro img {
    opacity: 0.8;
  }

.home-intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  padding: 17px 17px;
  padding: var(--gutter-sm) var(--margin-1-sm)
}

@media (min-width: 1024px) {

.home-intro__overlay {
    padding: 20px 26px;
    padding: var(--gutter-lg) var(--margin-1)
} 
  }

.home-intro__text {
  max-width: 37em;
  width: 100%;
  opacity: 0;
}

.home-intro__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 17px;
  padding: var(--gutter-sm) var(--margin-1-sm);
  opacity: 0;
}

.home-intro__header svg {
    display: block;
    height: 50px
  }

.home-intro__header svg:nth-child(2) {
      margin-left: -2%;
    }

@media (min-width: 1024px) {

.home-intro__header {
    padding: 20px 26px;
    padding: var(--gutter-lg) var(--margin-1);
}

    .home-intro__header svg {
      height: 80px;
    }
  }

.awards-table {
  overflow: hidden;
}

@media (max-width: 1023px) {

.awards-table-wrapper {
    margin-top: 64px;
    margin-top: var(--margin-3-sm)
}
  }

@media (min-width: 1024px) {

.awards-table__award {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    margin-right: calc(20px * -0.5);  
    margin-right: calc(var(--gutter-lg) * -0.5);
    margin-left: calc(20px * -0.5);
    margin-left: calc(var(--gutter-lg) * -0.5)
}

    .awards-table__award > * {
      padding-right: calc(20px * 0.5);
      padding-right: calc(var(--gutter-lg) * 0.5);
      padding-left: calc(20px * 0.5);
      padding-left: calc(var(--gutter-lg) * 0.5);
    }
  }

@media (min-width: 1024px) {

.award-title {
    width: 77.77777778%
}
  }

@media (min-width: 1024px) {

.award-year {
    width: 22.22222222%
}
  }

@media (max-width: 1023px) {

.awards-table__header {
    display: none
}
  }

.awards-table__row {
  padding: 17px 0 33px;
  padding: var(--margin-1-sm) 0 var(--margin-2-sm);
  border-bottom: 1px solid
}

.awards-table__row.awards-table__row--collapsed {
    padding: 26px 0;
    padding: var(--margin-1) 0;
  }

.awards-table__row.awards-table__row--collapsed .awards-table__project-link {
      display: none;
    }

@media (max-width: 1023px) {
    .awards-table__row:first-child {
      border-top: 1px solid;
    }
  }

@media (min-width: 1024px) {

.awards-table__row {
    padding: 26px 0 85px;
    padding: var(--margin-1) 0 var(--margin-3)
}

    .awards-table__row:first-child {
      padding-top: 0;
    }
  }

.awards-table__awards {
  line-height: 1.52
}

@media (max-width: 1023px) {

.awards-table__awards {
    font-weight: 400;
    font-size: 14px;
    font-size: var(--font-size-small-sm);
    line-height: 19px;
    line-height: var(--font-lh-small-sm);
    margin-top: 1em
}
  }

@media (max-width: 1023px) {

.awards-table__award {
    display: block
}

    .awards-table__award + .awards-table__award {
      margin-top: 5px;
    }
  }

@media (max-width: 1023px) {
    .team-members li + li {
      margin-top: 1em;
    }
  }

@media (max-width: 1023px) {

.team-members__tenure {
    display: block
}
  }
/*# sourceMappingURL=app.css.map */
