/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs/index.js??ruleSet[1].rules[1].use[4]!./node_modules/swiper/swiper.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 14.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 28, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

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

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs/index.js??ruleSet[1].rules[1].use[4]!./node_modules/swiper/modules/pagination.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs/index.js??ruleSet[1].rules[1].use[4]!./resources/assets/styles/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Import All External Dependancies */
/* stylelint-disable */
/* Settings */
/**
  *    #SETTINGS-RESPONSIVE
  */
/* Font Sizes */
@font-face {
  font-family: "carmeregular";
  src: url(/wp-content/themes/legion/public/fonts/carme-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/legion/public/fonts/carme-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(/wp-content/themes/legion/public/fonts/icomoon.eot);
  src: url(/wp-content/themes/legion/public/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/legion/public/fonts/icomoon.woff2) format("woff2"), url(/wp-content/themes/legion/public/fonts/icomoon.ttf) format("truetype"), url(/wp-content/themes/legion/public/fonts/icomoon.woff) format("woff"), url(/wp-content/themes/legion/public/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-plus::before {
  content: "\e902";
}

.icon-linkedin::before {
  content: "\e903";
}

.icon-brand::before {
  content: "\e903";
}

.icon-social::before {
  content: "\e903";
}

.icon-twitter::before {
  content: "\e904";
}

.icon-brand2::before {
  content: "\e904";
}

.icon-tweet::before {
  content: "\e904";
}

.icon-social2::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-brand3::before {
  content: "\e905";
}

.icon-social3::before {
  content: "\e905";
}

.icon-arrow-left::before {
  content: "\e901";
}

.icon-arrow-right::before {
  content: "\e900";
}

/* Generic */
/*! 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: "Montserrat", 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;
  /* 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 */
}

/**
 * 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;
  /* 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: #ff0000;
  color: #000000;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li ol,
li ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 12px;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 12px;
}

/* Tools */
/* Base */
/*
    #PAGE
*/
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1;
  overflow-y: scroll;
  min-height: 100%;
  background-color: #ffffff;
  color: #000000;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

/**
  *   #HEADINGS
  */
/**
 * Headings 1–6.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  text-transform: uppercase;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
}

/*
    #PARAGRAPHS
*/
/*
    #LISTS
*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
ol,
ul {
  margin: 0 0 12px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/*
    #LINKS
*/
a {
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}
a {
  /* Hover MUST be last in the list */
}
a:hover {
  color: #006a83;
}
a {
  text-decoration: none;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}

/**
  * #HORIZONTAL RULE
  */
hr {
  border: none;
  width: 100%;
  display: block;
  margin: 24px auto;
  height: 1px;
}

/*
    #IFRAME
*/
iframe {
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}

/*
    #TABLE
*/
table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #000000;
  border-bottom: none;
  margin: 12px 0;
}

th {
  text-align: left;
}

tr {
  border: none;
}
tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

th,
td {
  border: none;
  line-height: inherit;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
th:last-child,
td:last-child {
  border-right: none;
}

th {
  vertical-align: bottom;
  padding: 6px;
}

td {
  vertical-align: middle;
  padding: 6px;
}

thead {
  border: none;
}
thead th,
thead td {
  background: #ffffff;
  color: #ffffff;
  border-right: 1px solid #000000;
}
thead th:last-child,
thead td:last-child {
  border-right: none;
}

tbody {
  border: none;
}

tfoot {
  border: none;
}

dl {
  line-height: 1.2;
}

pre,
code {
  background: #000000;
  color: #ffffff;
  line-height: 1.4;
  overflow: hidden;
  padding: 0 12px;
  margin: 0 0 12px;
  vertical-align: middle;
}

code {
  overflow: hidden;
}

/**
  *   #SKIP TO
  */
.b-skipto {
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  display: block;
}
.b-skipto:focus, .b-skipto:active {
  position: static;
  clip: unset;
  -webkit-clip-path: none;
  clip-path: none;
  background: var(--colourLight);
  padding: var(--spacingBase);
  display: block;
}
.b-skipto:hover {
  text-decoration: underline;
  color: var(--colourDark);
}

/* Plugins */
/* Default SVG spinner styles */
.gform_ajax_spinner {
  margin-left: 20px;
  margin-top: 12px;
  border: 4px solid rgba(46, 53, 72, 0.3);
  border-left: 4px solid #262c3f;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/* Reset for Gravity forms */
.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 12px;
}

.gform_body {
  padding: 12px 0 0;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield {
  clear: both;
  margin-bottom: 24px;
}

.ginput_container span {
  margin-bottom: 12px;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  font-size: 1rem;
  line-height: 1;
}
.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}
.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}
.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%;
}
.ginput_container input,
.ginput_container textarea {
  margin: 2px;
}

.gfield_label {
  display: none;
  padding-bottom: 12px;
}
.left_label .gfield_label {
  float: left;
  width: 25%;
}
.right_label .gfield_label {
  float: right;
  width: 25%;
}

.gfield_required {
  padding-left: 5px;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.gfield_radio input {
  margin-left: 2px;
}

.gsection h2 {
  border-bottom: 3px solid #000000;
  padding-bottom: 12px;
}

.gf_progressbar_wrapper {
  padding-bottom: 12px;
}

.gf_progressbar {
  background: #000000;
}

.gf_progressbar_percentage {
  background: #cc0000;
  padding: 5px 12px;
  text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.validation_error {
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px;
  border-left: 2px solid #cc0000;
  background-color: rgba(204, 0, 0, 0.3);
  color: #000000;
  margin-bottom: 24px;
}

.gfield.gfield_error {
  background: #ffffff;
}
.gfield .validation_message {
  font-size: 0.625rem;
  line-height: 1;
  padding: 6px;
  border-right: 2px solid #cc0000;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(204, 0, 0, 0.3);
  color: #000000;
}

.gform_validation_container {
  display: none;
}

.ginput_full {
  display: block;
}
.ginput_full input,
.ginput_full select,
.ginput_full textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 12px;
  width: 50%;
}
.ginput_left input,
.ginput_left select,
.ginput_left textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}
.ginput_right input,
.ginput_right select,
.ginput_right textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

.gf_left_half {
  clear: none;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  width: 50%;
}

.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 12px;
  width: 50%;
}

.gf_left_third {
  clear: none;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  width: 33%;
}

.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  width: 34%;
}

.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 12px;
  width: 33%;
}

.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  width: 25%;
}

.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  width: 25%;
}

.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 12px;
  width: 25%;
}

.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 12px;
  width: 25%;
}

:placeholder {
  text-align: center;
}

:-moz-placeholder {
  /* Must be New Line */
  text-align: center;
}

::-moz-placeholder {
  /* Must be New Line */
  text-align: center;
}

:-ms-input-placeholder {
  /* Must be New Line */
  text-align: center;
}

::-webkit-input-placeholder {
  /* Must be New Line */
  text-align: center;
}

.responsive__video {
  position: relative;
  padding-bottom: 58%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 12px;
}
.responsive__video iframe,
.responsive__video object,
.responsive__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Objects */
/*
    #ALERTS
*/
.alert {
  display: block;
  clear: both;
  padding: 12px;
  margin: 12px 0 0;
  list-style: none;
  border-left: 5px solid #0092d1;
  margin-top: 0;
}
.alert li {
  list-style: none;
}
.alert p {
  margin: 0;
}
.alert__info, .alert__information {
  background: #0092d1;
  background: rgba(0, 146, 209, 0.8);
}
.alert__warning {
  background: #ed9f2d;
  background: #ed9f2d;
}
.alert__error {
  background: #cc0000;
  background: rgba(204, 0, 0, 0.8);
}
.alert__success {
  background: #84bf41;
  background: rgba(132, 191, 65, 0.8);
}

/*
    #BURGER
*/
.burger {
  position: relative;
  display: block;
  background: transparent;
  border: none;
  height: 25px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.burger:hover, .burger:focus, .burger:active {
  outline: 0;
}
.burger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
          user-select: none;
}
.burger__icon, .burger__icon::before, .burger__icon::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  vertical-align: middle;
  transition-property: background-color, transform;
}
.burger__icon::before, .burger__icon::after {
  position: absolute;
  transition: 0.7s ease;
  content: "";
}
.burger__icon::before {
  top: -7px;
}
.burger__icon::after {
  top: 7px;
}
.burger__icon {
  margin: 0;
  left: 0;
}
.active > .burger__icon {
  background-color: transparent;
}
.active > .burger__icon::before {
  transform: translateY(7px) rotate(45deg);
}
.active > .burger__icon::after {
  transform: translateY(-7px) rotate(-45deg);
}
.burger.active {
  transition: 1s ease;
}

/*
    #ANIMATION
*/
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes faceInUp {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*
    #BUTTONS
*/
.btn,
.gform_button {
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}
.btn:link,
.gform_button:link {
  color: #ffffff;
}
.btn:visited,
.gform_button:visited {
  color: #ffffff;
}
.btn:active,
.gform_button:active {
  color: #ffffff;
}
.btn,
.gform_button {
  /* Hover MUST be last in the list */
}
.btn:hover,
.gform_button:hover {
  color: #ffffff;
}
.btn,
.gform_button {
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: visible;
  padding: 12px;
  background-color: #2e3548;
  transition: all 0.3s ease-in;
  position: relative;
  margin: 0;
  width: 100%;
  text-decoration: none;
  border: 2px solid #2e3548;
}
.btn:link, .btn:visited,
.gform_button:link,
.gform_button:visited {
  background-color: #2e3548;
}
.btn:hover, .btn:active, .btn:focus, .btn.active,
.gform_button:hover,
.gform_button:active,
.gform_button:focus,
.gform_button.active {
  color: #2e3548;
  background-color: #ffffff;
}
.btn,
.gform_button {
  max-width: 190px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
}

/**
 * Fix a Firefox bug whereby `input type='submit'` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
    #wrapper
*/
.full-click {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.full-click br {
  display: none;
}

/*
    #FORMS
*/
textarea, select, input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=password], input[type=search], input[type=radio], input[type=checkbox] {
  font-size: 1rem;
  line-height: 1.3;
  background: none;
  color: #000000;
  width: 100%;
  padding: 6px;
  border-radius: 0;
  border: solid #ffffff 2px;
  margin-bottom: 6px;
  display: block;
  font-weight: normal;
  -webkit-appearance: none;
}
textarea:focus, select:focus, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=color]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}

form {
  display: block;
}

.input__text, .input__textarea {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.input__text label, .input__textarea label {
  color: #000000;
  display: block;
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 0.3em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.input__text::before, .input__text::after, .input__textarea::before, .input__textarea::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #939393;
  bottom: 0;
  left: 0;
  transition: all 0.7s;
}
.input__text::after, .input__textarea::after {
  transform: scaleX(0);
  background-color: #000000;
}
.input__text.active label, .input__textarea.active label {
  font-size: 0.75rem;
  line-height: 1;
  transform: translateY(-20px);
}
.input__text.active::after, .input__textarea.active::after {
  transform: scaleX(1);
}
.input__select__inner {
  position: relative;
  border: solid 1px #000000;
}
.input__select__inner select {
  margin: 0;
  -webkit-appearance: none;
}
.input__select__inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  transform: translate3d(0, -50%, 0);
}
.input__radio {
  position: relative;
  margin-bottom: 12px;
}
.input__radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
}
.input__radio label {
  padding-left: 24px;
  pointer-events: none;
}
.input__radio::after, .input__radio::before {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all ease 0.3s;
  display: block;
  z-index: 1;
}
.input__radio::before {
  width: 15px;
  height: 15px;
  border: solid 2px #000000;
  background: #ffffff;
}
.input__radio::after {
  background: #000000;
  width: 7px;
  height: 7px;
  top: 4px;
  left: 4px;
  z-index: 10;
  transform: scale(0);
}
.input__radio.active::after {
  transform: scale(1);
}
.input__checkbox {
  position: relative;
  margin-bottom: 12px;
}
.input__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
}
.input__checkbox label {
  padding-left: 24px;
  pointer-events: none;
}
.input__checkbox::after, .input__checkbox::before {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all ease 0.3s;
  display: block;
  z-index: 1;
}
.input__checkbox::before {
  width: 15px;
  height: 15px;
  border: solid 2px #000000;
  background: #ffffff;
}
.input__checkbox::after {
  background: #000000;
  width: 7px;
  height: 7px;
  top: 4px;
  left: 4px;
  z-index: 10;
  transform: scale(0);
}
.input__checkbox.active::after {
  transform: scale(1);
}

/**
  * +GRID
  */
.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -12px;
}
.grid + .grid {
  margin-top: 0;
}
.grid--wide {
  margin: 0 0 0 -36px;
}
.grid--wide > .col {
  padding-left: 36px;
}
.grid--nomargin {
  margin: 0;
}
.grid--nomargin > .col {
  padding-left: 0;
}

.grid-start {
  justify-content: flex-start;
}

.grid-center {
  justify-content: center;
}

.grid-end {
  justify-content: flex-end;
}

.grid-between {
  justify-content: space-between;
}

.grid-around {
  justify-content: space-around;
}

@media (max-width: 64.0525em) {
  .grid-start-tablet {
    justify-content: flex-start;
  }
  .grid-center-tablet {
    justify-content: center;
  }
  .grid-end-tablet {
    justify-content: flex-end;
  }
  .grid-between-tablet {
    justify-content: space-between;
  }
  .grid-around-tablet {
    justify-content: space-around;
  }
}
@media (max-width: 74.99em) {
  .grid-start-desktop {
    justify-content: flex-start;
  }
  .grid-center-desktop {
    justify-content: center;
  }
  .grid-end-desktop {
    justify-content: flex-end;
  }
  .grid-between-desktop {
    justify-content: space-between;
  }
  .grid-around-desktop {
    justify-content: space-around;
  }
}
@media (max-width: 47.9275em) {
  .grid-start-mobile {
    justify-content: flex-start;
  }
  .grid-center-mobile {
    justify-content: center;
  }
  .grid-end-mobile {
    justify-content: flex-end;
  }
  .grid-between-mobile {
    justify-content: space-between;
  }
  .grid-around-mobile {
    justify-content: space-around;
  }
}
.grid-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 64.0525em) {
  .grid-reverse-tablet {
    flex-direction: row-reverse;
  }
}
@media (max-width: 74.99em) {
  .grid-reverse-desktop {
    flex-direction: row-reverse;
  }
}
@media (max-width: 47.9275em) {
  .grid-reverse-mobile {
    flex-direction: row-reverse;
  }
}
.col {
  padding-left: 12px;
  flex-grow: 1;
}

.col-8 {
  flex-basis: 8%;
  max-width: 8%;
}

.col-10 {
  flex-basis: 10%;
  max-width: 10%;
}

.col-12 {
  flex-basis: 12%;
  max-width: 12%;
}

.col-16 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-20 {
  flex-basis: 20%;
  max-width: 20%;
}

.col-25 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-30 {
  flex-basis: 30%;
  max-width: 30%;
}

.col-33 {
  flex-basis: 33.33334%;
  max-width: 33.33334%;
}

.col-40 {
  flex-basis: 40%;
  max-width: 40%;
}

.col-50 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-58 {
  flex-basis: 58.33334%;
  max-width: 58.33334%;
}

.col-60 {
  flex-basis: 60%;
  max-width: 60%;
}

.col-63 {
  flex-basis: 63.33334%;
  max-width: 63.33334%;
}

.col-66 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-70 {
  flex-basis: 70%;
  max-width: 70%;
}

.col-75 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-80 {
  flex-basis: 80%;
  max-width: 80%;
}

.col-88 {
  flex-basis: 88%;
  max-width: 88%;
}

.col-90 {
  flex-basis: 90%;
  max-width: 90%;
}

.col-100 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 64.0525em) {
  .col-8-tablet {
    flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-tablet {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-tablet {
    flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-tablet {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-tablet {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-tablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-tablet {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-tablet {
    flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-tablet {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-tablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-tablet {
    flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-tablet {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-tablet {
    flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-tablet {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-tablet {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-tablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-tablet {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-tablet {
    flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-tablet {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-tablet {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 74.99em) {
  .col-8-desktop {
    flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-desktop {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-desktop {
    flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-desktop {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-desktop {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-desktop {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-desktop {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-desktop {
    flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-desktop {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-desktop {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-desktop {
    flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-desktop {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-desktop {
    flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-desktop {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-desktop {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-desktop {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-desktop {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-desktop {
    flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-desktop {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-desktop {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 47.9275em) {
  .col-8-mobile {
    flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-mobile {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-mobile {
    flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-mobile {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-mobile {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-mobile {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-mobile {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-mobile {
    flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-mobile {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-mobile {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-mobile {
    flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-mobile {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-mobile {
    flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-mobile {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-mobile {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-mobile {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-mobile {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-mobile {
    flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-mobile {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-mobile {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-start {
  align-self: flex-start;
}

.col-center {
  align-self: center;
}

.col-end {
  align-self: flex-end;
}

.col-between {
  align-self: space-between;
}

.col-around {
  align-self: space-around;
}

@media (max-width: 64.0525em) {
  .col-start-tablet {
    align-self: flex-start;
  }
  .col-center-tablet {
    align-self: center;
  }
  .col-end-tablet {
    align-self: flex-end;
  }
  .col-between-tablet {
    align-self: space-between;
  }
  .col-around-tablet {
    align-self: space-around;
  }
}
@media (max-width: 74.99em) {
  .col-start-desktop {
    align-self: flex-start;
  }
  .col-center-desktop {
    align-self: center;
  }
  .col-end-desktop {
    align-self: flex-end;
  }
  .col-between-desktop {
    align-self: space-between;
  }
  .col-around-desktop {
    align-self: space-around;
  }
}
@media (max-width: 47.9275em) {
  .col-start-mobile {
    align-self: flex-start;
  }
  .col-center-mobile {
    align-self: center;
  }
  .col-end-mobile {
    align-self: flex-end;
  }
  .col-between-mobile {
    align-self: space-between;
  }
  .col-around-mobile {
    align-self: space-around;
  }
}
/*
    #HIDE
*/
.hide {
  display: none;
  max-height: 0;
  opacity: 0;
}
@media (max-width: 47.9275em) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 47.9375em) and (max-width: 64.0525em) {
  .hide-tablet {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .hide-desktop {
    display: none;
  }
}
.hide.active {
  max-height: 9000px;
  opacity: 1;
  display: inline-block;
}

[class^=show-],
[class*=" show-"] {
  display: none;
}

@media (max-width: 47.9275em) {
  .show-mobile {
    display: block;
  }
}
@media (min-width: 47.9375em) and (max-width: 64.0525em) {
  .show-tablet {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .show-desktop {
    display: block;
  }
}

/*
    #MODAL
*/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  min-width: 300px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate(-50%, -50%);
  margin: 0;
}

.modal--active {
  visibility: visible;
}

.modal__overlay {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
}

.modal--active ~ .modal__overlay {
  opacity: 1;
  visibility: visible;
}

.no-scroll {
  overflow: hidden;
}

/* Content styles */
.modal {
  perspective: 1300px;
}
.modal__content {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 0 auto;
  padding: 12px;
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
  text-align: center;
}
.modal__close--js {
  color: #ffffff;
}
.modal__close--js:link {
  color: #ffffff;
}
.modal__close--js:visited {
  color: #ffffff;
}
.modal__close--js:active {
  color: #ffffff;
}
.modal__close--js {
  /* Hover MUST be last in the list */
}
.modal__close--js:hover {
  color: #ffffff;
}
.modal__close--js {
  padding: 12px;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal.modal--active .modal__content {
  transform: rotateX(0);
  opacity: 1;
}

/*
    #wrapper
*/
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.noscroll {
  overflow: hidden;
}

/* Trumps */
.brand__icon {
  background-image: url(/wp-content/themes/legion/public/images/brand/logo-white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 170px;
  height: 20px;
  padding: 25px 0 30px;
}
@media (min-width: 47.9375em) {
  .brand__icon {
    width: 220px;
    height: 30px;
  }
}

.header {
  background-color: #2e3548;
  position: relative;
  z-index: 101;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  margin-top: 12px;
  text-align: center;
  background-color: #2e3548;
  color: #ffffff;
}
@media (min-width: 47.9375em) {
  .footer {
    text-align: left;
  }
}
.footer__border {
  margin: 0 auto;
  width: 95%;
  padding: 36px 0;
  max-width: 1440px;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (min-width: 47.9375em) {
  .footer__nav {
    justify-content: flex-end;
  }
}
.footer__nav li {
  list-style: none;
  text-transform: uppercase;
}
.footer__nav li a {
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .footer__nav li a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .footer__nav li a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .footer__nav li a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.footer__nav li a {
  color: #ffffff;
}
.footer__nav li a:link {
  color: #ffffff;
}
.footer__nav li a:visited {
  color: #ffffff;
}
.footer__nav li a:active {
  color: #ffffff;
}
.footer__nav li a {
  /* Hover MUST be last in the list */
}
.footer__nav li a:hover {
  color: #ffffff;
}
@media (min-width: 47.9375em) {
  .footer__nav li a {
    padding: 0 0 0 12px;
    display: block;
  }
}

.main {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .main {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .main {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .main {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.nav {
  padding: 25px;
  margin: 0;
  height: 100vh;
  overflow: auto;
}
@media (min-width: 64.0625em) {
  .nav {
    padding: 0;
    text-align: right;
    height: auto;
    overflow: visible;
  }
}
.nav li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 64.0625em) {
  .nav li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav li:hover .sub-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav li a {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .nav li a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .nav li a {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .nav li a {
    font-size: 1rem;
    line-height: 1;
  }
}
.nav li a {
  color: #ffffff;
}
.nav li a:link {
  color: #ffffff;
}
.nav li a:visited {
  color: #ffffff;
}
.nav li a:active {
  color: #ffffff;
}
.nav li a {
  /* Hover MUST be last in the list */
}
.nav li a:hover {
  color: #ffffff;
}
.nav li a {
  display: block;
  padding: 12px;
  background-color: #2e3548;
  background-image: url(/wp-content/themes/legion/public/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 8px auto;
  font-weight: 300;
  position: relative;
}
@media (min-width: 20.0625em) {
  .nav li a {
    padding: 25px 16px;
  }
}
@media (min-width: 64.0625em) {
  .nav li a {
    background-image: none;
    padding: 30px 0;
    margin: 0 6px;
  }
}
@media (min-width: 75em) {
  .nav li a {
    padding: 30px 0;
    margin: 0 12px;
  }
}
.nav li a::before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 64.0625em) {
  .nav li a::before {
    display: block;
  }
}
.nav li a:hover::before {
  height: 4px;
}
.nav li.current-menu-item a::before, .nav li.current_page_ancestor a::before {
  height: 7px;
}
.nav-mobile {
  position: fixed;
  top: 55px;
  left: 0;
  background-color: #262c3f;
  width: 100%;
  height: 100%;
  transform: translateY(-120%);
  z-index: 100;
}
.nav-mobile.transition {
  transition: all 1s ease;
}
.nav-mobile.active {
  transform: translateY(0);
}
.nav .sub-menu {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  z-index: 10;
}
@media (min-width: 64.0625em) {
  .nav .sub-menu {
    display: block;
  }
}
.nav .sub-menu li {
  display: block;
  margin-bottom: 2px;
}
.nav .sub-menu a {
  color: #262c3f;
}
.nav .sub-menu a:link {
  color: #262c3f;
}
.nav .sub-menu a:visited {
  color: #262c3f;
}
.nav .sub-menu a:active {
  color: #262c3f;
}
.nav .sub-menu a {
  /* Hover MUST be last in the list */
}
.nav .sub-menu a:hover {
  color: #262c3f;
}
.nav .sub-menu a {
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: none;
  margin: 0;
  padding: 12px 48px 12px 24px;
  text-align: left;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/legion/public/images/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.nav .sub-menu a::before {
  display: none;
}
.nav .sub-menu a:hover {
  background-color: #ebebeb;
}

.homeHero {
  position: relative;
  color: #ffffff;
}
.homeHero__item {
  width: 100%;
  min-height: 80vh;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.homeHero__item.is-selected .homeHero__content {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.homeHero__item.is-selected .homeHero__carousel__nav {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translateY(0);
}
.homeHero__background {
  background-color: rgba(38, 44, 63, 0.9);
}
.homeHero__content {
  transition: all 0.8s ease;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .homeHero__content {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 64.0625em) {
  .homeHero__content {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 75em) {
  .homeHero__content {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.homeHero__content {
  opacity: 0;
  transform: translateY(40px);
  padding: 25px;
  line-height: 1.4;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .homeHero__content {
    max-width: 40%;
    line-height: 1.2;
    padding: 25px;
  }
}
@media (min-width: 47.9375em) {
  .homeHero__content {
    max-width: 40%;
    line-height: 1.2;
    padding: 25px;
    margin-left: -25px;
    margin-top: 5%;
  }
}
.homeHero__content p {
  margin: 0;
}
.homeHero__content strong {
  font-weight: 500;
  text-transform: uppercase;
}
.homeHero__content a {
  color: #ffffff;
}
.homeHero__content a:link {
  color: #ffffff;
}
.homeHero__content a:visited {
  color: #ffffff;
}
.homeHero__content a:active {
  color: #ffffff;
}
.homeHero__content a {
  /* Hover MUST be last in the list */
}
.homeHero__content a:hover {
  color: #ffffff;
}
.homeHero__content a {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .homeHero__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 64.0625em) {
  .homeHero__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 75em) {
  .homeHero__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.homeHero__content a {
  text-transform: uppercase;
}
.homeHero__carousel__nav {
  transition: all 0.8s ease;
  margin: 36px 0 0 12px;
  opacity: 0;
  transform: translateY(20px);
}
.homeHero__carousel__action {
  transition: all 0.3s ease;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .homeHero__carousel__action {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .homeHero__carousel__action {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .homeHero__carousel__action {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.homeHero__carousel__action {
  color: #ffffff;
}
.homeHero__carousel__action:link {
  color: #ffffff;
}
.homeHero__carousel__action:visited {
  color: #ffffff;
}
.homeHero__carousel__action:active {
  color: #ffffff;
}
.homeHero__carousel__action {
  /* Hover MUST be last in the list */
}
.homeHero__carousel__action:hover {
  color: #ffffff;
}
.homeHero__carousel__action {
  font-weight: 300;
  font-family: "carmeregular", sans-serif;
  background: none;
  border: 0;
  position: relative;
  display: block;
  padding: 0 6px;
  margin: 0;
  cursor: pointer;
}
.homeHero__carousel__action:focus, .homeHero__carousel__action:hover {
  outline: 0;
}
.homeHero__carousel__action::after, .homeHero__carousel__action::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  height: 32px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(28deg);
}
@media (min-width: 47.9375em) {
  .homeHero__carousel__action::after, .homeHero__carousel__action::before {
    height: 46px;
    width: 2px;
    top: -12px;
  }
}
.homeHero__carousel__action::before {
  display: none;
  right: inherit;
  left: 0;
}
.homeHero__carousel__nav__item {
  display: inline-block;
  list-style: none;
}
.homeHero__carousel__nav__item.active button {
  color: #6fc9d9;
}
.homeHero__carousel__nav__item.active button:link {
  color: #6fc9d9;
}
.homeHero__carousel__nav__item.active button:visited {
  color: #6fc9d9;
}
.homeHero__carousel__nav__item.active button:active {
  color: #6fc9d9;
}
.homeHero__carousel__nav__item.active button {
  /* Hover MUST be last in the list */
}
.homeHero__carousel__nav__item.active button:hover {
  color: #6fc9d9;
}
.homeHero__carousel__nav__item:first-child .homeHero__carousel__action::before {
  display: block;
  left: -3px;
}
.homeHero__mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: none;
}
@media screen and (orientation: portrait) {
  .homeHero__mobile {
    display: block;
  }
}

.related {
  margin-top: -36px;
  margin-bottom: 36px;
  z-index: 10;
  position: relative;
}
@media (min-width: 64.0625em) {
  .related {
    margin-top: -60px;
  }
}
.related__item {
  list-style: none;
  margin-bottom: 6px;
}
.related__item a {
  transition: all 0.3s ease;
  color: #ffffff;
}
.related__item a:link {
  color: #ffffff;
}
.related__item a:visited {
  color: #ffffff;
}
.related__item a:active {
  color: #ffffff;
}
.related__item a {
  /* Hover MUST be last in the list */
}
.related__item a:hover {
  color: #ffffff;
}
.related__item a {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .related__item a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .related__item a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .related__item a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.related__item a {
  padding: 12px;
  text-transform: uppercase;
  background-color: #2e3548;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}
.related__item a i {
  display: block;
  text-align: right;
  padding-top: 20px;
}
@media (min-width: 47.9375em) {
  .related__item a i {
    padding-top: 40px;
  }
}
@media (min-width: 64.0625em) {
  .related__item a i {
    padding-top: 80px;
  }
}
@media (min-width: 64.0625em) {
  .related__item a:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

.realestate__thumb img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.realestate__title {
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .realestate__title {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .realestate__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .realestate__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.realestate__title {
  background-color: #2e3548;
  padding: 24px;
  color: #ffffff;
  display: inline-block;
  margin: -50px 0 24px;
}
.realestate__nav {
  margin-bottom: 24px;
}
@media (min-width: 64.0625em) {
  .realestate__nav {
    margin-bottom: 60px;
  }
}
.realestate__nav .homeHero__carousel__action {
  color: #2e3548;
}
.realestate__nav .homeHero__carousel__action:link {
  color: #2e3548;
}
.realestate__nav .homeHero__carousel__action:visited {
  color: #2e3548;
}
.realestate__nav .homeHero__carousel__action:active {
  color: #2e3548;
}
.realestate__nav .homeHero__carousel__action {
  /* Hover MUST be last in the list */
}
.realestate__nav .homeHero__carousel__action:hover {
  color: #939393;
}
.realestate__nav .homeHero__carousel__action.active {
  color: #939393;
}
.realestate__nav .homeHero__carousel__action.active:link {
  color: #939393;
}
.realestate__nav .homeHero__carousel__action.active:visited {
  color: #939393;
}
.realestate__nav .homeHero__carousel__action.active:active {
  color: #939393;
}
.realestate__nav .homeHero__carousel__action.active {
  /* Hover MUST be last in the list */
}
.realestate__nav .homeHero__carousel__action.active:hover {
  color: #2e3548;
}
.realestate__nav .homeHero__carousel__action::after, .realestate__nav .homeHero__carousel__action::before {
  background-color: #4d565b;
}
.realestate__content {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .realestate__content {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .realestate__content {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .realestate__content {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.realestate__content {
  padding: 0 0 24px;
}
@media (min-width: 64.0625em) {
  .realestate__content {
    padding: 0 0 48px;
  }
}
.realestate__content blockquote {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .realestate__content blockquote {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .realestate__content blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .realestate__content blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.realestate__link {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .realestate__link {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .realestate__link {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .realestate__link {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.realestate__link {
  text-transform: uppercase;
  display: block;
}
.realestate__gallery img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.realestate__listing__thumb {
  overflow: hidden;
}
.realestate__listing__thumb img {
  transition: all 0.3s ease;
}
.realestate__listing__item:hover .realestate__listing__thumb img {
  transform: scale(1.1);
}
.realestate__listing__title {
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .realestate__listing__title {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .realestate__listing__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .realestate__listing__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.realestate__listing__title {
  transform: translateZ(1);
  background-color: #2e3548;
  padding: 24px;
  color: #ffffff;
  display: block;
  margin: -50px 0 12px;
  position: relative;
  z-index: 10;
}
.realestate__listing__title a {
  color: #ffffff;
}
.realestate__listing__title a:link {
  color: #ffffff;
}
.realestate__listing__title a:visited {
  color: #ffffff;
}
.realestate__listing__title a:active {
  color: #ffffff;
}
.realestate__listing__title a {
  /* Hover MUST be last in the list */
}
.realestate__listing__title a:hover {
  color: #ffffff;
}

.page-header {
  padding: 12px 24px;
  color: #ffffff;
  background-color: #2e3548;
  display: inline-block;
  margin: 24px 0;
}
@media (min-width: 64.0625em) {
  .page-header {
    margin: 50px 0;
  }
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
}

.blog__item {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .blog__item {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 64.0625em) {
  .blog__item {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 75em) {
  .blog__item {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.blog__item {
  background-color: #f4f4f4;
  margin-bottom: 12px;
  color: #2e3548;
}
.blog__intro {
  padding: 20px 30px;
}
@media (min-width: 64.0625em) {
  .blog__intro {
    padding: 40px 60px;
  }
}
.blog__date {
  font-size: 0.75rem;
  line-height: 1;
  color: #b3b3b3;
  font-family: "carmeregular", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.blog__summary {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .blog__summary {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .blog__summary {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .blog__summary {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.blog__summary blockquote {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 47.9375em) {
  .blog__summary blockquote {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 64.0625em) {
  .blog__summary blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  .blog__summary blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.blog__link {
  text-transform: uppercase;
  display: block;
  margin-top: 24px;
}
@media (min-width: 64.0625em) {
  .blog__link {
    margin-top: 50px;
  }
}
.blog__link i {
  margin-left: 6px;
}
.blog__nav {
  text-align: center;
  margin: 30px 0;
}
.blog__nav .icon-arrow-left {
  margin-right: 12px;
}
.blog__nav .icon-arrow-right {
  margin-left: 12px;
}
@media (min-width: 64.0625em) {
  .blog__nav {
    margin: 60px 0;
  }
}
.blog__header__image {
  max-width: initial;
  width: 100%;
  height: auto;
}
.blog__single__date {
  display: block;
  margin: 24px 0;
}
@media (min-width: 64.0625em) {
  .blog__single__date {
    margin: 40px 0;
  }
}
.blog__single__summary p {
  margin-bottom: 40px;
}
@media (min-width: 64.0625em) {
  .blog__single__summary p {
    margin-bottom: 24px;
  }
}
.blog__single__title {
  margin-bottom: 40px;
}
@media (min-width: 64.0625em) {
  .blog__single__title {
    margin-bottom: 24px;
  }
}
.blog__single__image {
  max-width: 1440px;
  margin: 30px auto;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .blog__single__image {
    margin: 80px auto;
  }
}
.blog__single__image img {
  max-width: initial;
  width: 100%;
  height: auto;
}

.share h3 {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .share h3 {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .share h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .share h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.share h3 {
  display: inline-block;
  margin: 0 12px 0 0;
}
@media (min-width: 64.0625em) {
  .share h3 {
    margin: 0 24px 0 0;
  }
}
.share__list {
  margin: 0;
  display: inline-block;
}
.share__item {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 47.9375em) {
  .share__item {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 64.0625em) {
  .share__item {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .share__item {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.share__item {
  display: inline-block;
  list-style: none;
}
.share__item a {
  color: #2e3548;
}
.share__item a:link {
  color: #2e3548;
}
.share__item a:visited {
  color: #2e3548;
}
.share__item a:active {
  color: #2e3548;
}
.share__item a {
  /* Hover MUST be last in the list */
}
.share__item a:hover {
  color: #939393;
}
.share__item a {
  display: block;
  margin: 0 12px 0 0;
}

.intro {
  width: 100%;
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 24px;
}
@media (min-width: 64.0625em) {
  .intro {
    margin-bottom: 48px;
  }
}
.intro__content {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .intro__content {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 64.0625em) {
  .intro__content {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 75em) {
  .intro__content {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.intro__content {
  transform: translateY(10%);
  color: #ffffff;
  background-color: rgba(38, 44, 63, 0.9);
  padding: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .intro__content {
    max-width: 40%;
    line-height: 1.2;
    padding: 25px;
  }
}
@media (min-width: 47.9375em) {
  .intro__content {
    max-width: 40%;
    line-height: 1.2;
    padding: 24px;
    margin-left: -25px;
  }
}
@media (min-width: 64.0625em) {
  .intro__content {
    transform: translateY(30%);
  }
}
.intro__content strong {
  font-weight: 500;
  text-transform: uppercase;
}
.intro__content a {
  color: #ffffff;
}
.intro__content a:link {
  color: #ffffff;
}
.intro__content a:visited {
  color: #ffffff;
}
.intro__content a:active {
  color: #ffffff;
}
.intro__content a {
  /* Hover MUST be last in the list */
}
.intro__content a:hover {
  color: #ffffff;
}
.intro__content a {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .intro__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 64.0625em) {
  .intro__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media (min-width: 75em) {
  .intro__content a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.intro__content a {
  text-transform: uppercase;
}
.intro__content p:last-child {
  margin: 0;
}
.intro__overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.intro__overlay img {
  max-width: initial;
  max-height: 40vh;
  width: auto;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .intro__overlay img {
    max-height: 80vh;
  }
}
@media (min-width: 47.9375em) {
  .intro__overlay img {
    max-height: 80vh;
  }
}

.latestnews,
.widget {
  background: #262c3f;
  color: #ffffff;
}
.latestnews h3,
.widget h3 {
  background-color: #4d565b;
  padding: 6px 12px;
  margin: 0;
}
.latestnews__list, .latestnews__content,
.widget__list,
.widget__content {
  margin: 0;
  padding: 12px;
}
.latestnews__item,
.latestnews p,
.widget__item,
.widget p {
  margin: 0 0 12px;
  list-style: none;
}
.latestnews__item:last-child,
.latestnews p:last-child,
.widget__item:last-child,
.widget p:last-child {
  margin: 0;
}
.latestnews__item a,
.latestnews p a,
.widget__item a,
.widget p a {
  color: #ffffff;
}
.latestnews__item a:link,
.latestnews p a:link,
.widget__item a:link,
.widget p a:link {
  color: #ffffff;
}
.latestnews__item a:visited,
.latestnews p a:visited,
.widget__item a:visited,
.widget p a:visited {
  color: #ffffff;
}
.latestnews__item a:active,
.latestnews p a:active,
.widget__item a:active,
.widget p a:active {
  color: #ffffff;
}
.latestnews__item a,
.latestnews p a,
.widget__item a,
.widget p a {
  /* Hover MUST be last in the list */
}
.latestnews__item a:hover,
.latestnews p a:hover,
.widget__item a:hover,
.widget p a:hover {
  color: #939393;
}

.text-gallery {
  margin-bottom: 24px;
}
@media (min-width: 64.0625em) {
  .text-gallery {
    margin-bottom: 48px;
  }
}

.textcarousel {
  position: relative;
}
.textcarousel__item {
  width: 100%;
}
.textcarousel__item img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.textcarousel {
  /*
   * Sits outside the Swiper container, which clips its overflow. Swiper's own
   * selectors outrank anything reasonable here, so the dot appearance is set
   * through its custom properties instead.
   */
}
.textcarousel__pagination {
  --swiper-pagination-bottom: -25px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-inactive-color: #333333;
  --swiper-pagination-bullet-inactive-opacity: .25;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: #333333;
  position: absolute;
  width: 100%;
}
.textcarousel__pagination .swiper-pagination-bullet {
  cursor: pointer;
}
.textcarousel__pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: 0 0 0 5px #1199ff;
}

.slide__content {
  opacity: 0;
}
.slide__content.active {
  animation-delay: 0.5s;
  animation-name: faceInUp;
  animation-direction: normal;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.slide__content.active .header__inner {
  animation-delay: 0.7s;
  animation-name: faceInUp;
  animation-direction: normal;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.loading {
  transition: all 0.3s ease;
  border: 4px solid rgba(46, 53, 72, 0.3);
  border-left: 4px solid #262c3f;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  pointer-events: none;
}
.loading.active {
  opacity: 0;
}

.social__share {
  text-align: center;
}
@media (min-width: 47.9375em) {
  .social__share {
    float: left;
    text-align: left;
    margin: 0;
  }
}
.social__share__item {
  list-style: none;
  display: inline-block;
  margin: 0 6px 0 0;
}
.social__share__item a {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}
.social__share__item a:link {
  color: #ffffff;
}
.social__share__item a:visited {
  color: #ffffff;
}
.social__share__item a:active {
  color: #ffffff;
}
.social__share__item a {
  /* Hover MUST be last in the list */
}
.social__share__item a:hover {
  color: #ffffff;
}

/* DEBUG */
/*
    #DEBUG
*/
.debug {
  display: none;
}
.debug__environment {
  background: #333f4d;
  position: fixed;
  bottom: 50%;
  left: 0;
  z-index: 100;
  padding: 12px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.debug__environment p {
  color: #ffffff;
  margin: 0;
}
.debug__environment::before {
  position: absolute;
  top: -10px;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  background: repeating-linear-gradient(45deg, #ffcc00, #ffcc00 10px, #333f4d 10px, #333f4d 20px);
}
.debug:hover .debug__environment {
  opacity: 0;
}

@media print {
  .header,
  .back,
  .footer {
    display: none;
  }
  .col {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=main.646400b2.css.map*/