@charset "UTF-8";
/* 1. BASE
 * ========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * 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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    HELPERS-INDEX
\*------------------------------------*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
:root {
  --color-white: rgb(255,255,255);
  --color-black: rgb(18,18,18);
  --color-gold: rgb(183,144,99);
  --color-gold-dark: rgb(167,131,90);
  --color-blue: rgb(18,43,72);
  --font-size-base: 19px;
  --font-size-body: 1rem;
  --font-size-h1: 2.075rem;
  --font-size-h2: 1.925rem;
  --font-size-h3: 1.825rem;
  --font-size-h4: 1.5rem;
  --font-family-primary: "the-seasons";
  --font-family-secondary: "helvetica-lt-pro";
  --font-family-text: var(--font-family-secondary);
  --font-family-title: var(--font-family-primary);
  --line-height-base: 1.4;
  --width-content: 87.5%;
  --width-content-text: var(--width-content);
  --padding-big: 4.125rem;
  --padding-header: 2.5rem;
}

@media only screen and (min-width: 768px) {
  :root {
    --font-size-h1: 3.5rem;
    --padding-big: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --width-content-text: 840px;
  }
}
@media only screen and (min-width: 1720px) {
  :root {
    --font-size-base: 22px;
    --width-content: 1600px;
    --width-content-text: 920px;
  }
}
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*------------------------------------*\
    MEDIA-QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
    BASE
\*------------------------------------*/
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------*\
    1. BASE-GRID
\*------------------------------------*/
body {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-blue);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100;
}
body header {
  flex: 0 0 auto;
}
body #main-wrapper {
  flex: 1 1 100%;
  overflow: hidden;
}
body #main-wrapper main {
  height: 100%;
}
body footer {
  flex: 0 0 auto;
}

/*------------------------------------*\
   TYPO
\*------------------------------------*/
/*------------------------------------*\
   1. BASIC TYPO
\*------------------------------------*/
html {
  color: var(--color-white);
  font-family: var(--font-family-text);
  font-weight: 400;
  font-size: var(--font-size-base);
}
html ::selection {
  background-color: var(--color-gold);
  color: var(--color-white);
}

body {
  font-optical-sizing: auto;
  font-size: var(--font-size-body);
  hyphens: auto;
  line-height: var(--line-height-base);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0 0 0.925rem;
}

strong, b {
  font-weight: 600;
}

sup {
  font-size: 45%;
  line-height: 1;
  top: -0.875em;
}

sub {
  font-size: 45%;
  line-height: 1;
  bottom: -0.15em;
}

/*------------------------------------*\
    3. TITLES
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4 {
  color: var(--color-gold);
  font-family: var(--font-family-title);
  font-weight: var(--font-weight-bold);
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}

h1, .title-h1 {
  font-size: var(--font-size-h1);
  line-height: 1.1;
  margin: 0 0 1.425rem;
}

h2, .title-h2 {
  border-bottom: 2px solid var(--color-gold);
  font-size: var(--font-size-h2);
  line-height: 1.1;
  margin: 1.5rem 0 0.675rem;
  padding-bottom: 0.325rem;
}
h2.minimal, .title-h2.minimal {
  border-bottom: 0;
  color: var(--color-white) !important;
  font-size: 1.425rem;
  line-height: 1.45;
  padding-bottom: 0;
}

h3, .title-h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2;
  margin: 1.5rem 0 0.5rem;
}

h4, .title-h4 {
  font-size: var(--font-size-h4);
  line-height: 1.1875;
  margin: 1.5rem 0 0.325rem;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: var(--color-font);
  outline: none;
  text-decoration: underline;
  transition: 200ms all linear;
}
a:hover, a:focus {
  opacity: 0.825;
}
a.no-underline {
  text-decoration: none;
}
a.arrow-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--font-family-title);
  font-size: 1.25rem;
  text-decoration: none;
  transition: 200ms all linear;
}
a.arrow-link::before {
  background-image: url("../img/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  height: 0.875rem;
  width: 1.125rem;
  margin-right: 0.35rem;
}
a.arrow-link:hover, a.arrow-link:focus {
  opacity: 1;
  transform: translateX(0.5rem);
}

/*------------------------------------*\
    5. LISTS
\*------------------------------------*/
/* SET TO ZERO */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin-bottom: 0.25rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/* DEFAULT-TYPO LIST */
.editor ul {
  margin: 0.925rem 0;
}
.editor ul li {
  display: flex;
  flex-direction: row;
}
.editor ul li::before {
  color: var(--color-gold);
  content: "–";
  font-weight: bold;
  flex: 0 0 1.5rem;
}
.editor ol {
  counter-reset: list-counter;
}
.editor ol li {
  display: flex;
  flex-direction: row;
}
.editor ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  flex: 0 0 1rem;
  text-align: right;
  margin-right: 0.5rem;
}

/* SERVICE-LIST */
.service-list {
  color: var(--color-gold);
}
.service-list li {
  border-top: 1px solid var(--color-gold);
  padding: 0.25rem 0;
}
.service-list li:last-child {
  border-bottom: 1px solid var(--color-gold);
}
.service-list li::before {
  background-color: var(--color-gold);
  content: "" !important;
  flex: 0 0 0.525rem !important;
  height: 0.525rem;
  margin-top: 0.425rem;
  margin-right: 0.75rem;
}

/*------------------------------------*\
    MEDIA
\*------------------------------------*/
/* IMAGES */
img {
  width: 100%;
  height: auto;
}

figure {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
figure figcaption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  figure figcaption {
    text-align: right;
  }
}

/*------------------------------------*\
    1. FORMS
    1.1 CONTACT-FORM 7
\*------------------------------------*/
form {
  position: relative;
}
form .form-inner-wrapper .form-row {
  margin-bottom: 0.5rem !important;
}

input {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--color-white);
  box-shadow: none;
  color: var(--color-white);
  display: block;
  font-size: 0.875rem;
  height: auto;
  margin-bottom: 0.25rem;
  padding: 0.5rem 0.5rem 0.375rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: none;
}

.checkbox-label {
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .checkbox-label {
    font-size: 0.65rem;
  }
}
.checkbox-label input[type=checkbox] {
  display: none;
}
.checkbox-label span {
  display: flex;
  flex: row;
}
.checkbox-label span::before {
  border: 1px solid var(--color-white);
  content: "";
  flex: 0 0 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
}
.checkbox-label input[type=checkbox]:checked + span::before {
  background-color: var(--color-white);
}

label {
  color: var(--color-white);
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  label {
    font-size: 0.525rem;
  }
}

textarea {
  height: 10rem;
  line-height: 1.4;
  min-block-size: 0;
}

input[type=submit],
input[type=button] {
  background-color: var(--color-gold);
  border: 1px solid var(--color-gold) !important;
  box-shadow: 0;
  color: var(--color-white) !important;
  display: inline-block;
  font-weight: 600;
  font-size: 1.025rem;
  cursor: pointer;
  display: inline-block;
  height: 1.675rem;
  line-height: 1;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.6125rem;
  text-transform: uppercase;
  transition: 100ms all linear;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  input[type=button] {
    width: 100%;
  }
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  background-color: var(--color-gold-dark);
  outline: none;
}

::placeholder,
::placeholder {
  color: var(--color-white);
  opacity: 0.75; /* Ensures full opacity for the placeholder text */
}

/* 1.1 CONTACT-FORM 7 */
form.sent .form-inner-wrapper {
  display: none;
}
form.sent .wpcf7-response-output {
  border: 0 !important;
  font-style: italic;
  color: var(--color-gold) !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}

form[data-status=invalid] .wpcf7-response-output {
  color: var(--color-white);
}

.wpcf7-not-valid-tip {
  color: var(--color-gold);
  font-size: 0.675rem;
  font-weight: 100;
  display: block;
  margin: 0 0 0.425rem;
}
@media only screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.55rem;
  }
}

/* hide not used elements */
.wpcf7-spinner,
.screen-reader-response {
  display: none;
}

/* hide honeypot */
.important-required {
  display: none;
}

/* country field extension */
.country-select {
  width: 100%;
}
.country-select .country-list {
  background-color: var(--color-blue);
}
.country-select .country-list li {
  display: flex;
  align-items: center;
}
.country-select .country-list li::before {
  content: none;
}
.country-select .country-list li .flag {
  margin-right: 0.75rem;
}

/* 2. MODULES
 * ========================================================================== */
/*------------------------------------*\
    INTRO
    1. BODY-BEHAVIOUR
    2. INTRO-WINDOW
\*------------------------------------*/
/* 1. BODY-BEHAVIOUR */
.loading {
  height: 100%;
  overflow: hidden;
}
.loading #intro {
  opacity: 1;
  z-index: 1001;
}

/* 2. INTRO-WINDOW */
#intro {
  background-color: var(--color-blue);
  color: var(--color-gold);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-title);
  font-weight: 700;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 500ms all linear;
  z-index: -1;
}
#intro img {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  #intro img {
    width: 45%;
  }
}

/*------------------------------------*\
    HEADER
    1. BASE 
    2. LOGO
    3. MAIN-NAV
    5. HERO-HEAER (HOME)
    6. SPLIT-HEADER
\*------------------------------------*/
/* 1. BASE */
#main-header #top-bar {
  background-color: var(--color-blue);
  padding: 0.25rem 0;
  position: relative;
  z-index: 1001;
}
@media only screen and (min-width: 1024px) {
  #main-header #top-bar {
    padding: 0;
  }
}
#main-header #top-bar .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: var(--width-content);
}
#main-header #top-bar.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  animation: fadeIn 0.25s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home #main-header #top-bar .inner {
  border-bottom: 0;
}

/* 2. LOGO */
#logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#logo a {
  display: block;
  line-height: 0;
}
@media only screen and (min-width: 1024px) {
  #logo a {
    margin-top: 0.25rem;
  }
}
#logo a:hover, #logo a:focus {
  opacity: 1;
}
#logo a img.logo-mobile {
  width: 8.5rem;
}
@media only screen and (min-width: 1024px) {
  #logo a img.logo-mobile {
    display: none;
  }
}
#logo a img.logo-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #logo a img.logo-desktop {
    display: block;
    width: 25rem;
  }
}

/* 3. MAIN-NAV */
#main-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    display: block;
  }
}
#main-nav nav .menu {
  display: flex;
  flex-direction: row;
}
#main-nav nav .menu li {
  margin-right: 1.5rem;
  margin-bottom: 0;
  padding: 1.25rem 0 0.925rem;
  position: relative;
}
#main-nav nav .menu li:last-child {
  margin-right: 0;
}
#main-nav nav .menu li a {
  color: var(--color-gold);
  display: block;
  font-family: var(--font-family-title);
  font-size: 1.45rem;
  text-decoration: none;
}
#main-nav nav .menu li.menu-item-has-children {
  border-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav nav .menu li.menu-item-has-children {
    padding: 1.25rem 0 0.925rem;
  }
}
#main-nav nav .menu li.menu-item-has-children > a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav nav .menu li.menu-item-has-children > a {
    cursor: default;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav nav .sub-menu {
    background-color: var(--color-gold);
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 25rem;
  }
  #main-nav nav .sub-menu li {
    margin: 0 0.5rem;
    padding: 0.375rem 0;
  }
  #main-nav nav .sub-menu li a {
    color: var(--color-white);
  }
  #main-nav nav .sub-menu.opened {
    display: flex;
    flex-direction: column;
  }
  #main-nav nav .sub-menu.opened li {
    border-bottom: 1px solid var(--color-white);
  }
  #main-nav nav .sub-menu.opened li:last-child {
    border-bottom: 0;
  }
  #main-nav nav .sub-menu.opened li a {
    text-align: center;
    width: 100%;
  }
}
#main-nav {
  /* MAIN-NAV MOBILE */
}
#main-nav.mobile-opened {
  background-color: var(--color-gold);
  font-weight: 600;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
#main-nav.mobile-opened .menu {
  display: flex;
  flex-direction: column;
}
#main-nav.mobile-opened .menu li {
  border-bottom: 1px solid var(--color-white);
  text-align: center;
  width: 100%;
}
#main-nav.mobile-opened .menu li a {
  color: var(--color-blue);
}

/* 4. MOBILE-BUTTON */
#mobile-button {
  background-image: url("../img/icons/hamburger-icon.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 2rem;
  width: 3rem;
  margin: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  #mobile-button {
    display: none;
  }
}
#mobile-button.opened {
  background-image: url("../img/icons/hamburger-icon-opened.svg");
}

/* 5. HERO-HEADER (HOME) */
.home #main-header {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.home #main-header #top-bar {
  flex: 0 0 auto;
}
.home #main-header #header-hero {
  border: 2px solid var(--color-gold);
  flex: 1 1 100%;
  overflow: hidden;
  margin: 0 0.5rem 0.5rem;
  position: relative;
}
.home #main-header #header-hero #hero-image-slider {
  height: 100%;
  width: 100%;
  position: relative;
}
.home #main-header #header-hero #hero-image-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 2000ms all linear;
}
.home #main-header #header-hero #hero-image-slider img.active {
  opacity: 1;
}
.home #main-header #header-hero #hero-overlay {
  background-color: rgba(0, 0, 0, 0.575);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home #main-header #header-hero #hero-overlay .text-wrapper {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-title);
  text-align: center;
}
.home #main-header #header-hero #hero-overlay .text-wrapper span {
  color: var(--color-white);
  line-height: 1.125;
}
.home #main-header #header-hero #hero-overlay .text-wrapper span:first-child {
  font-size: 15vw;
}
@media only screen and (min-width: 768px) {
  .home #main-header #header-hero #hero-overlay .text-wrapper span:first-child {
    font-size: 3.5rem;
  }
}
.home #main-header #header-hero #hero-overlay .text-wrapper span:last-child {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  .home #main-header #header-hero #hero-overlay .text-wrapper span:last-child {
    font-size: 1.75rem;
  }
}

/* 6. SPLIT-HEADER */
#header-split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-header) 0;
}
#header-split .inner {
  display: flex;
  flex-direction: column;
  width: var(--width-content);
}
@media only screen and (min-width: 1024px) {
  #header-split .inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
#header-split .inner .text {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #header-split .inner .text {
    width: calc(42.5% - 0.5rem);
  }
}
#header-split .inner .text .title {
  margin-bottom: 0.5rem;
}
#header-split .inner .text .subtitle {
  margin-top: 0;
}
#header-split .inner .image {
  border: 2px solid var(--color-gold);
  line-height: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #header-split .inner .image {
    width: calc(57.5% - 0.5rem);
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#main-footer {
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  margin-top: calc(var(--padding-big) / 2);
  padding: 2.5rem 0;
}
#main-footer .footer-title {
  border-bottom: 2px solid var(--color-gold);
  margin: 0 0 0.5rem;
}
#main-footer .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: var(--width-content);
}
#main-footer .inner .contact {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main-footer .inner .contact {
    width: calc(50% - 0.5rem);
  }
}
#main-footer .inner .contact .address {
  display: flex;
  flex-direction: column;
}
#main-footer .inner .contact .address .company-name {
  font-weight: 600;
  text-transform: uppercase;
}
#main-footer .inner .contact .address .phone {
  margin-top: 0.5rem;
}
#main-footer .inner .contact .address .phone,
#main-footer .inner .contact .address .mail {
  display: flex;
  flex-direction: row;
}
#main-footer .inner .contact .address .phone .label,
#main-footer .inner .contact .address .mail .label {
  width: 4.5rem;
}
#main-footer .inner .info {
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main-footer .inner .info {
    margin-top: 0;
    width: calc(50% - 0.5rem);
  }
}
#main-footer .inner .info p {
  margin-bottom: 0;
}
#main-footer .inner .services {
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main-footer .inner .services {
    margin-top: 0;
    width: calc(50% - 0.5rem);
  }
}
#main-footer .inner .logo {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
}
#main-footer .inner .logo img {
  width: 20rem;
}

/* 3. VIEWS
 * ========================================================================== */
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
.home #services {
  display: flex;
  justify-content: center;
  padding: var(--padding-big) 0;
}
.home #services .inner {
  width: var(--width-content);
}
.home #services .inner .title-wrapper {
  margin-bottom: calc(var(--padding-big) / 2);
  text-align: center;
}
.home #services .inner .title-wrapper .title {
  border-bottom: 0;
  margin: 0;
}
.home #services .inner .services-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
}
@media only screen and (min-width: 768px) {
  .home #services .inner .services-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1rem;
  }
}
@media only screen and (min-width: 1180px) {
  .home #services .inner .services-wrapper {
    gap: 0 2rem;
  }
}
.home #services .inner .services-wrapper .service-item {
  display: flex;
  flex-direction: column;
}
.home #services .inner .services-wrapper .service-item .image-link {
  border: 2px solid var(--color-gold);
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
}
.home #services .inner .services-wrapper .service-item .image-link:hover, .home #services .inner .services-wrapper .service-item .image-link:focus {
  opacity: 1;
}
.home #services .inner .services-wrapper .service-item .image-link:hover img, .home #services .inner .services-wrapper .service-item .image-link:focus img {
  transform: scale(1.05);
}
.home #services .inner .services-wrapper .service-item .image-link img {
  transition: 250ms all linear;
}
.home #services .inner .services-wrapper .service-item .service-title {
  margin-top: 0.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home #services .inner .services-wrapper .service-item .service-title {
    font-size: 1.575rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.page-template-about main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--padding-header);
}
.page-template-about main > div {
  width: 100%;
}
.page-template-about main .title-wrapper {
  margin-bottom: calc(var(--padding-big) / 2);
  width: var(--width-content);
}
.page-template-about main .title-wrapper h1 {
  margin-bottom: 0;
}
.page-template-about main .content-wrapper {
  width: var(--width-content-text);
}
.page-template-about main .content-wrapper .service-information {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .service-information {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-about main .content-wrapper .service-information h2 {
  width: 100%;
}
.page-template-about main .content-wrapper .service-information .service-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .service-information .service-item {
    width: calc(50% - 1rem);
  }
}
.page-template-about main .content-wrapper .about {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .about {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-about main .content-wrapper .about .image {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .about .image {
    width: calc(50% - 1rem);
  }
}
.page-template-about main .content-wrapper .about .image img {
  border: 2px solid var(--color-gold);
}
.page-template-about main .content-wrapper .about .content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .about .content {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .page-template-about main .content-wrapper .about .content > *:first-child {
    margin-top: 0;
    padding-left: 0;
  }
}

/*------------------------------------*\
    PAGE-DEFAULT
\*------------------------------------*/
.page-template-default:not(.home) #main-wrapper,
.error404 #main-wrapper {
  display: flex;
  justify-content: center;
}
.page-template-default:not(.home) #main-wrapper main,
.error404 #main-wrapper main {
  width: var(--width-content-text);
}
.page-template-default:not(.home) #main-wrapper main.no-header,
.error404 #main-wrapper main.no-header {
  padding-top: var(--padding-header);
}
.page-template-default:not(.home) #main-wrapper main .editor > *:first-child,
.error404 #main-wrapper main .editor > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-template-default:not(.home) #main-wrapper main .editor > *:last-child,
.error404 #main-wrapper main .editor > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-default:not(.home) #main-wrapper main .image-end,
.error404 #main-wrapper main .image-end {
  border: 2px solid var(--color-gold);
  display: flex;
  margin-top: 1.5rem;
  position: relative;
}
.page-template-default:not(.home) #main-wrapper main .image-end .text,
.error404 #main-wrapper main .image-end .text {
  background-color: var(--color-gold);
  font-size: 0.925rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-template-default:not(.home) #main-wrapper main .image-end .text,
  .error404 #main-wrapper main .image-end .text {
    font-size: 1.125rem;
  }
}
