@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

input[name="nav"] {
  display: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

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

input, select, textarea, button {
  font-family: inherit; }

html {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0; }

ul {
  margin-left: 1.25em; }

a {
  text-decoration: none; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000f23;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-weight: bold;
    font-style: normal; }

h1 {
  font-size: calc(2.34375vw - -2px);
  line-height: 1em;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 20px; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: calc(0.97656vw - -8.5px); }
  @media (max-width: 768px) {
    h2 {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 21px; } }

h5 {
  font-size: calc(0.19531vw - -12.5px); }
  @media (max-width: 768px) {
    h5 {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    h5 {
      font-size: 15px; } }

.section-content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

.shadow-hover:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }

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

.image-holder {
  display: inline-block; }
  .image-holder img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }

[data-aspect="4:3"] {
  width: 100%; }
  [data-aspect="4:3"] .image-holder {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
    [data-aspect="4:3"] .image-holder img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.reset-button {
  cursor: pointer;
  background: #ffffff;
  color: #000f23;
  font-size: calc(0.78125vw - -6px);
  line-height: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em; }
  @media (max-width: 768px) {
    .reset-button {
      font-size: 12px; } }
  @media (min-width: 1280px) {
    .reset-button {
      font-size: 16px; } }

.module-accommodation-matrix .reset-button {
  position: absolute;
  margin-top: 0.5em;
  right: 1.5em; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'icons';
  src: url("/fonts/fonts/icons.ttf?uc6gl2") format("truetype"), url("/fonts/fonts/icons.woff?uc6gl2") format("woff"), url("/fonts/fonts/icons.svg?uc6gl2#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-cave:before {
  content: ""; }

.icon-heated-pool:before {
  content: ""; }

.icon-nice-view:before {
  content: ""; }

.icon-porch:before {
  content: ""; }

.icon-privacy:before {
  content: ""; }

.icon-person-house:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-fish:before {
  content: ""; }

.icon-accommodation:before {
  content: ""; }

.icon-baby-bed:before {
  content: ""; }

.icon-distance:before {
  content: ""; }

.icon-fence:before {
  content: ""; }

.icon-location2:before {
  content: ""; }

.icon-miscellaneous:before {
  content: ""; }

.icon-oven:before {
  content: ""; }

.icon-general:before {
  content: ""; }

.icon-pet:before {
  content: ""; }

.icon-disabled:before {
  content: ""; }

.icon-livingroom:before {
  content: ""; }

.icon-bedroom:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-swimmingpool:before {
  content: ""; }

.icon-number-persons:before {
  content: ""; }

.icon-bathroom:before {
  content: ""; }

.icon-multiminded:before {
  content: ""; }

.icon-123boeken:before {
  content: ""; }

.icon-link-outline:before {
  content: ""; }

.icon-mail-outline:before {
  content: ""; }

.icon-twitter-outline:before {
  content: ""; }

.icon-facebook-outline:before {
  content: ""; }

.icon-whatsapp-outline:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

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

.icon-instagram-outline:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-youtube-outline:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-pin-outline:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-general2:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-calendar-outline:before {
  content: ""; }

.icon-person-outline:before {
  content: ""; }

.icon-people-outline:before {
  content: ""; }

.icon-clock-outline:before {
  content: ""; }

.icon-contact-outline:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-outline:before {
  content: ""; }

.icon-eye-outline:before {
  content: ""; }

.icon-chat-outline:before {
  content: ""; }

.icon-down-arrowhead:before {
  content: ""; }

.icon-basket:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-trash-outline:before {
  content: ""; }

.icon-newsletter:before {
  content: ""; }

.icon-close-thin:before {
  content: ""; }

.icon-close-thinner:before {
  content: ""; }

.icon-triangle-outline:before {
  content: ""; }

.icon-undo-button:before {
  content: ""; }

.icon-check1:before {
  content: ""; }

.icon-check2:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-outline:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-envelop2:before {
  content: ""; }

.icon-envelope-outline:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-house-outline:before {
  content: ""; }

.icon-house:before {
  content: ""; }

.icon-triangle:before {
  content: ""; }

.icon-chevron:before {
  content: ""; }

.icon-chevron2:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-search-outline:before {
  content: ""; }

#nav-expand:checked + * .hamburger > span {
  transform: rotate(90deg); }

.hamburger {
  position: fixed;
  top: 1em;
  right: 1em;
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transform: scale(1.5);
  z-index: 2; }
  .hamburger > span {
    transition: all 0.3s;
    position: relative;
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em; }
  .hamburger:focus {
    outline: none; }
  .hamburger > span > span {
    color: currentColor;
    display: block;
    position: absolute;
    top: 0.45em;
    left: 0.15em;
    right: 0.15em;
    height: 0.1em;
    background-color: currentColor; }
    .hamburger > span > span, .hamburger > span > span:before, .hamburger > span > span:after {
      border-radius: 0.04em; }
    .hamburger > span > span:before, .hamburger > span > span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 0.1em;
      background-color: currentColor;
      content: ""; }
    .hamburger > span > span::before {
      top: -0.25em; }
    .hamburger > span > span::after {
      bottom: -0.25em; }
  .hamburger.rotate > span > span {
    transition: transform 0.3s; }

div.selectbox {
  display: inline-block; }
  div.selectbox select {
    padding-right: 40px; }
  div.selectbox .ui-button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
    width: auto;
    outline: none;
    border: 1px solid transparent; }
    div.selectbox .ui-button:focus {
      border: 1px solid #f39200; }
    div.selectbox .ui-button .ui-selectmenu-text {
      flex-grow: 1;
      padding: 0.4em;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-right: none;
      margin: 0; }
    div.selectbox .ui-button .ui-selectmenu-icon {
      float: none;
      width: 32px;
      height: 32px;
      border: 1px solid #f39200;
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20style%3D%22fill%3A%23F0F4F4%22%20d%3D%22M%2032.576172%2C38.636719%2029.923828%2C41.287109%2050%2C61.363281%2070.076172%2C41.287109%2067.423828%2C38.636719%2050%2C56.060547%2032.576172%2C38.636719%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
      background-size: contain;
      background-position: right center; }

.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
  background: #000f23;
  border: 1px solid rgba(240, 244, 244, 0.5);
  font: inherit;
  max-height: 300px; }
  .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content li {
    color: #ffffff; }
    .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content li.ui-state-disabled {
      display: none; }
    .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content li div.ui-state-active {
      border-color: transparent;
      background: #023a78; }

.layer-overlay input {
  position: absolute;
  display: none;
  left: -999px; }
  .layer-overlay input:checked + div {
    display: block; }
.layer-overlay > div {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2; }
  .layer-overlay > div > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000f23;
    color: #ffffff;
    padding: 4em; }

.layer-form [placeholder]::-webkit-input-placeholder {
  opacity: 0.5;
  color: rgba(0, 15, 35, 0.9); }
.layer-form [placeholder]:-moz-placeholder {
  opacity: 0.5;
  color: rgba(0, 15, 35, 0.9); }
.layer-form [placeholder]::-moz-placeholder {
  opacity: 0.5;
  color: rgba(0, 15, 35, 0.9); }
.layer-form .section-content {
  max-width: 800px; }
  .layer-form .section-content .inner-content {
    padding: 1em; }
    .layer-form .section-content .inner-content .text {
      display: inline-block; }
    .layer-form .section-content .inner-content form {
      padding: 1em;
      overflow: auto; }
      .layer-form .section-content .inner-content form .rows {
        display: inline;
        margin-bottom: 1em;
        width: 100%; }
        .layer-form .section-content .inner-content form .rows .row.required label:after {
          content: '*';
          color: red;
          margin-left: 0.1em; }
        .layer-form .section-content .inner-content form .rows label {
          font-weight: normal; }
        .layer-form .section-content .inner-content form .rows .row {
          clear: both;
          display: inline-block;
          width: 100%;
          margin-bottom: 0.1em; }
          .layer-form .section-content .inner-content form .rows .row.text, .layer-form .section-content .inner-content form .rows .row.textarea, .layer-form .section-content .inner-content form .rows .row.select {
            width: 100%;
            clear: both; }
            .layer-form .section-content .inner-content form .rows .row.text label, .layer-form .section-content .inner-content form .rows .row.textarea label, .layer-form .section-content .inner-content form .rows .row.select label {
              width: 25%;
              float: left; }
            .layer-form .section-content .inner-content form .rows .row.text label + .element, .layer-form .section-content .inner-content form .rows .row.textarea label + .element, .layer-form .section-content .inner-content form .rows .row.select label + .element {
              width: 75%;
              float: right; }
          .layer-form .section-content .inner-content form .rows .row.radio {
            width: 100%;
            clear: both; }
            .layer-form .section-content .inner-content form .rows .row.radio label {
              float: left;
              width: 50%; }
            .layer-form .section-content .inner-content form .rows .row.radio .element {
              width: 50%;
              float: right; }
          .layer-form .section-content .inner-content form .rows .row.error input, .layer-form .section-content .inner-content form .rows .row.error textarea {
            border: 1px solid red;
            background: #FFCCCC;
            color: red !important; }
          .layer-form .section-content .inner-content form .rows .row.checkbox .element {
            position: relative; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox] {
              position: absolute;
              visibility: hidden; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element .check {
              display: block;
              position: absolute;
              border: 1px solid #000;
              height: 15px;
              width: 15px;
              top: 3px;
              left: 0px;
              z-index: 5;
              transition: border .25s linear;
              -webkit-transition: border .25s linear; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element .check::before {
              display: block;
              position: absolute;
              content: '';
              height: 7px;
              width: 7px;
              top: 3px;
              left: 3px;
              margin: auto;
              transition: background 0.25s linear;
              -webkit-transition: background 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox]:checked ~ .check {
              border: 1px solid #000; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox]:checked ~ .check::before {
              background: #000; }
          .layer-form .section-content .inner-content form .rows .row.checkbox label {
            display: block;
            position: relative;
            padding: 0px 0px 0px 30px;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear; }
          .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem {
            position: relative; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox] {
              position: absolute;
              visibility: hidden; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem label {
              display: block;
              position: relative;
              padding: 0px 0px 0px 30px;
              z-index: 9;
              cursor: pointer;
              -webkit-transition: all 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem .check {
              display: block;
              position: absolute;
              border: 1px solid #000;
              height: 15px;
              width: 15px;
              top: 3px;
              left: 0px;
              z-index: 5;
              transition: border .25s linear;
              -webkit-transition: border .25s linear; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem .check::before {
              display: block;
              position: absolute;
              content: '';
              height: 7px;
              width: 7px;
              top: 3px;
              left: 3px;
              margin: auto;
              transition: background 0.25s linear;
              -webkit-transition: background 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check {
              border: 1px solid #000; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check::before {
              background: #000; }
          .layer-form .section-content .inner-content form .rows .row.radio .radioItem {
            position: relative;
            width: 100%;
            display: inline-block; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio] {
              position: absolute;
              visibility: hidden; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem label {
              display: block;
              position: relative;
              padding: 0px 0px 0px 30px;
              z-index: 9;
              cursor: pointer;
              -webkit-transition: all 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem .check {
              display: block;
              position: absolute;
              border: 1px solid #000;
              border-radius: 100%;
              height: 15px;
              width: 15px;
              top: 3px;
              left: 0px;
              z-index: 5;
              transition: border .25s linear;
              -webkit-transition: border .25s linear; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem .check::before {
              display: block;
              position: absolute;
              content: '';
              border-radius: 100%;
              height: 7px;
              width: 7px;
              top: 3px;
              left: 3px;
              margin: auto;
              transition: background 0.25s linear;
              -webkit-transition: background 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio]:checked ~ .check {
              border: 1px solid #000; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio]:checked ~ .check::before {
              background: #000; }
          .layer-form .section-content .inner-content form .rows .row.file {
            width: 100%;
            clear: both; }
            .layer-form .section-content .inner-content form .rows .row.file > label {
              width: 50%;
              float: left; }
            .layer-form .section-content .inner-content form .rows .row.file .element {
              width: 50%;
              float: right; }
              .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] {
                width: 0.1px;
                height: 0.1px;
                opacity: 0;
                overflow: hidden;
                position: absolute;
                z-index: -1; }
              .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label {
                max-width: 100%;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                cursor: pointer;
                display: inline-block;
                overflow: hidden;
                padding: 0.325rem 1rem;
                color: #ffffff;
                background-color: #023a78; }
              .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label svg {
                width: 1em;
                height: 1em;
                vertical-align: middle;
                fill: currentColor;
                margin-top: -0.25em;
                margin-right: 0.25em; }
              .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label * {
                pointer-events: none; }
              .layer-form .section-content .inner-content form .rows .row.file .element svg:not(:root) {
                overflow: hidden; }
      .layer-form .section-content .inner-content form button.link {
        margin-top: 0.5em;
        float: right;
        border: none;
        background: rgba(0, 15, 35, 0.9);
        color: #fff;
        padding: 0.5em 1em;
        text-transform: uppercase;
        font-weight: normal; }
        .layer-form .section-content .inner-content form button.link span {
          display: none; }
      .layer-form .section-content .inner-content form input[type="submit"] {
        border: none;
        padding: 0.4em 0.5em;
        color: #fff;
        font-size: calc(0.78125vw - -6px);
        line-height: 1.125em;
        cursor: pointer; }
        @media (max-width: 768px) {
          .layer-form .section-content .inner-content form input[type="submit"] {
            font-size: 12px; } }
        @media (min-width: 1280px) {
          .layer-form .section-content .inner-content form input[type="submit"] {
            font-size: 16px; } }
      .layer-form .section-content .inner-content form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
        display: inline-block;
        width: 100%; }
      .layer-form .section-content .inner-content form select {
        display: inline-block;
        width: 100%;
        background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%3E%3Crect%20style%3D%22fill%3A%2396a3be%22%20height%3D%22400%22%20width%3D%22400%22%20y%3D%220%22%20x%3D%220%22%20%2F%3E%3Cpath%20transform%3D%22rotate%2890%2C%20200%2C%20200%29%22%20style%3D%22fill%3A%23000f23%22%20d%3D%22m278.86%20213.77-132.79%2073.793c-3.0997%201.6998-5.5995%200.19999-5.5995-3.2997v-147.19c0-3.4997%202.4998-4.9995%205.5995-3.2997l132.79%2073.793c3.0997%201.6998%203.0997%204.4996%200%206.1994z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
        background-position: 100% 0px;
        background-repeat: no-repeat;
        background-size: 2.5em 100%; }
      .layer-form .section-content .inner-content form textarea {
        display: block;
        width: 100%;
        height: 8.2em;
        color: #000; }
      .layer-form .section-content .inner-content form select:after {
        content: "\f11c";
        float: right;
        font-family: flaticon; }
      .layer-form .section-content .inner-content form select, .layer-form .section-content .inner-content form input[type="text"], .layer-form .section-content .inner-content form input[type="email"], .layer-form .section-content .inner-content form textarea {
        font-size: inherit;
        padding: 0.5em 0.5em;
        color: #ffffff;
        border: 1px solid rgba(0, 15, 35, 0.5);
        float: right;
        width: 100%;
        outline: none; }
      .layer-form .section-content .inner-content form textarea {
        height: 133px;
        resize: vertical; }

@media (max-width: 768px) {
  .module-form {
    max-width: 100%;
    width: 100%;
    float: inherit; }
    .module-form .section-content .inner-content {
      margin: 0 0 1em 0; }
      .module-form .section-content .inner-content h2 {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content .text {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content form .rows {
        display: inline-block;
        margin-bottom: 0em;
        width: 100%; }
        .module-form .section-content .inner-content form .rows .row {
          flex: inherit;
          padding-right: inherit; }
          .module-form .section-content .inner-content form .rows .row.text, .module-form .section-content .inner-content form .rows .row.textarea, .module-form .section-content .inner-content form .rows .row.select {
            width: 100%;
            clear: both; }
            .module-form .section-content .inner-content form .rows .row.text label, .module-form .section-content .inner-content form .rows .row.textarea label, .module-form .section-content .inner-content form .rows .row.select label {
              width: 100%;
              float: inherit; }
            .module-form .section-content .inner-content form .rows .row.text .element, .module-form .section-content .inner-content form .rows .row.textarea .element, .module-form .section-content .inner-content form .rows .row.select .element {
              width: 100%;
              float: inherit; }
        .module-form .section-content .inner-content form .rows input:not([type="submit"]), .module-form .section-content .inner-content form .rows select:not([type="submit"]) {
          margin-bottom: 0.33em; } }
.layer-header {
  background: #000f23; }
  .layer-header .inner-content {
    max-width: 1440px;
    margin: 0 auto; }
  .layer-header .image-holder {
    height: auto; }
  .layer-header .banner {
    position: absolute;
    left: 5vw;
    bottom: -1vh;
    z-index: 1; }
    .layer-header .banner.circle > * {
      background: #f39200;
      border-radius: 50%;
      width: 10em;
      height: 10em;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.25em;
      text-align: center;
      color: #fff;
      transform: rotate(-10deg);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      font-size: calc(0.97656vw - -7.5px); }
      @media (max-width: 768px) {
        .layer-header .banner.circle > * {
          font-size: 15px; } }
      @media (min-width: 1280px) {
        .layer-header .banner.circle > * {
          font-size: 20px; } }
    .layer-header .banner.square > * {
      background: #f39200;
      border-radius: 0.25em;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5em;
      color: #fff;
      transform: rotate(-3deg);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      font-size: calc(0.97656vw - -7.5px); }
      @media (max-width: 768px) {
        .layer-header .banner.square > * {
          font-size: 15px; } }
      @media (min-width: 1280px) {
        .layer-header .banner.square > * {
          font-size: 20px; } }
  .layer-header .booking {
    font-size: calc(0.58594vw - -8.5px); }
    @media (max-width: 768px) {
      .layer-header .booking {
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .layer-header .booking {
        font-size: 16px; } }
    .layer-header .booking > div:nth-child(1) {
      display: none;
      border-radius: 0.25em 0.25em 0 0;
      padding: 0.5em;
      background-color: #ffffff; }
      .layer-header .booking > div:nth-child(1) h2 {
        color: #fff; }
    .layer-header .booking > div:nth-child(2) {
      border-radius: 0 0 0.25em 0.25em;
      padding: 1em;
      background-color: #ffffff;
      color: #fff; }
      .layer-header .booking > div:nth-child(2) > div {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1em; }
        .layer-header .booking > div:nth-child(2) > div > * {
          flex: 1;
          white-space: nowrap;
          margin: 0 1em; }
          .layer-header .booking > div:nth-child(2) > div > *:first-child > :first-child {
            font-weight: bold;
            font-size: 1.1em; }
    .layer-header .booking .button {
      display: inline-block;
      background: #023a78;
      color: #fff;
      border-radius: 0.25em;
      padding: 0.5em 1em; }
      .layer-header .booking .button:after {
        content: '\e923';
        font-family: icons;
        display: inline-block;
        transform: scale(0.4);
        vertical-align: middle;
        margin-bottom: 0.1em; }
  @media (min-width: 768px) {
    .layer-header .booking {
      position: absolute;
      right: 1em;
      bottom: 1em;
      overflow: hidden; }
      .layer-header .booking > div:nth-child(1) {
        display: block; }
      .layer-header .booking > div:nth-child(2) {
        color: #ffffff;
        background-color: #fff; } }

.layer-footer {
  background-color: #000f23;
  color: #686f7c; }
  .layer-footer > .section-content {
    max-width: 1280px;
    padding-top: calc(7.14286vw - 54.85714px); }
    @media (max-width: 768px) {
      .layer-footer > .section-content {
        padding-top: 0; } }
    @media (min-width: 1440px) {
      .layer-footer > .section-content {
        padding-top: 48px; } }
    .layer-footer > .section-content > .inner-content > div:first-child {
      display: flex;
      flex-wrap: wrap; }
      .layer-footer > .section-content > .inner-content > div:first-child > * {
        flex: 1 1 50%;
        padding: 1em 3em 1em 0; }
        .layer-footer > .section-content > .inner-content > div:first-child > *.layer-newsletter > .section-content {
          padding: 0; }
          .layer-footer > .section-content > .inner-content > div:first-child > *.layer-newsletter > .section-content .inner-content {
            display: block; }
      .layer-footer > .section-content > .inner-content > div:first-child h2, .layer-footer > .section-content > .inner-content > div:first-child h3 {
        font-size: calc(1.17188vw - -7px);
        color: #fff;
        font-weight: 300; }
        @media (max-width: 768px) {
          .layer-footer > .section-content > .inner-content > div:first-child h2, .layer-footer > .section-content > .inner-content > div:first-child h3 {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-footer > .section-content > .inner-content > div:first-child h2, .layer-footer > .section-content > .inner-content > div:first-child h3 {
            font-size: 22px; } }
      .layer-footer > .section-content > .inner-content > div:first-child h2 {
        margin-bottom: 1.5em;
        position: relative; }
        .layer-footer > .section-content > .inner-content > div:first-child h2:after {
          content: '';
          position: absolute;
          height: 2px;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          left: -1em;
          right: -1em;
          bottom: -0.5em; }
        .layer-footer > .section-content > .inner-content > div:first-child h2:after {
          width: auto; }
      .layer-footer > .section-content > .inner-content > div:first-child h3 {
        top: -1px;
        position: relative; }
      .layer-footer > .section-content > .inner-content > div:first-child .layer-newsletter .section-content .inner-content > div:first-child, .layer-footer > .section-content > .inner-content > div:first-child address {
        margin-bottom: 1em; }
      .layer-footer > .section-content > .inner-content > div:first-child .layer-newsletter .section-content .inner-content span, .layer-footer > .section-content > .inner-content > div:first-child address {
        font-size: 15px;
        font-size: 1em; }
      .layer-footer > .section-content > .inner-content > div:first-child .layer-newsletter .section-content .inner-content form input {
        flex: 1 1 auto;
        width: auto; }
      .layer-footer > .section-content > .inner-content > div:first-child .layer-newsletter .section-content .inner-content form button {
        flex: 0 0 auto;
        width: 2.22222em; }
      .layer-footer > .section-content > .inner-content > div:first-child address {
        color: rgba(255, 255, 255, 0.6);
        font-style: normal; }
        .layer-footer > .section-content > .inner-content > div:first-child address a {
          color: currentColor;
          text-decoration: underline; }
        .layer-footer > .section-content > .inner-content > div:first-child address + div {
          display: flex;
          height: 40px;
          align-items: center; }
          .layer-footer > .section-content > .inner-content > div:first-child address + div .socials {
            margin-top: 0.2em; }
            .layer-footer > .section-content > .inner-content > div:first-child address + div .socials > * {
              display: inline-block;
              transform: scale(1.5);
              margin-left: 1em; }
              .layer-footer > .section-content > .inner-content > div:first-child address + div .socials > * svg path {
                fill: #f39200; }
    .layer-footer > .section-content > .inner-content > div:last-child {
      padding-top: 4em;
      display: flex;
      align-items: center; }
      .layer-footer > .section-content > .inner-content > div:last-child ul {
        display: inline-block;
        list-style-type: none;
        margin-left: 0; }
        .layer-footer > .section-content > .inner-content > div:last-child ul:after {
          content: '|';
          margin-right: 1.5em; }
        .layer-footer > .section-content > .inner-content > div:last-child ul li {
          display: inline-block; }
          .layer-footer > .section-content > .inner-content > div:last-child ul li a {
            color: inherit;
            margin-right: 1.5em; }
      .layer-footer > .section-content > .inner-content > div:last-child > div {
        margin-left: auto;
        white-space: nowrap; }
        .layer-footer > .section-content > .inner-content > div:last-child > div > .socials {
          display: inline-block; }
          .layer-footer > .section-content > .inner-content > div:last-child > div > .socials svg {
            width: 2em; }
            .layer-footer > .section-content > .inner-content > div:last-child > div > .socials svg path {
              fill: #f39200; }
        .layer-footer > .section-content > .inner-content > div:last-child > div > a {
          margin-left: 0.5em;
          color: inherit;
          position: relative;
          top: -0.15em;
          font-size: 30px;
          font-size: 2em;
          transition: color 0.3s; }
          .layer-footer > .section-content > .inner-content > div:last-child > div > a:hover {
            color: #ff6633; }

.layer-footer.old {
  background-color: #000f23;
  color: #686f7c; }
  .layer-footer.old .section-content {
    max-width: 1280px;
    padding: 1em 0; }
    .layer-footer.old .section-content .inner-content {
      display: flex;
      align-items: center; }
      .layer-footer.old .section-content .inner-content ul {
        display: inline-block;
        list-style-type: none;
        margin-left: 0; }
        .layer-footer.old .section-content .inner-content ul:after {
          content: '|';
          margin-right: 1.5em; }
        .layer-footer.old .section-content .inner-content ul li {
          display: inline-block; }
          .layer-footer.old .section-content .inner-content ul li a {
            color: inherit;
            margin-right: 1.5em; }
      .layer-footer.old .section-content .inner-content > div {
        margin-left: auto;
        white-space: nowrap; }
        .layer-footer.old .section-content .inner-content > div > .socials {
          display: inline-block; }
          .layer-footer.old .section-content .inner-content > div > .socials svg {
            width: 2em; }
            .layer-footer.old .section-content .inner-content > div > .socials svg path {
              fill: #f39200; }
        .layer-footer.old .section-content .inner-content > div > a {
          margin-left: 0.5em;
          color: inherit;
          position: relative;
          top: -0.15em;
          font-size: 30px;
          font-size: 2em;
          transition: color 0.3s; }
          .layer-footer.old .section-content .inner-content > div > a:hover {
            color: #ff6633; }
  .layer-footer.old ._section-content {
    max-width: 1280px;
    padding: 3em 1em; }
    .layer-footer.old ._section-content .inner-content .columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .layer-footer.old ._section-content .inner-content .columns h2 {
        font-size: 16px;
        font-size: 1em;
        font-style: normal; }
      .layer-footer.old ._section-content .inner-content .columns ul {
        font-size: 14px;
        font-size: 0.875em;
        list-style: none;
        padding-top: 1em;
        line-height: 1; }
        .layer-footer.old ._section-content .inner-content .columns ul li {
          margin: 0.5em 0 0.5em 1em;
          position: relative; }
          .layer-footer.old ._section-content .inner-content .columns ul li:before {
            content: '\e923';
            position: absolute;
            font-family: icons;
            color: #023a78;
            margin-left: -1.5em;
            font-weight: bold;
            transform: rotate(-90deg) scale(0.3); }
          .layer-footer.old ._section-content .inner-content .columns ul li a {
            color: currentColor; }
      .layer-footer.old ._section-content .inner-content .columns .column {
        margin: 1em 0; }
        .layer-footer.old ._section-content .inner-content .columns .column:last-child {
          min-width: 25%; }
      .layer-footer.old ._section-content .inner-content .columns .title {
        margin-left: 4em; }
        .layer-footer.old ._section-content .inner-content .columns .title:before {
          content: '\e930';
          font-family: icons;
          float: left;
          color: #fff;
          background: #023a78;
          display: inline-block;
          border-radius: 50%;
          width: 1.75em;
          height: 1.75em;
          line-height: 1.75em;
          text-align: center;
          font-size: 36.57143px;
          font-size: 2.28571em;
          position: absolute;
          margin-left: -2em;
          margin-top: -0.4em; }
        .layer-footer.old ._section-content .inner-content .columns .title h2 {
          font-size: 21px;
          font-size: 1.3125em;
          font-style: italic; }
      .layer-footer.old ._section-content .inner-content .columns .contact {
        margin: 2em 0 0 2em; }
        .layer-footer.old ._section-content .inner-content .columns .contact > div {
          margin: 0.5em 0; }
          .layer-footer.old ._section-content .inner-content .columns .contact > div > span:first-child {
            display: inline-block;
            width: 1.8em;
            text-align: center;
            color: #023a78; }
            .layer-footer.old ._section-content .inner-content .columns .contact > div > span:first-child:before {
              position: relative;
              top: 0.1em; }
          .layer-footer.old ._section-content .inner-content .columns .contact > div:nth-child(1) > span:first-child:before {
            display: inline-block;
            transform: rotate(-22deg);
            font-size: 1.3em; }
        .layer-footer.old ._section-content .inner-content .columns .contact > a {
          color: #ffffff;
          font-size: 18px;
          font-size: 1.125em;
          display: block;
          margin-top: 1em;
          margin-left: 0.2em; }
      .layer-footer.old ._section-content .inner-content .columns .socials {
        margin-top: 1em;
        text-align: center;
        position: relative; }
        .layer-footer.old ._section-content .inner-content .columns .socials a {
          color: #fff;
          background: #ffffff;
          display: inline-block;
          border-radius: 50%;
          width: 1.9em;
          height: 1.9em;
          line-height: 1.9em;
          text-align: center;
          font-size: 1.6em;
          font-size: calc(1.875vw - -1.6px);
          margin: 0.1em;
          position: relative; }
          @media (max-width: 768px) {
            .layer-footer.old ._section-content .inner-content .columns .socials a {
              font-size: 16px; } }
          @media (min-width: 1280px) {
            .layer-footer.old ._section-content .inner-content .columns .socials a {
              font-size: 25.6px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a, .layer-footer.old ._section-content .inner-content .columns .socials a span:before {
            transition: all 0.3s; }
          .layer-footer.old ._section-content .inner-content .columns .socials a:hover {
            border-radius: 25% 50% 50% 25%;
            background: rgba(255, 255, 255, 0.5); }
            .layer-footer.old ._section-content .inner-content .columns .socials a:hover span:before {
              display: inline-block;
              transform: rotateY(360deg);
              color: #ffffff; }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(1) {
            top: calc(-13.43284vw - -67.16418px);
            left: calc(-14.92537vw - -74.62687px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(1) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(1) {
                top: -36px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(1) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(1) {
                left: -40px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(2) {
            top: calc(3.73134vw - 18.65672px);
            left: calc(-14.92537vw - -74.62687px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(2) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(2) {
                top: 10px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(2) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(2) {
                left: -40px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(3) {
            top: calc(-3.73134vw - -18.65672px);
            left: calc(-14.92537vw - -74.62687px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(3) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(3) {
                top: -10px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(3) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(3) {
                left: -40px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(4) {
            top: calc(1.86567vw - 9.32836px);
            left: calc(-13.0597vw - -65.29851px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(4) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(4) {
                top: 5px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(4) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(4) {
                left: -35px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(5) {
            top: calc(9.32836vw - 46.64179px);
            left: calc(-13.0597vw - -65.29851px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(5) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(5) {
                top: 25px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(5) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(5) {
                left: -35px; } }
          .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(6) {
            top: calc(-3.73134vw - -18.65672px);
            left: calc(-14.92537vw - -74.62687px); }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(6) {
                top: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(6) {
                top: -10px; } }
            @media (max-width: 500px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(6) {
                left: 0; } }
            @media (min-width: 768px) {
              .layer-footer.old ._section-content .inner-content .columns .socials a:nth-child(6) {
                left: -40px; } }
    .layer-footer.old ._section-content .inner-content ul.footer-links {
      position: relative;
      list-style: none;
      margin-top: 2em; }
      .layer-footer.old ._section-content .inner-content ul.footer-links:before {
        content: '';
        position: absolute;
        right: 19vw;
        width: 100vw;
        top: -1em;
        border-top: 1px solid #c4cdea; }
      .layer-footer.old ._section-content .inner-content ul.footer-links:after {
        content: '';
        display: table;
        clear: both; }
      .layer-footer.old ._section-content .inner-content ul.footer-links li {
        float: left; }
        .layer-footer.old ._section-content .inner-content ul.footer-links li + li {
          margin-left: 1em; }
        .layer-footer.old ._section-content .inner-content ul.footer-links li a {
          color: #96a3be; }

.layer-navigation {
  position: relative;
  z-index: 3; }
  .layer-navigation ul {
    margin-left: 0; }
  .layer-navigation #nav-expand {
    display: none;
    position: absolute;
    left: -9999px; }
    @media (max-width: 767px) {
      .layer-navigation #nav-expand:checked + .inner-content .navham label {
        color: #fff;
        background: transparent; }
      .layer-navigation #nav-expand:checked + .inner-content nav {
        transform: translateX(100%); } }
  .layer-navigation .section-content {
    max-width: 1280px; }
    .layer-navigation .section-content .inner-content .logo {
      position: relative;
      z-index: 1;
      max-width: 50%;
      min-width: 160px;
      margin: 0.5em; }
      .layer-navigation .section-content .inner-content .logo a {
        display: inline-block; }
        .layer-navigation .section-content .inner-content .logo a svg, .layer-navigation .section-content .inner-content .logo a img {
          width: 100%;
          height: auto;
          vertical-align: middle; }
    .layer-navigation .section-content .inner-content .navham {
      color: #000f23; }
      .layer-navigation .section-content .inner-content .navham label {
        background: rgba(255, 255, 255, 0.5); }
  .layer-navigation nav {
    position: fixed;
    right: 100%;
    top: 0em;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column; }
    .layer-navigation nav, .layer-navigation nav .submenu {
      transition: all 0.3s; }
    .layer-navigation nav > div.top {
      position: absolute;
      top: 1em;
      right: 1em;
      display: flex;
      align-items: center; }
      .layer-navigation nav > div.top > .contact {
        font-weight: 500;
        margin-right: 0.5em; }
        .layer-navigation nav > div.top > .contact > * {
          color: inherit; }
          .layer-navigation nav > div.top > .contact > * > span:first-child {
            display: inline-block;
            width: 1.5em;
            text-align: center;
            position: relative;
            top: 0.1em;
            font-size: 1.1em; }
          .layer-navigation nav > div.top > .contact > *:nth-child(2) > span:first-child {
            transform: rotate(-22deg);
            font-size: 1.5em;
            top: 0.2em; }
      .layer-navigation nav > div.top > .search {
        margin-right: 0.5em;
        display: flex; }
        .layer-navigation nav > div.top > .search input, .layer-navigation nav > div.top > .search button {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          border: 1px solid #c4cdea;
          border-radius: 4px;
          padding: 0.322em; }
        .layer-navigation nav > div.top > .search input {
          padding-right: 0.5em;
          width: calc(100% - 2em); }
          .layer-navigation nav > div.top > .search input::-webkit-input-placeholder {
            opacity: 1;
            color: #96a3be; }
          .layer-navigation nav > div.top > .search input:-moz-placeholder {
            opacity: 1;
            color: #96a3be; }
          .layer-navigation nav > div.top > .search input::-moz-placeholder {
            opacity: 1;
            color: #96a3be; }
        .layer-navigation nav > div.top > .search button {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          line-height: normal;
          background: #fff;
          margin-left: -0.5em;
          width: 2em; }
          .layer-navigation nav > div.top > .search button:after {
            content: '\e901';
            font-family: icons; }
      .layer-navigation nav > div.top svg, .layer-navigation nav > div.top img.flag {
        display: block;
        font-size: 16px;
        font-size: 1.06667em;
        width: 1em;
        height: auto; }
        .layer-navigation nav > div.top svg path, .layer-navigation nav > div.top img.flag path {
          fill: #96a3be !important; }
      .layer-navigation nav > div.top > a {
        float: left; }
      .layer-navigation nav > div.top > .languages {
        position: fixed;
        right: 3em;
        top: 1.2em;
        float: right; }
        .layer-navigation nav > div.top > .languages ul {
          list-style: none; }
          .layer-navigation nav > div.top > .languages ul li {
            display: inline-block;
            margin: 0 0.25em; }
    .layer-navigation nav .contact, .layer-navigation nav .search, .layer-navigation nav .login, .layer-navigation nav div.menu > ul ~ a {
      display: none; }
    .layer-navigation nav > header {
      order: 1;
      display: block;
      height: 3.2em;
      background: #000f23; }
    .layer-navigation nav > div.menu {
      order: 2;
      color: #96a3be;
      flex: 1;
      background: #fff; }
      .layer-navigation nav > div.menu ul {
        position: relative;
        z-index: 1;
        width: 100%;
        font-size: calc(0.58594vw - -8.5px);
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
        color: #000f23; }
        @media (max-width: 768px) {
          .layer-navigation nav > div.menu ul {
            font-size: 13px; } }
        @media (min-width: 1280px) {
          .layer-navigation nav > div.menu ul {
            font-size: 16px; } }
        .layer-navigation nav > div.menu ul, .layer-navigation nav > div.menu ul ul {
          padding: 1em;
          list-style: none; }
        .layer-navigation nav > div.menu ul li {
          padding-bottom: 1em;
          border-bottom: 1px solid rgba(0, 15, 35, 0.5);
          margin-bottom: 1em; }
          .layer-navigation nav > div.menu ul li a {
            color: inherit; }
          @media (max-width: 767px) {
            .layer-navigation nav > div.menu ul li input:checked + * {
              position: fixed;
              top: 0;
              left: 0;
              height: 3em;
              width: 100%;
              display: flex;
              align-items: center;
              background: #000f23;
              color: #fff; }
              .layer-navigation nav > div.menu ul li input:checked + *:before {
                content: '\e900';
                margin: 0 1em;
                z-index: 1;
                color: #fff;
                left: 0;
                top: 0;
                font-family: icons;
                transform: scaleX(-1); }
              .layer-navigation nav > div.menu ul li input:checked + * + .submenu {
                right: 0; }
            .layer-navigation nav > div.menu ul li label {
              transition: all 1s; } }
          .layer-navigation nav > div.menu ul li.dropdown > input:not(:checked) + .drop-arrow:after {
            content: '';
            display: inline-block;
            font-size: 0.5em;
            width: 1em;
            height: 1em;
            background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000f23%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
            margin-left: 0.75em;
            transform: rotate(90deg); }
          .layer-navigation nav > div.menu ul li .submenu {
            position: absolute;
            right: 100%;
            top: 0;
            background: #fff;
            width: 100%;
            height: 100vh; }
      .layer-navigation nav > div.menu .favorites, .layer-navigation nav > div.menu .recent {
        font-size: 1.2em;
        color: #c4cdea;
        margin-left: 1em;
        position: relative; }
        .layer-navigation nav > div.menu .favorites span, .layer-navigation nav > div.menu .recent span {
          display: block; }
        .layer-navigation nav > div.menu .favorites:not([data-count=""]):not([data-count="0"]):after, .layer-navigation nav > div.menu .recent:not([data-count=""]):not([data-count="0"]):after {
          content: attr(data-count);
          position: absolute;
          background: #023a78;
          color: #fff;
          display: inline-block;
          border-radius: 50%;
          width: 1.95em;
          height: 1.95em;
          line-height: 1.95em;
          text-align: center;
          line-height: 1.95em;
          font-size: 0.4em;
          right: -0.7em;
          top: -12%; }
        .layer-navigation nav > div.menu .favorites.recent:not([data-count=""]):not([data-count="0"]), .layer-navigation nav > div.menu .recent.recent:not([data-count=""]):not([data-count="0"]) {
          margin-right: 1em; }
          .layer-navigation nav > div.menu .favorites.recent:not([data-count=""]):not([data-count="0"]):after, .layer-navigation nav > div.menu .recent.recent:not([data-count=""]):not([data-count="0"]):after {
            background-color: #ffffff;
            margin-right: 1.1em; }
          .layer-navigation nav > div.menu .favorites.recent:not([data-count=""]):not([data-count="0"]) span, .layer-navigation nav > div.menu .recent.recent:not([data-count=""]):not([data-count="0"]) span {
            position: relative;
            top: 0.1em; }
  @media (min-width: 768px) {
    .layer-navigation {
      height: 121px; }
      .layer-navigation .section-content {
        position: fixed;
        height: 121px;
        width: 100%;
        max-width: none;
        background-color: #fff;
        border-bottom: 1px solid #ccd8e4; }
        .layer-navigation .section-content .inner-content {
          max-width: 1280px;
          margin: 0 auto; }
        .layer-navigation .section-content nav > header {
          background: none;
          min-height: 5em; }
        .layer-navigation .section-content nav > div.top .contact, .layer-navigation .section-content nav > div.top .search, .layer-navigation .section-content nav > div.top .login, .layer-navigation .section-content nav > div.top div.menu > ul ~ a {
          display: block; }
      .layer-navigation .section-content {
      /*#nav-expand:checked + .inner-content, .inner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        //overflow: hidden; // RN: er was soms een scrollbar zichtbaar, maar nu werkt het submenu niet

        .navham {
          display: none;
        }
        nav {
          flex: 1 1 50%;
          position: inherit;
          transform: none;
          > div.top {
            order: 1;
            display: flex;
            align-items: center;
            margin-left: auto;
            .contact > * {
              display: inline-block;
              margin-right: 2em;
            }
            .contact, .search {
              margin-bottom: 0;
            }
            .search {
              input {
                min-width: 200px;
              }
              padding-right: 0.75em;
            }
            .languages {
              margin-left: 0.1em;

              $padding_v: 0.2em;
              $padding_h: 2 * $padding_v;
              $size: 1em;

              position: relative;

              height: $size + 2 * $padding_v;
              width: $size + 2 * $padding_h;
              @include font-size(20px, 14px);
              &:after {
                content: '\e923';
                font-family: icons;
                @include dynamic-font(4px, 5px);
                position: absolute;
                color: $theme-color-13;
                left: 50%;
                bottom: 0;
                transform: translate(-50%, 60%) scaleY(0.75);
                opacity: 1;
                transition: all .3s ease;
              }

              ul {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: #fff;
                overflow: hidden;
                transition: all .3s ease;
                > li {
                  margin: 0;

                  img {
                    width: $size + 2 * $padding_h;
                    padding: $padding_v $padding_h;
                    font-size: 1em;
                  }
                  a:hover {
                    background: rgba($theme-color-5, 0.4);
                  }
                  a, img {
                    display: block;
                  }
                }
              }

              &:hover {
                &:after {
                  opacity: 0;
                }
                ul {
                  height: 4 * ($size + 2 * $padding_v) + 2 * $padding_v;
                }
              }
            }

          }
          header {
            display: none;
          }
          > div.menu {
            display: flex;
            align-items: center;
            height: 100%;
            > ul {
              padding: 0.5em 0 0 0;
              display: flex;
              justify-content: space-between;
              margin-top: auto;
              > li {
                display: inline-block;
                position: relative;
                padding-bottom: 0.5em;
                $border-height: 3px;
                &.active {
                  &:after {
                    content: '';
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 1.375em;
                    border-bottom: $border-height solid $theme-color-4;
                  }
                }
                &.dropdown {
                  padding-bottom: 0;
                  &:hover {
                    border-bottom: 0;
                  }
                  > a {
                    margin-bottom: 0.5em;
                  }
                }
                > .mitem {
                  padding: 0.5em;
                  display: inline-block;
                  height: 100%;
                  white-space: nowrap; // no wrapping, make sure the submnenu will keep its height
                  &.home {
                    > span {
                      display: none;
                    }
                    &:after {
                      content: '\e925';
                      font-family: icons;
                      font-size: 0.85em;
                    }
                  }
                }

              }
            }
            > .favorites, > .recent {
              margin-left: 0.5em;
              position: relative;
              //&:after {
              //  content: attr(data-count);
              //  position: absolute;
              //  background: $theme-color-4;
              //  color: #fff;
              //  @include round(1.75em);
              //  font-size: 0.5em;
              //  right: -0.5em;
              //  top: -10%;
              //}
              //&.recent {
              //  margin-right: 1em;
              //  &:after {
              //    background-color: $theme-color-3;
              //    right: 0em;
              //  }
              //}
            }
          }
        }
      }*/ }
        .layer-navigation .section-content .inner-content .logo {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          max-width: 200px; }
          .layer-navigation .section-content .inner-content .logo a:before, .layer-navigation .section-content .inner-content .logo a:after {
            content: '';
            background: rgba(2, 58, 120, 0.2);
            height: 1px;
            width: 50vw;
            position: absolute;
            top: 79%; }
          .layer-navigation .section-content .inner-content .logo a:before {
            right: 130%; }
          .layer-navigation .section-content .inner-content .logo a:after {
            left: 130%; } }
  @media (min-width: 768px) {
    .layer-navigation .section-content .inner-content .navham {
      display: none; }
    .layer-navigation .section-content .inner-content nav {
      position: inherit;
      display: block;
      text-align: center; }
      .layer-navigation .section-content .inner-content nav .languages {
        margin-left: 0.1em;
        position: relative;
        right: auto;
        top: auto;
        float: none;
        height: 1.4em;
        width: 1.8em; }
        .layer-navigation .section-content .inner-content nav .languages:after {
          content: '';
          background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000f23%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
          font-size: 7px;
          font-size: 0.46667em;
          width: 1em;
          height: 1em;
          position: absolute;
          left: 50%;
          bottom: -10%;
          transform: translateX(-50%) rotate(90deg);
          z-index: 1; }
        .layer-navigation .section-content .inner-content nav .languages ul {
          position: absolute;
          z-index: 1;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #fff;
          overflow: hidden;
          transition: all .3s ease; }
          .layer-navigation .section-content .inner-content nav .languages ul > li {
            margin: 0; }
            .layer-navigation .section-content .inner-content nav .languages ul > li img {
              width: 1.8em;
              padding: 0.2em 0.4em; }
            .layer-navigation .section-content .inner-content nav .languages ul > li a:hover {
              background: rgba(240, 244, 244, 0.4); }
            .layer-navigation .section-content .inner-content nav .languages ul > li a, .layer-navigation .section-content .inner-content nav .languages ul > li img {
              display: block; }
        .layer-navigation .section-content .inner-content nav .languages:hover:after {
          opacity: 0; }
        .layer-navigation .section-content .inner-content nav .languages:hover ul {
          height: 6em; }
      .layer-navigation .section-content .inner-content nav ul.menu {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 2.5em; }
        .layer-navigation .section-content .inner-content nav ul.menu > li {
          position: relative;
          white-space: nowrap;
          margin: 0 1em;
          border-bottom: 0;
          padding: 0; }
          .layer-navigation .section-content .inner-content nav ul.menu > li.active > a.mitem > span {
            position: relative; }
            .layer-navigation .section-content .inner-content nav ul.menu > li.active > a.mitem > span:after {
              content: '';
              position: absolute;
              background: #f39200;
              left: 50%;
              width: 1.25em;
              height: 2px;
              bottom: -0.25em;
              transform: translateX(-50%); }
          .layer-navigation .section-content .inner-content nav ul.menu > li:hover > .mitem + .submenu {
            display: block; }
        .layer-navigation .section-content .inner-content nav ul.menu .submenu {
          display: none;
          position: absolute;
          height: auto;
          right: auto;
          top: 100%;
          margin-left: -1em;
          margin-top: 0.9em;
          background: #fff;
          color: #023a78;
          min-width: 100%;
          width: auto;
          white-space: nowrap;
          text-align: left;
          border: 1px solid #ccd8e4; }
          .layer-navigation .section-content .inner-content nav ul.menu .submenu:after {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            background: #fff;
            border-right: 1px solid #ccd8e4;
            border-top: 1px solid #ccd8e4;
            transform-origin: bottom right;
            transform: rotate(-45deg);
            left: 2em;
            top: -16px; }
          .layer-navigation .section-content .inner-content nav ul.menu .submenu:before {
            content: '';
            position: absolute;
            height: 1em;
            width: 100%;
            z-index: -1;
            top: -1em; }
          .layer-navigation .section-content .inner-content nav ul.menu .submenu ul {
            padding: 0; }
            .layer-navigation .section-content .inner-content nav ul.menu .submenu ul li {
              padding: 0;
              border-bottom: 0;
              margin: 0; }
              .layer-navigation .section-content .inner-content nav ul.menu .submenu ul li a {
                display: block;
                padding: 0.5em 1em;
                border-bottom: 3px solid transparent; }
                .layer-navigation .section-content .inner-content nav ul.menu .submenu ul li a:before {
                  content: '';
                  display: inline-block;
                  font-size: 0.75em;
                  width: 1em;
                  height: 1em;
                  background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000f23%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
                  margin-right: 0.5em; } }

@media (max-width: 767px) {
  html .layer-navigation #nav-expand:checked + .inner-content div.top > .search {
    position: fixed;
    left: .5em;
    top: .65em; }

  html.scrolling .layer-navigation #nav-expand:not(:checked) + .inner-content .top .languages {
    display: none; } }
.layer-breadcrumbs .section-content {
  max-width: 1280px; }
  .layer-breadcrumbs .section-content .inner-content {
    text-align: right;
    padding: 1.5em 3em 1.5em 0;
    color: #96a3be;
    font-size: 14px; }
    .layer-breadcrumbs .section-content .inner-content ul {
      list-style-type: none; }
      .layer-breadcrumbs .section-content .inner-content ul li {
        display: inline-block; }
        .layer-breadcrumbs .section-content .inner-content ul li a {
          color: currentColor;
          text-transform: lowercase; }
          .layer-breadcrumbs .section-content .inner-content ul li a:after {
            content: '\e923';
            font-family: icons;
            color: #000f23;
            transform-origin: 50% 50%;
            transform: scale(0.4) rotate(-90deg);
            display: inline-block;
            vertical-align: middle;
            text-decoration: none; }

.layer-text[data-type="quote"] .section-content {
  max-width: 1280px;
  padding: 2.5em 1em 3em 1em; }
  .layer-text[data-type="quote"] .section-content .inner-content h1 {
    font-size: calc(1.17188vw - -7px);
    line-height: 1.45455em;
    position: relative;
    white-space: pre; }
    @media (max-width: 768px) {
      .layer-text[data-type="quote"] .section-content .inner-content h1 {
        font-size: 16px; } }
    @media (min-width: 1280px) {
      .layer-text[data-type="quote"] .section-content .inner-content h1 {
        font-size: 22px; } }
    .layer-text[data-type="quote"] .section-content .inner-content h1:after {
      content: '';
      position: absolute;
      height: 2px;
      border-top: 1px solid rgba(2, 58, 120, 0.2);
      right: 60%;
      width: 100vw;
      margin-top: 1.5em; }

.layer-text[data-type="content"] .section-content {
  max-width: 800px;
  padding: 2.5em 1em 8em 1em; }
  .layer-text[data-type="content"] .section-content .inner-content h1 {
    color: #023a78;
    16px: calc(1.4881vw - -10.57143px); }
    @media (max-width: 768px) {
      .layer-text[data-type="content"] .section-content .inner-content h1 {
        16px: 22px; } }
    @media (min-width: 1440px) {
      .layer-text[data-type="content"] .section-content .inner-content h1 {
        16px: 32px; } }
  .layer-text[data-type="content"] .section-content .inner-content .button {
    float: right; }

.layer-text[data-type="image"].rtl .section-content .inner-content {
  flex-direction: row; }
.layer-text[data-type="image"] .section-content {
  max-width: 1280px;
  padding: 2.5em 1em 8em 1em;
  overflow: hidden; }
  .layer-text[data-type="image"] .section-content .inner-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: -2em; }
    .layer-text[data-type="image"] .section-content .inner-content > * {
      min-width: 250px;
      margin: 2em; }
      .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(1) {
        flex: 1 1 auto;
        width: calc(40% - 4em);
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(2) {
        flex: 1 1 auto;
        width: calc(60% - 4em); }
        .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(2) > * {
          position: relative; }
        .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(2) .image-holder {
          position: relative; }
          .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(2) .image-holder:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #000f23;
            z-index: 1; }
        .layer-text[data-type="image"] .section-content .inner-content > *:nth-child(2) .video-player {
          border: 1px solid #000f23; }
    .layer-text[data-type="image"] .section-content .inner-content h1 {
      color: #023a78;
      16px: calc(1.4881vw - -10.57143px); }
      @media (max-width: 768px) {
        .layer-text[data-type="image"] .section-content .inner-content h1 {
          16px: 22px; } }
      @media (min-width: 1440px) {
        .layer-text[data-type="image"] .section-content .inner-content h1 {
          16px: 32px; } }
    .layer-text[data-type="image"] .section-content .inner-content .button {
      float: right; }

.layer-text[data-type="form"].rtl .section-content .inner-content {
  flex-direction: row; }
.layer-text[data-type="form"] > .section-content {
  max-width: 1280px;
  padding: 2.5em 1em 8em 1em;
  overflow: hidden; }
  .layer-text[data-type="form"] > .section-content > .inner-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: -2em; }
    .layer-text[data-type="form"] > .section-content > .inner-content > * {
      min-width: 250px;
      margin: 2em; }
      .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(1) {
        flex: 1 1 auto;
        width: calc(40% - 4em);
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) {
        flex: 1 1 auto;
        width: calc(60% - 4em);
        max-width: 600px; }
        .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) > .section-content {
          background: #000f23; }
        .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) h2 {
          color: #fff;
          font-weight: normal; }
        .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form {
          padding: 0; }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form [placeholder]::-webkit-input-placeholder {
            opacity: 0.5;
            color: rgba(0, 15, 35, 0.9); }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form [placeholder]:-moz-placeholder {
            opacity: 0.5;
            color: rgba(0, 15, 35, 0.9); }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form [placeholder]::-moz-placeholder {
            opacity: 0.5;
            color: rgba(0, 15, 35, 0.9); }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form .rows .row {
            margin: 0.25em 0; }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form .rows label {
            color: #ffffff; }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form .rows input, .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form .rows textarea {
            background: #ffffff;
            color: #000f23; }
          .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form button.link {
            background: rgba(255, 255, 255, 0.1);
            float: none;
            width: 100%;
            text-transform: uppercase;
            font-weight: normal; }
            .layer-text[data-type="form"] > .section-content > .inner-content > *:nth-child(2) form button.link span {
              display: none; }
    .layer-text[data-type="form"] > .section-content > .inner-content h1 {
      color: #023a78;
      16px: calc(1.4881vw - -10.57143px); }
      @media (max-width: 768px) {
        .layer-text[data-type="form"] > .section-content > .inner-content h1 {
          16px: 22px; } }
      @media (min-width: 1440px) {
        .layer-text[data-type="form"] > .section-content > .inner-content h1 {
          16px: 32px; } }
    .layer-text[data-type="form"] > .section-content > .inner-content .button {
      float: right; }

.layer-text[data-type="dealership"] {
  background: #F0F4F4; }
  .layer-text[data-type="dealership"] .section-content {
    padding-top: 2.5em;
    padding-bottom: 8em; }
    .layer-text[data-type="dealership"] .section-content .inner-content {
      overflow: hidden; }
      .layer-text[data-type="dealership"] .section-content .inner-content:before {
        content: '';
        position: absolute;
        height: 2px;
        border-top: 1px solid rgba(2, 58, 120, 0.2);
        right: 60%;
        width: 100%;
        top: 3em; }
      .layer-text[data-type="dealership"] .section-content .inner-content .image-holder {
        width: 100%;
        margin: 0.5em 0; }
      .layer-text[data-type="dealership"] .section-content .inner-content .text {
        font-size: calc(0.39063vw - -10px);
        line-height: 1.73333em; }
        @media (max-width: 768px) {
          .layer-text[data-type="dealership"] .section-content .inner-content .text {
            font-size: 13px; } }
        @media (min-width: 1280px) {
          .layer-text[data-type="dealership"] .section-content .inner-content .text {
            font-size: 15px; } }
        .layer-text[data-type="dealership"] .section-content .inner-content .text .button {
          margin-top: 3em;
          float: right; }
        .layer-text[data-type="dealership"] .section-content .inner-content .text:after {
          content: '';
          display: table;
          clear: both; }
      .layer-text[data-type="dealership"] .section-content .inner-content .dealership > div:nth-child(1) {
        text-align: center; }
        .layer-text[data-type="dealership"] .section-content .inner-content .dealership > div:nth-child(1) > h2 {
          font-size: 16px;
          font-size: 1.06667em;
          font-weight: 400;
          position: relative;
          display: inline-block;
          margin-top: 2em;
          margin-bottom: 2.5em; }
          .layer-text[data-type="dealership"] .section-content .inner-content .dealership > div:nth-child(1) > h2:after {
            content: '';
            position: absolute;
            height: 2px;
            border-top: 1px solid rgba(2, 58, 120, 0.2);
            left: -1em;
            right: -1em;
            bottom: -0.5em; }
      .layer-text[data-type="dealership"] .section-content .inner-content .dealership > div:nth-child(2) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center; }
        .layer-text[data-type="dealership"] .section-content .inner-content .dealership > div:nth-child(2) > * {
          margin: 0.25em 0.5em; }
      .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(1) {
        display: none; }
      @media (min-width: 500px) {
        .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) {
          display: flex; }
          .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(1) {
            display: block; }
          .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(1) {
            flex: 1 1 30%; }
            .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder {
              position: relative; }
              .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 1px solid #023a78;
                z-index: 1; }
          .layer-text[data-type="dealership"] .section-content .inner-content > :nth-child(2) > div > div:nth-child(1) > :nth-child(2) {
            flex: 1 1 70%;
            padding: 1em 1em 0 1em; } }
      @media (min-width: 10767px) {
        .layer-text[data-type="dealership"] .section-content .inner-content {
          display: flex;
          flex-flow: row-reverse;
          flex-wrap: wrap; }
          .layer-text[data-type="dealership"] .section-content .inner-content > * {
            flex: 1 1 50%; }
            .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) {
              margin-top: 4em; }
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div {
                max-width: 620px;
                float: right;
                margin-left: -20px; }
                .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) {
                  position: relative;
                  z-index: 1;
                  width: 150%;
                  padding: 1em;
                  display: flex;
                  background: rgba(255, 255, 255, 0.96);
                  justify-content: space-between; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                    font-size: calc(0.58594vw - -11.5px);
                    color: #000f23;
                    font-weight: 500; } }
            @media (min-width: 10767px) and (max-width: 768px) {
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                font-size: 16px; } }
            @media (min-width: 10767px) and (min-width: 1280px) {
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                font-size: 19px; } }
      @media (min-width: 10767px) {
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > * {
                    margin: 0.5em; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) {
                    flex: 1 1 30%; }
                    .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder {
                      position: relative; }
                      .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        border: 1px solid #023a78;
                        z-index: 1; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(2) {
                    flex: 1 1 70%;
                    padding: 1em 1em 0 1em; } }
      @media (min-width: 1024px) {
        .layer-text[data-type="dealership"] .section-content .inner-content {
          display: flex;
          flex-flow: row-reverse;
          flex-wrap: wrap; }
          .layer-text[data-type="dealership"] .section-content .inner-content > * {
            flex: 1 1 50%; }
            .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) {
              margin-top: 4em; }
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div {
                max-width: 620px;
                float: right;
                margin-left: -20px; }
                .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) {
                  position: relative;
                  z-index: 1;
                  width: 150%;
                  padding: 1em;
                  display: flex;
                  background: rgba(255, 255, 255, 0.96);
                  justify-content: space-between; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                    font-size: calc(0.58594vw - -11.5px);
                    color: #000f23;
                    font-weight: 500; } }
            @media (min-width: 1024px) and (max-width: 768px) {
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                font-size: 16px; } }
            @media (min-width: 1024px) and (min-width: 1280px) {
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) h1 {
                font-size: 19px; } }
      @media (min-width: 1024px) {
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > * {
                    margin: 0.5em; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) {
                    flex: 1 1 30%; }
                    .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder {
                      position: relative; }
                      .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(1) .image-holder:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        border: 1px solid #023a78;
                        z-index: 1; }
                  .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) > :nth-child(2) {
                    flex: 1 1 70%;
                    padding: 1em 1em 0 1em; }
          .layer-text[data-type="dealership"] .section-content .inner-content {
            flex-wrap: nowrap; }
            .layer-text[data-type="dealership"] .section-content .inner-content > .image-holder {
              height: 582px;
              overflow: hidden; }
              .layer-text[data-type="dealership"] .section-content .inner-content > .image-holder img {
                width: auto;
                max-width: none;
                height: 100%; }
            .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) {
              margin-top: calc(4.09091vw - -17.45455px);
              min-width: 300px;
              position: relative; } }
      @media (min-width: 1024px) and (max-width: 1040px) {
        .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) {
          margin-top: 60px; } }
      @media (min-width: 1024px) and (min-width: 1920px) {
        .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) {
          margin-top: 96px; } }
      @media (min-width: 1024px) {
              .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div {
                width: 100%;
                position: relative; }
                .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div:nth-child(1) {
                  position: absolute;
                  width: 80vw;
                  max-width: 820px; }
                .layer-text[data-type="dealership"] .section-content .inner-content > *:nth-child(2) > div > div.dealership {
                  position: absolute;
                  width: 100%;
                  top: 0;
                  margin-top: 50%; } }

.layer-text .section-content .inner-content table {
  font-size: inherit; }
.layer-text .section-content .inner-content a {
  color: #f39200;
  text-decoration: underline; }

.layer-textwithmedia {
  background-color: #000f23;
  color: #ffffff; }
  .layer-textwithmedia .section-content {
    max-width: 1280px;
    margin: 0 auto 0 auto;
    padding: 2em 1em 1em 1em; }
    .layer-textwithmedia .section-content > h1 {
      text-align: center; }
    .layer-textwithmedia .section-content .inner-content h1 {
      max-width: 690px; }
    .layer-textwithmedia .section-content .inner-content div.text {
      font-size: calc(0.39063vw - -11px);
      line-height: 1.5em; }
      @media (max-width: 768px) {
        .layer-textwithmedia .section-content .inner-content div.text {
          font-size: 14px; } }
      @media (min-width: 1280px) {
        .layer-textwithmedia .section-content .inner-content div.text {
          font-size: 16px; } }
      .layer-textwithmedia .section-content .inner-content div.text a {
        color: currentColor;
        border-bottom: 1px dotted #696969; }
    .layer-textwithmedia .section-content .inner-content > div:nth-child(2) {
      margin: -1em; }
    .layer-textwithmedia .section-content .inner-content .image-holder {
      display: inline-block;
      margin: 1em; }
  .layer-textwithmedia[data-format="2"] .image-holder img {
    border-radius: 0.25em; }
  @media (min-width: 500px) {
    .layer-textwithmedia[data-format="2"] .section-content .inner-content {
      flex-direction: row-reverse; }
      .layer-textwithmedia[data-format="2"] .section-content .inner-content > div:nth-child(1), .layer-textwithmedia[data-format="2"] .section-content .inner-content > div:nth-child(2) {
        flex: 1 1 50%; }
      .layer-textwithmedia[data-format="2"] .section-content .inner-content .image-holder:nth-child(3n+2), .layer-textwithmedia[data-format="2"] .section-content .inner-content .image-holder:nth-child(3n+3) {
        width: calc(50% - 2em); }
    .layer-textwithmedia .section-content .inner-content {
      display: flex;
      justify-content: space-between; }
      .layer-textwithmedia .section-content .inner-content > div:nth-child(1) {
        flex: 1 0 62.5%;
        margin-left: 2em; }
      .layer-textwithmedia .section-content .inner-content > div:nth-child(2) {
        flex: 1 0 30%;
        margin-left: 2em; }
        .layer-textwithmedia .section-content .inner-content > div:nth-child(2) .image-holder {
          float: right; }
        .layer-textwithmedia .section-content .inner-content > div:nth-child(2) .button:after {
          transform: none; } }

.layer-ships[data-type="search"] {
  background: #000f23; }
  .layer-ships[data-type="search"] .section-content {
    max-width: 1280px;
    padding: 2em 40px 2em 40px;
    padding-left: calc(3.72024vw - 13.57143px);
    padding-right: calc(3.72024vw - 13.57143px); }
    @media (max-width: 768px) {
      .layer-ships[data-type="search"] .section-content {
        padding-left: 15px; } }
    @media (min-width: 1440px) {
      .layer-ships[data-type="search"] .section-content {
        padding-left: 40px; } }
    @media (max-width: 768px) {
      .layer-ships[data-type="search"] .section-content {
        padding-right: 15px; } }
    @media (min-width: 1440px) {
      .layer-ships[data-type="search"] .section-content {
        padding-right: 40px; } }
    .layer-ships[data-type="search"] .section-content .inner-content {
      color: #fff;
      text-align: right; }
      .layer-ships[data-type="search"] .section-content .inner-content .selectbox + .selectbox {
        margin-left: 1em; }
      .layer-ships[data-type="search"] .section-content .inner-content label {
        margin-top: 0.5em;
        cursor: pointer;
        display: flex;
        align-items: center;
        opacity: 0.5; }
        .layer-ships[data-type="search"] .section-content .inner-content label:before {
          content: '\e909';
          font-family: icons;
          margin-left: auto;
          margin-right: 0.5em; }
      .layer-ships[data-type="search"] .section-content .inner-content #advanced-search {
        position: absolute;
        display: none; }
      .layer-ships[data-type="search"] .section-content .inner-content #advanced-search:not(:checked) + label + .advanced {
        display: none; }
      .layer-ships[data-type="search"] .section-content .inner-content .advanced {
        margin-top: 0.5em;
        border: 1px solid rgba(240, 244, 244, 0.25);
        padding: 1em;
        background: rgba(240, 244, 244, 0.1); }
        .layer-ships[data-type="search"] .section-content .inner-content .advanced form {
          display: flex;
          flex-wrap: wrap; }
          .layer-ships[data-type="search"] .section-content .inner-content .advanced form > * {
            flex: 1 1 40%;
            margin: 0.1em;
            padding: 0.4em; }
          .layer-ships[data-type="search"] .section-content .inner-content .advanced form input {
            min-width: 0;
            background: #000f23;
            border: 1px solid rgba(240, 244, 244, 0.5);
            padding: 0.4em; }
          .layer-ships[data-type="search"] .section-content .inner-content .advanced form button {
            flex: 1 0 0;
            min-width: inherit;
            background: #f39200;
            border: none; }
  @media (min-width: 500px) {
    .layer-ships[data-type="search"] .section-content .inner-content .advanced form > * {
      flex: 1 1 20%; } }
  @media (min-width: 900px) {
    .layer-ships[data-type="search"] .section-content .inner-content .advanced form {
      flex-wrap: nowrap; } }

.layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items {
  margin: -2em; }
  .layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items > *.hidden {
    flex: 0;
    min-width: 0;
    height: 0;
    margin: 0; }
  .layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items > *:not(.hidden) {
    margin: 2em;
    width: calc((100% / 3) - 4em); }
  .layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items > *:empty {
    margin: 0;
    order: 99999; }
  .layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items > * > div {
    margin-bottom: 1em; }
  .layer-ships[data-type="banners"].banners-3 > .section-content > .inner-content > .items > * > .ribbon {
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    background-color: #f39200;
    color: #fff;
    right: -55px;
    top: 25px;
    padding: 4px 4em; }
.layer-ships[data-type="banners"].banners-4 > .section-content > .inner-content > .items > * > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-2.13333em);
  transition: transform 0.3s; }
.layer-ships[data-type="banners"] > .section-content {
  max-width: 1280px;
  padding: 4em 40px 1em 40px;
  padding-left: calc(3.72024vw - 13.57143px);
  padding-right: calc(3.72024vw - 13.57143px); }
  @media (max-width: 768px) {
    .layer-ships[data-type="banners"] > .section-content {
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .layer-ships[data-type="banners"] > .section-content {
      padding-left: 40px; } }
  @media (max-width: 768px) {
    .layer-ships[data-type="banners"] > .section-content {
      padding-right: 15px; } }
  @media (min-width: 1440px) {
    .layer-ships[data-type="banners"] > .section-content {
      padding-right: 40px; } }
  .layer-ships[data-type="banners"] > .section-content > .inner-content h1 {
    padding-bottom: 1em; }
    .layer-ships[data-type="banners"] > .section-content > .inner-content h1:after {
      content: '';
      position: absolute;
      height: 2px;
      border-top: 1px solid rgba(2, 58, 120, 0.2);
      right: 60%;
      width: 100%;
      margin-top: 1.5em; }
  .layer-ships[data-type="banners"] > .section-content > .inner-content h2 {
    margin-top: 3em;
    margin-bottom: 1em; }
  .layer-ships[data-type="banners"] > .section-content > .inner-content > .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -1em; }
    .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > * {
      color: #fff;
      margin: 0 1em;
      position: relative;
      overflow: hidden;
      flex: 1 1 auto;
      width: calc(25% - 2em);
      min-width: 200px; }
      .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > *:not(:empty) {
        background: #000f23;
        margin: 1em; }
      .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > * .image-holder {
        width: 100%; }
      .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > * > div {
        text-align: center;
        background: #000f23; }
        .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > * > div .title {
          font-size: 16px;
          font-size: 1.06667em;
          text-transform: uppercase;
          line-height: 1.4em;
          padding: 0.4em 0; }
          .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > * > div .title:before {
            content: '';
            background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f39200%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
            width: 0.65em;
            height: 0.65em;
            margin-right: 0.5em;
            margin-top: -0.25em;
            display: inline-block;
            vertical-align: middle; }
      .layer-ships[data-type="banners"] > .section-content > .inner-content > .items > *:hover > div {
        transform: none; }
  .layer-ships[data-type="banners"] > .section-content > .inner-content > .button {
    float: right;
    margin: 1.5em 0 1em; }
  .layer-ships[data-type="banners"] > .section-content > .inner-content:after {
    content: '';
    display: table;
    clear: both; }

.layer-ships[data-type="ship"] > .section-content {
  max-width: 1280px; }
  .layer-ships[data-type="ship"] > .section-content > .inner-content {
    margin-bottom: 2px; }
    .layer-ships[data-type="ship"] > .section-content > .inner-content > .media {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 0;
      -ms-grid-columns: 6fr 0 1fr 0 1fr;
      grid-template-columns: 6fr 1fr 1fr;
      grid-row-gap: 0;
      -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > * {
        overflow: hidden;
        position: relative;
        border: 1px solid #fff; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:first-child {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 11;
          grid-column: 1/2;
          grid-row: 1/7; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(2) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 1/2; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(3) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 1/2; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(4) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 2/3; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(5) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 2/3; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(6) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 5;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 3/4; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(7) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 5;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 3/4; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(8) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 7;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 4/5; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(9) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 7;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 4/5; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(10) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 9;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 5/6; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(11) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 9;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 5/6; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(12) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 11;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 6/7; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:nth-child(13) {
          display: inline-block;
          -ms-grid-column: 5;
          -ms-grid-column-span: 1;
          -ms-grid-row: 11;
          -ms-grid-row-span: 1;
          grid-column: 3/4;
          grid-row: 6/7; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *:before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 66.66667%; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > * > * {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > * .image-holder img {
          height: 100%;
          object-fit: cover; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *[data-more] {
          position: relative; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .media > *[data-more]:after {
            content: attr(data-more) "+";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-color: rgba(0, 15, 35, 0.8);
            font-size: 24px;
            font-size: 1.6em; }
    .layer-ships[data-type="ship"] > .section-content > .inner-content > .details {
      margin-top: 2px;
      background: #F0F4F4;
      display: flex;
      flex-wrap: wrap; }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > * > div {
        padding: 2em; }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:first-child {
        flex: 1 1 75%; }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:nth-child(2) {
        flex: 1 1 25%;
        background: #000f23;
        color: #ffffff; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:nth-child(2) h2, .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:nth-child(2) h3 {
          text-align: center;
          color: inherit; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:nth-child(2) h2 a, .layer-ships[data-type="ship"] > .section-content > .inner-content > .details > *:nth-child(2) h3 a {
            color: inherit; }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .details div.title {
        font-size: 18px;
        font-size: 1.2em;
        text-transform: uppercase;
        padding-bottom: 0.25em;
        border-bottom: 1px solid rgba(0, 15, 35, 0.2);
        margin-bottom: 0.5em; }
      @media (min-width: 768px) {
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs {
          columns: 2; } }
      .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block {
        padding-top: 2em;
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari */
        page-break-inside: avoid;
        /* Theoretically FF 20+ */
        break-inside: avoid-column;
        /* IE 11 */
        display: inline-block;
        width: 100%; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div {
          width: 60%;
          height: 1.5em;
          overflow: hidden;
          position: relative;
          display: inline-block;
          padding: 0.25em 0.25em; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div:not(:last-child):hover {
            overflow: visible; }
            .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div:not(:last-child):hover > * {
              position: absolute;
              background: #F0F4F4;
              z-index: 1; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div:first-child {
            width: 40%; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div:nth-child(2):first-letter {
            text-transform: uppercase; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div > div:first-child:last-child {
            width: 100%;
            padding: 0; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div.title ~ div > div:first-child {
          font-weight: 500; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div:last-child {
          display: none; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div:nth-child(7) ~ div:last-child {
          display: block; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block:not(.open) > div.title ~ div:nth-child(n+7):not(:last-child) * {
          display: none; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block:not(.open) > div.title ~ div:last-child label span:nth-child(2) {
          display: none; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block.open > div ~ div:last-child label span:nth-child(1) {
          display: none; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div:last-child > div {
          text-align: right;
          font-size: 14px;
          font-size: 0.93333em; }
          .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block > div:last-child > div div {
            display: block;
            padding-top: 0.5em;
            border-bottom: 1px solid rgba(0, 15, 35, 0.2);
            margin-bottom: 3em; }
        .layer-ships[data-type="ship"] > .section-content > .inner-content > .details .specs > div.block .button:after {
          border: none;
          margin-left: 0em;
          transform: rotate(90deg); }

.layer-news[data-type="mosaic"] {
  background: #000f23; }
  .layer-news[data-type="mosaic"] .section-content {
    max-width: 1280px; }
    @media (min-width: 500px) {
      .layer-news[data-type="mosaic"] .section-content {
        padding-top: calc(8.92857vw - 38.57143px);
        padding-bottom: calc(8.92857vw - 38.57143px); } }
  @media (min-width: 500px) and (max-width: 768px) {
    .layer-news[data-type="mosaic"] .section-content {
      padding-top: 30px; } }
  @media (min-width: 500px) and (min-width: 1440px) {
    .layer-news[data-type="mosaic"] .section-content {
      padding-top: 90px; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .layer-news[data-type="mosaic"] .section-content {
      padding-bottom: 30px; } }
  @media (min-width: 500px) and (min-width: 1440px) {
    .layer-news[data-type="mosaic"] .section-content {
      padding-bottom: 90px; } }

    .layer-news[data-type="mosaic"] .section-content .inner-content {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 2em;
      -ms-grid-columns: 1fr 2em 1fr;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 2em;
      -ms-grid-rows: 1fr 2em 2fr 2em 1fr 2em 2fr 2em 1fr;
      grid-template-rows: 1fr 2fr 1fr 2fr 1fr; }
      .layer-news[data-type="mosaic"] .section-content .inner-content > * {
        position: relative; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 75%; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > * > * {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *.flip {
          perspective: 1000px; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *.flip > * {
            transition: 0.6s;
            transform-style: preserve-3d;
            backface-visibility: hidden; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *.flip > *:nth-child(2) {
              transform: rotateY(-180deg); }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *.flip:hover > * {
            transform: rotateY(180deg); }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *.flip:hover > *:nth-child(2) {
              transform: rotateY(0deg); }
        .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child {
          z-index: 2; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .image-holder {
            width: 100%;
            height: 100%;
            position: relative; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .image-holder:after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              border: 1px solid rgba(255, 255, 255, 0.5);
              z-index: 1; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .image-holder img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .title {
            position: absolute;
            right: 0.5em;
            bottom: 0.75em;
            background: rgba(0, 15, 35, 0.9);
            color: #fff; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .title div {
              padding: 0.45em 1em; }
              .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .title div:before {
                content: '';
                float: left;
                font-size: 12px;
                font-size: 0.8em;
                margin-top: 0.2em;
                width: 1em;
                height: 1em;
                margin-right: 0.5em;
                background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f39200%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .title svg {
              width: 1.75em;
              height: 1.75em; }
              .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:first-child > .title svg path {
                fill: #f39200; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:nth-child(2) {
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: calc(3.90625vw - 10px);
          color: #000f23;
          padding: 1em;
          text-align: center; }
          @media (max-width: 768px) {
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:nth-child(2) {
              font-size: 20px; } }
          @media (min-width: 1280px) {
            .layer-news[data-type="mosaic"] .section-content .inner-content > * > div:nth-child(2) {
              font-size: 40px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4):before {
          content: none; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div {
          display: flex;
          justify-content: center;
          align-items: center; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div > div {
            color: #fff;
            font-size: 22px;
            font-size: 1.46667em;
            text-transform: uppercase;
            position: relative; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div > div:after {
              content: '';
              position: absolute;
              height: 2px;
              border-top: 1px solid rgba(255, 255, 255, 0.3);
              left: -1em;
              right: -1em;
              bottom: -0.5em; }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-column: 1/3;
          grid-row: 2/3; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
            font-size: calc(1.17188vw - -9px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
                font-size: 18px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
                font-size: 24px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 5;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 3/4; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
            font-size: calc(0.78125vw - -4px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
                font-size: 10px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
                font-size: 14px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          -ms-grid-row: 7;
          -ms-grid-row-span: 1;
          grid-column: 1/3;
          grid-row: 4/5; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
            font-size: calc(1.17188vw - -9px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
                font-size: 18px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
                font-size: 24px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-column: 1/3;
          grid-row: 1/2; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
            font-size: calc(1.17188vw - -9px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
                font-size: 18px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
                font-size: 24px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 5;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 3/4; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
            font-size: calc(0.78125vw - -4px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
                font-size: 10px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
                font-size: 14px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) {
          display: inline-block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          -ms-grid-row: 9;
          -ms-grid-row-span: 1;
          grid-column: 1/2;
          grid-row: 5/6; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
            font-size: calc(0.78125vw - -4px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
                font-size: 10px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
                font-size: 14px; } }
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) {
          display: inline-block;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          -ms-grid-row: 9;
          -ms-grid-row-span: 1;
          grid-column: 2/3;
          grid-row: 5/6; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
            font-size: calc(0.78125vw - -4px); }
            @media (max-width: 768px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
                font-size: 10px; } }
            @media (min-width: 1280px) {
              .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
                font-size: 14px; } }
      @media (min-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content {
          grid-column-gap: 2em;
          -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-row-gap: 2em;
          -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4):before {
            content: ''; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) {
            display: inline-block;
            -ms-grid-column: 1;
            -ms-grid-column-span: 17;
            -ms-grid-row: 1;
            -ms-grid-row-span: 17;
            grid-column: 1/10;
            grid-row: 1/10; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
              font-size: calc(6.66667vw - 13.33333px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
          font-size: 20px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
          font-size: 40px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) {
            display: inline-block;
            -ms-grid-column: 25;
            -ms-grid-column-span: 5;
            -ms-grid-row: 1;
            -ms-grid-row-span: 5;
            grid-column: 13/16;
            grid-row: 1/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
              font-size: calc(1.33333vw - 0.66667px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
          font-size: 6px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) {
            display: inline-block;
            -ms-grid-column: 19;
            -ms-grid-column-span: 11;
            -ms-grid-row: 7;
            -ms-grid-row-span: 11;
            grid-column: 10/16;
            grid-row: 4/10; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
              font-size: calc(3vw - 0px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
          font-size: 15px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
          font-size: 24px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) {
            display: inline-block;
            -ms-grid-column: 19;
            -ms-grid-column-span: 5;
            -ms-grid-row: 1;
            -ms-grid-row-span: 5;
            grid-column: 10/13;
            grid-row: 1/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
              font-size: calc(1.33333vw - 0.66667px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
          font-size: 6px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) {
            display: inline-block;
            -ms-grid-column: 1;
            -ms-grid-column-span: 9;
            -ms-grid-row: 21;
            -ms-grid-row-span: 7;
            grid-column: 1/6;
            grid-row: 11/15; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
              font-size: calc(3vw - 4px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
          font-size: 11px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
          font-size: 20px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) {
            display: inline-block;
            -ms-grid-column: 11;
            -ms-grid-column-span: 9;
            -ms-grid-row: 21;
            -ms-grid-row-span: 7;
            grid-column: 6/11;
            grid-row: 11/15; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
              font-size: calc(3vw - 4px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
          font-size: 11px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
          font-size: 20px; } }
      @media (min-width: 500px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) {
            display: inline-block;
            -ms-grid-column: 21;
            -ms-grid-column-span: 9;
            -ms-grid-row: 21;
            -ms-grid-row-span: 7;
            grid-column: 11/16;
            grid-row: 11/15; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
              font-size: calc(3vw - 4px); } }
      @media (min-width: 500px) and (max-width: 500px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
          font-size: 11px; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
          font-size: 20px; } }

      @media (min-width: 800px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content {
          grid-column-gap: 2em;
          -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-row-gap: 2em;
          -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
          grid-template-rows: 1fr 1fr 1fr; }
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) {
            display: inline-block;
            -ms-grid-column: 1;
            -ms-grid-column-span: 5;
            -ms-grid-row: 1;
            -ms-grid-row-span: 5;
            grid-column: 1/4;
            grid-row: 1/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
              font-size: calc(1.17188vw - -9px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
          font-size: 18px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(1) > div:nth-child(2) {
          font-size: 24px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) {
            display: inline-block;
            -ms-grid-column: 7;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-column: 4/5;
            grid-row: 1/2; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
              font-size: calc(0.78125vw - -4px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(2) > div:nth-child(2) {
          font-size: 14px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) {
            display: inline-block;
            -ms-grid-column: 9;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-column: 5/7;
            grid-row: 1/3; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
              font-size: calc(1.17188vw - -9px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
          font-size: 18px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(3) > div:nth-child(2) {
          font-size: 24px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) {
            display: inline-block;
            -ms-grid-column: 7;
            -ms-grid-column-span: 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-column: 4/5;
            grid-row: 2/3; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
              font-size: calc(0.78125vw - -4px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(4) > div:nth-child(2) {
          font-size: 14px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) {
            display: inline-block;
            -ms-grid-column: 7;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
            grid-column: 4/5;
            grid-row: 3/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
              font-size: calc(0.78125vw - -4px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(5) > div:nth-child(2) {
          font-size: 14px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) {
            display: inline-block;
            -ms-grid-column: 9;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
            grid-column: 5/6;
            grid-row: 3/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
              font-size: calc(0.78125vw - -4px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(6) > div:nth-child(2) {
          font-size: 14px; } }
      @media (min-width: 800px) {
          .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) {
            display: inline-block;
            -ms-grid-column: 11;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
            grid-column: 6/7;
            grid-row: 3/4; }
            .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
              font-size: calc(0.78125vw - -4px); } }
      @media (min-width: 800px) and (max-width: 768px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
          font-size: 10px; } }
      @media (min-width: 800px) and (min-width: 1280px) {
        .layer-news[data-type="mosaic"] .section-content .inner-content > *:nth-child(7) > div:nth-child(2) {
          font-size: 14px; } }

      .layer-news[data-type="mosaic"] .section-content .inner-content:after {
        content: '';
        display: table;
        clear: both; }

.layer-newsletter {
  background-color: #000f23; }
  .layer-newsletter .section-content {
    max-width: 1280px;
    padding-top: 3em;
    padding-bottom: 3em; }
    .layer-newsletter .section-content .inner-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #ffffff;
      margin: 0 -1em;
      padding-bottom: 2.5em;
      overflow: hidden; }
      .layer-newsletter .section-content .inner-content h2 {
        font-size: calc(1.17188vw - -7px);
        color: #fff;
        margin-bottom: 1.5em;
        font-weight: 300;
        position: relative; }
        @media (max-width: 768px) {
          .layer-newsletter .section-content .inner-content h2 {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-newsletter .section-content .inner-content h2 {
            font-size: 22px; } }
        .layer-newsletter .section-content .inner-content h2:after {
          content: '';
          position: absolute;
          height: 2px;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          right: 60%;
          width: 100vw;
          margin-top: 1.5em; }
      .layer-newsletter .section-content .inner-content span {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        font-size: 1.06667em; }
      .layer-newsletter .section-content .inner-content > div:first-child {
        flex: 1 1 0;
        width: calc(65% - 2em);
        min-width: 200px;
        margin: 0 1em 1em 1em; }
      .layer-newsletter .section-content .inner-content > div:nth-child(2) {
        flex: 1 1 0;
        width: calc(35% - 2em);
        margin: 0em 1em -2.5em 1em;
        min-width: 250px; }
      .layer-newsletter .section-content .inner-content form {
        display: flex;
        font-size: calc(0.39063vw - -13px); }
        @media (max-width: 768px) {
          .layer-newsletter .section-content .inner-content form {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-newsletter .section-content .inner-content form {
            font-size: 18px; } }
        .layer-newsletter .section-content .inner-content form input, .layer-newsletter .section-content .inner-content form button {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          border: 1px solid rgba(255, 255, 255, 0.5); }
        .layer-newsletter .section-content .inner-content form input {
          width: calc(100% - 2.22222em);
          background-color: transparent;
          padding: 0 0.5em;
          line-height: 2em;
          font-size: 16px;
          font-size: 1.06667em;
          min-height: 37px; }
          .layer-newsletter .section-content .inner-content form input::-webkit-input-placeholder {
            opacity: 1;
            color: #ffffff; }
          .layer-newsletter .section-content .inner-content form input:-moz-placeholder {
            opacity: 1;
            color: #ffffff; }
          .layer-newsletter .section-content .inner-content form input::-moz-placeholder {
            opacity: 1;
            color: #ffffff; }
        .layer-newsletter .section-content .inner-content form button {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          line-height: normal;
          background: transparent;
          border-color: #f39200;
          margin-left: 1em;
          width: 2.22222em;
          text-align: center; }
          .layer-newsletter .section-content .inner-content form button:after {
            content: '\e906';
            font-family: icons;
            font-size: 0.6em;
            color: #fff;
            position: relative;
            top: -0.2em; }

.layer-banners {
  overflow: hidden; }
  .layer-banners .section-content {
    max-width: 1280px;
    padding-top: 6em;
    padding-bottom: 6em; }
    .layer-banners .section-content .inner-content h1 {
      display: inline-block;
      margin-bottom: 2em;
      left: 50%;
      transform: translateX(-50%);
      position: relative; }
      .layer-banners .section-content .inner-content h1:before, .layer-banners .section-content .inner-content h1:after {
        content: '';
        background: rgba(2, 58, 120, 0.2);
        height: 1px;
        width: 50vw;
        position: absolute;
        top: 50%; }
      .layer-banners .section-content .inner-content h1:before {
        right: 110%; }
      .layer-banners .section-content .inner-content h1:after {
        left: 110%; }
    .layer-banners .section-content .inner-content > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: -2em; }
      .layer-banners .section-content .inner-content > div > * {
        flex: 1 1 auto;
        width: calc(33.33333% - 4em);
        margin: 2em;
        position: relative;
        min-width: 220px; }
        .layer-banners .section-content .inner-content > div > *:empty {
          margin: 0 2em; }

.layer-banners[data-type="simple"] .section-content .inner-content > div > * > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000f23;
  color: #fff;
  text-align: center; }
  .layer-banners[data-type="simple"] .section-content .inner-content > div > * > div .title {
    font-size: 16px;
    font-size: 1.06667em;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 0.4em 0; }
    .layer-banners[data-type="simple"] .section-content .inner-content > div > * > div .title:before {
      content: '';
      background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f39200%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
      width: 0.65em;
      height: 0.65em;
      margin-right: 0.5em;
      margin-top: -0.25em;
      display: inline-block;
      vertical-align: middle; }
.layer-banners[data-type="simple"] .section-content .inner-content > div > *:hover > div {
  transform: none; }

.layer-banners[data-type="website"] .section-content .inner-content > div > *:not(:empty) {
  background: #F0F4F4; }
.layer-banners[data-type="website"] .section-content .inner-content > div > * .image-holder {
  border: 1px solid rgba(2, 58, 120, 0.3); }
.layer-banners[data-type="website"] .section-content .inner-content > div > * > div {
  padding: 1em;
  color: #000f23; }
  .layer-banners[data-type="website"] .section-content .inner-content > div > * > div .title {
    font-size: 22px;
    font-size: 1.46667em;
    color: #023a78;
    margin-bottom: 1em;
    text-transform: uppercase; }
  .layer-banners[data-type="website"] .section-content .inner-content > div > * > div .text {
    font-size: calc(0.39063vw - -10px);
    line-height: 1.73333em;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      .layer-banners[data-type="website"] .section-content .inner-content > div > * > div .text {
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .layer-banners[data-type="website"] .section-content .inner-content > div > * > div .text {
        font-size: 15px; } }
  .layer-banners[data-type="website"] .section-content .inner-content > div > * > div .button {
    float: right; }
  .layer-banners[data-type="website"] .section-content .inner-content > div > * > div:after {
    content: '';
    display: table;
    clear: both; }

.module-404 {
  padding: 8em 0 16em; }
  .module-404 .section-content {
    max-width: 640px; }

.module-formstatus {
  margin: 1em 0;
  display: none; }
  .module-formstatus.show {
    display: block; }
  .module-formstatus .message {
    padding: 0.5em; }
    .module-formstatus .message.error {
      border: 1px solid #FF0000;
      background: #FFCCCC;
      color: #FF0000; }
    .module-formstatus .message.send, .module-formstatus .message.sent {
      border: 1px solid #008000;
      background: #EAF8E9;
      color: #008000; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.module-loader {
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 !important; }
  .module-loader.fixed {
    position: fixed; }
  .module-loader .section-loader {
    display: table;
    width: 100%;
    height: 100%; }
    .module-loader .section-loader .inner-loader {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .module-loader .section-loader .inner-loader div {
        text-indent: -9999px;
        border: 5px solid #f3f3f3;
        /* Light grey */
        border-top: 5px solid #023a78;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear infinite;
        margin: 0 auto;
        position: relative;
        top: calc(50% - 40px);
        overflow: hidden; }

.module-cookie {
  position: fixed;
  padding: 1.5em 0.5em;
  bottom: 0;
  background: rgba(104, 111, 124, 0.95);
  z-index: 1000;
  width: 100%;
  border-top: 2px solid #F0F4F4; }
  .module-cookie .inner-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px; }
    .module-cookie .inner-content > div {
      margin-right: 25px;
      padding: 0.25em; }
    .module-cookie .inner-content a {
      color: #ffffff;
      text-decoration: underline; }
    .module-cookie .inner-content .button {
      cursor: pointer;
      border: none;
      background: #000f23;
      color: #ffffff;
      padding: 0.5em 1em;
      font-family: "Roboto", sans-serif;
      font-size: calc(0.39063vw - -11px);
      cursor: pointer;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .module-cookie .inner-content .button {
          font-size: 14px; } }
      @media (min-width: 1280px) {
        .module-cookie .inner-content .button {
          font-size: 16px; } }
      .module-cookie .inner-content .button:after {
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/40%; }
  @media (min-width: 700px) {
    .module-cookie .inner-content {
      flex-direction: row; } }

.module-search > .section-content {
  max-width: 800px; }
  .module-search > .section-content > .inner-content {
    padding: 1em;
    margin-top: 2em; }
    .module-search > .section-content > .inner-content .title {
      color: #8D9378; }
    .module-search > .section-content > .inner-content form {
      display: flex; }
    .module-search > .section-content > .inner-content input {
      border: 1px solid #ccc;
      padding: 0.5em 0.5em;
      flex: 1 1 auto; }
      .module-search > .section-content > .inner-content input::-webkit-input-placeholder {
        color: #777;
        opacity: 1; }
      .module-search > .section-content > .inner-content input:-moz-placeholder {
        color: #777;
        opacity: 1; }
      .module-search > .section-content > .inner-content input::-moz-placeholder {
        color: #777;
        opacity: 1; }
    .module-search > .section-content > .inner-content button {
      border: none;
      background: none;
      margin-left: .25em;
      padding: 0.5em 0.5em;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M508.874%20478.708L360.142%20329.976c28.21-34.827%2045.191-79.103%2045.191-127.309C405.333%2090.917%20314.416%200%20202.666%200S0%2090.917%200%20202.667s90.917%20202.667%20202.667%20202.667c48.206%200%2092.482-16.982%20127.309-45.191l148.732%20148.732c4.167%204.165%2010.919%204.165%2015.086%200l15.081-15.082c4.165-4.166%204.165-10.92-.001-15.085zM202.667%20362.667c-88.229%200-160-71.771-160-160s71.771-160%20160-160%20160%2071.771%20160%20160-71.771%20160-160%20160z%22%2F%3E%3C%2Fsvg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 1em; }
    .module-search > .section-content > .inner-content .results {
      margin: 2em 0; }
      .module-search > .section-content > .inner-content .results .item {
        color: currentColor;
        margin-left: -1em;
        padding: 1em;
        border-bottom: 1px solid #f5f5f5; }
        .module-search > .section-content > .inner-content .results .item > span {
          display: flex;
          flex-flow: column;
          transition: background-color .4s; }
          .module-search > .section-content > .inner-content .results .item > span:hover {
            background-color: #f9f9f9; }
            .module-search > .section-content > .inner-content .results .item > span:hover .link {
              text-decoration: underline; }
          .module-search > .section-content > .inner-content .results .item > span .title {
            font-size: calc(0.97656vw - -8.5px); }
            @media (max-width: 768px) {
              .module-search > .section-content > .inner-content .results .item > span .title {
                font-size: 16px; } }
            @media (min-width: 1280px) {
              .module-search > .section-content > .inner-content .results .item > span .title {
                font-size: 21px; } }
          .module-search > .section-content > .inner-content .results .item > span .link {
            opacity: .7; }

.video-player > div > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
.video-player > div > div.poster img {
  width: 100%;
  height: auto;
  display: block; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px; }

h1 {
  font-weight: 500;
  font-size: 22px;
  font-size: 1.46667em; }

.layer-text[data-type="dealership"] .section-content, .layer-news[data-type="mosaic"] .section-content, .layer-banners .section-content, .layer-newsletter .section-content, .layer-footer .section-content {
  padding-left: calc(3.72024vw - 13.57143px);
  padding-right: calc(3.72024vw - 13.57143px); }
  @media (max-width: 768px) {
    .layer-text[data-type="dealership"] .section-content, .layer-news[data-type="mosaic"] .section-content, .layer-banners .section-content, .layer-newsletter .section-content, .layer-footer .section-content {
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .layer-text[data-type="dealership"] .section-content, .layer-news[data-type="mosaic"] .section-content, .layer-banners .section-content, .layer-newsletter .section-content, .layer-footer .section-content {
      padding-left: 40px; } }
  @media (max-width: 768px) {
    .layer-text[data-type="dealership"] .section-content, .layer-news[data-type="mosaic"] .section-content, .layer-banners .section-content, .layer-newsletter .section-content, .layer-footer .section-content {
      padding-right: 15px; } }
  @media (min-width: 1440px) {
    .layer-text[data-type="dealership"] .section-content, .layer-news[data-type="mosaic"] .section-content, .layer-banners .section-content, .layer-newsletter .section-content, .layer-footer .section-content {
      padding-right: 40px; } }

@media (min-width: 768px) {
  a[name] {
    position: absolute; }
    a[name]:target {
      display: block;
      position: relative;
      z-index: -1; }
      a[name]:target:before {
        content: "";
        display: block;
        height: 193px;
        margin-top: -193px; } }
.link {
  font-weight: bold; }
  .link span {
    position: relative;
    margin-left: 0.3em;
    top: -0.02em;
    background: #023a78;
    border-radius: 4px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.33333em;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .link span:before {
      font-size: 0.35em;
      font-weight: 900;
      color: #fff; }

.flex {
  display: flex; }
  .flex.flex-3 {
    display: flex; }
    .flex.flex-3 > * {
      flex: 1 1 33.33333%; }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-wrap {
    flex-wrap: wrap; }

.chevron:after {
  content: '\e906';
  font-family: icons;
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em; }

input[type="checkbox"].hidden {
  position: absolute;
  left: -999px;
  display: none;
  width: 0;
  height: 0; }

.more-images {
  position: relative; }
  .more-images .image-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, white, transparent 4em);
    opacity: 0.76; }
  .more-images .image-holder + span {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #fff;
    font-size: calc(1.17188vw - -9px);
    font-weight: bold; }
    @media (max-width: 768px) {
      .more-images .image-holder + span {
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .more-images .image-holder + span {
        font-size: 24px; } }
    .more-images .image-holder + span:after {
      content: '\e906';
      font-family: icons;
      position: relative;
      margin-left: 2em;
      top: -0.1em;
      font-size: 0.5em; }

.ui-widget.ui-widget-content.ui-autocomplete {
  font-weight: 400;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  margin-top: 2px;
  max-width: calc(100% - 2em);
  font: inherit;
  color: #ffffff;
  margin-left: 0.5em; }
  .ui-widget.ui-widget-content.ui-autocomplete li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0.5em; }
    .ui-widget.ui-widget-content.ui-autocomplete li div.ui-state-active {
      background: #023a78;
      color: #fff;
      border: none;
      margin: inherit; }

.button {
  font-size: 16px;
  font-size: 1.06667em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #000f23; }
  .button:after {
    content: '';
    display: inline-block;
    margin-left: 0.3em;
    font-size: 1.1em;
    width: 1em;
    height: 1em;
    border: 2px solid #f39200;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000f23%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/40%; }

.button2 {
  font-size: 16px;
  font-size: 1.06667em;
  display: flex;
  align-items: center;
  color: inherit;
  border: 1px solid #f39200;
  margin: 2em 0;
  position: relative; }
  .button2 span {
    margin: 0 0.5em; }
  .button2:after {
    content: '\e906';
    font-family: icons;
    font-size: 0.75em;
    width: 2.66667em;
    height: 2.66667em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-left: 1px solid #f39200;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000f23%22%20stroke%3D%22none%22%20d%3D%22M3.24883%200L0.00730117%203.33074L4.53827%208.00111L0%2012.6641L3.23664%2016L7.7749%2011.3371L11%208.02338L7.77999%204.67037L3.24883%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/40%; }

.checkmark {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%229.5162621%22%20height%3D%227.6516376%22%20viewBox%3D%220%200%209.5162621%207.6516376%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23023a78%22%20stroke%3D%22none%22%20d%3D%22m7.748%200-4.1152%204.1172-1.8652-1.8652-1.7676%201.7675%203.6328%203.6328%205.8828-5.8847-1.7676-1.7676z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
  width: 0.9em;
  height: 0.9em;
  transform: translateY(1px);
  margin-right: 4px; }
  .checkmark.unchecked {
    opacity: 0.1;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000f23%22%20d%3D%22M24%2020.188l-8.315-8.209%208.2-8.282-3.697-3.697-8.212%208.318-8.31-8.203-3.666%203.666%208.321%208.24-8.206%208.313%203.666%203.666%208.237-8.318%208.285%208.203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain; }
  .checkmark img {
    display: none; }

select {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.4em;
  background: transparent;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20style%3D%22fill%3A%23F0F4F4%22%20d%3D%22M%2032.576172%2C38.636719%2029.923828%2C41.287109%2050%2C61.363281%2070.076172%2C41.287109%2067.423828%2C38.636719%2050%2C56.060547%2032.576172%2C38.636719%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  background-position: right center; }
  select option {
    color: #000f23; }

[placeholder]::-webkit-input-placeholder {
  opacity: 0.5;
  color: #F0F4F4; }
[placeholder]:-moz-placeholder {
  opacity: 0.5;
  color: #F0F4F4; }
[placeholder]::-moz-placeholder {
  opacity: 0.5;
  color: #F0F4F4; }

.slick-dots {
  position: absolute;
  bottom: 1em;
  right: 1em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  background: rgba(0, 15, 35, 0.75); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      outline: none;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.5; }
      .slick-dots li button:before {
        content: '';
        background-color: rgba(240, 244, 244, 0.5);
        display: inline-block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center; }
    .slick-dots li.slick-active button:before {
      background-color: #F0F4F4; }

div.back {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0; }
  div.back a {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #f39200;
    border: 1px solid rgba(240, 244, 244, 0.5);
    box-shadow: 0px 0px 15px rgba(240, 244, 244, 0.25);
    color: #ccd8e4;
    padding: 1em; }

.back-to-top {
  display: none;
  cursor: pointer;
  width: 3.8em;
  height: 3.8em;
  line-height: 3.6em;
  text-align: center;
  border-radius: 2px;
  background: #f39200;
  position: fixed;
  right: 1em;
  bottom: 10%;
  font-size: calc(0.97656vw - -2.5px);
  border: 1px solid rgba(240, 244, 244, 0.5);
  box-shadow: 0px 0px 15px rgba(240, 244, 244, 0.25); }
  .back-to-top:after {
    content: "\e923";
    font-family: 'icons';
    color: #F0F4F4;
    display: block;
    transform: rotate(180deg) scale(0.5);
    font-size: 2.2em; }
  @media (max-width: 768px) {
    .back-to-top {
      font-size: 10px; } }
  @media (min-width: 1280px) {
    .back-to-top {
      font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
