/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-RegularItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Black.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal-Regular.otf") format("opentype"), url("../fonts/Radikal-Regular.ttf") format("truetype");
  font-weight: 400; /* Normal weight */
  font-style: normal;
}
/* Thin */
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal-Thin.otf") format("opentype"), url("../fonts/Radikal-Thin.ttf") format("truetype");
  font-weight: 100; /* Thin weight */
  font-style: normal;
}
/* Light */
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal-Light.otf") format("opentype"), url("../fonts/Radikal-Light.ttf") format("truetype");
  font-weight: 300; /* Light weight */
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal-Bold.otf") format("opentype"), url("../fonts/Radikal-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: normal;
}
/*****
  Now import the things that do output stuff
*****/
/*! 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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("tiny_mobile": 320px, "mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1100px, "smaller_desktop": 1200px, "plan_desktop": 1240px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFBF4;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 399px) {
  .padded-inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 400px) and (max-width: 1399px) {
  .padded-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .padded-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 399px) {
  .padded, .padded-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 400px) and (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

body {
  font-family: "Radikal", sans-serif;
  font-weight: 300;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 18px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Radikal", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  letter-spacing: 0.03em;
}
h1, .h1 {
  font-size: 50px;
}
@media screen and (min-width: 400px) {
  h1, .h1 {
    font-size: calc(50px + 35 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  h1, .h1 {
    font-size: 85px;
  }
}

h2, .h2 {
  letter-spacing: 0.03em;
}
h2, .h2 {
  font-size: 39px;
}
@media screen and (min-width: 400px) {
  h2, .h2 {
    font-size: calc(39px + 11 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
  letter-spacing: 0.03em;
}

h4, .h4 {
  font-size: 32px;
  letter-spacing: 0.03em;
}

h5, .h5 {
  font-size: 26px;
}

h6, .h6 {
  font-size: 18px;
}

.h2-underline {
  position: relative;
  /*
  display: inline;
  background-image: linear-gradient($mint, $mint);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  */
  text-decoration: underline;
  text-decoration-color: #97E4D4; /* Underline colour */
  text-underline-offset: 12px; /* Spacing between the text and the underline */
}

.nice-type h1, .nice-type h2, .nice-type h3, .nice-type h4, .nice-type h5, .nice-type h6 {
  margin-top: 1.5em;
}
.nice-type h1 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h2 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h3 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h4 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h5 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h6 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0.5em;
  margin-top: 2em;
}
.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}
.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}
.nice-type h1 a, .nice-type h2 a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  color: #1b8be0;
  text-decoration: underline;
}
.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: none;
}
.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 700;
}
.nice-type pre {
  overflow: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}
.nice-type pre code {
  font-size: 90%;
}
.nice-type details {
  padding: 1em 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}
.nice-type [class*=wp-image] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nice-type .blockquote {
  margin-top: 4.9em;
}
.nice-type > *:first-child {
  margin-top: 0;
}
.nice-type > *:last-child {
  margin-bottom: 0;
}

table {
  border: 1px solid #FFFBF4;
  border-collapse: collapse;
  font-size: 90%;
  line-height: 1.4;
  width: 100%;
}
table th {
  text-align: left;
  font-weight: 700;
  background: #F5F5F5;
}
table th,
table td {
  border: 1px solid #FFFBF4;
  padding: 8px 20px 8px 11px;
  vertical-align: top;
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a {
  text-decoration: underline;
}
article p a:hover {
  text-decoration: none;
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

@media (max-width: 899px) {
  .nice-type p {
    font-size: 16px;
  }
}

.button {
  background: #ccc;
  display: inline-block;
  padding: 5px 15px;
  white-space: nowrap;
}

.button-light {
  background: #eee;
  color: #000000;
  display: inline-block;
  padding: 5px 15px;
  white-space: nowrap;
}

.wpcf7-submit {
  background-color: #97E4D4;
  color: #ffffff;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1199px) {
  .wpcf7-submit {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 14px 10px;
    min-width: 120px;
  }
}
@media (min-width: 1200px) {
  .wpcf7-submit {
    font-size: 20px;
    line-height: 22px;
    padding: 15px 24px 13px;
    min-width: 147px;
  }
}
.wpcf7-submit:hover {
  background-color: #6fd9c3;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  padding: 11px 18px 12px 18px;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:focus {
  outline: 0;
  border-color: #97E4D4;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form {
  width: 100%;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form p label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wpcf7-form p label + br {
  display: none;
}
.wpcf7-form p:nth-of-type(n+2) {
  margin-top: 18px;
}
.wpcf7-form textarea {
  resize: vertical;
  height: 220px;
}

@media (max-width: 499px) {
  body {
    padding-top: 70px;
  }
  .site-header {
    height: 70px;
  }
}
@media (min-width: 500px) {
  body {
    padding-top: 70px;
  }
  .site-header {
    height: 70px;
  }
}
.site-header {
  background-color: #5A695D;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .padded, .site-header .padded-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
.site-header .header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .header-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .header-socials svg {
  width: 30px;
}
.site-header .header-socials svg * {
  fill: #ffffff;
}

.site-header-logo {
  position: relative;
  z-index: 120;
}
.site-header-logo img {
  display: block;
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header-nav a {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05em;
}
.site-header-nav .current-menu-item a {
  color: #97E4D4;
  position: relative;
}
@media (min-width: 900px) {
  .site-header-nav .current-menu-item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #97E4D4;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}

@media (max-width: 899px) {
  .site-header-logo img {
    width: 145px;
  }
  .site-menu-toggle {
    position: relative;
    z-index: 120;
    margin-right: -5px;
  }
  .site-menu-toggle .hamburger-box {
    display: block;
  }
  .site-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 100;
    background-color: #5A695D;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
    transition: opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
    transition: transform 0.01s ease 0.41s, opacity 0.4s ease;
    transition: transform 0.01s ease 0.41s, opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
  }
  body.use-ios-offset .site-header-nav {
    height: calc(100vh - var(--vh-offset));
  }
  .site-header-nav #tour_btn_mobile {
    padding-left: 40px;
    position: absolute;
    bottom: 20px;
  }
  html[data-nav-state=open] .site-header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
    transition: opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
    transition: transform 0.01s ease, opacity 0.4s ease 0.02s;
    transition: transform 0.01s ease, opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
  }
  .site-header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    padding-bottom: 10px !important;
  }
  .site-header-nav ul {
    padding-top: 100px;
  }
}
@media screen and (max-width: 899px) and (min-width: 320px) {
  .site-header-nav ul {
    padding-top: calc(100px + 42 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav ul {
    padding-top: 142px;
  }
}
@media (max-width: 899px) {
  .site-header-nav li:nth-child(n+2) {
    border-top: 5px solid #97E4D4;
    margin-top: 21px;
    padding-top: 20px;
  }
  .site-header-nav li:nth-child(n+2) {
    margin-top: 11px;
  }
}
@media screen and (max-width: 899px) and (min-width: 320px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: calc(11px + 10 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: 21px;
  }
}
@media (max-width: 899px) {
  .site-header-nav li:nth-child(n+2) {
    padding-top: 11px;
  }
}
@media screen and (max-width: 899px) and (min-width: 320px) {
  .site-header-nav li:nth-child(n+2) {
    padding-top: calc(11px + 9 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav li:nth-child(n+2) {
    padding-top: 20px;
  }
}
@media (max-width: 899px) {
  .site-header-nav a {
    padding: 8px 0;
  }
  .site-header-nav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 899px) and (min-width: 320px) {
  .site-header-nav a {
    font-size: calc(18px + 4 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav a {
    font-size: 22px;
  }
}
@media (max-width: 899px) {
  .header-socials svg {
    width: 40px !important;
  }
}
@media (min-width: 900px) {
  .site-menu-toggle {
    display: none;
  }
  .site-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header-nav li:last-child a {
    background-color: #97E4D4;
    color: #ffffff;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 300;
    font-size: 14px !important;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .site-header-nav li:last-child a {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 14px 10px;
    min-width: 120px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  .site-header-nav li:last-child a {
    font-size: 20px;
    line-height: 22px;
    padding: 15px 24px 13px;
    min-width: 147px;
  }
}
@media (min-width: 900px) {
  .site-header-nav li:last-child a:hover {
    background-color: #6fd9c3;
  }
  .site-header-nav #tour_btn_mobile {
    display: none;
  }
  .header-socials {
    margin-left: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .site-header-logo img {
    width: 160px;
  }
  .site-header-nav li:nth-child(n+2) {
    margin-left: 30px;
  }
  .site-header-nav a {
    font-size: 14px;
    padding: 8px 0 5px;
  }
}
@media (min-width: 1200px) {
  .site-header-logo img {
    width: 186px;
  }
  .site-header-nav li:nth-child(n+2) {
    margin-left: 30px;
  }
  .site-header-nav a {
    font-size: 14px;
  }
}
.site-footer {
  background-color: #5A695D;
  padding-top: 72px;
  padding-bottom: 80px;
  color: #ffffff;
}
.site-footer .wrapper, .site-footer .padded-wrapper {
  max-width: 474px;
}

.site-footer-title {
  text-align: center;
}

.site-footer-form {
  margin-top: 44px;
}
.site-footer-form * {
  font-weight: 300 !important; /* Sets the font weight for the form text */
}
.site-footer-form input::-webkit-input-placeholder, .site-footer-form textarea::-webkit-input-placeholder {
  font-weight: 300 !important; /* Sets the font weight for the placeholder text */
}
.site-footer-form input::-moz-placeholder, .site-footer-form textarea::-moz-placeholder {
  font-weight: 300 !important; /* Sets the font weight for the placeholder text */
}
.site-footer-form input:-ms-input-placeholder, .site-footer-form textarea:-ms-input-placeholder {
  font-weight: 300 !important; /* Sets the font weight for the placeholder text */
}
.site-footer-form input::-ms-input-placeholder, .site-footer-form textarea::-ms-input-placeholder {
  font-weight: 300 !important; /* Sets the font weight for the placeholder text */
}
.site-footer-form input::placeholder,
.site-footer-form textarea::placeholder {
  font-weight: 300 !important; /* Sets the font weight for the placeholder text */
}
.site-footer-form input[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.site-footer-form textarea {
  height: 160px;
  margin-bottom: 40px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}
.footer-socials a {
  line-height: 32px;
}
.footer-socials svg {
  width: 30px;
  margin-right: 15px;
}
.footer-socials svg * {
  fill: #ffffff;
}

.contact-footer-right .left p:nth-of-type(2) {
  margin-top: 37px;
}

.load-more-wrapper {
  text-align: center;
}
@media (max-width: 599px) {
  .load-more-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .load-more-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .load-more-wrapper {
    margin-top: 102px;
    margin-bottom: 102px;
  }
}
@media (min-width: 1000px) {
  .load-more-wrapper {
    margin-top: 122px;
    margin-bottom: 122px;
  }
}
.load-more-wrapper .js-load-more svg {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.load-more-wrapper .js-load-more.loading svg {
  display: block;
}

.blockquote {
  margin: 0;
  padding: 0;
}

[data-accordion-item] {
  border-bottom: 1px solid red;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}
[data-accordion-item-toggle] h3 {
  position: relative;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}
[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: "";
  display: block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
[data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[data-accordion-item=open] [data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

[data-accordion-item-content] {
  display: none;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
@media (min-width: 1000px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-bottom: 17px;
  }
  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 34px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
.ajax-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  left: 100vw;
  -webkit-transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  z-index: 500;
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.ajax-window.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
}
.ajax-window .ajax-window-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.ajax-window.temp-hide .ajax-window-content {
  opacity: 0;
}

.ajax-window-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-ajax-close] {
  cursor: pointer;
  width: 23px;
  height: 23px;
  fill: #000000;
}
[data-ajax-close]:hover {
  fill: #000000;
}

.ajax-window-top-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  position: absolute;
  top: 32px;
  right: 31px;
  z-index: 520;
}

.ajax-window-bottom-close-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .ajax-window-inner {
    padding: 80px 0 40px;
  }
  .ajax-window-bottom-close {
    margin-top: 50px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 40px;
  }
}
@media (min-width: 700px) {
  .ajax-window-inner {
    padding: 80px 0;
  }
  .ajax-window-bottom-close {
    margin-top: 71px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 63px;
  }
}
.page-header {
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.page-header.has-image {
  height: 100vmin;
}
body.is-local .page-header.has-image {
  max-height: 855px;
}
@media (orientation: portrait) {
  .page-header.has-image {
    height: 130vmin;
    max-height: 100vh;
  }
}
.page-header.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.83));
  z-index: 15;
}
.page-header.has-image {
  padding-bottom: 45px;
}
@media screen and (min-width: 400px) {
  .page-header.has-image {
    padding-bottom: calc(45px + 57 * (100vw - 400px) / 1000);
  }
}
@media screen and (min-width: 1400px) {
  .page-header.has-image {
    padding-bottom: 102px;
  }
}
.page-header.has-image.for-press {
  padding-bottom: 45px;
}
@media screen and (min-width: 400px) {
  .page-header.has-image.for-press {
    padding-bottom: calc(45px + 4 * (100vw - 400px) / 1000);
  }
}
@media screen and (min-width: 1400px) {
  .page-header.has-image.for-press {
    padding-bottom: 49px;
  }
}

.page-header.no-image {
  height: 50vw;
  max-height: 564px;
}
@media (orientation: portrait) {
  .page-header.no-image {
    height: auto;
  }
  .page-header.no-image {
    padding-top: 150px;
  }
}
@media screen and (orientation: portrait) and (min-width: 400px) {
  .page-header.no-image {
    padding-top: calc(150px + 50 * (100vw - 400px) / 1000);
  }
}
@media screen and (orientation: portrait) and (min-width: 1400px) {
  .page-header.no-image {
    padding-top: 200px;
  }
}
.page-header.no-image {
  padding-bottom: 30px;
}
@media screen and (min-width: 400px) {
  .page-header.no-image {
    padding-bottom: calc(30px + 20 * (100vw - 400px) / 1000);
  }
}
@media screen and (min-width: 1400px) {
  .page-header.no-image {
    padding-bottom: 50px;
  }
}

.page-header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: 10;
}

.page-header-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-header-wrapper.wrapper, .page-header-wrapper.padded-wrapper {
  position: relative;
  z-index: 30;
}

.page-header-title {
  line-height: 1;
  width: 100%;
}
.page-header-title.larger-title {
  font-weight: 400;
  line-height: 0.8;
}
.page-header-title.larger-title {
  font-size: 60px;
}
@media screen and (min-width: 400px) {
  .page-header-title.larger-title {
    font-size: calc(60px + 60 * (100vw - 400px) / 1000);
  }
}
@media screen and (min-width: 1400px) {
  .page-header-title.larger-title {
    font-size: 120px;
  }
}
.page-header-title.medium-title {
  font-weight: 400;
  max-width: calc(900px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
}
.page-header-title.medium-title {
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  .page-header-title.medium-title {
    font-size: calc(40px + 20 * (100vw - 400px) / 1000);
  }
}
@media screen and (min-width: 1400px) {
  .page-header-title.medium-title {
    font-size: 60px;
  }
}

.page-header.centered .page-header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-header.for-press .press-item-type {
  margin-bottom: 1.15em;
}
.page-header.for-press .press-item-citation {
  margin-top: 1em;
}
.page-header.for-press.no-image .press-item-type {
  background: #ffffff;
  color: #1b8be0;
}

@media (max-width: 799px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-header.has-button .button-light {
    margin-top: 2em;
  }
}
@media (min-width: 800px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-header.has-button .button-light {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.content-section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.content-section-media img {
  display: block;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .content-section-media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.content-section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFBF4;
}

.content-section-text-inner {
  width: 100%;
}
.content-section-text-inner .nice-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-section-text-inner .nice-type .content-section-icon {
  width: 105px;
}
.content-section-text-inner .nice-type .content-section-icon + .content-section-title {
  margin-top: 0.83em;
}
.content-section-text-inner .nice-type .content-section-title {
  margin-top: 0;
  margin-bottom: 0.56em;
  font-size: 42px;
}
.content-section-text-inner .nice-type .content-section-body {
  margin-top: 0.1em;
}
.content-section-text-inner .wpcf7 {
  margin-top: -3px;
}

@media (max-width: 799px) {
  .content-section-media {
    width: 100%;
  }
  .content-section-text {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .content-section.content-image-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 799px) {
  .content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 800px) {
  .content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-section-media {
    width: 50%;
  }
  .content-section-text {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-section-text-inner {
    max-width: 474px;
  }
  .content-section.content-text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.hero-slider .slide {
  width: 100%;
  min-height: 70vh; /* Ensures the slide takes up at least the full viewport height */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centers content vertically */
  position: relative;
  padding: 80px 40px;
}
@media (max-width: 599px) {
  .hero-slider .slide {
    padding: 80px 50px;
  }
}
.hero-slider .slide h1 {
  position: relative;
}
@media (max-width: 599px) {
  .hero-slider .slide h1 {
    text-align: center;
  }
}
.hero-slider .slide h1 p {
  margin: 0;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.58)), to(rgba(255, 255, 255, 0.58)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58));
  z-index: 9;
  border-radius: 100%;
}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hero-slider .slick-prev {
  left: 10px;
}
.hero-slider .slick-prev:before {
  font-family: "Dashicons";
  content: "\f341"; /* Unicode for dashicons-arrow-left-alt2 */
  font-size: 20px; /* Adjust size as needed */
  color: #000; /* Change color as needed */
  right: 1px;
}
.hero-slider .slick-next {
  right: 10px;
}
.hero-slider .slick-next:before {
  font-family: "Dashicons";
  content: "\f345"; /* Unicode for dashicons-arrow-right-alt2 */
  font-size: 20px; /* Adjust size as needed */
  color: #000; /* Change color as needed */
  left: 1px;
}
.hero-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -10px;
  width: 100%;
  padding: 0;
}
.hero-slider .slick-dots li {
  padding: 10px;
  position: relative;
  left: 25px;
}
.hero-slider .slick-dots li.slick-active::marker {
  color: #97E4D4;
}
.hero-slider .slick-dots button {
  display: none;
}
.hero-slider ::marker {
  cursor: pointer;
  position: absolute;
  left: 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.58);
}

.block-slider {
  width: 50%;
  position: relative;
}
.block-slider .slick-list,
.block-slider .slick-track {
  height: 100%;
}
.block-slider .slick-slide {
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image covers the container without stretching */
  -o-object-position: center;
     object-position: center; /* Optional: Centers the image if it's clipped */
}
@media (max-width: 799px) {
  .block-slider {
    height: 50vh;
    width: 100%;
  }
}
.block-slider .slick-prev,
.block-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.58)), to(rgba(255, 255, 255, 0.58)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58));
  z-index: 9;
  border-radius: 100%;
}
.block-slider .slick-prev:before,
.block-slider .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.block-slider .slick-prev {
  left: 10px;
}
.block-slider .slick-prev:before {
  font-family: "Dashicons";
  content: "\f341"; /* Unicode for dashicons-arrow-left-alt2 */
  font-size: 20px; /* Adjust size as needed */
  color: #000; /* Change color as needed */
  right: 1px;
}
.block-slider .slick-next {
  right: 10px;
}
.block-slider .slick-next:before {
  font-family: "Dashicons";
  content: "\f345"; /* Unicode for dashicons-arrow-right-alt2 */
  font-size: 20px; /* Adjust size as needed */
  color: #000; /* Change color as needed */
  left: 1px;
}
.block-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -10px;
  width: 100%;
  padding: 0;
}
.block-slider .slick-dots li {
  padding: 10px;
  position: relative;
  left: 25px;
}
.block-slider .slick-dots li.slick-active::marker {
  color: #97E4D4;
}
.block-slider .slick-dots button {
  display: none;
}
.block-slider ::marker {
  cursor: pointer;
  position: relative;
  left: 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.58);
}
.block-slider ::marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #97E4D4;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*****
  Larger groups of styles for larger parts
*****/
.home-header {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 16px solid #97E4D4;
  position: relative;
}
.home-header .arrow-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}
.home-header .arrow-wrapper svg {
  width: 50px;
}
.home-header #scrollButton {
  cursor: pointer;
}
.home-header .hero-slider .slide {
  min-height: calc(100vh - 70px);
}
@media (max-width: 599px) {
  .home-header .hero-slider .slide {
    height: 0 !important;
    min-height: 0 !important;
    padding-bottom: 11.25% !important;
  }
}
.home-header .padded, .home-header .padded-wrapper {
  padding-top: 36px;
}
@media screen and (min-width: 400px) {
  .home-header .padded, .home-header .padded-wrapper {
    padding-top: calc(36px + 59 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  .home-header .padded, .home-header .padded-wrapper {
    padding-top: 95px;
  }
}
.home-header .padded, .home-header .padded-wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 400px) {
  .home-header .padded, .home-header .padded-wrapper {
    padding-bottom: calc(50px + 45 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  .home-header .padded, .home-header .padded-wrapper {
    padding-bottom: 95px;
  }
}
@media (min-width: 600px) {
  .home-header .padded, .home-header .padded-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.home-header .wrapper, .home-header .padded-wrapper {
  position: relative;
}
.home-header h1 {
  z-index: 10;
  max-width: 845px;
  overflow: hidden;
  line-height: 1.15;
}
@media (max-width: 399px) {
  .home-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 599px) {
  .home-header h1 {
    position: relative;
  }
}
.home-header h1 span {
  position: relative;
  float: left;
  margin-bottom: 0.15em;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 400;
}
@media (max-width: 599px) {
  .home-header h1 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 600px) {
  .home-header h1 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.58)), to(rgba(255, 255, 255, 0.58)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58));
  }
}

.home-welcome {
  background-color: #5A695D;
  color: #ffffff;
}
.home-welcome .padded, .home-welcome .padded-wrapper {
  padding-top: 48px;
  padding-bottom: 73px;
}
.home-welcome .padded, .home-welcome .padded-wrapper {
  padding-top: 36px;
}
@media screen and (min-width: 400px) {
  .home-welcome .padded, .home-welcome .padded-wrapper {
    padding-top: calc(36px + 12 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  .home-welcome .padded, .home-welcome .padded-wrapper {
    padding-top: 48px;
  }
}
.home-welcome .padded, .home-welcome .padded-wrapper {
  padding-bottom: 36px;
}
@media screen and (min-width: 400px) {
  .home-welcome .padded, .home-welcome .padded-wrapper {
    padding-bottom: calc(36px + 37 * (100vw - 400px) / 900);
  }
}
@media screen and (min-width: 1300px) {
  .home-welcome .padded, .home-welcome .padded-wrapper {
    padding-bottom: 73px;
  }
}
.home-welcome .nice-type {
  max-width: 684px;
}

.building-highlights {
  background-color: #5A695D;
}
.building-highlights {
  padding-top: 57px;
}
@media screen and (min-width: 400px) {
  .building-highlights {
    padding-top: calc(57px + 7 * (100vw - 400px) / 600);
  }
}
@media screen and (min-width: 1000px) {
  .building-highlights {
    padding-top: 64px;
  }
}
.building-highlights {
  padding-bottom: 57px;
}
@media screen and (min-width: 400px) {
  .building-highlights {
    padding-bottom: calc(57px + 63 * (100vw - 400px) / 600);
  }
}
@media screen and (min-width: 1000px) {
  .building-highlights {
    padding-bottom: 120px;
  }
}
.building-highlights .wrapper, .building-highlights .padded-wrapper {
  max-width: 1100px;
}

.building-highlights-title {
  text-align: center;
}
.building-highlights-title .h2-underline {
  color: #ffffff;
}

.building-highlights-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.building-highlights-items {
  margin-top: 70px;
}
@media screen and (min-width: 400px) {
  .building-highlights-items {
    margin-top: calc(70px + 28 * (100vw - 400px) / 600);
  }
}
@media screen and (min-width: 1000px) {
  .building-highlights-items {
    margin-top: 98px;
  }
}

.building-highlights-item {
  text-align: center;
}
.building-highlights-item img {
  display: block;
}
.building-highlights-item p {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.15;
  color: #ffffff;
}

@media (max-width: 599px) {
  .building-highlights-item {
    width: 50%;
  }
  .building-highlights-item:nth-child(n+3) {
    margin-top: 67px;
  }
  .building-highlights-item img {
    margin: 0 auto 19px;
  }
  .building-highlights-item img {
    width: 75px;
  }
}
@media screen and (max-width: 599px) and (min-width: 400px) {
  .building-highlights-item img {
    width: calc(75px + 15 * (100vw - 400px) / 200);
  }
}
@media screen and (max-width: 599px) and (min-width: 600px) {
  .building-highlights-item img {
    width: 90px;
  }
}
@media (max-width: 599px) {
  .building-highlights-item p {
    max-width: 150px;
  }
  .building-highlights-item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) and (min-width: 400px) {
  .building-highlights-item p {
    font-size: calc(18px + 4 * (100vw - 400px) / 200);
  }
}
@media screen and (max-width: 599px) and (min-width: 600px) {
  .building-highlights-item p {
    font-size: 22px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .building-highlights-item {
    width: 33.33%;
  }
  .building-highlights-item:nth-child(n+4) {
    margin-top: 67px;
  }
  .building-highlights-item img {
    width: 90px;
    margin: 0 auto 19px;
  }
  .building-highlights-item p {
    font-size: 22px;
    max-width: 200px;
  }
}
@media (min-width: 1000px) {
  .building-highlights-item {
    width: 25%;
  }
  .building-highlights-item:nth-child(n+5) {
    margin-top: 67px;
  }
  .building-highlights-item img {
    width: 102px;
    margin: 0 auto 19px;
  }
  .building-highlights-item p {
    font-size: 16px;
    max-width: 170px;
  }
}
.availability-outer {
  padding-top: 50px;
}

.availability-header-tab-bar .availability-header-tab-bar-label {
  font-weight: 700;
}
.availability-header-tab-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.availability-header-tab-bar li {
  position: relative;
}
.availability-header-tab-bar li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(90, 105, 93, 0.5);
  z-index: -1;
}
.availability-header-tab-bar li:nth-child(n+2):after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #5A695D;
}
.availability-header-tab-bar li:last-child:hover:before {
  right: 0;
}
.availability-header-tab-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.availability-header-tab-bar li.active {
  background-color: #5A695D;
}
.availability-header-tab-bar li.active:before {
  right: -1px;
  background-color: #5A695D;
}
.availability-header-tab-bar li.active a {
  position: relative;
}
.availability-header-tab-bar li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #97E4D4 transparent transparent transparent;
}
.availability-header-tab-bar li:last-child:before {
  right: 0;
}

@media (max-width: 799px) {
  .availability-header {
    margin-bottom: 54px;
  }
  .availability-header-title {
    display: inline-block;
    border-bottom: 5px solid #97E4D4;
    padding-bottom: 0.3em;
    margin-bottom: 33px;
  }
  .availability-header-tab-bar .availability-header-tab-bar-label {
    display: block;
    margin-bottom: 20px;
  }
  .availability-header-tab-bar ul {
    width: 100%;
    border-bottom: 5px solid #97E4D4;
  }
  .availability-header-tab-bar li {
    width: 20%;
  }
  .availability-header-tab-bar li:nth-child(n+2):after {
    top: 7px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) {
  .availability-header-tab-bar li:nth-child(n+2):after {
    top: calc(7px + 5 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-header-tab-bar li:nth-child(n+2):after {
    top: 12px;
  }
}
@media (max-width: 799px) {
  .availability-header-tab-bar li:nth-child(n+2):after {
    bottom: 7px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) {
  .availability-header-tab-bar li:nth-child(n+2):after {
    bottom: calc(7px + 5 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-header-tab-bar li:nth-child(n+2):after {
    bottom: 12px;
  }
}
@media (max-width: 799px) {
  .availability-header-tab-bar a {
    width: 100%;
  }
  .availability-header-tab-bar a {
    height: 37px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) {
  .availability-header-tab-bar a {
    height: calc(37px + 20 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-header-tab-bar a {
    height: 57px;
  }
}
@media (max-width: 799px) {
  .availability-header-tab-bar a {
    font-size: 18px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) {
  .availability-header-tab-bar a {
    font-size: calc(18px + 8 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-header-tab-bar a {
    font-size: 26px;
  }
}
@media (max-width: 799px) {
  .availability-header-tab-bar li.active a:before {
    top: -14px;
    border-width: 10px 5px 0 5px;
    margin-left: -5px;
  }
}
@media (min-width: 800px) {
  .availability-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 5px solid #97E4D4;
    margin-bottom: 23px;
  }
  .availability-header-title {
    margin-bottom: 5px;
  }
  .availability-header-tab-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .availability-header-tab-bar .availability-header-tab-bar-label {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: 40px;
  }
  .availability-header-tab-bar li:nth-child(n+2):after {
    top: 12px;
    bottom: 12px;
  }
  .availability-header-tab-bar a {
    height: 58px;
  }
  .availability-header-tab-bar a {
    width: 70px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-header-tab-bar a {
    width: calc(70px + 42 * (100vw - 800px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1100px) {
  .availability-header-tab-bar a {
    width: 112px;
  }
}
@media (min-width: 800px) {
  .availability-header-tab-bar a {
    font-size: 26px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-header-tab-bar a {
    font-size: calc(26px + 9 * (100vw - 800px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1100px) {
  .availability-header-tab-bar a {
    font-size: 35px;
  }
}
@media (min-width: 800px) {
  .availability-header-tab-bar li.active a:before {
    top: -24px;
    border-width: 16px 9px 0 9px;
    margin-left: -8px;
  }
}
.availability-tab-item:nth-last-child(n+2) {
  display: none;
}

.availability-info-title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.availability-info-table * {
  border-color: #FFFBF4 !important;
}
.availability-info-table th,
.availability-info-table td {
  padding: 0;
  border: 2px solid #ffffff;
  letter-spacing: 0.05em;
}
.availability-info-table thead th {
  font-weight: 700;
  padding-bottom: 5px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}
.availability-info-table thead th:nth-child(2), .availability-info-table thead th:nth-child(3) {
  text-align: center;
}
.availability-info-table tbody .is-available td {
  background-color: #97E4D4;
}
.availability-info-table tbody .not-available td {
  background-color: rgba(90, 105, 93, 0.2);
}
.availability-info-table tbody td {
  color: #ffffff;
}
@media (max-width: 1099px) {
  .availability-info-table tbody td {
    padding: 11px 10px 10px 12px;
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .availability-info-table tbody td {
    padding: 3px 10px 4px 10px;
    font-size: 20px;
  }
}
.availability-info-table tbody td:nth-child(1) {
  font-weight: 700;
  width: 116px;
}
.availability-info-table tbody td:nth-child(2) {
  width: 60px;
  text-align: center;
}
.availability-info-table tbody td:nth-child(3) {
  width: 80px;
  text-align: center;
}
.availability-info-table tbody td:nth-child(3) svg {
  width: 17px;
  height: 14px;
  fill: #ffffff;
}

.availability-plan .availability-plan-direction svg {
  display: block;
  fill: #000000;
}
.availability-plan .availability-plan-download a {
  display: inline-block;
  font-weight: 700;
  border-bottom: 5px solid #97E4D4;
}
.availability-plan svg {
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .availability-tab-items {
    padding-bottom: 160px;
  }
  .availability-info {
    margin-bottom: 20px;
  }
  .availability-info-title {
    margin-bottom: 20px;
  }
  .availability-info-table {
    margin-bottom: 50px;
  }
  .availability-plan {
    position: relative;
  }
  .availability-plan .availability-plan-label {
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 12px;
  }
  .availability-plan .availability-plan-label {
    top: 90px;
  }
}
@media screen and (max-width: 799px) and (min-width: 320px) {
  .availability-plan .availability-plan-label {
    top: calc(90px + 150 * (100vw - 320px) / 480);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-plan .availability-plan-label {
    top: 240px;
  }
}
@media (max-width: 799px) {
  .availability-plan .availability-plan-label {
    left: -38px;
  }
}
@media screen and (max-width: 799px) and (min-width: 320px) {
  .availability-plan .availability-plan-label {
    left: calc(-38px + 7 * (100vw - 320px) / 480);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .availability-plan .availability-plan-label {
    left: -31px;
  }
}
@media (max-width: 799px) {
  .availability-plan .availability-plan-atrium {
    position: absolute;
    margin: 0;
    top: 100px;
    left: 100px;
    font-size: 12px;
  }
}
@media (max-width: 799px) and (max-width: 399px) {
  .availability-plan .availability-plan-atrium {
    top: 70px;
  }
}
@media screen and (max-width: 799px) and (max-width: 399px) and (min-width: 320px) {
  .availability-plan .availability-plan-atrium {
    top: calc(70px + 23 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 799px) and (max-width: 399px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    top: 93px;
  }
}
@media (max-width: 799px) and (max-width: 399px) {
  .availability-plan .availability-plan-atrium {
    left: 130px;
  }
}
@media screen and (max-width: 799px) and (max-width: 399px) and (min-width: 320px) {
  .availability-plan .availability-plan-atrium {
    left: calc(130px + 45 * (100vw - 320px) / 80);
  }
}
@media screen and (max-width: 799px) and (max-width: 399px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    left: 175px;
  }
}
@media (max-width: 799px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    top: 85px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    top: calc(85px + 125 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) and (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    top: 210px;
  }
}
@media (max-width: 799px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    left: 160px;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) and (min-width: 400px) {
  .availability-plan .availability-plan-atrium {
    left: calc(160px + 230 * (100vw - 400px) / 400);
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) and (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    left: 390px;
  }
}
@media (max-width: 799px) {
  .availability-plan .availability-plan-direction {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 6.5%;
    font-size: 12px;
  }
  .availability-plan .availability-plan-direction svg {
    width: 12px;
    height: 7px;
    margin: 0 auto 4px;
  }
  .availability-plan .availability-plan-direction svg[data-icon=up_desktop] {
    display: none;
  }
  .availability-plan .availability-plan-download {
    position: absolute;
    bottom: -100px;
    left: 0;
    margin: 0;
  }
  .availability-plan .availability-plan-download a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  [data-tab=floor_plan_lg] .availability-plan > svg {
    position: relative;
  }
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: -8px;
  }
}
@media screen and (max-width: 799px) and (min-width: 320px) {
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: calc(-8px + -6 * (100vw - 320px) / 480);
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: -14px;
  }
}
@media (max-width: 799px) {
  [data-tab=floor_plan_g] .availability-plan > svg {
    position: relative;
    right: -5px;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  [data-tab=floor_plan_3] .availability-plan > svg {
    position: relative;
    margin-left: auto;
    width: 77.3%;
  }
}
@media (min-width: 800px) {
  .availability-tab-items {
    padding-bottom: 64px;
  }
  .availability-tab-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .availability-info {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .availability-info-title {
    margin-bottom: 20px;
  }
  .availability-info-table {
    width: 260px;
  }
  .availability-plan {
    margin-top: 16px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-left: 10.7%;
    margin-right: -30px;
    position: relative;
  }
  .availability-plan {
    height: 261px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan {
    height: calc(261px + 245 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan {
    height: 506px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-label {
    margin: 0;
    position: absolute;
    left: -68px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .availability-plan .availability-plan-label {
    top: 132px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-label {
    top: calc(132px + 124 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan .availability-plan-label {
    top: 256px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    position: absolute;
    margin: 0;
  }
  .availability-plan .availability-plan-atrium {
    top: 112px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    top: calc(112px + 116 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan .availability-plan-atrium {
    top: 228px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    right: 152px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-atrium {
    right: calc(152px + 178 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan .availability-plan-atrium {
    right: 330px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-direction {
    margin: 0;
    position: absolute;
  }
  .availability-plan .availability-plan-direction {
    top: 249px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-direction {
    top: calc(249px + 170 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan .availability-plan-direction {
    top: 419px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-direction {
    left: 14px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-direction {
    left: calc(14px + 60 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  .availability-plan .availability-plan-direction {
    left: 74px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-direction svg {
    width: 22px;
    height: 12px;
    margin: 0 auto 10px;
  }
  .availability-plan .availability-plan-direction svg[data-icon=up_mobile] {
    display: none;
  }
  .availability-plan .availability-plan-download {
    position: absolute;
    right: 30px;
    text-align: right;
    margin: 0;
  }
  .availability-plan .availability-plan-download {
    bottom: -30px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .availability-plan .availability-plan-download {
    bottom: calc(-30px + 58 * (100vw - 800px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1100px) {
  .availability-plan .availability-plan-download {
    bottom: 28px;
  }
}
@media (min-width: 800px) {
  .availability-plan .availability-plan-download a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  [data-tab=floor_plan_lg] .availability-plan > svg {
    position: relative;
  }
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: -8px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: calc(-8px + -8 * (100vw - 800px) / 440);
  }
}
@media screen and (min-width: 800px) and (min-width: 1240px) {
  [data-tab=floor_plan_lg] .availability-plan > svg {
    top: -16px;
  }
}
@media (min-width: 800px) {
  [data-tab=floor_plan_g] .availability-plan > svg {
    position: relative;
    right: -5px;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  [data-tab=floor_plan_3] .availability-plan > svg {
    position: relative;
    margin-left: auto;
    width: 77.3%;
  }
}
.location-map {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.location-map img {
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  body.page-template-template-contact .content-section-text {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .wpcf7 {
    padding-top: 20px;
  }
  .wpcf7 * {
    font-weight: 300 !important; /* Sets the font weight for the form text */
  }
  .wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
    font-weight: 300 !important; /* Sets the font weight for the placeholder text */
  }
  .wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-weight: 300 !important; /* Sets the font weight for the placeholder text */
  }
  .wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    font-weight: 300 !important; /* Sets the font weight for the placeholder text */
  }
  .wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
    font-weight: 300 !important; /* Sets the font weight for the placeholder text */
  }
  .wpcf7 input::placeholder,
  .wpcf7 textarea::placeholder {
    font-weight: 300 !important; /* Sets the font weight for the placeholder text */
  }
}
.contact-footer {
  background-color: #5A695D;
  color: #ffffff;
  border-top: 16px solid #97E4D4;
}
.contact-footer .wrapper, .contact-footer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-footer-right .nice-type {
  letter-spacing: 0;
}
.contact-footer-right .nice-type p {
  margin: 0;
}
.contact-footer-right .nice-type p a {
  color: inherit;
  text-decoration: none;
}
.contact-footer-right .nice-type p + p {
  margin-top: 0.55em;
}
.contact-footer-right .nice-type [class*=wp-image] {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: 0 0 0.9em 0;
}

@media (max-width: 699px) {
  .contact-footer .padded, .contact-footer .padded-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .contact-footer .wrapper, .contact-footer .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-footer-right {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-footer-right .nice-type {
    max-width: 320px;
  }
  .contact-footer-right .nice-type p + p {
    margin-top: 1em;
  }
  .contact-footer-right .nice-type:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .contact-footer .padded, .contact-footer .padded-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .contact-footer-left {
    width: 200px;
  }
  .contact-footer-right {
    width: calc(100% - 240px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 8px;
  }
  .contact-footer-right .nice-type {
    max-width: 320px;
  }
  .contact-footer-right .nice-type:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .contact-footer .padded, .contact-footer .padded-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .contact-footer-left {
    width: 200px;
  }
  .contact-footer-right {
    width: calc(100% - 218px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .contact-footer-right .nice-type {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 320px;
  }
  .contact-footer-right .nice-type:nth-child(1) {
    position: relative;
  }
  .contact-footer-right .nice-type:nth-child(1) {
    left: -30px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .contact-footer-right .nice-type:nth-child(1) {
    left: calc(-30px + -50 * (100vw - 1000px) / 240);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1240px) {
  .contact-footer-right .nice-type:nth-child(1) {
    left: -80px;
  }
}
.contact-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0 !important;
}
.contact-socials a {
  line-height: 32px;
}
.contact-socials svg {
  width: 30px;
  margin-right: 15px;
}

.blog-archive {
  padding: 60px 0;
}
.blog-archive .blog-posts {
  margin-top: 60px;
}
.blog-archive .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.blog-archive .row .blog-post {
  width: calc(33.333% - 20px); /* Three columns equally spaced */
  padding: 10px 0;
}
@media (max-width: 899px) {
  .blog-archive .blog-post {
    width: 100% !important;
  }
}
.blog-archive .featured-image-outer {
  position: relative;
  margin-bottom: 10px;
}
.blog-archive .featured-image-outer .featured-image {
  position: absulute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05);
}
.blog-archive h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.blog-archive .info {
  font-size: 15px;
}
.blog-archive .read-more a {
  text-decoration: underline;
  text-decoration-color: #97E4D4;
  text-decoration-thickness: 2px;
}

.blog-single {
  text-align: center;
}
.blog-single .featured-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 100vh;
}
.blog-single .wrapper, .blog-single .padded-wrapper {
  max-width: 800px;
  padding: 60px 0;
}
.blog-single img {
  max-width: 100%;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.post-navigation a {
  color: #97E4D4;
  font-weight: bold;
}
/*# sourceMappingURL=app.css.map */