<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

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

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

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

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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%;
}

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

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

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

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

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

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */

[type="color"],
[type="range"] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */

::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  line-height: 1;
}

.font-base,
.header__nav__nav &gt; li &gt; ul,
.read-more,
.b-contact-form button,
.b-newsletter button,
.btn,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.font-heading,
.b-intro__slide2 &gt; div,
.header__nav__nav &gt; li &gt; a,
.header__container &gt; a,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  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.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

a,
a:visited,
a:active {
  color: inherit;
}

a:hover {
  color: #fff;
}

img {
  max-width: 100%;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.read-more,
.b-contact-form button,
.b-newsletter button,
.btn {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #D8A032;
  border: none;
}

.read-more:visited,
.b-contact-form button:visited,
.b-newsletter button:visited,
.read-more:active,
.b-contact-form button:active,
.b-newsletter button:active,
.btn:visited,
.btn:active {
  color: #D8A032;
}

.read-more:hover,
.b-contact-form button:hover,
.b-newsletter button:hover,
.btn:hover {
  color: #fff;
}

nav li::before {
  content: none;
}

@media (max-width: 767px) {
  #main {
    max-width: 100vw;
    overflow: hidden;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: height 0.3s;
}

.header__container {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.header__container &gt; h1 {
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
  padding: 0 15px;
}

.header__container &gt; h1 a {
  color: #fff;
}

.header__container &gt; h1 svg {
  width: 250px;
}

@media (max-width: 767px) {
  .header__container &gt; h1 svg {
    min-width: 140px;
    width: 220px;
    max-width: 100%;
  }
}

.header__container &gt; a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header__container &gt; a {
    flex: 0 0 40px;
    height: 30px;
    width: 34px;
    background-size: 34px 30px;
    background: url(/assets/img/contact.svg?0c33efd309aa9693c12a95e36a23bcd3) no-repeat;
    text-indent: -200vw;
  }
}

.header__nav {
  height: 0;
  padding: 0 15px;
}

.header__nav__nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header__nav__nav {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  .header__nav__nav {
    -moz-columns: 3;
         columns: 3;
  }
}

.header__nav__nav a {
  text-decoration: none;
}

.header__nav__nav &gt; li {
  text-align: center;
  text-transform: uppercase;
  padding: 7.5px 0;
  list-style: none;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff;
}

.header__nav__nav &gt; li:last-child {
  border: none;
}

@media (min-width: 768px) {
  .header__nav__nav &gt; li {
    border: none;
  }

  .header__nav__nav &gt; li.bdr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 150px;
    margin-left: calc(50% - 75px);
  }
}

.header__nav__nav &gt; li &gt; a {
  display: block;
  text-transform: lowercase;
  font-size: 32px;
  color: #fff;
}

.header__nav__nav &gt; li &gt; ul {
  font-size: 14px;
  font-weight: bold;
  color: #C2C6C9;
  margin: 0;
}

@media (max-width: 767px) {
  .header__nav__nav &gt; li &gt; ul {
    display: none;
  }
}

.header__nav__nav &gt; li &gt; ul &gt; li.spacer-top {
  margin-top: 15px;
}

.header__nav__nav &gt; li.avoid-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (max-width: 767px) {
  .header .b-map-address {
    text-align: center;
    display: block;
  }

  .header .b-map-address__map {
    display: none;
  }

  .header .b-map-address__address p:nth-child(3),
  .header .b-map-address__address p:nth-child(4) {
    display: none;
  }

  .header__nav__footer .footer__nav,
  .header__nav__footer .footer__details {
    display: none;
  }
}

.nav-is-active {
  overflow: hidden;
}

.nav-is-active .header {
  height: auto;
  bottom: 0;
  background: url(/assets/img/nav_bg@1x.jpg?25b2cdfd29c3bbb06cb8bb66e54768dd) no-repeat;
  background-size: cover;
  overflow: auto;
}

.nav-is-active .header:before {
  position: fixed;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(180, 92, 85, 0.7);
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1025px), (min-resolution: 192dpi) and (min-width: 1025px), (min-resolution: 2dppx) and (min-width: 1025px) {
  .nav-is-active .header {
    background: url(/assets/img/nav_bg@2x.jpg?bff15d47e3ebc7da6d61c53e906dd08c) no-repeat;
  }
}

.nav-is-active .header__nav {
  display: flow-root;
  height: calc(100vh - 100px);
  color: #C2C6C9;
}

.footer {
  position: relative;
  background-color: #5A5C60;
  color: #C2C6C9;
  text-align: center;
  padding: 45px 15px;
  z-index: 1;
}

.footer__logo {
  margin-bottom: 45px;
}

.footer__logo &gt; svg {
  max-width: 200px;
}

.footer__nav {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
}

.footer__nav &gt; li {
  display: inline-block;
  margin-right: 15px;
}

.footer__nav &gt; li &gt; a {
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: bold;
}

.footer__nav &gt; li &gt; a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer__nav &gt; li:not(:last-child):after {
    margin-left: 15px;
    content: "|";
  }
}

.footer__details {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.footer__details &gt; li {
  display: block;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .footer__details &gt; li {
    display: inline-block;
  }

  .footer__details &gt; li:not(:last-child):after {
    margin-left: 15px;
    content: "|";
  }
}

.text-center {
  text-align: center;
}

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

.c-scheme {
  display: flow-root;
  min-height: 100vh;
}

.c-scheme--dark-gray {
  background-color: #5A5C60;
  color: #C2C6C9;
}

.c-scheme--light-gray {
  background-color: #C2C6C9;
  color: #5A5C60;
}

.c-scheme--green-blue {
  background-color: #74868A;
  color: #C2C6C9;
}

.c-scheme--blue {
  background-color: #55677E;
  color: #C2C6C9;
}

.c-scheme--orange {
  background-color: #C87244;
  color: #C2C6C9;
}

.c-scheme--yellow {
  background-color: #D8A032;
  color: #E0E1E2;
}

.c-scheme--yellow .btn,
.c-scheme--yellow .read-more,
.c-scheme--yellow .b-contact-form button,
.c-scheme--yellow .b-newsletter button,
.b-contact-form .c-scheme--yellow button,
.b-newsletter .c-scheme--yellow button {
  color: #B45C55;
}

.c-scheme--brown {
  background-color: #91796F;
  color: #C2C6C9;
}

.c-scheme--red {
  background-color: #B45C55;
  color: #C2C6C9;
}

.b-intro {
  background: #000;
  color: #fff;
  text-shadow: 3px 2px rgba(0, 0, 0, 0.7);
}

.b-intro__image {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}

.b-intro__image &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .b-intro__image &gt; img {
    -o-object-position: left;
       object-position: left;
  }
}

.b-intro__welcome {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.b-intro__welcome &gt; svg {
  color: #fff;
  width: 650px;
  margin-top: auto;
  margin-bottom: auto;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

@media (max-width: 767px) {
  .b-intro__welcome &gt; svg {
    width: 90%;
  }
}

.b-intro__welcome &gt; div {
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}

@media (min-width: 768px) {
  .b-intro__welcome &gt; div {
    padding: 0;
    font-size: 24px;
  }
}

.b-intro__welcome &gt; a {
  margin-top: 15px;
  margin-bottom: 90px;
}

@media (min-width: 768px) {
  .b-intro__welcome &gt; a {
    margin-bottom: 45px;
  }
}

.b-intro__slide2 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.b-intro__slide2 &gt; div {
  font-size: 24px;
  padding: 0 30px;
  text-align: center;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  .b-intro__slide2 &gt; div {
    padding: 0;
    font-size: 32px;
  }
}

.b-intro__slide2 &gt; div &gt; a {
  display: block;
  color: #B45C55;
  font-size: 18px;
  margin-top: 30px;
}

.b-intro__slide2 &gt; div &gt; a:visited,
.b-intro__slide2 &gt; div &gt; a:active {
  color: #B45C55;
}

.b-intro__slide2 &gt; a {
  margin-top: 15px;
  margin-bottom: 45px;
}

.b-intro__sections {
  position: relative;
  z-index: 1;
  background: #000;
  padding-top: 145px;
}

@media (max-width: 767px) {
  .b-intro__sections {
    padding: 100px 0 45px 0;
  }
}

.b-intro__sections__section .btn {
  color: #B45C55;
}

@media (max-width: 767px) {
  .b-intro__sections__section {
    margin: 7.5px 30px;
    position: relative;
    display: block;
  }

  .b-intro__sections__section h3 {
    font-size: 36px;
    margin: 0;
  }

  .b-intro__sections__section .btn {
    margin: 15px 0 30px;
    text-shadow: none;
  }

  .b-intro__sections__section .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .b-intro__sections__section .text .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .b-intro__sections__section {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    margin-top: -30px;
  }

  .b-intro__sections__section:nth-child(3) {
    margin-top: 45px;
  }

  .b-intro__sections__section h3 {
    position: relative;
    margin-left: -45px;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 48px;
  }

  .b-intro__sections__section .text {
    flex: 1 1 auto;
  }

  .b-intro__sections__section .image {
    flex: 0 1 55%;
  }

  .b-intro__sections__section--image-text .text .read-more,
  .b-intro__sections__section--image-text .text .b-contact-form button,
  .b-intro__sections__section--image-text .text .b-newsletter button,
  .b-contact-form .b-intro__sections__section--image-text .text button,
  .b-newsletter .b-intro__sections__section--image-text .text button {
    margin-left: 15px;
  }

  .b-intro__sections__section--text-image .text {
    text-align: right;
    order: -1;
  }

  .b-intro__sections__section--text-image .text &gt; h3 {
    margin-right: -45px;
  }

  .b-intro__sections__section--text-image .text .read-more,
  .b-intro__sections__section--text-image .text .b-contact-form button,
  .b-intro__sections__section--text-image .text .b-newsletter button,
  .b-contact-form .b-intro__sections__section--text-image .text button,
  .b-newsletter .b-intro__sections__section--text-image .text button {
    margin-right: 15px;
  }

  .b-intro__sections__section--text-image .image &gt; img {
    max-width: 500px;
  }
}

.b-hero {
  position: relative;
  margin-bottom: 45px;
  min-height: 250px;
  text-shadow: 2px 2px rgba(90, 92, 96, 0.7);
}

.b-hero &gt; img {
  width: 100%;
}

@media (max-width: 767px) {
  .b-hero &gt; img {
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.b-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.b-hero h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 45px 0;
}

.b-text {
  max-width: 700px;
  margin: 0 auto 45px auto;
}

@media (max-width: 767px) {
  .b-text {
    padding: 0 15px;
  }
}

.b-text--centered {
  text-align: center;
}

.b-expanding-section {
  position: relative;
  display: flow-root;
  margin: 0 auto;
  scroll-margin-top: 100px;
}

@media (max-width: 1023px) {
  .b-expanding-section {
    max-width: 100vw;
    overflow: hidden;
  }
}

.b-expanding-section h2 + div {
  margin-top: 30px;
}

.b-expanding-section:hover {
  color: #fff;
}

.b-expanding-section:hover &gt; h2 {
  color: #fff;
}

.b-expanding-section--dark-gray {
  color: #C2C6C9;
}

.b-expanding-section--dark-gray &gt; h2,
.b-expanding-section--dark-gray:before {
  background-color: #5A5C60;
}

@media (max-width: 767px) {
  .b-expanding-section--dark-gray {
    background-color: #5A5C60;
  }
}

.b-expanding-section--light-gray {
  color: #5A5C60;
}

.b-expanding-section--light-gray &gt; h2,
.b-expanding-section--light-gray:before {
  color: #E0E1E2;
  background-color: #C2C6C9;
}

@media (max-width: 767px) {
  .b-expanding-section--light-gray {
    background-color: #C2C6C9;
  }
}

.b-expanding-section--light-gray .read-more,
.b-expanding-section--light-gray .b-contact-form button,
.b-expanding-section--light-gray .b-newsletter button,
.b-contact-form .b-expanding-section--light-gray button,
.b-newsletter .b-expanding-section--light-gray button,
.b-expanding-section--light-gray .btn {
  color: #55677E;
}

.b-expanding-section--light-gray .read-more:visited,
.b-expanding-section--light-gray .b-contact-form button:visited,
.b-expanding-section--light-gray .b-newsletter button:visited,
.b-contact-form .b-expanding-section--light-gray button:visited,
.b-newsletter .b-expanding-section--light-gray button:visited,
.b-expanding-section--light-gray .read-more:active,
.b-expanding-section--light-gray .b-contact-form button:active,
.b-expanding-section--light-gray .b-newsletter button:active,
.b-contact-form .b-expanding-section--light-gray button:active,
.b-newsletter .b-expanding-section--light-gray button:active,
.b-expanding-section--light-gray .btn:visited,
.b-expanding-section--light-gray .btn:active {
  color: #55677E;
}

.b-expanding-section--light-gray .read-more:hover,
.b-expanding-section--light-gray .b-contact-form button:hover,
.b-expanding-section--light-gray .b-newsletter button:hover,
.b-contact-form .b-expanding-section--light-gray button:hover,
.b-newsletter .b-expanding-section--light-gray button:hover,
.b-expanding-section--light-gray .btn:hover {
  color: #fff;
}

.b-expanding-section--green-blue {
  color: #C2C6C9;
}

.b-expanding-section--green-blue &gt; h2,
.b-expanding-section--green-blue:before {
  background-color: #74868A;
}

@media (max-width: 767px) {
  .b-expanding-section--green-blue {
    background-color: #74868A;
  }
}

.b-expanding-section--blue {
  color: #C2C6C9;
}

.b-expanding-section--blue &gt; h2,
.b-expanding-section--blue:before {
  background-color: #55677E;
}

@media (max-width: 767px) {
  .b-expanding-section--blue {
    background-color: #55677E;
  }
}

.b-expanding-section--orange {
  color: #C2C6C9;
}

.b-expanding-section--orange &gt; h2,
.b-expanding-section--orange:before {
  background-color: #C87244;
}

@media (max-width: 767px) {
  .b-expanding-section--orange {
    background-color: #C87244;
  }
}

.b-expanding-section--orange .read-more,
.b-expanding-section--orange .b-contact-form button,
.b-expanding-section--orange .b-newsletter button,
.b-contact-form .b-expanding-section--orange button,
.b-newsletter .b-expanding-section--orange button,
.b-expanding-section--orange .btn {
  color: #55677E;
}

.b-expanding-section--orange .read-more:visited,
.b-expanding-section--orange .b-contact-form button:visited,
.b-expanding-section--orange .b-newsletter button:visited,
.b-contact-form .b-expanding-section--orange button:visited,
.b-newsletter .b-expanding-section--orange button:visited,
.b-expanding-section--orange .read-more:active,
.b-expanding-section--orange .b-contact-form button:active,
.b-expanding-section--orange .b-newsletter button:active,
.b-contact-form .b-expanding-section--orange button:active,
.b-newsletter .b-expanding-section--orange button:active,
.b-expanding-section--orange .btn:visited,
.b-expanding-section--orange .btn:active {
  color: #55677E;
}

.b-expanding-section--orange .read-more:hover,
.b-expanding-section--orange .b-contact-form button:hover,
.b-expanding-section--orange .b-newsletter button:hover,
.b-contact-form .b-expanding-section--orange button:hover,
.b-newsletter .b-expanding-section--orange button:hover,
.b-expanding-section--orange .btn:hover {
  color: #fff;
}

.b-expanding-section--yellow {
  color: #E0E1E2;
}

.b-expanding-section--yellow &gt; h2,
.b-expanding-section--yellow:before {
  background-color: #D8A032;
}

@media (max-width: 767px) {
  .b-expanding-section--yellow {
    background-color: #D8A032;
  }
}

.b-expanding-section--yellow .read-more,
.b-expanding-section--yellow .b-contact-form button,
.b-expanding-section--yellow .b-newsletter button,
.b-contact-form .b-expanding-section--yellow button,
.b-newsletter .b-expanding-section--yellow button,
.b-expanding-section--yellow .btn {
  color: #B45C55;
}

.b-expanding-section--yellow .read-more:visited,
.b-expanding-section--yellow .b-contact-form button:visited,
.b-expanding-section--yellow .b-newsletter button:visited,
.b-contact-form .b-expanding-section--yellow button:visited,
.b-newsletter .b-expanding-section--yellow button:visited,
.b-expanding-section--yellow .read-more:active,
.b-expanding-section--yellow .b-contact-form button:active,
.b-expanding-section--yellow .b-newsletter button:active,
.b-contact-form .b-expanding-section--yellow button:active,
.b-newsletter .b-expanding-section--yellow button:active,
.b-expanding-section--yellow .btn:visited,
.b-expanding-section--yellow .btn:active {
  color: #B45C55;
}

.b-expanding-section--yellow .read-more:hover,
.b-expanding-section--yellow .b-contact-form button:hover,
.b-expanding-section--yellow .b-newsletter button:hover,
.b-contact-form .b-expanding-section--yellow button:hover,
.b-newsletter .b-expanding-section--yellow button:hover,
.b-expanding-section--yellow .btn:hover {
  color: #fff;
}

.b-expanding-section--brown {
  color: #C2C6C9;
}

.b-expanding-section--brown &gt; h2,
.b-expanding-section--brown:before {
  background-color: #91796F;
}

@media (max-width: 767px) {
  .b-expanding-section--brown {
    background-color: #91796F;
  }
}

.b-expanding-section--red {
  color: #C2C6C9;
}

.b-expanding-section--red &gt; h2,
.b-expanding-section--red:before {
  background-color: #B45C55;
}

@media (max-width: 767px) {
  .b-expanding-section--red {
    background-color: #B45C55;
  }
}

@media (min-width: 768px) {
  .b-expanding-section:before {
    position: absolute;
    content: "";
    width: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: calc(50% - 400px);
  }
}

.b-expanding-section &gt; h2 {
  text-align: center;
  font-size: 48px;
  position: relative;
  /*position: sticky;
  top: $header-height;*/
  padding: 15px;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 0 auto;
}

@media (max-width: 767px) {
  .b-expanding-section &gt; h2 {
    font-size: 36px;
  }
}

.b-expanding-section__text-image {
  padding: 0 30px 30px 30px;
  display: flex;
}

@media (max-width: 767px) {
  .b-expanding-section__text-image {
    flex-flow: column;
  }

  .b-expanding-section__text-image__text {
    order: 1;
  }
}

@media (min-width: 768px) {
  .b-expanding-section__text-image {
    position: relative;
    z-index: 1;
    flex-flow: row;
    align-items: center;
  }

  .b-expanding-section__text-image__text {
    flex: 1 1 50%;
    padding: 0 15px;
  }

  .b-expanding-section__text-image__text &gt; div {
    max-width: 450px;
    margin-left: auto;
    margin-right: -100px;
  }

  .b-expanding-section__text-image__image {
    flex: 1 1 50%;
    padding-left: 100px;
  }
}

.b-expanding-section__image-text {
  padding: 0 30px 30px 30px;
}

@media (min-width: 768px) {
  .b-expanding-section__image-text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
  }

  .b-expanding-section__image-text__text {
    flex: 1 1 50%;
    padding: 0 15px;
  }

  .b-expanding-section__image-text__text &gt; div {
    padding-left: 15px;
    max-width: 450px;
    margin-left: -100px;
  }

  .b-expanding-section__image-text__image {
    flex: 1 1 50%;
    padding-right: 100px;
  }

  .b-expanding-section__image-text__image &gt; img {
    margin-left: auto;
    display: block;
  }
}

.b-expanding-section__text {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .b-expanding-section__text {
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    text-align: center;
  }
}

.b-expanding-section__text-image-image-below &gt; div {
  padding: 0 30px 15px 30px;
}

@media (min-width: 768px) {
  .b-expanding-section__text-image-image-below &gt; div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .b-expanding-section__text-image-image-below__text {
    flex: 1 1 50%;
    padding: 0 15px;
  }

  .b-expanding-section__text-image-image-below__text &gt; div {
    max-width: 450px;
    margin-left: auto;
    margin-right: -100px;
  }

  .b-expanding-section__text-image-image-below__image1 {
    flex: 1 1 50%;
    padding-left: 100px;
  }

  .b-expanding-section__text-image-image-below__image2 &gt; img {
    margin: -30px auto 0 auto;
    max-width: 50vw;
  }
}

.b-expanding-section__text-2images-below {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .b-expanding-section__text-2images-below {
    position: relative;
    z-index: 1;
    align-items: center;
  }

  .b-expanding-section__text-2images-below__text {
    max-width: 800px;
    margin: 0 auto 15px auto;
  }

  .b-expanding-section__text-2images-below__text &gt; div {
    max-width: 450px;
    padding: 0 30px;
  }

  .b-expanding-section__text-2images-below__images {
    display: flex;
  }

  .b-expanding-section__text-2images-below__images &gt; div {
    flex: 1 1 50%;
  }

  .b-expanding-section__text-2images-below__images__1 {
    padding: 0 15px;
  }

  .b-expanding-section__text-2images-below__images__1 &gt; img {
    display: block;
    max-width: 450px;
    margin-left: auto;
    margin-right: -100px;
  }

  .b-expanding-section__text-2images-below__images__2 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .b-expanding-section__text-image + .b-expanding-section__image-text {
    margin-top: -45px;
  }
}

.b-2-images {
  max-width: 1000px;
  margin: 0 auto 45px auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .b-2-images {
    padding: 0;
  }

  .b-2-images &gt; div {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
  }

  .b-2-images__left {
    grid-row: 1;
    grid-column: 1/span 8;
    padding-top: 10%;
    z-index: 1;
  }

  .b-2-images__right {
    grid-column: 6/-1;
    grid-row: 1;
  }
}

.b-map-address {
  max-width: 800px;
  margin: 45px auto;
  padding: 0 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .b-map-address {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .b-map-address__map {
    min-height: 300px;
    margin-bottom: 15px;
  }
}

.b-map-address &gt; div {
  flex: 0 0 49%;
}

.b-map-address &gt; div p {
  margin-top: 0;
}

.b-map-address &gt; div img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.b-map-address &gt; div a:hover &gt; img {
  filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}

.b-contact-form,
.b-newsletter {
  max-width: 800px;
  margin: 0 15px 45px 15px;
  background-color: #C2C6C9;
  color: #5A5C60;
  padding: 22.5px;
}

@media (min-width: 768px) {
  .b-contact-form,
  .b-newsletter {
    margin: 0 auto 45px auto;
    display: flex;
    justify-content: space-between;
  }

  .b-contact-form .mobile-only,
  .b-newsletter .mobile-only {
    display: none;
  }

  .b-contact-form &gt; div:first-child,
  .b-newsletter &gt; div:first-child {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    flex-flow: column;
  }

  .b-contact-form &gt; div:last-child,
  .b-newsletter &gt; div:last-child {
    flex: 0 0 calc(67% - 15px);
    max-width: calc(67% - 15px);
  }
}

@media (max-width: 767px) {
  .b-contact-form &gt; div:first-child button,
  .b-newsletter &gt; div:first-child button {
    display: none;
  }
}

.b-contact-form input[type=text],
.b-newsletter input[type=text],
.b-contact-form input[type=tel],
.b-newsletter input[type=tel],
.b-contact-form input[type=email],
.b-newsletter input[type=email],
.b-contact-form textarea,
.b-newsletter textarea {
  background: #fff;
  width: 100%;
  padding: 15px 7.5px;
  font-size: 14px;
}

.b-contact-form input[type=text],
.b-newsletter input[type=text],
.b-contact-form input[type=tel],
.b-newsletter input[type=tel],
.b-contact-form input[type=email],
.b-newsletter input[type=email] {
  margin-bottom: 15px;
}

.b-contact-form button,
.b-newsletter button {
  text-align: left;
  margin-top: auto;
  border: none;
  color: inherit;
  cursor: pointer;
}

.b-newsletter {
  max-width: 400px;
  display: block;
}

.b-newsletter button {
  display: block;
  margin-top: 15px;
}

.b-partners {
  text-align: center;
  scroll-margin-top: 100px;
}

.b-partners h2 {
  color: #fff;
  font-size: 48px;
  text-transform: lowercase;
}

.b-partners ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.b-partners ul &gt; li {
  list-style: none;
  padding: 0;
  margin: 0 30px 30px 30px;
}

@media (max-width: 767px) {
  .b-partners ul &gt; li img {
    max-width: 120px;
  }
}

.b-error {
  text-align: center;
  margin-top: 100px;
  padding: 45px;
}

.page-id-1 .header {
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s;
  pointer-events: none;
}

.page-id-1 .header__nav-toggle {
  pointer-events: auto;
}

.page-id-1 .header__container &gt; h1 {
  opacity: 0;
  transition: all 1s;
}

.page-id-1 .header__container &gt; a {
  opacity: 0;
  transition: all 1s;
}

.nav-is-active.page-id-1 .header {
  pointer-events: auto;
}

.nav-is-active.page-id-1 .header__container &gt; h1 {
  opacity: 1;
}

.nav-is-active.page-id-1 .header__container &gt; a {
  opacity: 1;
}

.page-id-1.show-nav .header {
  opacity: 1;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}

.page-id-1.show-nav .header__container &gt; h1 {
  opacity: 1;
}

.page-id-1.show-nav .header__container &gt; a {
  opacity: 1;
}

</pre></body></html>