@charset "UTF-8";
/* WP */
/* Color */
/* Container */
/* Breakpoints */
/* Padding */
/* Header */
/* Z-index */
/* Container main */
/* Container inner  */
/* Container mixed  */
/* Container with 0 padding on < SM */
/* Container with 0 padding on < LG */
/* Header height */
/* Fonts */
/* Bootstrap 5 Breakpoints */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* html & body */
html {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background-color: #034638;
}
body.loading * {
  transition: none !important;
}
body.overflow-hidden {
  overflow: hidden;
}
body.small-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

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

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Links */
a {
  color: #222222;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #222222;
  text-decoration: none;
}

/* Text */
ul {
  list-style: none;
}

:root {
  --header-color: #fff;
  --header-background: #222222;
  --header-height: 60px;
  --vh: 1vh;
}
@media (min-width: 1080px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1920px) {
  :root {
    --header-height: 150px;
  }
}

.logo_mobile {
  display: none;
}

.fp-watermark {
  display: none !important;
}

@font-face {
  font-family: "mohr_light";
  src: url("/../../wp-content/themes/understrap/fonts/mohr_light.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/mohr_light.woff2") format("woff2"), url("/../../wp-content/themes/understrap/fonts/mohr_light.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/mohr_light.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/mohr_light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mohr_bold";
  src: url("/../../wp-content/themes/understrap/fonts/mohr_bold.eot");
  /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/understrap/fonts/mohr_bold.woff2") format("woff2"), url("/../../wp-content/themes/understrap/fonts/mohr_bold.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/mohr_bold.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/mohr_bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "mohr_light", serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "mohr_bold", serif;
  font-style: normal;
}

/* Position */
.relative {
  position: relative;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Colors */
.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.white-hover:hover {
  color: #fff;
}

.bg-white-hover:hover {
  background-color: #fff;
}

.black {
  color: #222222;
}

.bg-black {
  background-color: #222222;
}

.black-hover:hover {
  color: #222222;
}

.bg-black-hover:hover {
  background-color: #222222;
}

.gray-light {
  color: #f4f4f4;
}

.bg-gray-light {
  background-color: #f4f4f4;
}

.gray-light-hover:hover {
  color: #f4f4f4;
}

.bg-gray-light-hover:hover {
  background-color: #f4f4f4;
}

.gray-mid {
  color: #dadada;
}

.bg-gray-mid {
  background-color: #dadada;
}

.gray-mid-hover:hover {
  color: #dadada;
}

.bg-gray-mid-hover:hover {
  background-color: #dadada;
}

.gray-dark {
  color: #aba9a4;
}

.bg-gray-dark {
  background-color: #aba9a4;
}

.gray-dark-hover:hover {
  color: #aba9a4;
}

.bg-gray-dark-hover:hover {
  background-color: #aba9a4;
}

/* Text */
.text-left {
  text-align: left;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-xs {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.text-lg {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 2.3rem;
  line-height: 3.25rem;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}
.icon.icon-small {
  width: 20px;
}
.icon.icon-mid {
  width: 30px;
}

.icon-flex {
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 40px;
  width: 40px;
}
.icon-flex.icon-small {
  flex: 0 0 20px;
  width: 20px;
}
.icon-flex.icon-mid {
  flex: 0 0 30px;
  width: 30px;
}

/* Grid */
.grid {
  display: grid;
}

.grid-5-5 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-5-5 {
    grid-template-columns: 1fr 1fr;
  }
}

.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-25 {
  gap: 6.25rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-35 {
  gap: 8.75rem;
}

.gap-40 {
  gap: 10rem;
}

/* Flex */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

/* Justify content */
.justify-start {
  justify-content: flex-start;
}

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

/* Square holder */
.square-holder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.square-holder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-holder .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-holder .square-contentimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

/* Height & width */
.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.mh-half {
  max-height: 50%;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.max-w-half {
  max-width: 50%;
}

.max-w-container {
  max-width: 2000px;
}

.max-w-none {
  max-width: none;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-h-half {
  max-height: 50%;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-100 {
  max-height: 100px;
}

.max-h-200 {
  max-height: 200px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-700 {
  max-height: 700px;
}

.max-h-800 {
  max-height: 800px;
}

.max-h-900 {
  max-height: 900px;
}

.max-h-1000 {
  max-height: 1000px;
}

/* Container element */
.container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-sm-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-sm-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container-sm-fill {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-sm-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-sm-fill {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-sm-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-lg-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-lg-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-lg-fill {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-lg-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* Container padding */
.container-py {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* Padding & margin */
.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-1 {
  margin: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-3 {
  margin: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-4 {
  margin: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-6 {
  margin: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-7 {
  margin: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-8 {
  margin: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-9 {
  margin: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-10 {
  margin: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-11 {
  margin: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-12 {
  margin: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-13 {
  margin: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-14 {
  margin: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-15 {
  margin: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-16 {
  padding: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-16 {
  margin: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-20 {
  margin: 5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mx-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.m-25 {
  margin: 6.25rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-30 {
  margin: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

/* Container padding */
.container-px {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-px {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-py {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-pt {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
  padding-bottom: 0;
}
@media (min-width: 375px) {
  .container-pt {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-pt {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-pt {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-pt {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-pt {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-pt {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* Visibility */
.display-xxs {
  display: none !important;
}

.hide-xxs {
  display: none !important;
}

@media (max-width: 374.98px) {
  .display-xs {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .hide-xs {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .display-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .display-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 1079.98px) {
  .display-lg {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .display-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-xl {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .display-xxl {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hide-xxl {
    display: none !important;
  }
}

/* Scrollbar */
.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.rounded {
  border-radius: 20px;
}

header {
  height: 120px;
  color: #fff;
  background: #034638;
  background: linear-gradient(0deg, #001511 0%, #034638 100%);
}
header .logo {
  height: 80px;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header .content-container {
  max-width: 1080px;
  padding: 0 50px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.lang_select {
  position: absolute;
  right: 95px;
  top: 50px;
  z-index: 99;
  color: #fff;
  font-size: 16px;
  font-family: "mohr_light", serif;
  color: #fff;
  text-transform: uppercase;
}
.lang_select span {
  opacity: 1;
}
.lang_select span.mobile {
  display: none;
}
.lang_select a {
  font-size: 16px;
  font-family: "mohr_light", serif;
  color: #fff;
}
.lang_select a span {
  opacity: 0.7;
}

@media (max-width: 1090px) {
  .lang_select {
    right: 50px;
  }
}
@media (max-width: 600px) {
  .lang_select span {
    display: none;
  }
  .lang_select span.mobile {
    display: inline-block;
  }

  header {
    height: 100px;
  }
  header .logo {
    height: 60px;
  }
}
footer {
  height: 150px;
  width: 100%;
  background: #034638;
  color: #fff;
}
footer .content-container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  padding: 0 50px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .logo {
  height: 80px;
  width: auto;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
footer .columns {
  width: 100%;
  padding: 0;
  padding-left: 200px;
  grid-gap: 0px;
}
footer .columns .column span, footer .columns .column a {
  font-family: "mohr_light", serif;
  font-size: 14px;
  line-height: 150px;
  float: left;
  margin-right: 20px;
}
footer .columns .column span.small, footer .columns .column span.small a, footer .columns .column a.small, footer .columns .column a.small a {
  font-size: 12px;
}
footer .columns .column span:last-of-type, footer .columns .column a:last-of-type {
  margin-right: 0;
}
footer .columns .column a {
  font-size: 12px;
}
footer .columns .column.right div {
  float: right;
}

@media (max-width: 1199px) {
  footer .columns {
    display: block;
  }
  footer .columns .column {
    height: 74px;
    border-bottom: 1px dashed #fff;
  }
  footer .columns .column:first-of-type {
    display: grid;
    grid-gap: 10px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .columns .column:last-of-type {
    border-bottom: 0;
  }
  footer .columns .column div {
    display: grid;
    grid-gap: 10px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  footer .columns .column div a {
    width: 100%;
  }
  footer .columns .column span {
    text-align: center;
  }
  footer .columns .column span:first-of-type {
    text-align: left;
  }
  footer .columns .column span:last-of-type {
    text-align: right;
  }
  footer .columns .column div, footer .columns .column span {
    float: none;
  }
  footer .columns .column span, footer .columns .column a {
    line-height: 74px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  footer .columns {
    padding-left: 160px;
  }
}
@media (max-width: 830px) {
  footer {
    height: 212px;
    padding: 0;
  }
  footer .logo {
    display: none;
  }
  footer .columns {
    padding-left: 0;
    grid-gap: 0;
    width: 600px;
    margin: 0 auto;
  }
  footer .columns .column.left {
    position: relative;
    display: block;
    height: 141px;
    padding-left: 190px;
    grid-gap: 0;
  }
  footer .columns .column.left .logo_mobile {
    width: 70px;
    height: auto;
    display: block;
    position: absolute;
    left: 60px;
    top: 38px;
    transform: none;
  }
  footer .columns .column.left span {
    line-height: 141px;
    margin-right: 20px;
  }
  footer .columns .column.left span:last-of-type {
    margin-right: 0;
  }
  footer .columns .column.right div {
    display: table;
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  footer .columns .column.right div span {
    float: left;
    margin-right: 20px;
  }
  footer .columns .column.right div span:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 664px) {
  footer .content-container {
    padding: 0 20px;
  }
  footer .columns {
    width: 100%;
  }
}
@media (max-width: 600px) {
  footer .columns {
    width: calc(100% - 40px);
  }
  footer .columns .column.left {
    padding-top: 42px;
  }
  footer .columns .column.left span {
    float: none;
    display: block;
    line-height: 20.74px;
    margin: 0;
    text-align: left;
  }
  footer .columns .column.right div span {
    margin-right: 5px;
  }
  footer .columns .column.right div span:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  footer .content-container {
    padding: 0;
  }
}
@media (max-width: 374px) {
  footer .columns .column.left {
    padding-left: 140px;
  }
  footer .columns .column.left .logo_mobile {
    left: 28px;
  }
  footer .columns .column.right div span a {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  footer .columns .column.right div span a {
    font-size: 9px;
  }
}
.menu {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, z-index 0s 0.35s, visibility 0s 0.35s;
}
.menu.menu-is-active {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  transition: opacity 0.3s 0s ease-in-out, z-index 0s, visibility 0s;
}

/* Base button style */
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.btn-primary,
.link-primary {
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.45s ease-in-out;
}
@media (min-width: 576px) {
  .btn-primary,
.link-primary {
    padding: 15px 25px;
  }
}

/* Menu button */
.btn-menu {
  opacity: 1;
  position: relative;
  height: 24px;
  width: 30px;
  transition: opacity 1s ease-in-out;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.15s ease-in-out;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-menu span:nth-child(3) {
  bottom: 0;
}

header.menu-is-active .btn-menu span {
  background-color: #fff;
}
header.menu-is-active .btn-menu span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
}
header.menu-is-active .btn-menu span:nth-child(2) {
  opacity: 0;
}
header.menu-is-active .btn-menu span:nth-child(3) {
  top: 11px;
  bottom: auto;
  transform: rotate(-135deg);
}

.checkbox-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.checkbox-holder .checkbox-input {
  position: relative;
  flex: 0 0 20px;
}
.checkbox-holder .checkbox-input input {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: inherit;
  cursor: pointer;
}
.checkbox-holder .checkbox-input input:checked + .faux-checkbox svg {
  transform: scale(1);
}
.checkbox-holder .checkbox-input .faux-checkbox {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #222222;
  border-radius: 3px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-holder .checkbox-input svg {
  transform: scale(0);
  margin: 2px;
}
.checkbox-holder .checkbox-input .check-stroke {
  stroke: #fff;
}
.checkbox-holder .checkbox-text {
  flex: 0 1 calc(100% - 30px);
  margin: 0;
  text-align: left;
  line-height: 20px;
}
.checkbox-holder .checkbox-text p {
  padding-left: 10px;
  margin: 0;
}

/* <label class="checkbox-holder pt-3">

<div class="checkbox-input">
  <input
    id="checkbox-terms"
    type="checkbox"
    class="checkbox"
    name="terms"
  >

  <!-- Check icon -->
  <div class="faux-checkbox">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 24 24"
      aria-hidden="true"
      focusable="false"
    >
      <path
        class="check-stroke"
        fill="none"
        stroke-width="3"
        d="M1.73 12.91l6.37 6.37L22.79 4.59"
      ></path>
    </svg>
  </div>
</div>

<div class="checkbox-text">
  <p>
    Strinjam se s <a href="#">splošnimi pogoji poslovanja</a>
  </p>
</div>

</label> */
.form-control {
  outline: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}

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

#cookie-toggle {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 140;
  padding: 0 10px;
  width: 60px;
  height: 60px;
  font-family: "mohr_light", serif;
  color: #fff;
  background: #05775f;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  cursor: pointer;
}
@media (min-height: 1144px) {
  #cookie-toggle {
    bottom: 76px;
  }
}
#cookie-toggle img {
  width: auto;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cookie-toggle.hidden {
  display: none;
}

#ConsentPopup {
  background: #05775f;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 414px;
  width: 100%;
  height: auto;
  z-index: 999999;
  padding: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "mohr_light", serif;
}
#ConsentPopup.hidden {
  display: none;
}
#ConsentPopup .cookie-buttons {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#ConsentPopup .cookie-buttons .btn {
  background: #fff;
  color: #222222;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
  cursor: pointer;
}
#ConsentPopup .cookie-buttons .btn.accept {
  color: #034638 !important;
  padding-top: 3px;
}
#ConsentPopup .cookie-buttons .btn.deny, #ConsentPopup .cookie-buttons .btn.save {
  color: #313131;
  background: #222222;
  display: none;
  font-weight: 300;
  opacity: 0.8;
}
#ConsentPopup .cookie-buttons .btn.deny.active, #ConsentPopup .cookie-buttons .btn.save.active {
  display: block;
}
#ConsentPopup .cookie-buttons .btn:hover {
  background: #f2f2f2;
  color: #034638 !important;
  border-color: #f2f2f2;
}
@media (max-width: 425px) {
  #ConsentPopup .cookie-buttons .btn {
    font-size: 12px;
    padding: 0 5px;
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  #ConsentPopup .cookie-buttons .btn {
    padding-top: 8px;
  }
  #ConsentPopup .cookie-buttons .btn.deny {
    padding-top: 15px;
  }
}
#ConsentPopup .cookie-settings {
  border-top: 1px dashed #fff;
  padding-top: 13px;
}
#ConsentPopup .cookie-settings .options-toggle {
  text-transform: uppercase;
  font-family: "mohr_bold", serif;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}
#ConsentPopup .cookie-settings .toggles {
  display: none;
  grid-gap: 20px;
  grid-template-columns: 100px 1fr 80px;
  width: 100%;
}
#ConsentPopup .cookie-settings .toggles.active {
  display: grid;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 80px 1fr 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 70px 1fr 50px;
  }
}
#ConsentPopup .cookie-settings .form-switch {
  border-right: 1px solid #fff;
  padding-left: 0;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-right: 20px;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type {
  border-right: none;
  padding-right: 0px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input {
  outline: none;
  width: 80px;
  height: 38px;
  display: block;
  position: initial;
  cursor: pointer;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
  order: 2;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:focus, #ConsentPopup .cookie-settings .form-switch .form-check-input:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23034638'/%3e%3c/svg%3e");
  outline: none;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:checked {
  outline: none;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23034638'/%3e%3c/svg%3e");
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    width: 100%;
    background-size: 25px;
  }
}
#ConsentPopup .cookie-settings .form-switch .form-check-label {
  cursor: pointer;
  display: block;
  order: 1;
  font-size: 9px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "mohr_bold", serif;
}
#ConsentPopup .cookie-settings .form-switch.disabled {
  opacity: 0.5;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) {
  padding-right: 18.5px;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label, #ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-input {
  margin: 0 auto;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    transition: none;
  }
}
#ConsentPopup a {
  color: #fff;
}
#ConsentPopup .form-check-input:disabled ~ .form-check-label {
  color: #fff;
  opacity: 0.5;
}
#ConsentPopup h5 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  font-family: "mohr_bold", serif;
}
#ConsentPopup p {
  text-align: left;
}
#ConsentPopup p a {
  text-decoration: underline;
}

.page-template-default {
  background: #fff;
}
.page-template-default .lang_select {
  right: 45px;
}
.page-template-default .content .content-container {
  padding: 82px 25px;
  padding-bottom: 40px;
  max-width: 970px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 300px);
}
.page-template-default .content .content-container h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 39px;
  color: #034638;
  margin-bottom: 40px;
}
.page-template-default .content .content-container h2, .page-template-default .content .content-container h3, .page-template-default .content .content-container h4, .page-template-default .content .content-container h5, .page-template-default .content .content-container h6 {
  margin-top: 0;
  font-size: 24px;
  line-height: 31.2px;
  color: #034638;
}
.page-template-default .content .content-container h3 {
  font-family: "mohr_light", serif;
  font-size: 18px;
  line-height: 23.4px;
}
.page-template-default .content .content-container p, .page-template-default .content .content-container ul, .page-template-default .content .content-container ol {
  margin-top: 0;
  font-size: 22px;
  line-height: 28.6px;
  color: #313131;
  margin-bottom: 42px;
}
.page-template-default .content .content-container .wp-block-table {
  max-width: 100%;
}
.page-template-default .content .content-container .wp-block-table table {
  margin-top: 0;
  font-family: "mohr_light", serif;
  font-size: 18px;
  line-height: 23.4px;
  margin-bottom: 42px;
  color: #313131;
  max-width: 100%;
  text-align: left;
}
.page-template-default .content .content-container .wp-block-table table tr td {
  padding: 10px;
  border-bottom: 1px solid #034638;
}
.page-template-default .content .content-container .wp-block-table table tr td:nth-of-type(1) {
  min-width: 120px;
  padding-left: 0;
}
.page-template-default .content .content-container .wp-block-table table tr td:nth-of-type(2) {
  min-width: 150px;
}
.page-template-default .content .content-container .wp-block-table table tr td:nth-of-type(4) {
  min-width: 300px;
  padding-right: 0;
}
.page-template-default .content .content-container .wp-block-table table tr:last-of-type td {
  border-bottom: none;
}
.page-template-default .content .content-container .wp-block-table table tr:first-of-type td {
  font-family: "mohr_bold", serif;
  color: #034638;
}
@media (max-width: 768px) {
  .page-template-default .content .content-container .wp-block-table {
    overflow-x: scroll;
  }
}
@media (max-width: 600px) {
  .page-template-default .content .content-container {
    padding-top: 62px;
    padding-bottom: 20px;
    min-height: calc(100vh - 312px);
  }
  .page-template-default .content .content-container h1 {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 60px;
  }
  .page-template-default .content .content-container h2, .page-template-default .content .content-container h3, .page-template-default .content .content-container h4, .page-template-default .content .content-container h5, .page-template-default .content .content-container h6 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .page-template-default .content .content-container p, .page-template-default .content .content-container ul, .page-template-default .content .content-container ol {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 36px;
  }
  .page-template-default .content .content-container table {
    margin-bottom: 36px;
  }
  .page-template-default .lang_select {
    top: 50%;
    transform: translateY(-50%);
  }
}

.btn {
  background: #034638;
  height: 44px;
  font-family: "mohr_bold", serif;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
  padding: 0 10px;
  padding-top: 15px;
  width: 217px;
  text-align: center;
  display: block;
  border-radius: 10px;
  margin-top: 8px;
}

.page-template-home {
  /* @media(max-height:665px){
      .section{
          &#home{
              .scroll_icon{
                  bottom:35px;
              }
          }   
      }
  } */
}
.page-template-home .section {
  overflow-y: hidden !important;
}
.page-template-home .section .columns {
  padding: 140px;
  display: grid;
  grid-gap: 132px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.page-template-home .section .columns .column {
  height: calc(100vh - 280px);
}
.page-template-home .section .columns .column .logo {
  position: absolute;
  top: -60px;
  left: 0;
  width: 118px;
  height: auto;
}
@media (max-height: 900px) {
  .page-template-home .section .columns .column .logo {
    top: -30px;
  }
}
.page-template-home .section.green {
  background: #034638;
  color: #fff;
}
.page-template-home .section.green a, .page-template-home .section.green p, .page-template-home .section.green address {
  color: #fff;
}
.page-template-home .section.green.gradient {
  background: #034638;
  background: linear-gradient(0deg, #001511 0%, #034638 100%);
}
.page-template-home .section.white {
  background: #fff;
  color: #313131;
}
.page-template-home .section.white a, .page-template-home .section.white p, .page-template-home .section.white address {
  color: #313131;
}
.page-template-home .section.white h1, .page-template-home .section.white h2 {
  color: #034638;
}
.page-template-home .section .heart_mask {
  max-width: 425px;
  margin: 0 auto;
  -webkit-mask-image: url("/../../wp-content/themes/understrap/img/maska.svg");
          mask-image: url("/../../wp-content/themes/understrap/img/maska.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  min-height: 100%;
}
.page-template-home .section .heart_mask img {
  width: 100%;
  height: calc(100vh - 280px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-home .section#home .scroll_icon {
  display: block;
  position: absolute;
  bottom: 82px;
  width: 20px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-home .section#home h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  font-family: "mohr_light", serif;
  font-size: 40px;
  line-height: 68px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 22.4px;
}
.page-template-home .section#home h1 strong {
  font-family: "mohr_bold", serif;
  text-transform: none;
  font-size: 52px;
  letter-spacing: normal;
}
.page-template-home .section#home address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "mohr_light", serif;
  font-style: normal;
  font-size: 20px;
  line-height: 38px;
}
.page-template-home .section#home address a {
  display: block;
}
.page-template-home .section#home address a img {
  height: 18px;
  display: inline-block;
  width: auto;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.page-template-home .section.text_image .text, .page-template-home .section.text_gallery .text, .page-template-home .section.text_text .text {
  position: relative;
}
.page-template-home .section.text_image .text h2, .page-template-home .section.text_gallery .text h2, .page-template-home .section.text_text .text h2 {
  margin-top: 0;
  font-family: "mohr_bold", serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}
.page-template-home .section.text_image .text p, .page-template-home .section.text_gallery .text p, .page-template-home .section.text_text .text p {
  margin-top: 0;
  font-family: "mohr_light", serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 28px;
}
.page-template-home .section.text_image .text p.small, .page-template-home .section.text_gallery .text p.small, .page-template-home .section.text_text .text p.small {
  font-size: 18px;
  margin-bottom: 0;
}
.page-template-home .section.text_image .text address, .page-template-home .section.text_gallery .text address, .page-template-home .section.text_text .text address {
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
}
.page-template-home .section.text_image .text address a, .page-template-home .section.text_gallery .text address a, .page-template-home .section.text_text .text address a {
  display: block;
}
.page-template-home .section.text_image .text address a.btn, .page-template-home .section.text_gallery .text address a.btn, .page-template-home .section.text_text .text address a.btn {
  margin-top: 17px;
}
.page-template-home .section.text_image .text address.green, .page-template-home .section.text_gallery .text address.green, .page-template-home .section.text_text .text address.green {
  color: #034638;
}
.page-template-home .section.text_image .text address.green a, .page-template-home .section.text_gallery .text address.green a, .page-template-home .section.text_text .text address.green a {
  color: #034638;
}
.page-template-home .section.text_image .text address.contact, .page-template-home .section.text_gallery .text address.contact, .page-template-home .section.text_text .text address.contact {
  margin-bottom: 18px;
}
.page-template-home .section.text_image .image img, .page-template-home .section.text_gallery .image img, .page-template-home .section.text_text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-home .section.text_image .gallery, .page-template-home .section.text_gallery .gallery, .page-template-home .section.text_text .gallery {
  max-width: 100% !important;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 220px);
}
.page-template-home .section.text_image .gallery .swiper-slide img, .page-template-home .section.text_gallery .gallery .swiper-slide img, .page-template-home .section.text_text .gallery .swiper-slide img {
  width: 100%;
  height: calc(100vh - 280px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-home .section.text_image .gallery .swiper-button-next, .page-template-home .section.text_image .gallery .swiper-button-prev, .page-template-home .section.text_gallery .gallery .swiper-button-next, .page-template-home .section.text_gallery .gallery .swiper-button-prev, .page-template-home .section.text_text .gallery .swiper-button-next, .page-template-home .section.text_text .gallery .swiper-button-prev {
  display: none;
}
.page-template-home .section.text_image .gallery .swiper-pagination .swiper-pagination-bullet, .page-template-home .section.text_gallery .gallery .swiper-pagination .swiper-pagination-bullet, .page-template-home .section.text_text .gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  margin: 0 8px;
}
.page-template-home .section.text_image .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .page-template-home .section.text_gallery .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .page-template-home .section.text_text .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.page-template-home .section.text_image.white .gallery .swiper-pagination .swiper-pagination-bullet, .page-template-home .section.text_gallery.white .gallery .swiper-pagination .swiper-pagination-bullet, .page-template-home .section.text_text.white .gallery .swiper-pagination .swiper-pagination-bullet {
  background: #034638;
}
.page-template-home .section.text_image.white .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .page-template-home .section.text_gallery.white .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .page-template-home .section.text_text.white .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #034638;
}
.page-template-home .section.text_gallery .columns {
  padding-bottom: 80px;
}
.page-template-home .section#about_us .offset {
  position: relative;
  top: 56px;
}
.page-template-home .section#about_us .columns {
  height: calc(100vh - 150px);
}
.page-template-home .section#about_us footer {
  height: 150px;
  width: 100%;
  background: #034638;
  color: #fff;
  padding: 0 140px;
}
.page-template-home .section#about_us footer .content-container {
  position: relative;
  height: 100%;
}
.page-template-home .section#about_us footer a {
  color: #fff;
}
.page-template-home .section#about_us footer .logo {
  height: 80px;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-home .section#about_us footer .columns {
  width: 100%;
  padding: 0;
  padding-left: 200px;
  grid-gap: 0px;
}
.page-template-home .section#about_us footer .columns .column span, .page-template-home .section#about_us footer .columns .column a {
  font-family: "mohr_light", serif;
  font-size: 14px;
  line-height: 150px;
  float: left;
  margin-right: 20px;
}
.page-template-home .section#about_us footer .columns .column span.small, .page-template-home .section#about_us footer .columns .column span.small a, .page-template-home .section#about_us footer .columns .column a.small, .page-template-home .section#about_us footer .columns .column a.small a {
  font-size: 12px;
}
.page-template-home .section#about_us footer .columns .column span:last-of-type, .page-template-home .section#about_us footer .columns .column a:last-of-type {
  margin-right: 0;
}
.page-template-home .section#about_us footer .columns .column a {
  font-size: 12px;
}
.page-template-home .section#about_us footer .columns .column.right div {
  float: right;
}
.page-template-home .valign_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-home .align_center {
  position: relative;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.page-template-home #fp-nav {
  bottom: 74px !important;
  right: 74px !important;
  top: unset !important;
  transform: none !important;
  transition: bottom 0.5s linear;
}
.page-template-home #fp-nav ul li {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 15px !important;
  position: relative;
}
.page-template-home #fp-nav ul li a {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-home #fp-nav ul li a span {
  background: transparent !important;
  border: 1px solid #fff !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: all ease-in 0.5s;
}
.page-template-home #fp-nav ul li a.active span, .page-template-home #fp-nav ul li a:hover span {
  background-color: #fff !important;
  border: 1px solid #fff;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-home #fp-nav.green ul li a span {
  border: 1px solid #034638 !important;
}
.page-template-home #fp-nav.green ul li a.active span, .page-template-home #fp-nav.green ul li a:hover span {
  background-color: #034638 !important;
  border: 1px solid #034638;
}
.page-template-home #fp-nav.offset {
  bottom: 260px !important;
}
@media (max-width: 1333px) {
  .page-template-home .section .columns {
    grid-gap: 60px;
  }
  .page-template-home .section#about_us footer .columns {
    padding-left: 65px;
  }
}
@media (max-width: 1199px) {
  .page-template-home #fp-nav {
    right: 26px !important;
    bottom: 26px !important;
  }
  .page-template-home .section .columns {
    grid-gap: 60px;
    padding: 80px;
  }
  .page-template-home .section .columns .column {
    height: calc(100vh - 160px);
  }
  .page-template-home .section#home h1 {
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 11px;
  }
  .page-template-home .section#home h1 strong {
    font-size: 37px;
    letter-spacing: 0.2px;
  }
  .page-template-home .section .heart_mask {
    max-width: 290px;
  }
  .page-template-home .section .heart_mask img {
    height: calc(100vh - 160px);
    -o-object-position: center 64px;
       object-position: center 64px;
  }
  .page-template-home .section#about_us footer .columns {
    display: block;
  }
  .page-template-home .section#about_us footer .columns .column {
    height: 74px;
    border-bottom: 1px dashed #fff;
  }
  .page-template-home .section#about_us footer .columns .column:first-of-type {
    display: grid;
    grid-gap: 10px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-template-home .section#about_us footer .columns .column:last-of-type {
    border-bottom: 0;
  }
  .page-template-home .section#about_us footer .columns .column div {
    display: grid;
    grid-gap: 10px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .page-template-home .section#about_us footer .columns .column div a {
    width: 100%;
  }
  .page-template-home .section#about_us footer .columns .column span {
    text-align: center;
  }
  .page-template-home .section#about_us footer .columns .column span:first-of-type {
    text-align: left;
  }
  .page-template-home .section#about_us footer .columns .column span:last-of-type {
    text-align: right;
  }
  .page-template-home .section#about_us footer .columns .column div, .page-template-home .section#about_us footer .columns .column span {
    float: none;
  }
  .page-template-home .section#about_us footer .columns .column span, .page-template-home .section#about_us footer .columns .column a {
    line-height: 74px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .page-template-home .section#about_us footer .columns {
    padding-left: 100px;
  }
  .page-template-home .section#about_us footer .content-container {
    padding-right: 0;
  }
}
@media (max-width: 830px) {
  .page-template-home .valign_center {
    top: auto;
    transform: none;
  }
  .page-template-home .section {
    overflow-y: hidden !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .page-template-home .section .columns {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 140px;
    padding-bottom: 112px;
  }
  .page-template-home .section .columns .column {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-template-home .section .columns .column .logo {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: auto;
  }
  .page-template-home .section#home {
    padding-top: 128px;
    padding-bottom: 51px;
  }
  .page-template-home .section#home .columns {
    overflow: visible;
    padding-top: 47px;
  }
  .page-template-home .section#home .scroll_icon {
    bottom: -45px;
  }
  .page-template-home .section#home h1 {
    position: relative;
    left: 10px;
    font-size: 46px;
    line-height: 74px;
    letter-spacing: 22.4px;
    margin-bottom: 35px;
  }
  .page-template-home .section#home h1 strong {
    font-family: "mohr_bold", serif;
    font-size: 53px;
    letter-spacing: 1.9px;
  }
  .page-template-home .section#home address {
    text-align: center;
    margin: 0 auto;
  }
  .page-template-home .section .heart_mask {
    max-height: 360px;
    max-width: 100%;
    min-height: unset;
    margin-bottom: 34px;
  }
  .page-template-home .section .heart_mask img {
    height: 360px;
    -o-object-position: center;
       object-position: center;
  }
  .page-template-home .section.text_image .columns, .page-template-home .section.text_gallery .columns, .page-template-home .section.text_text .columns {
    padding-top: 40px;
  }
  .page-template-home .section.text_image .columns .column .logo, .page-template-home .section.text_gallery .columns .column .logo, .page-template-home .section.text_text .columns .column .logo {
    margin-bottom: 26px;
  }
  .page-template-home .section.text_image .image, .page-template-home .section.text_gallery .image, .page-template-home .section.text_text .image {
    margin-top: 50px;
  }
  .page-template-home .section.text_image .gallery, .page-template-home .section.text_gallery .gallery, .page-template-home .section.text_text .gallery {
    margin-top: 106px;
  }
  .page-template-home .section.text_image .gallery .swiper-slide img, .page-template-home .section.text_gallery .gallery .swiper-slide img, .page-template-home .section.text_text .gallery .swiper-slide img {
    max-height: 670px;
    min-height: 670px;
  }
  .page-template-home .section.text_image .gallery .swiper, .page-template-home .section.text_gallery .gallery .swiper, .page-template-home .section.text_text .gallery .swiper {
    height: 710px;
  }
  .page-template-home .section.text_image .gallery .swiper-pagination-bullets, .page-template-home .section.text_gallery .gallery .swiper-pagination-bullets, .page-template-home .section.text_text .gallery .swiper-pagination-bullets {
    bottom: 0;
  }
  .page-template-home .section.text_gallery .columns {
    padding-bottom: 70px;
  }
  .page-template-home .section#about_us .offset {
    top: auto;
  }
  .page-template-home .section#about_us footer {
    height: 212px;
    padding: 0;
  }
  .page-template-home .section#about_us footer .logo {
    display: none;
  }
  .page-template-home .section#about_us footer .content-container {
    padding: 0 50px;
  }
  .page-template-home .section#about_us footer .columns {
    padding-left: 0;
    grid-gap: 0;
    width: 600px;
    margin: 0 auto;
  }
  .page-template-home .section#about_us footer .columns .column.left {
    position: relative;
    display: block;
    height: 141px;
    padding-left: 190px;
    grid-gap: 0;
  }
  .page-template-home .section#about_us footer .columns .column.left .logo_mobile {
    width: 70px;
    height: auto;
    display: block;
    position: absolute;
    left: 60px;
    top: 38px;
    transform: none;
  }
  .page-template-home .section#about_us footer .columns .column.left span {
    line-height: 141px;
    margin-right: 20px;
  }
  .page-template-home .section#about_us footer .columns .column.left span:last-of-type {
    margin-right: 0;
  }
  .page-template-home .section#about_us footer .columns .column.right div {
    display: table;
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .page-template-home .section#about_us footer .columns .column.right div span {
    float: left;
    margin-right: 20px;
  }
  .page-template-home .section#about_us footer .columns .column.right div span:last-of-type {
    margin-right: 0;
  }
  .page-template-home .align_center {
    top: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 720px) {
  .page-template-home .section#about_us footer .columns {
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .page-template-home .section#about_us footer .columns .column.left {
    padding-left: 90px;
  }
  .page-template-home .section#about_us footer .columns .column.left .logo_mobile {
    left: 0;
  }
}
@media (max-width: 600px) {
  .page-template-home .section .columns {
    padding: 25px;
    padding-bottom: 60px;
  }
  .page-template-home .section .heart_mask {
    max-width: 270px;
    max-height: 248px;
  }
  .page-template-home .section#home {
    padding: 45px;
    padding-top: 121px;
    padding-bottom: 130px;
  }
  .page-template-home .section#home h1 {
    left: 10px;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 10px;
    margin-bottom: 30px;
  }
  .page-template-home .section#home h1 strong {
    font-size: 31px;
  }
  .page-template-home .section#home address {
    font-size: 16px;
    line-height: 34px;
  }
  .page-template-home .section#home address a img {
    height: 10px;
    top: 0;
  }
  .page-template-home .section.text_image .text h2, .page-template-home .section.text_gallery .text h2, .page-template-home .section.text_text .text h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .page-template-home .section.text_image .text p, .page-template-home .section.text_gallery .text p, .page-template-home .section.text_text .text p {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 21px;
  }
  .page-template-home .section.text_image .text p.small, .page-template-home .section.text_gallery .text p.small, .page-template-home .section.text_text .text p.small {
    font-size: 16px;
    line-height: 21px;
  }
  .page-template-home .section.text_image .text address, .page-template-home .section.text_gallery .text address, .page-template-home .section.text_text .text address {
    font-size: 18px;
    line-height: 23.4px;
  }
  .page-template-home .section.text_image .image, .page-template-home .section.text_gallery .image, .page-template-home .section.text_text .image {
    margin-top: 40px;
    width: calc(100% + 50px);
    height: 260px;
    position: relative;
    left: -25px;
  }
  .page-template-home .section.text_image .gallery, .page-template-home .section.text_gallery .gallery, .page-template-home .section.text_text .gallery {
    margin-top: 38px;
  }
  .page-template-home .section.text_image .gallery .swiper, .page-template-home .section.text_gallery .gallery .swiper, .page-template-home .section.text_text .gallery .swiper {
    height: 486px;
  }
  .page-template-home .section.text_image .gallery .swiper-slide img, .page-template-home .section.text_gallery .gallery .swiper-slide img, .page-template-home .section.text_text .gallery .swiper-slide img {
    max-height: 450px;
    min-height: 450px;
  }
  .page-template-home .section.text_gallery .columns {
    padding-bottom: 35px;
  }
  .page-template-home .section#about_us .columns {
    height: auto;
    padding-bottom: 80px;
  }
  .page-template-home .section#about_us footer .columns {
    width: calc(100% - 40px);
  }
  .page-template-home .section#about_us footer .columns .column.left {
    padding-top: 42px;
  }
  .page-template-home .section#about_us footer .columns .column.left span {
    float: none;
    display: block;
    line-height: 20.74px;
    margin: 0;
    text-align: left;
  }
  .page-template-home .section#about_us footer .columns .column.right div span {
    margin-right: 5px;
  }
  .page-template-home .section#about_us footer .columns .column.right div span:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .page-template-home .section#about_us footer .content-container {
    padding: 0 20px;
  }
  .page-template-home .section#about_us footer .columns {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .page-template-home .section .heart_mask {
    max-width: 240px;
    max-height: 206px;
  }
  .page-template-home .section#home {
    padding-top: 88px;
    padding-bottom: 55px;
  }
  .page-template-home .section#home .columns {
    padding-top: 0;
  }
  .page-template-home .section#home .scroll_icon {
    bottom: -13px;
  }
  .page-template-home .section#about_us footer .columns .column.right div span a {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  .page-template-home .section#about_us footer .columns .column.left {
    padding-left: 140px;
  }
  .page-template-home .section#about_us footer .columns .column.left .logo_mobile {
    left: 28px;
  }
}
@media (max-width: 360px) {
  .page-template-home .section#about_us footer .columns .column.right div span a {
    font-size: 9px;
  }
}
@media (max-width: 330px) {
  .page-template-home .section#about_us footer .columns .column.right div span a {
    font-size: 9px;
  }
}
.page-template-home .lang_en .section#home h1 {
  letter-spacing: 14.4px;
}
@media (max-width: 1199px) {
  .page-template-home .lang_en .section#home h1 {
    letter-spacing: 5px;
  }
}
@media (max-width: 830px) {
  .page-template-home .lang_en .section#home h1 {
    letter-spacing: 14.4px;
  }
}
@media (max-width: 600px) {
  .page-template-home .lang_en .section#home h1 {
    letter-spacing: 4px;
  }
}
@media (min-width: 1000px) and (min-height: 600px) {
  .page-template-home.ipad .section#home .scroll_icon {
    bottom: 98px;
  }
  .page-template-home.ipad .section#home h1 {
    letter-spacing: 14.5px;
  }
  .page-template-home.ipad .section#about_us .columns {
    height: calc(100vh - 214px);
  }
  .page-template-home.ipad .section#about_us .columns .column {
    height: calc(100vh - 300px);
  }
  .page-template-home.ipad .section#about_us footer .columns {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-template-home.ipad .section#about_us footer .columns .column {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-template-home.ipad .lang_en .section#home h1 {
    letter-spacing: 8.5px;
  }
}
@media (max-width: 830px) {
  .page-template-home.ipad .section#home {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .page-template-home.ipad .section#home .scroll_icon {
    bottom: 28px;
  }
  .page-template-home.ipad .section#home h1 {
    letter-spacing: 27.4px;
  }
  .page-template-home.ipad .section .heart_mask {
    max-height: 300px;
  }
  .page-template-home.ipad .section .heart_mask img {
    height: 300px;
  }
  .page-template-home.ipad .lang_en .section#home h1 {
    letter-spacing: 18.8px;
  }
}
@media (max-width: 600px) {
  .page-template-home.iphone .section#home h1 strong, .page-template-home.ipad .section#home h1 strong {
    letter-spacing: 0.3px;
  }
  .page-template-home.iphone .section#home .scroll_icon, .page-template-home.ipad .section#home .scroll_icon {
    bottom: -11px;
  }
  .page-template-home.iphone .lang_en .section#home h1, .page-template-home.ipad .lang_en .section#home h1 {
    letter-spacing: 5px;
  }
}

.error404 {
  background-color: #fff;
}
.error404 header {
  display: none;
}
.error404 .content {
  height: 100%;
  min-height: calc(100vh - 150px);
  position: relative;
}
.error404 .content .content-container {
  padding: 0 25px;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error404 .content .content-container .columns {
  display: grid;
  grid-gap: 50px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.error404 .content .content-container .logo {
  height: 100px;
  width: auto;
  margin-top: 0;
  margin-bottom: 175px;
}
.error404 .content .content-container h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #034638;
  font-size: 24px;
}
.error404 .content .content-container p {
  font-size: 22px;
  line-height: 28.6px;
  margin-top: 0;
}
@media (max-width: 830px) {
  .error404 .content {
    min-height: calc(100vh - 212px);
  }
  .error404 .content .content-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .error404 .content .content-container .columns {
    display: block;
    margin-bottom: 110px;
  }
  .error404 .content .content-container .columns .column {
    margin-bottom: 50px;
  }
  .error404 .content .content-container .columns .column:last-of-type {
    margin-bottom: 0;
  }
  .error404 .content .content-container .logo {
    height: 100px;
    width: auto;
    margin-top: 110px;
    margin-bottom: 110px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .error404 .content {
    min-height: calc(100vh - 212px);
  }
  .error404 .content .content-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .error404 .content .content-container .columns {
    display: block;
    margin-bottom: 110px;
  }
  .error404 .content .content-container .columns .column {
    margin-bottom: 50px;
  }
  .error404 .content .content-container .columns .column:last-of-type {
    margin-bottom: 0;
  }
  .error404 .content .content-container .logo {
    margin-top: 60px;
  }
  .error404 .content .content-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 23.4px;
  }
  .error404 .content .content-container p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 0;
  }
}
@media (max-height: 800px) {
  .error404 .content .logo {
    margin-bottom: 50px;
  }
}
