@charset "UTF-8";
/* WP */
/* Color */
/* Gradient */
/* 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: normal;
}

/**
 * 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;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background-color: #F2F2F2;
  overflow-x: hidden;
}
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: #005A9B;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #0B213F;
  text-decoration: none;
}

.blockC {
  display: block;
}

/* Text */
b,
strong {
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 0;
}

:root {
  --header-color: #fff;
  --header-background: #000;
  --content-less: "Less...";
  --content-more: "More...";
  --header-height: 60px;
  --padding-py: 30px;
  --padding-px: 16px;
  --vh: 1vh;
}
@media (min-width: 1080px) {
  :root {
    --header-height: 160px;
  }
}
@media (min-width: 1921px) {
  :root {
    --header-height: 260px;
  }
}
@media (min-width: 375px) {
  :root {
    --padding-py: 40px;
    --padding-px: 16px;
  }
}
@media (min-width: 576px) {
  :root {
    --padding-py: 50px;
    --padding-px: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding-py: 60px;
    --padding-px: 20px;
  }
}
@media (min-width: 1080px) {
  :root {
    --padding-py: 80px;
    --padding-px: 50px;
  }
}
@media (min-width: 1400px) {
  :root {
    --padding-py: 100px;
    --padding-px: 115px;
  }
}
@media (min-width: 1921px) {
  :root {
    --padding-py: 120px;
    --padding-px: 150px;
  }
}

.relative .image-tagline {
  display: none;
}

.image-caption {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 18px;
}

/* Urw Din */
@font-face {
  font-family: "Urwdin";
  src: url("../../fonts/Urwdin-Regular.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Urwdin-Regular.woff2") format("woff2"), url("../../fonts/Urwdin-Regular.woff") format("woff"), url("../../fonts/Urwdin-Regular.ttf") format("truetype"), url("../../fonts/Urwdin-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urwdin";
  src: url("../../fonts/Urwdin-Bold.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Urwdin-Bold.woff2") format("woff2"), url("../../fonts/Urwdin-Bold.woff") format("woff"), url("../../fonts/Urwdin-Bold.ttf") format("truetype"), url("../../fonts/Urwdin-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Urwdin";
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2F2F2F;
}

h1,
.h1 {
  font-size: 2.4rem;
  color: #0B213F;
  line-height: 2.6rem;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}
h2,
.h2 {
  font-size: 2.4rem;
  color: #0B213F;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}

h3 {
  font-size: 2rem;
  color: #0B213F;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}
h3.strong700 {
  font-weight: 700;
}

h4 {
  font-size: 1.7rem;
  color: #0B213F;
  line-height: 2rem;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}

h5 {
  font-size: 1.5rem;
  color: #0B213F;
  line-height: 2rem;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}

h6 {
  font-size: 1.2rem;
  color: #0B213F;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin: 0;
  font-weight: unset;
}

.font16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.font16.bold {
  text-transform: none;
  letter-spacing: 0;
}
.font16.normal {
  font-weight: 400;
}

.font18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.font22 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.font28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.font32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.font35 {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.font48 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.font48.normal {
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.font60 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}

.font72 {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Urwdin";
}

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

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

.read-more {
  font-weight: 700;
  text-transform: uppercase;
  color: #41618D;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.read-more:hover {
  color: #41618D;
}
.read-more div {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.read-more div:hover {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.read-more span {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 22px;
}

/* Animated underline */
/* Needs to be on an inline element (span, b, strong, etc) */
.underline {
  display: inline !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.underline.white {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#fff, #fff);
}
.underline.lighter-blue {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#A4D9FF, #A4D9FF);
}
.underline.blue {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#005A9B, #005A9B);
}

a:hover .underline, a:hover.underline, a:focus-visible .underline, a:focus-visible.underline {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}

.agency-link {
  max-width: 135px;
}

hr.white-03 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}

/* Colors */
.black {
  color: #000;
}

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

.bt-black {
  border-top: 1px solid #000;
}

.bb-black {
  border-bottom: 1px solid #000;
}

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

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

.white {
  color: #fff;
}

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

.bt-white {
  border-top: 1px solid #fff;
}

.bb-white {
  border-bottom: 1px solid #fff;
}

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

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

.violet-dark {
  color: #0B213F;
}

.bg-violet-dark {
  background-color: #0B213F;
}

.bt-violet-dark {
  border-top: 1px solid #0B213F;
}

.bb-violet-dark {
  border-bottom: 1px solid #0B213F;
}

.violet-dark-hover:hover {
  color: #0B213F;
}

.bg-violet-dark-hover:hover {
  background-color: #0B213F;
}

.violet-basic {
  color: #41618D;
}

.bg-violet-basic {
  background-color: #41618D;
}

.bt-violet-basic {
  border-top: 1px solid #41618D;
}

.bb-violet-basic {
  border-bottom: 1px solid #41618D;
}

.violet-basic-hover:hover {
  color: #41618D;
}

.bg-violet-basic-hover:hover {
  background-color: #41618D;
}

.violet-light {
  color: #BECDE2;
}

.bg-violet-light {
  background-color: #BECDE2;
}

.bt-violet-light {
  border-top: 1px solid #BECDE2;
}

.bb-violet-light {
  border-bottom: 1px solid #BECDE2;
}

.violet-light-hover:hover {
  color: #BECDE2;
}

.bg-violet-light-hover:hover {
  background-color: #BECDE2;
}

.gray-text {
  color: #2F2F2F;
}

.bg-gray-text {
  background-color: #2F2F2F;
}

.bt-gray-text {
  border-top: 1px solid #2F2F2F;
}

.bb-gray-text {
  border-bottom: 1px solid #2F2F2F;
}

.gray-text-hover:hover {
  color: #2F2F2F;
}

.bg-gray-text-hover:hover {
  background-color: #2F2F2F;
}

.gray-lines {
  color: #C7C7C7;
}

.bg-gray-lines {
  background-color: #C7C7C7;
}

.bt-gray-lines {
  border-top: 1px solid #C7C7C7;
}

.bb-gray-lines {
  border-bottom: 1px solid #C7C7C7;
}

.gray-lines-hover:hover {
  color: #C7C7C7;
}

.bg-gray-lines-hover:hover {
  background-color: #C7C7C7;
}

.gray-notes {
  color: #838383;
}

.bg-gray-notes {
  background-color: #838383;
}

.bt-gray-notes {
  border-top: 1px solid #838383;
}

.bb-gray-notes {
  border-bottom: 1px solid #838383;
}

.gray-notes-hover:hover {
  color: #838383;
}

.bg-gray-notes-hover:hover {
  background-color: #838383;
}

.footer-background {
  color: #1C242E;
}

.bg-footer-background {
  background-color: #1C242E;
}

.bt-footer-background {
  border-top: 1px solid #1C242E;
}

.bb-footer-background {
  border-bottom: 1px solid #1C242E;
}

.footer-background-hover:hover {
  color: #1C242E;
}

.bg-footer-background-hover:hover {
  background-color: #1C242E;
}

.site-background {
  color: #F2F2F2;
}

.bg-site-background {
  background-color: #F2F2F2;
}

.bt-site-background {
  border-top: 1px solid #F2F2F2;
}

.bb-site-background {
  border-bottom: 1px solid #F2F2F2;
}

.site-background-hover:hover {
  color: #F2F2F2;
}

.bg-site-background-hover:hover {
  background-color: #F2F2F2;
}

.play-button-bg {
  color: rgba(0, 0, 0, 0.6666666667);
}

.bg-play-button-bg {
  background-color: rgba(0, 0, 0, 0.6666666667);
}

.bt-play-button-bg {
  border-top: 1px solid rgba(0, 0, 0, 0.6666666667);
}

.bb-play-button-bg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6666666667);
}

.play-button-bg-hover:hover {
  color: rgba(0, 0, 0, 0.6666666667);
}

.bg-play-button-bg-hover:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
}

.lighter-blue {
  color: #A4D9FF;
}

.bg-lighter-blue {
  background-color: #A4D9FF;
}

.bt-lighter-blue {
  border-top: 1px solid #A4D9FF;
}

.bb-lighter-blue {
  border-bottom: 1px solid #A4D9FF;
}

.lighter-blue-hover:hover {
  color: #A4D9FF;
}

.bg-lighter-blue-hover:hover {
  background-color: #A4D9FF;
}

.light-blue {
  color: #5C92BD;
}

.bg-light-blue {
  background-color: #5C92BD;
}

.bt-light-blue {
  border-top: 1px solid #5C92BD;
}

.bb-light-blue {
  border-bottom: 1px solid #5C92BD;
}

.light-blue-hover:hover {
  color: #5C92BD;
}

.bg-light-blue-hover:hover {
  background-color: #5C92BD;
}

.green {
  color: #57CA63;
}

.bg-green {
  background-color: #57CA63;
}

.bt-green {
  border-top: 1px solid #57CA63;
}

.bb-green {
  border-bottom: 1px solid #57CA63;
}

.green-hover:hover {
  color: #57CA63;
}

.bg-green-hover:hover {
  background-color: #57CA63;
}

.orange {
  color: #FEA339;
}

.bg-orange {
  background-color: #FEA339;
}

.bt-orange {
  border-top: 1px solid #FEA339;
}

.bb-orange {
  border-bottom: 1px solid #FEA339;
}

.orange-hover:hover {
  color: #FEA339;
}

.bg-orange-hover:hover {
  background-color: #FEA339;
}

.blue {
  color: #005A9B;
}

.bg-blue {
  background-color: #005A9B;
}

.bt-blue {
  border-top: 1px solid #005A9B;
}

.bb-blue {
  border-bottom: 1px solid #005A9B;
}

.blue-hover:hover {
  color: #005A9B;
}

.bg-blue-hover:hover {
  background-color: #005A9B;
}

.basic-600 {
  color: #1C1C1C;
}

.bg-basic-600 {
  background-color: #1C1C1C;
}

.bt-basic-600 {
  border-top: 1px solid #1C1C1C;
}

.bb-basic-600 {
  border-bottom: 1px solid #1C1C1C;
}

.basic-600-hover:hover {
  color: #1C1C1C;
}

.bg-basic-600-hover:hover {
  background-color: #1C1C1C;
}

.gray-darker {
  color: #E8E7E4;
}

.bg-gray-darker {
  background-color: #E8E7E4;
}

.bt-gray-darker {
  border-top: 1px solid #E8E7E4;
}

.bb-gray-darker {
  border-bottom: 1px solid #E8E7E4;
}

.gray-darker-hover:hover {
  color: #E8E7E4;
}

.bg-gray-darker-hover:hover {
  background-color: #E8E7E4;
}

.dark-blue {
  color: #00204A;
}

.bg-dark-blue {
  background-color: #00204A;
}

.bt-dark-blue {
  border-top: 1px solid #00204A;
}

.bb-dark-blue {
  border-bottom: 1px solid #00204A;
}

.dark-blue-hover:hover {
  color: #00204A;
}

.bg-dark-blue-hover:hover {
  background-color: #00204A;
}

.green-available {
  color: #90DC62;
}

.bg-green-available {
  background-color: #90DC62;
}

.bt-green-available {
  border-top: 1px solid #90DC62;
}

.bb-green-available {
  border-bottom: 1px solid #90DC62;
}

.green-available-hover:hover {
  color: #90DC62;
}

.bg-green-available-hover:hover {
  background-color: #90DC62;
}

.orange-development {
  color: #FCA600;
}

.bg-orange-development {
  background-color: #FCA600;
}

.bt-orange-development {
  border-top: 1px solid #FCA600;
}

.bb-orange-development {
  border-bottom: 1px solid #FCA600;
}

.orange-development-hover:hover {
  color: #FCA600;
}

.bg-orange-development-hover:hover {
  background-color: #FCA600;
}

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

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

.text-lg {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .text-lg {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

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

.spacing-10 {
  letter-spacing: 0.1em;
}

img {
  display: block;
}

.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: 25px;
}
@media (min-width: 576px) {
  .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 28px;
  width: 28px;
}

.gallery-options .two-in-a-column {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
}
.gallery-options .two-in-a-column picture {
  height: 50%;
}
.gallery-options .two-in-a-column picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  min-height: 100%;
}
.gallery-options .two-in-a-row img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.gallery-options .white-bg {
  background: #fff;
}
.gallery-options .white-bg.left p {
  padding: 25px 9px 25px 25px;
}
.gallery-options .white-bg.right p {
  padding: 25px 25px 25px 9px;
}
.gallery-options .with-text.left .left-white-bg {
  background: #fff;
  margin-right: -16px;
  padding-right: 16px;
}
.gallery-options .with-text.left p {
  padding: 25px 9px 25px 25px;
}
.gallery-options .with-text.right .right-white-bg {
  background: white;
  margin-left: -16px;
  padding-left: 16px;
}
.gallery-options .with-text.right p {
  padding: 25px 25px 25px 9px;
}

.existing-gallery .col10 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.existing-gallery .col10 .relative img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.existing-gallery .col10 .relative:nth-child(3n+0) {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+1) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+2) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+3) {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+4) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+5) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+6) {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+7) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}
.existing-gallery .col10 .relative:nth-child(3n+8) {
  width: calc(50% - 8px);
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .gallery-options#gallery .content.content-span-md-8.content-start-md-1,
  .gallery-options#gallery .content.content-span-md-6.content-start-md-1,
  .gallery-options#gallery .content.content-span-md-4.content-start-md-1.two-in-a-column {
    margin-bottom: 1rem;
  }
}
/* Grid */
.grid {
  display: grid;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.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;
}

.full {
  grid-column: 1/-1;
}

.full-r {
  grid-column: -1/1;
  margin-right: 32px;
}

.content {
  grid-column: content;
}

.column-start-half {
  grid-column-start: half;
}

.content-start-1 {
  grid-column-start: content-start 1;
}

.content-span-1 {
  grid-column-end: span 1 content-gap;
}

.row-1 {
  grid-row-start: 1;
}

.row-span-1 {
  grid-row-end: span 1;
}

.content-start-2 {
  grid-column-start: content-start 2;
}

.content-span-2 {
  grid-column-end: span 2 content-gap;
}

.row-2 {
  grid-row-start: 2;
}

.row-span-2 {
  grid-row-end: span 2;
}

.content-start-3 {
  grid-column-start: content-start 3;
}

.content-span-3 {
  grid-column-end: span 3 content-gap;
}

.row-3 {
  grid-row-start: 3;
}

.row-span-3 {
  grid-row-end: span 3;
}

.content-start-4 {
  grid-column-start: content-start 4;
}

.content-span-4 {
  grid-column-end: span 4 content-gap;
}

.row-4 {
  grid-row-start: 4;
}

.row-span-4 {
  grid-row-end: span 4;
}

.content-start-5 {
  grid-column-start: content-start 5;
}

.content-span-5 {
  grid-column-end: span 5 content-gap;
}

.row-5 {
  grid-row-start: 5;
}

.row-span-5 {
  grid-row-end: span 5;
}

.content-start-6 {
  grid-column-start: content-start 6;
}

.content-span-6 {
  grid-column-end: span 6 content-gap;
}

.row-6 {
  grid-row-start: 6;
}

.row-span-6 {
  grid-row-end: span 6;
}

.content-start-7 {
  grid-column-start: content-start 7;
}

.content-span-7 {
  grid-column-end: span 7 content-gap;
}

.row-7 {
  grid-row-start: 7;
}

.row-span-7 {
  grid-row-end: span 7;
}

.content-start-8 {
  grid-column-start: content-start 8;
}

.content-span-8 {
  grid-column-end: span 8 content-gap;
}

.row-8 {
  grid-row-start: 8;
}

.row-span-8 {
  grid-row-end: span 8;
}

.content-start-9 {
  grid-column-start: content-start 9;
}

.content-span-9 {
  grid-column-end: span 9 content-gap;
}

.row-9 {
  grid-row-start: 9;
}

.row-span-9 {
  grid-row-end: span 9;
}

.content-start-10 {
  grid-column-start: content-start 10;
}

.content-span-10 {
  grid-column-end: span 10 content-gap;
}

.row-10 {
  grid-row-start: 10;
}

.row-span-10 {
  grid-row-end: span 10;
}

.content-start-11 {
  grid-column-start: content-start 11;
}

.content-span-11 {
  grid-column-end: span 11 content-gap;
}

.row-11 {
  grid-row-start: 11;
}

.row-span-11 {
  grid-row-end: span 11;
}

.content-start-12 {
  grid-column-start: content-start 12;
}

.content-span-12 {
  grid-column-end: span 12 content-gap;
}

.row-12 {
  grid-row-start: 12;
}

.row-span-12 {
  grid-row-end: span 12;
}

@media (min-width: 576px) {
  .content-start-sm-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 576px) {
  .content-span-sm-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 576px) {
  .row-span-sm-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 576px) {
  .content-start-sm-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 576px) {
  .content-span-sm-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 576px) {
  .row-span-sm-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 576px) {
  .content-start-sm-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 576px) {
  .content-span-sm-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 576px) {
  .row-span-sm-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 576px) {
  .content-start-sm-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 576px) {
  .content-span-sm-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 576px) {
  .row-span-sm-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 576px) {
  .content-start-sm-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 576px) {
  .content-span-sm-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 576px) {
  .row-span-sm-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 576px) {
  .content-start-sm-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 576px) {
  .content-span-sm-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 576px) {
  .row-span-sm-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 576px) {
  .content-start-sm-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 576px) {
  .content-span-sm-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 576px) {
  .row-span-sm-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 576px) {
  .content-start-sm-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 576px) {
  .content-span-sm-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 576px) {
  .row-span-sm-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 576px) {
  .content-start-sm-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 576px) {
  .content-span-sm-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 576px) {
  .row-span-sm-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 576px) {
  .content-start-sm-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 576px) {
  .content-span-sm-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 576px) {
  .row-span-sm-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 576px) {
  .content-start-sm-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 576px) {
  .content-span-sm-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 576px) {
  .row-span-sm-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 576px) {
  .content-start-sm-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 576px) {
  .content-span-sm-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 576px) {
  .row-sm-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 576px) {
  .row-span-sm-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 768px) {
  .content-start-md-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 768px) {
  .content-span-md-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .row-span-md-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 768px) {
  .content-start-md-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 768px) {
  .content-span-md-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 768px) {
  .row-span-md-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 768px) {
  .content-start-md-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 768px) {
  .content-span-md-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .row-span-md-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 768px) {
  .content-start-md-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 768px) {
  .content-span-md-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 768px) {
  .row-span-md-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 768px) {
  .content-start-md-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 768px) {
  .content-span-md-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 768px) {
  .row-span-md-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 768px) {
  .content-start-md-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 768px) {
  .content-span-md-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 768px) {
  .row-span-md-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 768px) {
  .content-start-md-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 768px) {
  .content-span-md-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 768px) {
  .row-span-md-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 768px) {
  .content-start-md-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 768px) {
  .content-span-md-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 768px) {
  .row-span-md-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 768px) {
  .content-start-md-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 768px) {
  .content-span-md-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 768px) {
  .row-span-md-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 768px) {
  .content-start-md-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 768px) {
  .content-span-md-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 768px) {
  .row-span-md-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 768px) {
  .content-start-md-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 768px) {
  .content-span-md-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 768px) {
  .row-span-md-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 768px) {
  .content-start-md-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 768px) {
  .content-span-md-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 768px) {
  .row-md-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 768px) {
  .row-span-md-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1080px) {
  .content-start-lg-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1080px) {
  .content-span-lg-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1080px) {
  .row-lg-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1080px) {
  .row-span-lg-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1400px) {
  .content-start-xl-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1400px) {
  .content-span-xl-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1400px) {
  .row-xl-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1400px) {
  .row-span-xl-12 {
    grid-row-end: span 12;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-1 {
    grid-column-start: content-start 1;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-1 {
    grid-column-end: span 1 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-1 {
    grid-row-end: span 1;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-2 {
    grid-column-start: content-start 2;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-2 {
    grid-column-end: span 2 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-2 {
    grid-row-end: span 2;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-3 {
    grid-column-start: content-start 3;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-3 {
    grid-column-end: span 3 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-3 {
    grid-row-end: span 3;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-4 {
    grid-column-start: content-start 4;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-4 {
    grid-column-end: span 4 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-4 {
    grid-row-end: span 4;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-5 {
    grid-column-start: content-start 5;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-5 {
    grid-column-end: span 5 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-5 {
    grid-row-end: span 5;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-6 {
    grid-column-start: content-start 6;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-6 {
    grid-row-end: span 6;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-7 {
    grid-row-end: span 7;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-8 {
    grid-column-start: content-start 8;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-8 {
    grid-column-end: span 8 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-8 {
    grid-row-end: span 8;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-9 {
    grid-column-start: content-start 9;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-9 {
    grid-column-end: span 9 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-9 {
    grid-row-start: 9;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-9 {
    grid-row-end: span 9;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-10 {
    grid-column-start: content-start 10;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-10 {
    grid-column-end: span 10 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-10 {
    grid-row-start: 10;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-10 {
    grid-row-end: span 10;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-11 {
    grid-column-start: content-start 11;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-11 {
    grid-column-end: span 11 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-11 {
    grid-row-start: 11;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-11 {
    grid-row-end: span 11;
  }
}
@media (min-width: 1921px) {
  .content-start-xxl-12 {
    grid-column-start: content-start 12;
  }
}
@media (min-width: 1921px) {
  .content-span-xxl-12 {
    grid-column-end: span 12 content-gap;
  }
}
@media (min-width: 1921px) {
  .row-xxl-12 {
    grid-row-start: 12;
  }
}
@media (min-width: 1921px) {
  .row-span-xxl-12 {
    grid-row-end: span 12;
  }
}
/* 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;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.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-w-156 {
  max-width: 156px;
}

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

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

.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 */
.containerGrid {
  --gap: 1rem;
  --max: calc((1200px - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: 1fr var(--padding-px) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap] calc(var(--gap) / 2) [half] calc(var(--gap) / 2) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap content-end] var(--padding-px) 1fr;
  grid-auto-rows: auto;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .containerGrid {
    --gap: 1.5rem;
  }
}
@media (min-width: 1080px) {
  .containerGrid {
    --gap: 2rem;
  }
}
.containerGrid img {
  width: 100%;
}
.containerGrid.smallGap {
  --gap: 1rem;
}
.containerGrid .noGap {
  margin-left: -32px;
  margin-right: -32px;
}
.containerGrid.not-on-sale {
  --max: calc((1130px - (var(--gap) * 11)) / 12);
}

.container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 1921px) {
  .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1500px;
  }
}
.container-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1430px;
  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: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-sm-fill {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 1921px) {
  .container-sm-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-lg-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1430px;
  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: 1921px) {
  .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: 1921px) {
  .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: 1921px) {
  .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: 1921px) {
  .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: 1921px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1240px) {
  .containerGrid.noPadding {
    padding: 0 !important;
  }
  .containerGrid .resPadding_20 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 786px) {
  .containerGrid .noGap {
    margin-left: 0;
  }
}
/* 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;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/* Container padding */
.container-px {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 1921px) {
  .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: 1921px) {
  .container-py {
    padding-top: calc(120px / 2);
    padding-bottom: calc(120px / 2);
  }
}

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

.container-pb {
  padding-bottom: calc(30px / 2);
}
@media (min-width: 375px) {
  .container-pb {
    padding-bottom: calc(40px / 2);
  }
}
@media (min-width: 576px) {
  .container-pb {
    padding-bottom: calc(50px / 2);
  }
}
@media (min-width: 768px) {
  .container-pb {
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 1080px) {
  .container-pb {
    padding-bottom: calc(80px / 2);
  }
}
@media (min-width: 1400px) {
  .container-pb {
    padding-bottom: calc(100px / 2);
  }
}
@media (min-width: 1921px) {
  .container-pb {
    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: 1921px) {
  .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: 1921px) {
  .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: 1921px) {
  .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: 1920.98px) {
  .display-xxl {
    display: none !important;
  }
}

@media (min-width: 1921px) {
  .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;
}

.visually-hidden {
  position: absolute;
  display: block;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header {
  height: 260px;
  z-index: 10;
  min-width: 100%;
  padding-bottom: 0;
  background: #005A9B;
}
header .rightMenu {
  height: 53px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .rightMenu a {
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #A4D9FF;
}
header .rightMenu a span.underline {
  color: #A4D9FF;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#A4D9FF, #A4D9FF);
}
header .rightMenu span.btn-menu {
  width: 32px;
  font-size: 36px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #A4D9FF;
  transition: color ease-in-out 0.45ms;
}
header .rightMenu span.btn-menu:hover {
  color: #fff;
}
header .rightMenu span.sep {
  width: 1px;
  height: 50px;
  background: #0B213F;
  display: block;
  margin: 0 20px;
}
header .container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-bottom: 0;
  padding-top: 75px;
}
header .container .nav {
  text-align: right;
  margin-bottom: 0;
  /*
        li#domov {
          a {
            padding-left: 5px;
            padding-right: 5px;

            &::before {
              content: '';
              display: block;
              background-image: url('/images/svg/icons/home-icon-inactive.svg');
              width: 27px;
              height: 27px;
              background-size: cover;
              transition: all 250 linear;
            }
            &:hover {
              &::before {
                background-image: url('/images/svg/icons/home-icon.svg');
              }
            }
          }
          .active {
            &::before {
              background-image: url('/images/svg/icons/home-icon.svg');
            }
          }

        }*/
}
header .container .nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: bottom;
}
header .container .nav li .active {
  color: #fff;
  border-bottom: 6px solid #BECDE2;
}
header .container .nav li a {
  display: block;
  color: #BECDE2;
  padding-bottom: 25px;
  border-bottom: 6px solid transparent;
  transition: color 250ms linear;
}
header .container .nav li a:hover {
  color: #fff;
}
header .container #mobile-menu-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header {
  display: flex;
}
header .logo a {
  display: inline-flex;
}
header #primary-menu {
  order: 3;
  z-index: 1111;
}
header #mobile-menu-btn-wrapper {
  order: 2;
  z-index: 999;
}
header #primary-menu {
  position: fixed;
  width: 360px;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 168px;
  background-color: #005A9B;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 85px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
header #primary-menu span.icon {
  color: #A4D9FF;
  font-size: 36px;
  margin-left: 40px;
  cursor: pointer;
  transition: color ease-in-out 0.45s;
}
header #primary-menu span.icon:hover {
  color: #fff;
}
header #primary-menu hr {
  width: 100%;
  margin-left: 40px;
  max-width: calc(100% - 80px);
  background: rgba(11, 33, 63, 0.4);
  border: none;
  height: 1px;
  margin-top: 138px;
}
header #primary-menu ul li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0;
}
header #primary-menu ul li:last-child {
  margin-bottom: 0;
}
header #primary-menu ul li a {
  padding: 10px 5px;
  padding-left: 35px !important;
  border-left: 6px solid transparent;
  color: #A4D9FF;
}
header #primary-menu ul li .active {
  border-left: 6px solid #fff;
  border-bottom: none;
  color: #fff;
}
header #primary-menu ul li .active span.lighter-blue {
  color: #fff;
}

.lang-switcher {
  display: none;
}

@media only screen and (max-width: 600px) {
  header {
    height: 214px;
  }
  header .container {
    padding-top: 26px;
  }
  header .container .rightMenu .language-switcher {
    display: none;
  }
  header .container .rightMenu span.sep {
    display: none;
  }
  header #primary-menu {
    padding-top: 36px;
  }
  header #primary-menu hr {
    margin-top: 36px;
  }
  header .lang-switcher {
    width: 100%;
    display: block;
    margin-top: 38px;
    padding: 0 40px;
  }
  header .lang-switcher .wrapperLang {
    border-top: 1px solid rgba(11, 33, 63, 0.4);
    padding-top: 17px;
  }
}
.whiteHeader.gray .header {
  background: #F2F2F2;
}
.whiteHeader .header {
  background: #fff;
  height: 200px;
}
.whiteHeader .header .logo a img {
  width: 206px;
}
.whiteHeader .header .rightMenu a {
  color: #005A9B;
}
.whiteHeader .header .rightMenu a span.underline {
  color: #005A9B;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#005A9B, #005A9B);
}
.whiteHeader .header .rightMenu span.sep {
  background: #C7C7C7;
}
.whiteHeader .header .rightMenu span.btn-menu {
  color: #005A9B;
}

.topBar {
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 100%;
}
.topBar.not-on-sale-bar {
  transform: translateY(0);
  position: relative;
  margin-top: -50px;
}
.topBar .blueBar {
  position: relative;
}
.topBar .blueBar .wrapper {
  left: 0;
  right: 0;
  background: #005A9B;
  height: 98px;
  z-index: 11;
  padding: 20px 22px;
  color: #A4D9FF;
}
.topBar .blueBar .wrapper a {
  display: flex;
  align-items: flex-start;
}
.topBar .blueBar .wrapper a span {
  color: #A4D9FF;
}
.topBar .blueBar .wrapper a span.icon {
  font-size: 32px;
  min-height: 60px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #1C1C1C;
}
.topBar .blueBar .wrapper a span.text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  padding-top: 2px;
}
.topBar .blueBar .wrapper a:hover {
  color: #fff;
}
.topBar .blueBar .wrapper a:hover span {
  color: #fff;
}

footer {
  color: #fff;
  background-color: #0B213F;
  margin-top: 70px;
  font-size: 16px;
}
footer .container {
  padding-top: 45px;
  padding-bottom: 95px;
}
footer a {
  color: #A4D9FF;
}
footer a:hover {
  color: #A4D9FF;
}
footer ul.footerMenu {
  margin: 0;
}
footer ul.footerMenu li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer ul.footerMenu li span.iconC {
  color: #A4D9FF;
  font-size: 24px;
  display: block;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
footer .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 15px 0;
}
footer .divider.responsive-md {
  display: block;
}
footer .footer-info .address {
  margin-bottom: 20px;
}
footer .footer-info .contact-info a {
  display: inline-block;
}
footer .footer-info .contact-info .btn {
  display: inline-block;
  border: 1.5px solid #BECDE2;
  color: #BECDE2;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
footer .footer-info .contact-info .btn::after {
  content: "";
  display: block;
  width: 0;
  height: calc(100% + 1.5px);
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  background-color: #fff;
  z-index: -1;
  transition: all 350ms ease;
}
footer .footer-info .contact-info .btn:hover {
  color: #0B213F;
}
footer .footer-info .contact-info .btn:hover::after {
  width: calc(100% + 1.5px);
}
footer .footer-info .sponsor {
  border-left: 1px solid #fff;
  padding-left: 23px;
  max-width: 320px;
  margin-left: auto;
}
footer .footer-info .sponsor span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  max-width: 250px;
  display: block;
  margin-bottom: 23px;
}
footer .footer-info .sponsor hr {
  margin-top: 17px;
  margin-bottom: 11px;
}
footer .small-print {
  font-size: 13px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .small-print .socials {
  border: none;
  margin: 0;
  padding: 0;
}
footer .small-print .socials ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .small-print .socials ul li {
  opacity: 1;
  transition: opacity 250ms linear;
}
footer .small-print .socials ul li:hover {
  opacity: 0.5;
}
footer .small-print span.gray {
  color: #C7C7C7;
}
footer .small-print ul li {
  display: block;
  margin: 0 0 10px 0;
}
footer .small-print ul li span.dot {
  display: none;
  margin: 0 5px;
}
footer .small-print ul li.humanfrog {
  position: relative;
  padding-right: 20px;
}
footer .small-print ul li.humanfrog img {
  position: absolute;
  top: 5px;
  right: 0;
}
@media (min-width: 768px) {
  footer .footer-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  footer .footer-info div {
    flex: 0 0 33.333%;
  }
  footer .footer-info .contact-info {
    text-align: left;
  }
  footer .footer-info .contact-info span:first-child {
    margin-top: 0;
  }
  footer .footer-info .divider.responsive-md {
    display: none;
  }
  footer .footer-info .address {
    text-align: left;
  }
  footer .footer-info .address div {
    flex: initial;
    padding-right: 28px;
  }
  footer .footer-info .socials {
    padding: initial;
  }
  footer .footer-info .socials ul {
    text-align: right;
    margin: initial;
  }
  footer .small-print {
    margin-top: 10px;
  }
  footer .small-print ul li {
    display: inline-block;
    margin: 0;
  }
  footer .small-print ul li span.dot {
    display: inline-block;
  }
}

@media (max-width: 840px) {
  footer .footer-info .sponsor {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-info .contact-info {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  footer .footer-info .sponsor {
    border: 0 none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  footer .footer-info .sponsor span {
    display: block;
    margin-bottom: 20px;
  }
  footer .footer-info .sponsor hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .small-print {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.menu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translateX(110%);
  transition: transform ease-in-out 0.4s;
}
.menu.menu-is-active {
  z-index: 9999;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  transform: translateX(0);
}

@media (max-width: 1079.98px) {
  body.menu-is-active {
    overflow: hidden;
    height: 100%;
    scroll-behavior: unset;
  }
}
/* Base button style */
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.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;
  }
}

.btn-secondary {
  display: inline-block;
  border: 2.5px solid #41618D;
  color: #41618D;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.btn-secondary::before {
  content: "";
  z-index: -1;
  display: block;
  top: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #41618D;
  transition: all 350ms ease;
}
.btn-secondary:hover {
  color: #fff;
}
.btn-secondary:hover::before {
  width: calc(100% + 1px);
}

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

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

.play-button {
  background-color: rgba(0, 0, 0, 0.6666666667);
  border-radius: 50%;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.play-button span {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  background-image: url(/images/svg/icons/play-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.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: #000;
  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;
}

.customInput {
  position: relative;
  padding-left: 30px;
  display: block;
}
.customInput span.checkbox {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #838383;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.customInput span.checkbox span {
  width: 0;
  height: 18px;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  transition: 0.15s width ease-in-out;
}
.customInput span.text {
  cursor: pointer;
}
.customInput input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.customInput input:checked ~ span.checkbox {
  background: #005A9B;
  border-width: 1px;
}
.customInput input:checked ~ span.checkbox span {
  width: 18px;
  top: 0;
  left: 0;
}
.customInput input:focus-visible ~ span.checkbox {
  box-shadow: 0px 0px 2px 2px #005A9B;
}

.cc-window {
  box-sizing: border-box;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Urwdin";
  font-size: 1rem;
  line-height: 1.2em;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 50px 30px 50px;
}
.cc-window .cc-message {
  flex: 0 0 80%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
  margin: 0;
}
.cc-window .cc-message .cc-link {
  display: inline-block;
  padding: 0;
  text-decoration: underline;
  transition: color 0.3s ease-in;
}
.cc-window .image {
  display: none;
  flex: 0 0 60px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .cc-window .image {
    display: none;
  }
}
.cc-window .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
}
.cc-window .text {
  flex: 0 0 calc(100% - 90px);
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 130%;
}
.cc-window .text a {
  color: #BECDE2;
}
.cc-window .cc-compliance {
  flex: 0 0 20%;
  margin-top: 20px;
}
.cc-window .cc-compliance .cc-dismiss {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #BECDE2;
  background-color: transparent;
  border: 2px solid #BECDE2;
  text-align: center;
  text-decoration: none;
  transition: all 150ms ease-in;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.cc-window .cc-compliance .cc-dismiss::before {
  content: "";
  z-index: -1;
  display: block;
  top: -0.5px;
  left: 0;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
.cc-window .cc-compliance .cc-dismiss:hover {
  color: #41618D;
  background-color: transparent;
}
.cc-window .cc-compliance .cc-dismiss:hover::before {
  width: 100%;
}
@media (max-width: 767.98px) {
  .cc-window .cc-message {
    flex: 0 0 100%;
  }
  .cc-window .cc-message .text {
    flex: 0 0 100%;
  }
  .cc-window .cc-compliance {
    flex: 0 0 100%;
  }
  .cc-window .cc-compliance .cc-dismiss {
    width: initial;
  }
}

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

.form-item.select {
  position: relative;
}
.form-item.select .label {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding-left: 10px;
  transition: color 300ms ease-in-out;
}
.form-item.select .select-button {
  font-weight: 400;
  border-bottom: 1px solid #C7C7C7;
  width: 100%;
  text-align: left;
  color: #2F2F2F;
  padding: 5px 10px 15px 10px;
}
.form-item.select .select-button .placeholder {
  color: #838383;
}
.form-item.select .select-button .chevron-icon {
  transition: transform 0.25s ease;
}
.form-item.select .select-button .show-options .chevron-icon {
  transform: rotate(180deg);
}
.form-item.select .select-options {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 5px;
  z-index: 1;
}
.form-item.select .select-options li label {
  display: block;
  cursor: pointer;
  padding: 5px;
}
.form-item.select .select-options li label:hover {
  background-color: #BECDE2;
}
.form-item.select .select-options li.selected label {
  background-color: #41618D;
  color: #fff;
}
.form-item.select.value-selected .label {
  color: #41618D;
}
.form-item.select.value-selected .select-button {
  border-color: #41618D;
}

.drop-zone__inner {
  border: 1px dashed #C7C7C7;
}
.drop-zone__inner.dragging {
  border-color: #41618D;
}
.drop-zone label {
  cursor: pointer;
}

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

.slider-navigation .swiper-button-next,
.slider-navigation .swiper-button-prev {
  position: initial;
  top: initial;
  width: initial;
  height: initial;
  margin-top: initial;
  z-index: initial;
  cursor: pointer;
  display: initial;
  align-items: initial;
  justify-content: initial;
  color: initial;
}
.slider-navigation .swiper-button-next::after,
.slider-navigation .swiper-button-prev::after {
  font-family: initial;
}
.slider-navigation.videos .swiper-button-prev,
.slider-navigation.videos .swiper-button-next {
  color: #005A9B;
  font-size: 32px;
}
.slider-navigation.videos .swiper-button-prev span,
.slider-navigation.videos .swiper-button-next span {
  color: #005A9B;
  font-size: 32px;
}
.slider-navigation.videos .swiper-button-prev::after,
.slider-navigation.videos .swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  content: url("/images/svg/icons/left-arrow.svg");
}

.swiper-button-next::after {
  content: url("/images/svg/icons/right-arrow.svg");
}

.swiper-button-next.light::after {
  content: url("/images/svg/icons/right-arrow-light.svg");
}

.swiper-button-prev.light::after {
  content: url("/images/svg/icons/left-arrow-light.svg");
}

.video-player {
  padding-bottom: 56.25%;
  position: relative;
}
.video-player video {
  width: 100%;
}

.masonry {
  padding-bottom: 0;
  padding-top: 20px;
}
.masonry .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 30px;
}
.masonry .grid .grid-item {
  position: relative;
  overflow: hidden;
}
.masonry .grid .grid-item .blueBg {
  background: #1b4579;
}
.masonry .grid .grid-item .blueBg hr.small-black {
  width: 45px;
  height: 6px;
  background: #000;
  border: none;
  margin: 14px 0 6px 0;
  position: relative;
  z-index: 10;
}
.masonry .grid .grid-item .blueBg .box {
  width: 100%;
  display: block;
  height: 100%;
}
.masonry .grid .grid-item .blueBg .box span.icon {
  color: #A4D9FF;
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
  margin-left: -4px;
}
.masonry .grid .grid-item .blueBg .box span.bigTitle {
  font-size: 28px;
}
.masonry .grid .grid-item .box {
  padding-bottom: 23px;
}
.masonry .grid .grid-item.single-row.single-col {
  grid-row: span 1;
  grid-column: span 1;
}
.masonry .grid .grid-item.single-row.double-col {
  grid-row: span 1;
  grid-column: span 2;
}
.masonry .grid .grid-item.single-row.double-col img {
  position: absolute;
}
.masonry .grid .grid-item.single-row.triple-col {
  grid-row: span 1;
  grid-column: span 3;
}
.masonry .grid .grid-item.single-row.triple-col img {
  position: absolute;
}
.masonry .grid .grid-item.single-row.full-col {
  grid-row: span 1;
  grid-column: span 5;
}
.masonry .grid .grid-item.double-row.single-col {
  grid-row: span 2;
  grid-column: span 1;
}
.masonry .grid .grid-item.double-row.double-col {
  grid-row: span 2;
  grid-column: span 2;
}
.masonry .grid .grid-item.bg-violet-dark {
  transition: all 0.3s ease;
}
.masonry .grid .grid-item.bg-violet-dark .bt-violet-basic {
  transition: all 0.3s ease;
}
.masonry .grid .grid-item.bg-violet-dark:hover, .masonry .grid .grid-item.bg-violet-dark:active, .masonry .grid .grid-item.bg-violet-dark:focus {
  background-color: #41618D;
}
.masonry .grid .grid-item.bg-violet-dark:hover .bt-violet-basic, .masonry .grid .grid-item.bg-violet-dark:active .bt-violet-basic, .masonry .grid .grid-item.bg-violet-dark:focus .bt-violet-basic {
  border-color: #BECDE2;
}
.masonry .grid .grid-item img:not(.icon) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all ease-in-out 0.22s;
}
.masonry .grid .grid-item:has(.person):hover img:not(.icon), .masonry .grid .grid-item:has(.person):active img:not(.icon), .masonry .grid .grid-item:has(.person):focus img:not(.icon) {
  transform: scale(1.1);
}
.masonry .grid .grid-item .person {
  position: absolute;
  background: rgba(0, 90, 155, 0.6509803922);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  flex-direction: column;
  padding: 30px;
  opacity: 0;
  transition: opacity ease-in-out 0.22s;
}
.masonry .grid .grid-item .person hr {
  width: 34px;
  height: 2px;
  background: #fff;
  border: none;
  display: block;
  margin: 0 0 20px 0;
}
.masonry .grid .grid-item .person span {
  display: block;
}
.masonry .grid .grid-item .person span.name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.masonry .grid .grid-item:hover .person, .masonry .grid .grid-item:active .person, .masonry .grid .grid-item:focus .person {
  opacity: 1;
}
.masonry h3.bottomText {
  text-align: center;
  font-size: 23px;
  padding-top: 50px;
  line-height: 35px;
}

.tablet-hidden {
  display: flex;
}

.tablet-visible {
  display: none;
}

@media only screen and (min-width: 501px) and (max-width: 950px) {
  .tablet-hidden {
    display: none;
  }
  .tablet-visible {
    display: flex;
  }
}
@media only screen and (max-width: 950px) {
  .masonry .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: inherit;
    /*.grid-item.single-row.single-col {
      height: calc(50svw - 32px);
    }
    .grid-item.single-row.single-col {
      height: calc(50svw - 40px);
    }*/
  }
  .masonry .grid .grid-item .blueBg .box {
    padding-bottom: 44px;
  }
  .masonry .grid .grid-item.single-row.double-col {
    height: calc(50svw - 35px);
  }
  .masonry .grid .grid-item.double-row.single-col,
  .masonry .grid .grid-item.double-row.double-col {
    height: calc(100svw - 40px);
  }
  .masonry .grid .grid-item.single-row.triple-col {
    grid-column: span 2;
    height: calc(50svw - 35px);
  }
}
@media (max-width: 575px) {
  .masonry .grid .grid-item.single-row.single-col {
    height: calc(50svw - 32px);
  }
  .masonry .grid .grid-item.single-row.double-col:not(.flex) {
    height: calc(50svw - 32px);
  }
  .masonry .grid .grid-item.single-row.double-col:is(.flex) {
    min-height: calc(50svw - 32px);
  }
  .masonry .grid .grid-item.double-row.single-col,
  .masonry .grid .grid-item.double-row.double-col {
    height: calc(100svw - 32px);
  }
  .masonry .grid .grid-item.single-row.triple-col {
    height: calc(50svw - 32px);
  }
}
@media only screen and (max-width: 500px) {
  .masonry .grid { /*display: block;*/
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .masonry .grid .grid-item.single-row.double-col, .masonry .grid .grid-item.single-row.triple-col, .masonry .grid .grid-item.double-row.double-col {
    grid-column: span 1;
  }
  .masonry .grid .grid-item.single-row.double-col:not(.flex) {
    aspect-ratio: 2;
    height: auto;
  }
  .masonry .grid .grid-item.single-row.double-col:is(.flex) {
    min-height: calc(50svw - 16px);
    height: auto;
  }
  .masonry .grid .grid-item.single-row.single-col {
    height: calc(100svw - 32px);
  }
  .masonry .grid .grid-item.double-row.single-col, .masonry .grid .grid-item.double-row.double-col {
    height: calc(200svw - 64px);
  }
  .masonry .grid .grid-item.single-row.triple-col {
    aspect-ratio: 2;
    height: auto;
  }
}
.testimonialSection {
  background: #0B213F;
}
.testimonialSection.layout-two .containerGrid .testimonial-next {
  top: calc(50% + 20px);
}
.testimonialSection.current {
  margin-bottom: 56px;
}
.testimonialSection.current .description {
  padding-top: 0;
  bottom: -24px;
}
.testimonialSection.current .containerGrid .current-next {
  right: 0;
  z-index: 1;
}
.testimonialSection .containerGrid {
  position: relative;
}
.testimonialSection .containerGrid .testimonial-next,
.testimonialSection .containerGrid .current-next {
  font-size: 36px;
  color: #A4D9FF;
  right: -50px;
  position: absolute;
  top: calc(50% - 24px);
  cursor: pointer;
}
.testimonialSection .containerGrid .testimonial-next span,
.testimonialSection .containerGrid .current-next span {
  font-size: 36px;
}
.testimonialSection .containerGrid .testimonial-next::after,
.testimonialSection .containerGrid .current-next::after {
  display: none;
}
.testimonialSection .containerGrid .testimonial-next.with-margin,
.testimonialSection .containerGrid .current-next.with-margin {
  top: calc(50% + 24px);
}
.testimonialSection .containerGrid .testimonial-prev,
.testimonialSection .containerGrid .current-prev {
  font-size: 36px;
  color: #A4D9FF;
  left: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.testimonialSection .containerGrid .testimonial-prev span,
.testimonialSection .containerGrid .current-prev span {
  font-size: 36px;
}
.testimonialSection .containerGrid .testimonial-prev::after,
.testimonialSection .containerGrid .current-prev::after {
  display: none;
}
.testimonialSection .containerGrid .testimonial-prev.with-margin,
.testimonialSection .containerGrid .current-prev.with-margin {
  top: calc(50% + 24px);
}
.testimonialSection .description {
  padding-top: 30px;
  color: #fff;
}
.testimonialSection .description .title h4 {
  margin-bottom: 20px;
}
.testimonialSection .description .swiperButtons {
  position: absolute;
  left: 0;
  right: 0;
}
.testimonialSection .description .swiperButtons .swiper-button-next, .testimonialSection .description .swiperButtons .swiper-container-rtl .swiper-button-prev {
  top: 0;
  left: 0;
}
.testimonialSection .description .testimonial2 {
  padding: 0 45px 0 0;
  margin-left: 45px;
}
.testimonialSection .description .testimonial2 .swiper-wrapper {
  margin-top: 24px;
}
.testimonialSection .description .testimonial2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.testimonialSection .description .testimonial2 .swiper-wrapper .swiper-slide p {
  max-width: calc(100% - 160px);
  margin-bottom: 70px;
}
.testimonialSection .description .current {
  padding: 0 45px 0 0;
  margin-left: 45px;
}
.testimonialSection .description .current .swiper-wrapper {
  margin-top: 28px;
}
.testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight {
  height: auto;
}
.testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight .single-card.in-slider {
  height: calc(100% - 77px);
  padding-top: 0;
}
.testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight .single-card.in-slider .card-content {
  height: 100%;
}
.testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight .single-card.in-slider .card-content .image, .testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight .single-card.in-slider .card-content .info {
  padding-top: 30px;
}
.testimonialSection .description .current .swiper-wrapper .swiper-slide.autoHeight .single-card.in-slider .card-content .status {
  margin-top: auto;
}
.testimonialSection .testimonial1 {
  background: #fff;
  min-height: calc(100% - 20px);
}
.testimonialSection .testimonial1 .swiper-slide .data {
  padding: 14px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonialSection .testimonial1 .swiper-slide .data .link {
  margin-top: 25px;
  border-top: 1px solid #C7C7C7;
  padding-top: 10px;
}
.testimonialSection .testimonial1 .swiper-slide .data .link span {
  display: block;
  word-break: break-word;
}
.testimonialSection .testimonial1 .swiper-slide .data .emptyData {
  width: 100%;
  height: 40px;
  background: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.testimonialSection .content {
  position: relative;
}

.second-swiper {
  position: relative;
  bottom: -24px;
}
.second-swiper .testimonial1 {
  min-height: calc(100% - 100px);
  display: flex;
  margin-top: 100px;
}
.second-swiper .testimonial1 .swiper-wrapper {
  height: unset;
}
.second-swiper .testimonial1 .swiper-wrapper .swiper-slide {
  height: 100%;
}
.second-swiper .testimonial1 .swiper-wrapper .swiper-slide .data {
  height: 100%;
  box-sizing: border-box;
}
.second-swiper .testimonial1 .swiper-wrapper .swiper-slide .data .link {
  margin-top: auto;
}
.second-swiper .testimonial1 .swiper-wrapper .swiper-slide .data .link span.font18 {
  font-weight: 400;
  color: #0B213F;
  text-transform: uppercase;
}

.engineering-testimonial {
  margin-bottom: 40px;
}
.engineering-testimonial.current-projects {
  position: relative;
  z-index: 1010;
  margin-top: 64px;
}
.engineering-testimonial .second-swiper {
  position: relative;
  top: -20px;
  bottom: auto;
}
.engineering-testimonial .second-swiper .testimonial1 {
  /*
  margin-top: 0;
  margin-bottom: 23px;
  */
  background: none;
  margin-top: 130px;
}
.engineering-testimonial.layout-2 .containerGrid {
  position: relative;
}
.engineering-testimonial.layout-2 .containerGrid .testimonial-next {
  color: #005A9B;
}
.engineering-testimonial.layout-2 .containerGrid .testimonial-prev {
  color: #005A9B;
}
.engineering-testimonial.layout-2 .testimonial1 {
  min-height: calc(100% - 50px);
}
.engineering-testimonial.layout-2 .testimonialSection {
  background: #E8E7E4;
}
.engineering-testimonial.layout-2 .testimonialSection .title h4 {
  color: #0B213F;
}
.engineering-testimonial.layout-2 .testimonialSection p.white {
  color: #1C1C1C;
}

.one-testimonial .testimonialSection .containerGrid .testimonial-prev,
.one-testimonial .testimonialSection .containerGrid .testimonial-next {
  display: none;
}
.one-testimonial .description .testimonial2 {
  margin-left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #C7C7C7;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #838383;
}

.resMenu .engineering-testimonial.layout-2 {
  margin-top: 54px;
  margin-bottom: -22px;
}

@media only screen and (max-width: 768px) {
  .testimonialSection .description {
    padding-top: 24px;
  }
  .testimonialSection .description .title {
    display: flex;
    flex-direction: column-reverse;
  }
  .testimonialSection .description .title hr.small {
    margin-top: 24px;
  }
  .testimonialSection .description .testimonial2 {
    padding: 0;
    margin-left: 0;
  }
  .testimonialSection .description .testimonial2 .swiper-wrapper {
    margin-top: 0;
  }
  .testimonialSection .description .testimonial2 .swiper-wrapper .swiper-slide svg {
    width: 22px;
  }
  .testimonialSection .description .testimonial2 .swiper-wrapper .swiper-slide p {
    max-width: calc(100% - 80px);
    margin-bottom: 24px;
  }
  .engineering-testimonial.current-projects .single-card.in-slider {
    padding: 0 20px;
  }
  .engineering-testimonial.current-projects .single-card.in-slider .card-content .info {
    width: calc(100% - 42px);
  }
  .testimonialSection .containerGrid .testimonial-prev {
    display: none;
  }
  .engineering-testimonial .second-swiper,
  .testimonialSection .second-swiper {
    top: 20px;
  }
  .engineering-testimonial .testimonial1,
  .testimonialSection .testimonial1 {
    overflow: unset;
    margin-bottom: 0;
  }
  .engineering-testimonial .testimonial1 .swiper-slide,
  .testimonialSection .testimonial1 .swiper-slide {
    display: flex;
  }
  .engineering-testimonial .testimonial1 .swiper-slide picture,
  .testimonialSection .testimonial1 .swiper-slide picture {
    background: #005A9B;
  }
  .engineering-testimonial .testimonial1 .swiper-pagination,
  .testimonialSection .testimonial1 .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .engineering-testimonial .containerGrid .testimonial-next,
  .testimonialSection .containerGrid .testimonial-next {
    display: none;
  }
  .engineering-testimonial .testimonial1 .swiper-slide,
  .testimonialSection .testimonial1 .swiper-slide {
    display: flex;
    width: 100%;
  }
  .engineering-testimonial .testimonial1 .swiper-slide img,
  .testimonialSection .testimonial1 .swiper-slide img {
    width: 135px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .engineering-testimonial .testimonial1 .swiper-slide .data,
  .testimonialSection .testimonial1 .swiper-slide .data {
    max-width: calc(100% - 140px);
  }
  .resMenu .testimonialSection.layout-two {
    padding-right: 55px;
  }
  .engineering-testimonial .second-swiper .testimonial1,
  .second-swiper .testimonial1 {
    margin-top: 0;
  }
  .testimonialSection .testimonial1 .swiper-slide .data {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .engineering-testimonial.current-projects .containerGrid {
    grid-template-columns: 1fr var(--padding-px) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap] calc(var(--gap) / 2) [half] calc(var(--gap) / 2) repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap)) [content-start] minmax(0, var(--max)) [content-gap content-end] 0 1fr;
  }
  .engineering-testimonial.current-projects .description .title {
    flex-direction: column;
  }
  .engineering-testimonial.current-projects .description .title h4 {
    margin: 5px 0 0 0;
  }
  .engineering-testimonial.current-projects .description .current {
    margin: 0;
    padding: 0;
  }
  .engineering-testimonial.current-projects .testimonialSection .description .title hr.small {
    margin: 10px 0;
  }
  .engineering-testimonial.current-projects .testimonialSection .containerGrid .current-prev,
  .engineering-testimonial.current-projects .testimonialSection .containerGrid .current-next {
    display: none;
  }
  .testimonialSection .single-card.in-slider .info .specifications .specification {
    flex-direction: column;
  }
}
.page-about {
  overflow-x: hidden;
}
.page-about main .about-content {
  background-color: #fff;
}
.page-about main .about-content .container {
  display: flex;
  padding-top: 65px;
  padding-bottom: 35px;
  justify-content: center;
}
.page-about main .about-content .container > div {
  flex: 0 1 29%;
}
.page-about main .about-content .container span {
  color: #838383;
  display: block;
}
.page-about main .about-content .container .block {
  max-width: 280px;
}
.page-about main .about-content .container .section-1 {
  padding-right: 12px;
}
.page-about main .about-content .container .section-2 {
  border: 1px solid #C7C7C7;
  border-top: none;
  border-bottom: none;
  padding: 0 12px 0 32px;
}
.page-about main .about-content .container .section-2 p:first-child {
  margin-top: 0;
}
.page-about main .about-content .container .section-2 p:nth-child(2) {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.page-about main .about-content .container .section-4 {
  padding-left: 32px;
}
.page-about main .about-content .container .section-4 div.list-of-contacts div {
  margin-bottom: 10px;
}
.page-about main .about-content .container .section-4 div.list-of-contacts div:last-child {
  margin-bottom: 0;
}
.page-about main .about-content .container .section-4 .list-of-accounts div:first-child {
  margin-bottom: 10px;
}
.page-about main .about-content .container .section-4 .list-of-accounts div:nth-child(2) {
  margin-bottom: 10px;
}
.page-about main .about-content .container .section-4 div.block {
  /* &:last-child {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 15.6px;
  } */
}
.page-about main .about-content .container .section-4 div.block div span {
  color: #838383;
}
.page-about main .about-content .container .section-4 div.block div a {
  color: #41618D;
}
.page-about main .about-content .cta-full-width {
  padding-bottom: 80px;
}
.page-about main .about-content .cta-full-width a::before {
  background-color: #F2F2F2;
}
.page-about .about-tosidos-full-width-image {
  height: auto;
}
.page-about .about-tosidos-full-width-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
}
.page-about .list-of-employees {
  padding-top: 35px;
  padding-bottom: 0;
}
.page-about .list-of-employees h2 {
  margin-bottom: 15px;
}
.page-about .list-of-employees .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.page-about .list-of-employees .wrapper .employee-card {
  background-color: #fff;
}
.page-about .list-of-employees .wrapper .employee-card img {
  width: 100%;
}
.page-about .list-of-employees .wrapper .employee-card .card-info {
  padding: 20px;
  min-height: 205px;
  display: flex;
  flex-flow: column;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .name-surname {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .company-position {
  color: #838383;
  margin-top: 5px;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials .icon-wrapper {
  display: flex;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials a {
  margin-right: 15px;
  width: 26px;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials a:last-child {
  margin-right: 0;
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials .mail-icon {
  content: url("/images/svg/social/about-mail-icon.svg");
}
.page-about .list-of-employees .wrapper .employee-card .card-info .socials .linkedin-icon {
  content: url("/images/svg/social/about-ln-icon.svg");
}
@media (max-width: 1079.98px) {
  .page-about main .about-content .container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .page-about main .about-content .container .section-1 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .page-about main .about-content .container .section-2 {
    border: none;
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
    padding: 0;
    padding-top: 27px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    /*         span {
              margin-top: 30px;
              display: block;
            } */
  }
  .page-about main .about-content .container .section-2 p:last-child {
    margin-bottom: 0;
  }
  .page-about main .about-content .container .section-4 {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .page-about .list-of-employees .wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-about .list-of-employees .wrapper .employee-card {
    display: flex;
  }
  .page-about .list-of-employees .wrapper .employee-card .relative {
    width: 40%;
  }
  .page-about .list-of-employees .wrapper .employee-card .card-info {
    width: 60%;
    min-height: initial;
  }
}
.page-about #media-material.tab-content .articlesSwiperSection {
  margin-top: -13px;
}

@media (min-width: 576px) {
  .thank-you-box > .flex-column {
    flex-direction: row;
  }
}

.page-contact input {
  border-radius: 0;
  -webkit-appearance: none;
}
.page-contact footer {
  display: none;
}
.page-contact .heading-section .container {
  padding-top: 0;
  padding-bottom: 80px;
}
.page-contact .heading-section .container h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  font-weight: normal;
}
.page-contact .page-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 25px;
  padding-bottom: 0;
}
.page-contact .page-content .tosidos-form {
  position: relative;
}
.page-contact .page-content .tosidos-form .form-wrapper {
  width: 100%;
  background-color: #fff;
  position: relative;
  left: 0;
  top: -75px;
  padding: 40px 55px 50px 55px;
}
.page-contact .page-content .tosidos-form .form-wrapper fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.page-contact .page-content .tosidos-form .form-wrapper.new {
  background: none;
  padding: 0;
  position: relative;
  top: -125px;
}
.page-contact .page-content .tosidos-form .form-wrapper.new hr {
  margin-bottom: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper.new h2 {
  color: #fff;
  background: #005A9B;
  margin-inline: -16px;
  padding-inline: 16px;
}
.page-contact .page-content .tosidos-form .form-wrapper.new .white-box {
  padding: 40px 55px 55px 55px;
  background: #fff;
}
.page-contact .page-content .tosidos-form .form-wrapper .error {
  font-size: 13px;
  margin-left: 10px;
  color: red;
  display: block;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 15px;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item:last-child {
  margin-bottom: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item label {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding-left: 10px;
  transition: color 300ms ease-in-out;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea {
  font-weight: 400;
  border-bottom: 1px solid #C7C7C7;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  color: #2F2F2F;
  padding: 10px;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input::-moz-placeholder, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea::-moz-placeholder {
  color: #838383;
  opacity: 1;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:-ms-input-placeholder, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:-ms-input-placeholder {
  color: #838383;
  opacity: 1;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input::placeholder,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea::placeholder {
  color: #838383;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:focus,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:focus {
  border-color: 1px solid #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:focus + label,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:focus + label {
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:-moz-placeholder-shown), .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:-moz-placeholder-shown) {
  border-color: 1px solid #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:-ms-input-placeholder), .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:-ms-input-placeholder) {
  border-color: 1px solid #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:placeholder-shown),
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:placeholder-shown) {
  border-color: 1px solid #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:-moz-placeholder-shown) + label, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:-moz-placeholder-shown) + label {
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:-ms-input-placeholder) + label, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:-ms-input-placeholder) + label {
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:not(:placeholder-shown) + label,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:not(:placeholder-shown) + label {
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:focus::-moz-placeholder, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:focus::-moz-placeholder {
  opacity: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:focus:-ms-input-placeholder, .page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item input:focus::placeholder,
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea:focus::placeholder {
  opacity: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item textarea {
  overflow: hidden;
  resize: none;
  box-sizing: border-box;
  line-height: 1.15;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font: inherit;
  display: block;
  width: 100%;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item select {
  border: none;
  border-bottom: 1px solid #C7C7C7;
  padding: 10px 5px;
  color: #838383;
  font-size: 18px;
  font-weight: 400;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item select:valid {
  color: #2F2F2F;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-single-item select:valid + label {
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .form-group.conditions {
  margin-bottom: 15px;
}
.page-contact .page-content .tosidos-form .form-wrapper form {
  width: 100%;
  max-width: 100%;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-container {
  padding: 20px;
  background-color: #F2F2F2;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-container .error {
  margin: 10px 0 0 0;
  text-align: center;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-container h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area {
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  margin-top: 20px;
  border: 2px dashed #C7C7C7;
  padding: 30px;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area span.icon-folder {
  font-size: 64px;
  color: #BECDE2;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area:hover {
  border-color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area .file-upload-icon img {
  display: block;
  margin: 0 auto 15px;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area p {
  font-size: 18px;
  margin: 10px 0 8px 0;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area #clickable-text {
  cursor: pointer;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area small {
  display: block;
  font-size: 12px;
  color: #C7C7C7;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-upload-area .file-info {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file.error {
  background: #FEA339;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  color: #fff;
  border: none;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file .icon {
  width: auto;
  font-size: 24px;
  color: #005A9B;
  display: block;
  margin-right: 12px;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file .data .name {
  font-size: 18px;
  line-height: 27px;
  color: #005A9B;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file .data .size {
  display: block;
  color: #005A9B;
  font-size: 14px;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file .remove {
  margin-left: auto;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 24px;
  color: #005A9B;
  padding-left: 1px;
  transition: color ease-in-out 0.45s, border-color ease-in-out 0.45s;
  cursor: pointer;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-info .content .file .remove:hover {
  color: #C7C7C7;
  border-color: #C7C7C7;
}
.page-contact .page-content .tosidos-form .form-wrapper .file-input {
  display: none;
}
.page-contact .page-content .tosidos-form .form-wrapper .thank-you-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.page-contact .page-content .tosidos-form .form-wrapper .thank-you-wrapper .iconC {
  font-size: 166px;
  color: #57CA63;
}
.page-contact .page-content .tosidos-form .form-wrapper .thank-you-wrapper .copy h2 {
  font-weight: 400;
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  text-align: left;
  color: #0B213F;
  text-transform: none;
  letter-spacing: 0;
  background: none;
  margin-bottom: 32px;
}
.page-contact .page-content .tosidos-form .form-wrapper .thank-you-wrapper .copy p {
  margin: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper button[type=submit] {
  display: inline-block;
  border: 2.5px solid #005A9B;
  color: #005A9B;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
.page-contact .page-content .tosidos-form .form-wrapper button[type=submit]::before {
  content: "";
  z-index: -1;
  display: block;
  top: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #005A9B;
  transition: all 350ms ease;
}
.page-contact .page-content .tosidos-form .form-wrapper button[type=submit]:hover {
  color: #fff;
}
.page-contact .page-content .tosidos-form .form-wrapper button[type=submit]:hover::before {
  width: calc(100% + 1px);
}
.page-contact .page-content .side-info .company-name {
  color: #0B213F;
  font-weight: 700;
}
.page-contact .page-content .side-info .separator {
  background-color: #C7C7C7;
  height: 1px;
  margin: 15px 0;
}
.page-contact .page-content .side-info .single-info {
  color: #838383;
  margin-bottom: 8px;
}
.page-contact .page-content .side-info .single-info:last-child {
  margin-bottom: 0;
}
.page-contact .page-content .side-info .single-info a {
  display: inline-block;
  color: #005A9B;
}
.page-contact .contact-footer {
  padding-top: 0;
  padding-bottom: 48px;
  font-size: 13px;
  display: flex;
}
.page-contact .contact-footer a {
  margin-left: 20px;
}
@media (max-width: 1079.98px) {
  .page-contact .page-content .tosidos-form .form-wrapper.new {
    padding: 0 !important;
    margin-bottom: -80px;
  }
  .page-contact .page-content .tosidos-form .form-wrapper.new .white-box {
    padding: 20px;
  }
  .page-contact .page-content {
    display: flex;
    flex-direction: column;
  }
  .page-contact .heading-section .container {
    padding-bottom: 70px;
  }
  .page-contact .heading-section .container h1 {
    font-size: 38px !important;
  }
  .page-contact .tosidos-form .form-wrapper {
    padding: 40px 20px 30px 20px !important;
  }
  .page-contact .contact-footer {
    border-top: 1px solid #C7C7C7;
    padding-top: 25px;
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

.page-event .subheading {
  flex-direction: column;
}
@media (min-width: 1080px) {
  .page-event .subheading {
    flex-direction: row;
    align-items: flex-end;
  }
}
.page-event .subheading a {
  text-align: center;
  border: 2.5px solid #41618D;
  display: inline-block;
  color: #41618D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 15px 24px;
  min-width: 300px;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
.page-event .subheading a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -0.5px;
  left: 0;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
.page-event .subheading a:hover {
  color: #41618D;
}
.page-event .subheading a:hover::before {
  width: 100%;
}

.swiper-popup {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease, z-index 0s 0.2s;
}
.swiper-popup > div {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: height 0s 0.2s;
}
.swiper-popup > div.flex > div {
  max-width: max(1430px, 80%);
}
.swiper-popup > div.flex > div:last-of-type {
  height: calc(100% - 16px);
}
.swiper-popup .overlay {
  background: #1C242E;
  opacity: 0.95;
}
.swiper-popup.active {
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.2s ease, z-index 0s;
}
.swiper-popup .swiper-button-next {
  right: 20px;
}
.swiper-popup .swiper-button-prev {
  left: 20px;
}
@media (max-width: 575.98px) {
  .swiper-popup .swiper-button-next,
  .swiper-popup .swiper-button-prev {
    display: none;
  }
}

.event-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.event-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0.75rem;
}
.event-grid::before {
  content: "";
  height: 0;
  width: 100%;
  padding: 37.5%;
  grid-column: 1/1;
  grid-row: 1/1;
}
@media (min-width: 576px) {
  .event-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .event-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1080px) {
  .event-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.event-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.event-image:first-child {
  grid-column: 1/1;
  grid-row: 1/1;
}
.event-image .relative {
  position: absolute;
  height: 100%;
  width: 100%;
}
.event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

h2 {
  font-weight: 700;
  font-size: 16px;
  /* text-align: center; */
  text-transform: uppercase;
}

#vsebina {
  visibility: hidden;
  height: 0;
}

.page-home-2 {
  color: #fff;
  background: #00204A;
}
.page-home-2.hidden-10 {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.page-home-2.hidden-10.expand {
  height: auto;
  overflow: unset;
}
.page-home-2 header .logo img {
  display: none !important;
}
.page-home-2 .video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 1;
}
.page-home-2 .video-background #bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home-2 header {
  background: none;
  position: absolute;
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
  -webkit-animation: fadeIn 1s ease-in-out 0.2s forwards;
          animation: fadeIn 1s ease-in-out 0.2s forwards;
}
.page-home-2.expand header {
  -webkit-animation: fadeIn 1s ease-in-out 0.2s forwards;
          animation: fadeIn 1s ease-in-out 0.2s forwards;
}
.page-home-2.expand main .container .home-section.one {
  text-align: center;
  flex-direction: column;
}
.page-home-2.expand main .container .home-section.one .logoAnimation {
  display: none;
}
.page-home-2.expand main .container .home-section.one .copy {
  opacity: 0;
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out;
  -webkit-animation: slideInUp 1s ease-in-out 0.2s forwards;
          animation: slideInUp 1s ease-in-out 0.2s forwards;
}
.page-home-2.expand main .container .home-section.one .copy .logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home-2.expand main .container .home-section.one .copy .logo-text img {
  height: 40px;
  position: relative;
  top: -2px;
}
.page-home-2.expand main .container .home-section.one .copy .logo-text span {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}
.page-home-2 main .container {
  position: relative;
  z-index: 2;
  padding-top: 0;
}
.page-home-2 main .container .home-section {
  max-width: 786px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home-2 main .container .home-section.one {
  text-align: center;
  flex-direction: column;
}
.page-home-2 main .container .home-section.one .logoAnimation {
  max-width: 900px;
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 1;
  transition: opacity 0.45s ease-in-out;
  -webkit-animation: fadeOut 0s ease-in-out 0s forwards;
          animation: fadeOut 0s ease-in-out 0s forwards;
  top: 0;
  display: flex;
  align-items: center;
}
.page-home-2 main .container .home-section.one .logoAnimation video {
  width: 900px;
}
.page-home-2 main .container .home-section.one .copy {
  opacity: 0;
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out;
  -webkit-animation: slideInUp 1s ease-in-out 0.2s forwards;
          animation: slideInUp 1s ease-in-out 0.2s forwards;
}
.page-home-2 main .container .home-section.two {
  display: grid;
  grid-template-columns: 0.75fr 0.75fr 1fr;
  grid-template-rows: 1fr;
  gap: 22px;
  height: 100%;
  max-width: 100%;
  margin-bottom: 30vh;
  align-items: unset;
  justify-content: unset;
}
@media only screen and (max-width: 768px) {
  .page-home-2 main .container .home-section.two {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
}
@media (max-width: 575.98px) {
  .page-home-2 main .container .home-section.two {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
  }
}
.page-home-2 main .container .home-section.two .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-home-2 main .container .home-section.two .box.latest-news {
    order: -1;
    grid-column: 1/-1;
  }
}

.box {
  width: 50%;
  background: #005A9B;
  padding: 23px 27px 44px 27px;
}
.box .iconC {
  font-size: 36px;
}
.box hr.small-black {
  width: 45px;
  height: 6px;
  background: #000;
  border: none;
  margin: 14px 0 6px 0;
  position: relative;
  z-index: 1;
}
.box.btn {
  position: relative;
  cursor: pointer;
  background: #005A9B;
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}
.box.btn:after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  mix-blend-mode: lighten;
  background: rgba(0, 90, 155, 0.7215686275);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.box.btn:hover {
  background: transparent;
}
.box.btn:hover:after {
  width: 100%;
  height: 100%;
}
.box.btn:before, .box.btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.box.btn.latest-news {
  background: #0B213F;
  transition-property: color, background;
}
.box.btn.latest-news::before, .box.btn.latest-news::after {
  background: #041225;
}
.box.btn.latest-news:hover {
  background: transparent;
}
.box.btn.latest-news img {
  aspect-ratio: 2/1;
  width: calc(100% + 54px);
  margin-inline: -27px;
  position: relative;
  top: 44px;
  z-index: 10;
}
.box.btn.latest-news .white.font16 {
  font-weight: 400;
}
.box.btn.latest-news .font24 {
  font-size: 24px;
  line-height: 1.1;
}
.box.btn.latest-news .text-xs {
  color: #838383;
}
.box.btn.latest-news picture {
  margin-top: auto;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.responsiveShow {
  display: none;
}

.responsiveHide {
  display: block;
}

@media only screen and (max-width: 900px) {
  .page-home-2 main .container .home-section.one .logoAnimation video {
    max-width: 900px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .container {
    padding-top: 26px;
  }
  .responsiveShow {
    display: block;
  }
  .responsiveHide {
    display: none;
  }
  .page-home-2 main .container .home-section.two {
    flex-direction: column;
    margin-top: 100px;
  }
  .page-home-2 main .container .home-section.two .box {
    width: 100%;
    text-align: left;
  }
  .page-home-2 main .container .responsiveShow {
    display: block;
  }
  .page-home-2 main .container .home-section {
    height: auto;
  }
  .page-home-2 main .container .home-section.two {
    height: auto;
  }
  .page-home-2 main .container .home-section.one {
    padding-top: 100px;
  }
  .page-home-2 main .container .home-section.one .copy p.font35 {
    font-size: 32px;
  }
  .page-home-2 main .container .home-section.one .copy .logo-text span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-2.expand main .container .home-section {
    height: auto;
  }
  .page-home-2.expand main .container .home-section.one {
    padding-top: 100px;
  }
  .page-home-2.expand main .container .home-section.one .copy p.font35 {
    font-size: 27px;
  }
  .page-home-2.expand main .container .home-section.one .copy .logo-text img {
    height: 30px;
    position: relative;
    top: 0;
  }
  .page-home-2.expand main .container .home-section.one .copy .logo-text span {
    font-size: 27px;
  }
}
.page-projects #projects-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
.page-projects #projects-wrapper nav {
  display: flex;
  justify-content: center;
}
.page-projects #projects-wrapper nav ul.pagination-mobile {
  display: none;
}
.page-projects #projects-wrapper nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 55px 0 0;
}
.page-projects #projects-wrapper nav ul li {
  position: relative;
  text-align: center;
  min-width: 23px;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #005A9B;
}
.page-projects #projects-wrapper nav ul li * {
  color: #005A9B;
  font-size: 22px;
  line-height: 1.2;
}
.page-projects #projects-wrapper nav ul li::before {
  height: 5px;
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  right: -7px;
  background: transparent;
  transition: background 250ms linear;
  pointer-events: none;
  opacity: 0.6;
}
.page-projects #projects-wrapper nav ul li:first-of-type, .page-projects #projects-wrapper nav ul li:last-of-type {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.page-projects #projects-wrapper nav ul li:first-of-type::before, .page-projects #projects-wrapper nav ul li:last-of-type::before {
  display: none;
}
.page-projects #projects-wrapper nav ul li:first-of-type *, .page-projects #projects-wrapper nav ul li:last-of-type * {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 1;
  text-decoration: none !important;
  transition: 0.3 color ease-in-out;
}
.page-projects #projects-wrapper nav ul li:first-of-type *:hover, .page-projects #projects-wrapper nav ul li:last-of-type *:hover {
  color: #0B213F;
}
.page-projects #projects-wrapper nav ul li.active {
  color: #1C1C1C;
}
.page-projects #projects-wrapper nav ul li.active * {
  color: #1C1C1C;
}
.page-projects #projects-wrapper nav ul li.active::before {
  background: #005A9B;
}
.page-projects #projects-wrapper nav ul li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.page-projects #projects-wrapper nav ul li.dots {
  color: #1C1C1C;
  pointer-events: none;
}
.page-projects #projects-wrapper nav ul li.dots * {
  color: #1C1C1C;
}
.page-projects #projects-wrapper nav ul li:hover, .page-projects #projects-wrapper nav ul li:has(*:focus) {
  cursor: pointer;
}
.page-projects #projects-wrapper nav ul li:hover > *, .page-projects #projects-wrapper nav ul li:has(*:focus) > * {
  text-decoration: underline;
}
.page-projects #projects-wrapper .switcher-views .view {
  display: none;
}
.page-projects #projects-wrapper .switcher-views .view.active {
  display: grid;
  grid-row-gap: 10px;
}
.page-projects #projects-wrapper .full-width .single-card a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
.page-projects #projects-wrapper .full-width .single-card a .card-info {
  grid-area: 1/1/2/2;
}
.page-projects #projects-wrapper .full-width .single-card a .relative {
  grid-area: 1/2/2/4;
}
.page-projects #projects-wrapper .single-card {
  position: relative;
}
.page-projects #projects-wrapper .single-card a .badgeStatus {
  max-width: 110px;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 13px;
  background: #90DC62;
  color: #0B213F;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.page-projects #projects-wrapper .single-card a .badgeStatus.completed {
  background: #0B213F;
  color: #fff;
}
.page-projects #projects-wrapper .single-card a .badgeStatus.development {
  background: #FCA600;
  color: #0B213F;
}
.page-projects #projects-wrapper .single-card {
  background-color: #fff;
  opacity: 1;
  transition: opacity ease 250ms;
}
.page-projects #projects-wrapper .single-card:hover {
  opacity: 0.87;
}
.page-projects #projects-wrapper .single-card:hover a .card-info .info span {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.page-projects #projects-wrapper .single-card a {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.page-projects #projects-wrapper .single-card a .card-info {
  display: flex;
  margin: 30px 25px 85px 25px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.page-projects #projects-wrapper .single-card a .card-info p {
  color: #1C1C1C;
}
.page-projects #projects-wrapper .single-card a .card-info .project-additional-info {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  color: #1C1C1C;
}
.page-projects #projects-wrapper .single-card a .card-info .project-additional-info .gray {
  color: #838383;
}
.page-projects #projects-wrapper .single-card a .card-info .project-additional-info dd {
  margin: 0;
}
.page-projects #projects-wrapper .single-card a .card-info + .relative picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.page-projects #projects-wrapper .single-card a .card-info span.icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 25px;
  margin-top: 4px;
}
.page-projects #projects-wrapper .single-card a .card-info .info ul {
  margin: 5px 0 0 0;
  color: #2F2F2F;
}
.page-projects #projects-wrapper .single-card a .card-info .info ul li {
  display: inline;
}
.page-projects #projects-wrapper .single-card a .card-info .info ul li:nth-child(2) {
  color: #C4C4C4;
  margin: 0 3px;
}
.page-projects #projects-wrapper .single-card a .card-info .info .v-delu-badge {
  display: inline-block;
  padding: 10px;
  background-color: #0B213F;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.1em;
}
.page-projects #projects-wrapper .single-card a .card-image {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  flex-grow: 1;
}
.page-projects #projects-wrapper .thirds {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.page-projects #projects-wrapper .thirds .card-info {
  flex: 0 1 100%;
}
.page-projects #projects-wrapper .thirds .relative {
  width: 100% !important;
}
.page-projects #projects-wrapper .thirds a {
  flex-flow: column;
}
.page-projects #projects-wrapper .thirds .v-delu-badge {
  bottom: -106px !important;
  z-index: 1;
}
.page-projects #projects-wrapper .full-width.reverse .single-card a {
  flex-flow: row-reverse;
}
.page-projects #projects-wrapper .full-width.reverse .single-card a .card-info {
  grid-area: 1/3/2/4;
}
.page-projects #projects-wrapper .full-width.reverse .single-card a .relative {
  grid-area: 1/1/2/3;
}
@media (max-width: 1079.98px) {
  .page-projects #projects-wrapper .single-card a {
    display: flex !important;
    flex-flow: column;
  }
  .page-projects #projects-wrapper .single-card a .relative {
    width: 100% !important;
  }
  .page-projects #projects-wrapper .thirds {
    grid-template-columns: 1fr;
    grid-column-gap: initial;
    grid-row-gap: 10px;
  }
  .page-projects #projects-wrapper .full-width.reverse .single-card a {
    flex-flow: column;
  }
  .page-projects #projects-wrapper .full-width.reverse .single-card a .v-delu-badge {
    bottom: -106px !important;
    z-index: 1;
  }
  .page-projects #projects-wrapper nav ul {
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .page-projects #projects-wrapper nav ul.pagination-desktop {
    display: none;
  }
  .page-projects #projects-wrapper nav ul.pagination-mobile {
    display: flex;
    gap: 10px;
  }
}
.page-projects #projects-bottom-wrapper {
  background: #0B213F;
  margin-top: 40px;
  padding-block: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-projects #projects-bottom-wrapper .border-top {
  border-top: 1px solid #005A9B;
  margin-bottom: 10px;
}
.page-projects #projects-bottom-wrapper h2 {
  color: #005A9B;
  white-space: nowrap;
  margin-bottom: 40px;
}
.page-projects #projects-bottom-wrapper h3 {
  color: #fff;
  font-weight: normal;
}
.page-projects #projects-bottom-wrapper .projects-bottom {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
@media (max-width: 1079.98px) {
  .page-projects #projects-bottom-wrapper .projects-bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.page-projects #projects-bottom-wrapper .single-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-projects #projects-bottom-wrapper .card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 32px;
}
.page-projects #projects-bottom-wrapper .project-additional-info {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
}
.page-projects #projects-bottom-wrapper .project-additional-info .gray {
  color: #C7C7C7;
}
.page-projects #projects-bottom-wrapper .project-additional-info dd {
  margin: 0;
}
.page-projects #projects-bottom-wrapper .relative {
  margin-top: auto;
}

.page-real-estate-development .development-cta {
  background: linear-gradient(270deg, #0B213F 0%, #41618D 100%);
  color: #fff;
}
.page-real-estate-development .development-cta .container {
  padding-top: 35px;
  padding-bottom: 40px;
}
.page-real-estate-development .development-cta h2 {
  text-align: center !important;
  font-size: 16px;
  color: #fff;
}
.page-real-estate-development .development-cta .description {
  margin-top: 5px;
  padding: 0 18%;
  text-align: center;
}
.page-real-estate-development .development-cta .link-wrapper {
  text-align: center;
  margin-top: 20px;
}
.page-real-estate-development .development-cta .link-wrapper a {
  display: inline-block;
  border: 2.5px solid #BECDE2;
  color: #BECDE2;
  padding: 10px 65px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
.page-real-estate-development .development-cta .link-wrapper a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -0.5px;
  left: 0;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
.page-real-estate-development .development-cta .link-wrapper a:hover {
  color: #41618D;
}
.page-real-estate-development .development-cta .link-wrapper a:hover::before {
  width: 100%;
}
.page-real-estate-development .real-estates-offer .sold-card {
  margin-bottom: 1rem;
}
.page-real-estate-development .real-estates-offer .sold-card.no-gap {
  --gap: 0rem;
}
.page-real-estate-development .real-estates-offer .sold-card.gap-small {
  --gap: 1rem;
}
.page-real-estate-development .real-estates-offer .sold-card.three-small .content {
  position: relative;
}
.page-real-estate-development .real-estates-offer .sold-card.three-small .content .title {
  min-height: 120px;
  display: block;
}
.page-real-estate-development .real-estates-offer .sold-card.three-small .content .badgeStatus {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.page-real-estate-development .real-estates-offer .sold-card .content {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 15px 0 53px;
  flex-direction: column;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .right-icon::before {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 22px;
  display: inline-block;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .location {
  margin-top: 5px;
  color: #5C92BD;
  font-weight: 400;
  font-weight: 300;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .title {
  margin-top: 5px;
  color: #005A9B;
  position: relative;
  font-weight: 700;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .title .icon {
  position: absolute;
  top: -4px;
  left: -33px;
  font-size: 30px;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .badgeStatus {
  max-width: 110px;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 13px;
  background: #90DC62;
  color: #0B213F;
  margin-top: auto;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .badgeStatus.completed {
  background: #0B213F;
  color: #fff;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .badgeStatus.development {
  background: #FCA600;
  color: #0B213F;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .specifications {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .specifications .specification {
  padding: 10px 5px;
  border-top: 1px solid #C7C7C7;
  display: flex;
  color: #2F2F2F;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .specifications .specification span.gray-notes {
  min-width: 80px;
}
.page-real-estate-development .real-estates-offer .sold-card .content .info .specifications .specification.available {
  border-bottom: 1px solid #C7C7C7;
}
.page-real-estate-development .real-estates-offer .container {
  padding-bottom: 0;
}
.page-real-estate-development .real-estates-offer.current {
  background: #0B213F;
}
.page-real-estate-development .real-estates-offer.current .container {
  position: relative;
  bottom: -40px;
  padding-top: 0;
}
.page-real-estate-development .real-estates-offer.current .titleWithBorder {
  border-top: none;
  padding-top: 0;
  color: #fff;
  font-weight: 700;
}
.page-real-estate-development .real-estates-offer.current hr.small.mb-7 {
  margin-bottom: 34px;
}
.page-real-estate-development .real-estates-offer.current .mainImage {
  min-height: 100px;
}
.page-real-estate-development .real-estates-offer.current .mainImage img {
  max-width: 100%;
  width: 100%;
  height: 600px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-real-estate-development .real-estates-offer.current .single-card {
  margin-top: -120px;
  margin-left: 85px;
  max-width: calc(100% - 110px);
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.page-real-estate-development .real-estates-offer.current .single-card.no-main-image {
  margin-top: 0;
}
.page-real-estate-development .real-estates-offer.current .single-card .card-content {
  display: flex;
  justify-content: space-between;
}
.page-real-estate-development .real-estates-offer.current .single-card .card-content .info {
  width: 100%;
  max-width: 51%;
  padding: 20px 0 0 0;
}
.page-real-estate-development .real-estates-offer.current .single-card .card-content .info .details {
  margin-bottom: 20px;
}
.page-real-estate-development .real-estates-offer.current .single-card .card-content .image {
  max-width: 49%;
  margin: 0;
  padding: 0;
}
.page-real-estate-development .real-estates-offer.current .single-card.reverse .card-content {
  flex-flow: row-reverse;
}
.page-real-estate-development .real-estates-offer.current .single-card.reverse .card-content .image {
  padding-left: 42px;
  padding-right: 0;
}
.page-real-estate-development .real-estates-offer.development .container .titleWithBorder {
  font-weight: 700;
  color: #0B213F;
}
.page-real-estate-development .real-estates-offer.development .container .single-card {
  padding: 0;
  margin-bottom: 28px;
}
.page-real-estate-development .real-estates-offer.development .container .single-card .card-content {
  display: flex;
  justify-content: space-between;
}
.page-real-estate-development .real-estates-offer.development .container .single-card .card-content .info {
  width: 100%;
  max-width: 57%;
  padding: 20px 0 0 50px;
}
.page-real-estate-development .real-estates-offer.development .container .single-card .card-content .info .details {
  margin-bottom: 20px;
}
.page-real-estate-development .real-estates-offer.development .container .single-card .card-content .image {
  max-width: 43%;
  margin: 0;
  padding: 0;
}
.page-real-estate-development .real-estates-offer.development .container .single-card .card-content .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-real-estate-development .real-estates-offer.sold .container .titleWithBorder {
  font-weight: 700;
  color: #0B213F;
}
.page-real-estate-development .real-estates-offer .titleWithBorder {
  border-top: 1px solid #C7C7C7;
  padding-top: 18px;
  text-align: left;
}
.page-real-estate-development .real-estates-offer .container {
  padding-top: 20px;
}
.page-real-estate-development .real-estates-offer .container h2 {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
  font-weight: 400;
}
.page-real-estate-development .real-estates-offer .container .single-card {
  background-color: #fff;
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity ease 250ms;
  padding: 30px 42px 0 42px;
  display: block;
  /*
  &.reverse {
    .card-content {
      flex-flow: row-reverse;

      .image {
        padding-left: 42px;
        padding-right: 0;
      }
    }
  }
  */
}
.page-real-estate-development .real-estates-offer .container .single-card:last-child {
  margin-bottom: 0;
}
.page-real-estate-development .real-estates-offer .container .single-card .card-content {
  display: flex;
  flex-flow: row-reverse;
}
.page-real-estate-development .real-estates-offer .container .single-card .image {
  width: 65%;
  padding-left: 0;
  padding-right: 40px;
  margin-bottom: 30px;
}
.page-real-estate-development .real-estates-offer .container .single-card .image img {
  width: 100%;
}
.page-real-estate-development .real-estates-offer .container .single-card .info {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 42px;
  flex-direction: column;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .right-icon {
  width: 10%;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .right-icon::before {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 22px;
  display: inline-block;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .details {
  width: 90%;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .title {
  color: #41618D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .location {
  margin-top: 5px;
  color: #5C92BD;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .title {
  margin-top: 5px;
  color: #005A9B;
  position: relative;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .title .icon {
  position: absolute;
  top: -6px;
  left: -33px;
  font-size: 30px;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .badgeStatus {
  max-width: 110px;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 13px;
  background: #90DC62;
  color: #0B213F;
  margin-top: auto;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .badgeStatus.completed {
  background: #0B213F;
  color: #fff;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .badgeStatus.development {
  background: #FCA600;
  color: #0B213F;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .specifications {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .specifications .specification {
  padding: 10px 5px;
  border-top: 1px solid #C7C7C7;
  display: flex;
  color: #2F2F2F;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .specifications .specification span.gray-notes {
  min-width: 80px;
}
.page-real-estate-development .real-estates-offer .container .single-card .info .specifications .specification.available {
  border-bottom: 1px solid #C7C7C7;
}
@media (max-width: 1079.98px) {
  .page-real-estate-development .development-cta .description {
    padding: 0;
  }
  .page-real-estate-development #real-estates-offer .container .single-card {
    padding: 18px 18px 0 18px;
  }
  .page-real-estate-development #real-estates-offer .container .single-card:nth-child(odd) .card-content {
    flex-direction: column;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content {
    flex-direction: column;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .image {
    width: 100%;
    padding: 0 !important;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info {
    width: 100%;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications {
    padding-left: 0;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications .icon {
    width: 90px;
    color: #838383;
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications .size .icon::before {
    content: "Površine";
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications .price .icon::before {
    content: "Cene";
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications .information .icon::before {
    content: "Info";
  }
  .page-real-estate-development #real-estates-offer .container .single-card .card-content .info .specifications .available .icon::before {
    content: "Vseljivo";
  }
}

/*new page*/
.dummyTabs {
  position: relative;
  margin: 18px 0 0;
}
.dummyTabs::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C7C7C7;
}
@media (max-width: 1079.98px) {
  .dummyTabs::before {
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  .dummyTabs::before {
    left: -16px;
    right: -16px;
  }
}
.dummyTabs ul {
  display: flex;
  position: relative;
  margin: 0;
  padding-bottom: 19px;
  margin-bottom: 13px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: clip;
}
@media (max-width: 1079.98px) {
  .dummyTabs ul {
    padding-inline: 20px;
    margin-inline: -20px;
  }
}
@media (max-width: 575.98px) {
  .dummyTabs ul {
    padding-inline: 16px;
    margin-inline: -16px;
  }
}
.dummyTabs ul li a {
  height: 100%;
  padding: 10px 15px;
  color: #005A9B;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.dummyTabs ul li a span.arrow {
  display: none;
}
.dummyTabs ul li.active a {
  color: #fff;
  background: #0B213F;
  position: relative;
}
.dummyTabs ul li.active a span.arrow {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -4px;
  transform: rotate(45deg);
  background: #0B213F;
}

.whiteBoxWithImage {
  position: relative;
  padding-top: 280px;
  margin-bottom: 120px;
}
.whiteBoxWithImage.gray-background {
  padding-top: 0;
}
.whiteBoxWithImage.gray-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: -40px;
  background: #E8E7E4;
}
.whiteBoxWithImage picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.whiteBoxWithImage picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.whiteBoxWithImage .whiteBox {
  position: relative;
  top: 80px;
  z-index: 1;
  background: #fff;
  padding: 25px 40px;
  display: flex;
  gap: 30px;
}
.whiteBoxWithImage .whiteBox .col1_2 {
  width: 50%;
}
.whiteBoxWithImage .whiteBox:has(.videoContainer) {
  padding: 0;
}
.whiteBoxWithImage .whiteBox:has(.videoContainer) .videoContainer {
  display: flex;
  width: 100%;
}
.whiteBoxWithImage .whiteBox:has(.videoContainer) .videoContainer video {
  width: 100%;
}

.tosidos-numbers {
  margin-bottom: 90px;
}
.tosidos-numbers .content.number {
  display: flex;
  gap: 7px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.tosidos-numbers .content.number .font60 {
  line-height: 80%;
}
.tosidos-numbers .content.number .col1_2:first-child {
  width: 170px;
  min-width: 170px;
}

@media (max-width: 767.98px) {
  .companyWhiteBoxWithImage.whiteBoxWithImage picture img {
    aspect-ratio: inherit;
  }
}
@media (min-width: 768px) {
  .companyWhiteBoxWithImage {
    padding-top: 30%;
  }
}

.companyVideoContainer {
  position: relative;
  top: -10px;
  background: #fff;
}
@media (min-width: 768px) {
  .companyVideoContainer {
    top: -40px;
  }
}

.companyDetails {
  line-height: 1.3;
  margin-top: -2px;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .companyDetails {
    margin-top: 26px;
  }
}
.companyDetails .content .separator {
  margin: 4px 0;
  height: 1px;
  background: #C7C7C7;
}
.companyDetails .content .separator + p {
  margin-top: 10px;
}
.companyDetails .content .single-info {
  margin: 6px 0;
}
.companyDetails .content .single-info + .single-info {
  margin-top: 0;
}
.companyDetails .content .single-info .block {
  display: block;
  color: #838383;
  margin-bottom: 6px;
}
@media (max-width: 374.98px) {
  .companyDetails .content.grid {
    margin-top: 10px;
  }
}
.companyDetails .content.grid .separator {
  grid-column: 1/-1;
}
.companyDetails .content.grid .single-info {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}
.companyDetails .content.grid .single-info > div {
  grid-column: span 3/span 3;
}
.companyDetails .content.grid .single-info > div + div {
  grid-column: 5/-1;
}
@media (max-width: 767.98px) {
  .companyDetails .content.grid .single-info > div {
    grid-column: span 5/span 5;
  }
  .companyDetails .content.grid .single-info > div + div {
    grid-column: 7/-1;
  }
}
@media (max-width: 374.98px) {
  .companyDetails .content.grid .single-info > div {
    grid-column: 1/-1;
    margin-bottom: 6px;
  }
  .companyDetails .content.grid .single-info > div + div {
    grid-column: 1/-1;
  }
}

.historyTimelineSlider {
  color: #fff;
  background: #0B213F;
}
.historyTimelineSlider h4 {
  color: #fff;
}
.historyTimelineSlider .timelineSlider {
  margin: 0 0px;
  padding: 0 50px;
  overflow-x: hidden;
  position: relative;
}
.historyTimelineSlider .timelineSlider::before, .historyTimelineSlider .timelineSlider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 9;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .historyTimelineSlider .timelineSlider::before, .historyTimelineSlider .timelineSlider::after {
    width: 100px;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .timelineSlider::before, .historyTimelineSlider .timelineSlider::after {
    width: 70px;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .timelineSlider::before, .historyTimelineSlider .timelineSlider::after {
    width: 66px;
  }
}
.historyTimelineSlider .timelineSlider::before {
  left: 0;
  background: linear-gradient(to right, #0B213F, transparent);
}
.historyTimelineSlider .timelineSlider::after {
  right: 0;
  background: linear-gradient(to left, #0B213F, transparent);
}
@media (max-width: 1399.98px) {
  .historyTimelineSlider .timelineSlider {
    margin: 0 -50px;
    padding: 0 100px;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .timelineSlider {
    margin: 0 -20px;
    padding: 0 70px;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .timelineSlider {
    margin: 0 -16px;
    padding: 0 66px;
  }
}
.historyTimelineSlider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.historyTimelineSlider .swiper-slide {
  width: 25%;
  outline: none;
}
@media (max-width: 1199.98px) {
  .historyTimelineSlider .swiper-slide {
    width: 33.33333333%;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .swiper-slide {
    width: 100%;
  }
}
.historyTimelineSlider .swiper-slide::before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1px dotted #1B86D4;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.3s opacity ease-in-out;
}
.historyTimelineSlider .swiper-slide .hidden-element {
  transition: 0.3s opacity ease-in-out;
}
.historyTimelineSlider .swiper-slide.swiper-slide-prev:has(~ .swiper-slide-active)::before, .historyTimelineSlider .swiper-slide.swiper-slide-prev:has(~ .swiper-slide-active) .hidden-element {
  opacity: 0;
}
.historyTimelineSlider .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide ~ .swiper-slide::before, .historyTimelineSlider .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide ~ .swiper-slide .hidden-element {
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .historyTimelineSlider .swiper-slide.swiper-slide-next + .swiper-slide ~ .swiper-slide::before, .historyTimelineSlider .swiper-slide.swiper-slide-next + .swiper-slide ~ .swiper-slide .hidden-element {
    opacity: 0;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .swiper-slide.swiper-slide-next ~ .swiper-slide::before, .historyTimelineSlider .swiper-slide.swiper-slide-next ~ .swiper-slide .hidden-element {
    opacity: 0;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .swiper-slide.swiper-slide-next::before, .historyTimelineSlider .swiper-slide.swiper-slide-next .hidden-element {
    opacity: 0;
  }
}
.historyTimelineSlider .slide-top {
  position: relative;
}
.historyTimelineSlider .slide-top .slide-top-inner {
  position: relative;
  z-index: 5;
  padding-bottom: 25%;
  padding-inline: 15px;
}
.historyTimelineSlider .slide-bottom {
  position: relative;
  padding: 58px 15px 15px;
}
.historyTimelineSlider .slide-bottom::before {
  content: "";
  height: 1px;
  background: #005A9B;
  top: 47px;
  left: 15px;
  right: 15px;
  position: absolute;
}
.historyTimelineSlider .yearTitle {
  color: #5C92BD;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -0.216666666em;
}
.historyTimelineSlider .yearBulletsTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 10%;
  color: #fff;
  text-transform: uppercase;
}
.historyTimelineSlider .yearBullets ul {
  margin-bottom: 0;
  margin-top: 13px;
}
.historyTimelineSlider .yearBullets ul li {
  padding-left: 14px;
  position: relative;
}
.historyTimelineSlider .yearBullets ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #005A9B;
  position: absolute;
  left: 3px;
  top: 10px;
}
.historyTimelineSlider .yearBullets ul li p {
  margin: 0;
}
.historyTimelineSlider .graph-text,
.historyTimelineSlider .graph-text-outer {
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 10%;
  color: #A4D9FF;
  text-transform: uppercase;
  position: absolute;
  left: 51px;
  z-index: 5;
  padding-left: 15px;
  transition: 0.3s opacity ease-in-out;
}
@media (max-width: 1399.98px) {
  .historyTimelineSlider .graph-text,
  .historyTimelineSlider .graph-text-outer {
    left: 101px;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .graph-text,
  .historyTimelineSlider .graph-text-outer {
    left: 71px;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .graph-text,
  .historyTimelineSlider .graph-text-outer {
    left: 67px;
  }
}
.historyTimelineSlider .graph {
  position: absolute;
  display: flex;
  align-items: flex-end;
  height: 50%;
  left: 0;
  right: -1px;
  bottom: 12px;
  z-index: 0;
  transition: 0.3s opacity ease-in-out;
}
.historyTimelineSlider .bar {
  background-color: #005A9B;
  flex: 1;
  height: 100%;
  -webkit-clip-path: polygon(0% var(--tl), 100% var(--tr), 100% 100%, 0% 100%);
          clip-path: polygon(0% var(--tl), 100% var(--tr), 100% 100%, 0% 100%);
}
.historyTimelineSlider .swiper-button-prev,
.historyTimelineSlider .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -19px;
  color: #A4D9FF;
}
.historyTimelineSlider .swiper-button-prev:hover, .historyTimelineSlider .swiper-button-prev:focus-visible,
.historyTimelineSlider .swiper-button-next:hover,
.historyTimelineSlider .swiper-button-next:focus-visible {
  color: #fff;
}
.historyTimelineSlider .swiper-button-prev::after,
.historyTimelineSlider .swiper-button-next::after {
  display: none;
}
.historyTimelineSlider .swiper-button-prev .material-symbols-outlined,
.historyTimelineSlider .swiper-button-next .material-symbols-outlined {
  font-size: 36px;
}
.historyTimelineSlider .swiper-button-prev.swiper-button-disabled,
.historyTimelineSlider .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.historyTimelineSlider .swiper-button-prev {
  left: -3px;
}
@media (max-width: 1399.98px) {
  .historyTimelineSlider .swiper-button-prev {
    left: 47px;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .swiper-button-prev {
    left: 17px;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .swiper-button-prev {
    left: 13px;
  }
}
.historyTimelineSlider .swiper-button-next {
  right: -3px;
}
@media (max-width: 1399.98px) {
  .historyTimelineSlider .swiper-button-next {
    right: 47px;
  }
}
@media (max-width: 1079.98px) {
  .historyTimelineSlider .swiper-button-next {
    right: 17px;
  }
}
@media (max-width: 575.98px) {
  .historyTimelineSlider .swiper-button-next {
    right: 13px;
  }
}
.historyTimelineSlider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.historyTimelineSlider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #005A9B;
}
.historyTimelineSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.articlesSwiperSection {
  background: #0B213F;
  padding-top: 15px;
}
.articlesSwiperSection .articlesSwiper {
  position: relative;
}
@media (max-width: 1079.98px) {
  .articlesSwiperSection .articlesSwiper .swiper-button-prev,
  .articlesSwiperSection .articlesSwiper .swiper-button-next {
    display: none;
  }
}
.articlesSwiperSection .swiper-button-prev,
.articlesSwiperSection .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -19px;
  color: #A4D9FF;
}
.articlesSwiperSection .swiper-button-prev:hover, .articlesSwiperSection .swiper-button-prev:focus-visible,
.articlesSwiperSection .swiper-button-next:hover,
.articlesSwiperSection .swiper-button-next:focus-visible {
  color: #fff;
}
.articlesSwiperSection .swiper-button-prev::after,
.articlesSwiperSection .swiper-button-next::after {
  display: none;
}
.articlesSwiperSection .swiper-button-prev .material-symbols-outlined,
.articlesSwiperSection .swiper-button-next .material-symbols-outlined {
  font-size: 36px;
}
.articlesSwiperSection .swiper-button-prev.swiper-button-disabled,
.articlesSwiperSection .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.articlesSwiperSection .swiper-button-prev {
  left: -3px;
}
.articlesSwiperSection .swiper-button-next {
  right: -3px;
}
.articlesSwiperSection h4 {
  color: #fff;
}
@media (min-width: 1080px) {
  .articlesSwiperSection .swiper {
    margin: 0 52px;
  }
  .articlesSwiperSection .swiper:has(+ .swiper-button-disabled + .swiper-button-disabled) {
    margin: 0;
  }
  .articlesSwiperSection .swiper:has(+ .swiper-button-disabled + .swiper-button-disabled) .swiper-button-prev,
  .articlesSwiperSection .swiper:has(+ .swiper-button-disabled + .swiper-button-disabled) .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .articlesSwiperSection .swiper {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .articlesSwiperSection .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media (min-width: 1080px) {
  .articlesSwiperSection .swiper:not(.swiper-initialized) .swiper-wrapper {
    overflow: hidden;
  }
}
.articlesSwiperSection .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.articlesSwiperSection .swiper-wrapper .swiper-slide {
  height: auto !important;
  width: calc(33.3333333333% - 15.3333333333px);
  flex-shrink: 0;
  margin-right: 23px;
}
@media (max-width: 1079.98px) {
  .articlesSwiperSection .swiper-wrapper .swiper-slide {
    width: calc(40% - 13.8px);
  }
}
@media (max-width: 911.98px) {
  .articlesSwiperSection .swiper-wrapper .swiper-slide {
    width: calc(44.4444444444% - 12.7777777778px);
  }
}
@media (max-width: 767.98px) {
  .articlesSwiperSection .swiper-wrapper .swiper-slide {
    width: calc(66.6666666667% - 7.6666666667px);
  }
}
@media (max-width: 575.98px) {
  .articlesSwiperSection .swiper-wrapper .swiper-slide {
    width: calc(80% - 4.6px);
  }
}
@media (max-width: 374.98px) {
  .articlesSwiperSection .swiper-wrapper .swiper-slide {
    width: calc(90.9090909091% - 2.0909090909px);
  }
}

.article-card {
  background: #fff;
  position: relative;
  height: 100%;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.article-card:hover {
  opacity: 0.87;
}
.article-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-card a .card-info {
  flex: inherit !important;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 30px 25px 85px 19px !important;
  position: relative;
  gap: 0 !important;
}
.article-card a .card-info > * {
  margin-left: 40px;
}
.article-card a .card-info ul {
  color: #2F2F2F;
  margin-top: 0;
  margin-bottom: 0;
}
.article-card a .card-info ul li {
  display: inline;
  font-weight: 400;
}
.article-card a .card-info .info {
  display: flex;
  gap: 10px;
  margin-left: 0;
}
.article-card a .card-info .info span.icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 30px !important;
  height: 30px !important;
  margin-bottom: -9px !important;
  margin-top: 2px !important;
  background-image: none !important;
}
.article-card a .card-info .info span.icon + span {
  color: #005A9B;
}
.article-card a .card-info .info .font16.underline {
  line-height: 1.2;
}
.article-card a .card-info time {
  color: #838383;
  margin-top: 3px;
}
.article-card a .card-info hr {
  margin-bottom: 6px;
}
.article-card a .card-info p {
  color: #1C1C1C;
  margin-top: 0;
}
.article-card a .card-info img {
  aspect-ratio: 2/1;
}
.article-card a .relative {
  margin-top: auto;
}

.featured-news {
  background: #0B213F;
  padding-top: 25px;
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .featured-news .content ~ * {
    grid-row-start: 2;
  }
}
.featured-news .bg-white {
  padding: 0;
}
.featured-news .article-image a {
  height: 100%;
  display: flex;
}
.featured-news .article-image a img {
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-news .article-card {
  align-self: end;
  margin-bottom: -52px;
}
.featured-news .article-card:hover {
  opacity: 1;
}
.featured-news .article-card .card-info .info span.icon {
  margin-top: 2px !important;
}
.featured-news .article-card .font28 {
  font-weight: 700;
  line-height: 1.1;
}
.featured-news .article-card .font28.underline {
  background-position: 100% 100%, 0 100%;
}
@media (min-width: 768px) {
  .featured-news .article-card {
    display: grid;
    grid-template-columns: subgrid;
    margin-top: 35px;
  }
  .featured-news .article-card a {
    display: block;
    grid-column: span 9;
  }
  .featured-news .article-card a::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
  }
  .featured-news .article-card a .card-info {
    margin-left: 29px !important;
    margin-right: 0 !important;
  }
  .featured-news .article-card a .card-info .info span.icon {
    margin-top: 8px !important;
  }
}

.mediaPublication {
  margin-bottom: -20px;
}
.mediaPublication h5 {
  padding: 15px 0 20px;
  border-top: 1px solid #005A9B;
  border-bottom: 1px solid #C7C7C7;
}
.mediaPublication .mediaPublication__item {
  padding: 15px 0 20px;
  border-bottom: 1px solid #C7C7C7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: start;
}
.mediaPublication .mediaPublication__item h6 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
}
.mediaPublication .mediaPublication__item p {
  margin: 0;
  line-height: 1.3;
}
.mediaPublication .mediaPublication__item .mediaPublication__download {
  gap: 7px;
  margin-left: -4px;
}
.mediaPublication .mediaPublication__item .material-symbols-outlined {
  font-size: 36px;
}
.mediaPublication .mediaPublication__disclaimer {
  margin-bottom: 20px;
}

.groupMembers {
  margin-bottom: -24px;
}
.groupMembers .groupMembers__item {
  grid-template-columns: subgrid;
  display: grid;
  border-top: 1px solid #C7C7C7;
  margin-bottom: 24px;
}
.groupMembers .groupMembers__item h5 {
  margin: 16px 0 32px;
}
.groupMembers .groupMembers__item .groupMembers__inner {
  grid-template-columns: subgrid;
  display: grid;
}
.groupMembers .groupMembers__item .groupMembers__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: -4px;
}
.groupMembers .groupMembers__item .material-symbols-outlined {
  font-size: 36px;
}
.groupMembers .groupMembers__item img {
  width: auto;
}
.groupMembers .groupMembers__item .groupMembers__media {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .groupMembers .groupMembers__item .groupMembers__media {
    margin-top: 48px;
    padding-left: 32px;
  }
}

.half-white-background {
  margin-bottom: 20px;
  background: linear-gradient(to right, transparent 50%, white 50%);
}
.half-white-background.reverse {
  background: linear-gradient(to left, transparent 50%, white 50%);
}

.two_column_right h2 {
  margin-top: 60px;
}
.two_column_right .copy {
  padding-left: 49px;
}

.blueTitle {
  background: #005A9B;
  padding: 140px 0 40px 0;
}
.blueTitle h2 {
  text-align: left;
  color: #fff;
}

.grayBackground {
  background: #F2F2F2;
  padding-top: 20px;
}
.grayBackground .containerGrid {
  padding: 20px 0;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 20px;
}
.grayBackground .containerGrid p {
  margin-top: 0;
}
.grayBackground .containerGrid:last-child {
  border: none;
}

.bg-white {
  background: #fff;
  padding-top: 40px;
}

.serviceWp {
  position: relative;
}
.serviceWp .swiper-pagination {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.serviceWp .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #C7C7C7;
}
.serviceWp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #838383;
}
.serviceWp .trusted .swiper-slide picture, .serviceWp .servicesSlider .swiper-slide picture {
  padding: 12px;
  background: #E8E7E4;
  display: block;
}
.serviceWp .trusted .swiper-slide picture img, .serviceWp .servicesSlider .swiper-slide picture img {
  margin: 0;
  display: block;
}
.serviceWp .swiperButtons {
  width: 100%;
  position: absolute;
  z-index: 110;
  top: calc(50% - 50px);
}
.serviceWp .swiperButtons.trustedButtons {
  top: calc(50% - 20px);
}
.serviceWp .swiperButtons .btn {
  top: unset;
  bottom: unset;
}
.serviceWp .swiperButtons .btn::after {
  display: none;
}
.serviceWp .swiperButtons .btn.swiper-button-next {
  left: auto;
  right: -68px;
}
.serviceWp .swiperButtons .btn.swiper-button-prev {
  right: auto;
  left: -68px;
}
.serviceWp .swiperButtons .btn span {
  font-size: 36px;
  color: #005A9B;
}
.serviceWp .servicesSlider {
  position: relative;
  padding-top: 20px;
}
.serviceWp .servicesSlider .swiper-slide {
  margin-bottom: 50px;
}
.serviceWp .servicesSlider .swiper-slide img {
  margin-bottom: 14px;
}
.serviceWp .servicesSlider .swiper-slide h3 {
  margin-bottom: 5px;
}
.serviceWp .servicesSlider .swiper-slide p {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .serviceWp .swiperButtons .btn.swiper-button-next {
    left: auto;
    right: -50px;
  }
  .serviceWp .swiperButtons .btn.swiper-button-prev {
    right: auto;
    left: -50px;
  }
}
@media only screen and (max-width: 960px) {
  .page-real-estate-development .real-estates-offer.current .container .single-card {
    margin-left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .white-responsive768 {
    background: #fff;
    margin-top: 140px;
  }
  .blueTitle {
    padding: 70px 0 14px 0;
  }
  .whiteBoxWithImage {
    padding-top: 0;
    margin-bottom: -14px;
  }
  .whiteBoxWithImage.gray-background {
    margin-bottom: 0;
  }
  .whiteBoxWithImage picture {
    position: relative;
  }
  .whiteBoxWithImage picture img {
    aspect-ratio: 360/260;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .whiteBoxWithImage .whiteBox {
    flex-direction: column;
    gap: 9px;
    top: -24px;
    padding: 24px 20px;
  }
  .whiteBoxWithImage .whiteBox .col1_2 {
    width: 100%;
    max-width: 100%;
  }
  .whiteBoxWithImage .whiteBox .col1_2 .blueBack {
    max-width: 100%;
    width: 100%;
  }
  .whiteBoxWithImage .whiteBox .col1_2 a.ctaButton {
    max-width: unset;
    width: 100%;
  }
  .whiteBoxWithImage .whiteBox:has(.videoContainer) {
    padding: 0;
  }
  .whiteBoxWithImage.gray-background {
    padding-bottom: 0;
    margin-bottom: 120px;
  }
  .whiteBoxWithImage.gray-background .whiteBox {
    top: 80px;
  }
  .page-real-estate-development .real-estates-offer .container .single-card .image img,
  .page-real-estate-development .real-estates-offer.current .mainImage img {
    height: auto;
    aspect-ratio: 360/160;
  }
  .half-white-background,
  .half-white-background.reverse {
    background: none;
  }
  .half-white-background .content-span-md-7 {
    grid-row: 1;
  }
  .half-white-background .content-span-md-5 {
    background: #fff;
    padding-bottom: 20px;
  }
  .two_column_right h2 {
    margin-top: 20px;
  }
  .two_column_right .copy {
    padding-left: 40px;
  }
  .tosidos-numbers {
    margin-bottom: 0;
  }
  .tosidos-numbers .content.number {
    margin-bottom: 20px;
    gap: 15px;
  }
  .bgWhite.paddingRes20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .serviceWp .swiperButtons .btn {
    display: none;
  }
  .serviceWp .servicesSlider {
    padding-top: 0;
  }
  .serviceWp .servicesSlider .swiper-slide {
    margin-bottom: 40px;
  }
  .page-real-estate-development .real-estates-offer.current .container {
    padding: 0;
  }
  .page-real-estate-development .real-estates-offer.current .container h2.titleWithBorder {
    padding: 20px 20px 0 20px;
  }
  .page-real-estate-development .real-estates-offer.current .container hr.small.mb-7 {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card {
    margin: -50px auto 0 auto;
    max-width: calc(100% - 32px);
    padding: 18px 18px 0 18px;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content {
    flex-direction: column;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .info {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .info .details {
    margin-bottom: 24px;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .info .specifications {
    margin-top: 0;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .image {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content {
    flex-direction: column-reverse;
    position: relative;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content .image {
    max-width: 100%;
    width: 100%;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content .info {
    max-width: 100%;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content .info .badgeStatus.development {
    position: absolute;
    bottom: 0;
  }
  .page-real-estate-development .real-estates-offer .sold-card {
    position: relative;
  }
  .page-real-estate-development .real-estates-offer .sold-card.three-small {
    margin-bottom: 0;
  }
  .page-real-estate-development .real-estates-offer .sold-card.three-small .content {
    margin-bottom: 1rem;
  }
  .page-real-estate-development .real-estates-offer .sold-card.three-small .content .title {
    min-height: 80px;
    display: block;
  }
  .page-real-estate-development .real-estates-offer .sold-card .content .title {
    min-height: 80px;
    display: block;
  }
  .page-real-estate-development .real-estates-offer .sold-card .card-content .image {
    max-width: 100%;
    width: 100%;
  }
  .page-real-estate-development .real-estates-offer .sold-card .card-content .info {
    max-width: 100%;
  }
  .page-real-estate-development .real-estates-offer .sold-card .card-content .info .badgeStatus.completed {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 600px) {
  .page-real-estate-development #real-estates-offer .container .single-card .info .specifications .specification {
    flex-direction: column;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .info .specifications .specification {
    flex-direction: column;
  }
  .page-real-estate-development .real-estates-offer.current .container .single-card.reverse .card-content .info .specifications .specification span {
    display: block;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content .image {
    max-width: 100%;
    width: 100%;
  }
  .page-real-estate-development .real-estates-offer.development .container .single-card .card-content .info {
    max-width: 100%;
  }
}
.single-project .full-width-separator {
  background-color: #C7C7C7;
  height: 1px;
  margin: 30px 0;
}
.single-project .heading-left {
  padding-top: 20px;
  padding-bottom: 10px;
}
.single-project .heading-left h2 {
  text-align: left;
}
.single-project .gallery-wrapper .swiper {
  max-width: 2000px;
}
.single-project .swiper-slide {
  width: auto;
}
.single-project .swiper-slide .relative {
  height: 100%;
}
.single-project .swiper-slide .relative img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 750px;
}
.single-project .slider-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 0;
}
.single-project .video-stories-swiper .swiper-wrapper {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  display: grid;
  grid-template-columns: 115px 1fr 300px minmax(400px, 900px) 1fr 115px;
}
@media (min-width: 1921px) {
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide {
    grid-template-columns: 150px 1fr 300px minmax(400px, 825px) 1fr 150px;
  }
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-info {
  grid-area: 1/3/2/4;
  padding: 30px 30px 30px 0;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-info h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-info div {
  color: #2F2F2F;
  margin-top: 15px;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-thumb {
  grid-area: 1/4/2/7;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-thumb .overlay .play-button {
  width: 10%;
}
.single-project .gallery-swiper .relative .image-tagline {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  background: rgba(11, 33, 63, 0.5019607843);
  padding: 10px;
}
@media (max-width: 1399.98px) {
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide a {
    grid-template-columns: 50px auto 330px auto 1fr 50px;
  }
}
@media (max-width: 1079.98px) {
  .single-project .video-stories-swiper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-project .video-stories-swiper .swiper-wrapper {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide {
    background: #fff;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(100px, auto));
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide a {
    display: flex;
    flex-direction: column;
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide a div.video-info {
    padding: 20px 25px;
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-info {
    grid-area: 1/1/2/2;
    padding: 30px;
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-thumb {
    grid-area: 2/1/3/2;
  }
  .single-project .video-stories-swiper .slider-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .single-project .swiper-slide .relative img {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .single-project .video-stories-swiper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .single-project .video-stories-swiper {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 374.98px) {
  .single-project .video-stories-swiper {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1921px) {
  .single-project .slider-navigation {
    padding-left: 0;
    padding-right: 0;
    max-width: 2000px;
  }
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide {
    grid-template-columns: 440px 1fr 300px minmax(400px, 825px) 440px 1fr;
  }
}

.page-video-stories .video-grid {
  /* temp */
  min-height: 200px;
  /* temp */
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  grid-template-columns: 115px 1fr 300px minmax(400px, 900px) 1fr 115px;
}
@media (min-width: 1921px) {
  .page-video-stories .video-grid {
    grid-template-columns: 150px 1fr 300px minmax(400px, 825px) 1fr 150px;
  }
}
.page-video-stories .video-grid .video-desc {
  grid-area: 1/3/2/4;
  position: relative;
  margin: 30px 25px 30px 0;
}
.page-video-stories .video-grid .video-desc .expandable-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
}
.page-video-stories .video-grid .video-desc .expandable-trigger::before {
  margin-top: 10px;
  cursor: pointer;
  display: block;
  content: var(--content-more);
  color: #41618D;
}
.page-video-stories .video-grid .video-desc h1 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.page-video-stories .video-grid .video-desc .desc-text {
  margin-top: 15px;
}
.page-video-stories .video-grid .video-desc .video-links-wrapper {
  margin-top: auto;
}
.page-video-stories .video-grid .video-desc .video-links {
  margin-bottom: 15px;
}
.page-video-stories .video-grid .video-desc .video-links:last-child {
  margin-bottom: 0;
}
.page-video-stories .video-grid .video-desc .video-links .title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.page-video-stories .video-grid .video-desc .video-links a {
  color: #005A9B;
  font-size: 16px;
  display: block;
}
.page-video-stories .video-grid .video-desc .video-links a .icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 20px;
  display: block;
  margin-top: 10px;
}
.page-video-stories .video-grid .video-desc .video-links a .link-name span {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#005A9B, #005A9B);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.page-video-stories .video-grid .video-desc .video-links a .link-name span:hover {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.page-video-stories .video-grid .video-player {
  grid-area: 1/4/2/7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-video-stories .video-grid .video-player .play-button {
  width: 15%;
  position: absolute;
  cursor: pointer;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide {
  background-color: #fff;
  cursor: pointer;
  height: initial;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .video-title {
  margin: 10px 25px;
  color: #005A9B;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-transform: uppercase;
  height: 130px;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .relative picture img {
  width: 100%;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .relative .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .relative .play-button {
  width: 15%;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .slide-wrapper {
  border-top: 6px solid #fff;
  transition: border-top 250ms linear;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .slide-wrapper.active {
  border-top: 6px solid #5C92BD;
  background: #005A9B;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .slide-wrapper.active .video-title {
  color: #fff;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .slide-wrapper.active:hover {
  border-top: 6px solid #41618D;
}
.page-video-stories .suggested-videos .swiper-wrapper .swiper-slide .slide-wrapper:hover {
  border-top: 6px solid #BECDE2;
}
.page-video-stories .slider-navigation {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-video-stories .container.heading {
  padding-top: 0;
  padding-bottom: 0;
}
.page-video-stories .container.heading h2 {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  .page-video-stories .expandable-trigger {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .page-video-stories .video-grid {
    grid-template-columns: 50px auto 300px auto 1fr 50px;
  }
}
@media (max-width: 1079.98px) {
  .page-video-stories header {
    height: 160px;
  }
  .page-video-stories .video-grid {
    display: flex;
    flex-direction: column;
  }
  .page-video-stories .video-grid .video-desc {
    margin: 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .page-video-stories .video-grid .video-desc h1 {
    order: 1;
  }
  .page-video-stories .video-grid .video-desc .expandable-content {
    order: 3;
  }
  .page-video-stories .video-grid .video-desc .expandable-trigger {
    order: 2;
  }
  .page-video-stories .video-grid .video-desc .video-links {
    margin-top: 30px;
  }
  .page-video-stories .video-grid .video-desc .expandable-content {
    opacity: 0;
    height: 0;
  }
  .page-video-stories .video-grid .video-desc.content-visible .expandable-content {
    height: initial;
  }
  .page-video-stories .video-grid .video-desc.content-visible .expandable-trigger {
    height: 0;
    visibility: hidden;
  }
  .page-video-stories .video-grid .video-desc.content-visible .expandable-trigger::before {
    content: var(--content-less);
  }
}
@media (max-width: 767.98px) {
  .page-video-stories .video-grid .video-desc {
    margin: 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .page-video-stories .video-grid .video-desc {
    margin: 20px 16px;
  }
}
@media (max-width: 374.98px) {
  .page-video-stories .video-grid .video-desc {
    margin: 20px 16px;
  }
}
@media (min-width: 1921px) {
  .page-video-stories .video-grid .video-player {
    grid-area: 1/4/2/6;
  }
}

.page-legal h2 {
  color: #2F2F2F;
  font-size: 16px;
  text-align: left;
  margin-top: 25px;
}
.page-legal .gray-bar {
  height: 20px;
  background-color: #F2F2F2;
}
.page-legal .legal-content {
  background-color: #fff;
}
.page-legal .legal-content .container {
  display: flex;
  padding-top: 40px;
}
.page-legal .legal-content .container .section-1 {
  width: 70%;
  padding-right: 50px;
}
.page-legal .legal-content .container .section-2 {
  width: 30%;
  padding-left: 30px;
}
.page-legal .legal-content .container .section-2 .company-name {
  color: #0B213F;
  font-weight: 700;
}
.page-legal .legal-content .container .section-2 .separator {
  background-color: #C7C7C7;
  height: 1px;
  margin: 15px 0;
}
.page-legal .legal-content .container .section-2 .single-info {
  color: #838383;
  margin-bottom: 8px;
}
.page-legal .legal-content .container .section-2 .single-info a:hover {
  color: #41618D;
}
.page-legal .legal-content .container .section-2 .single-info:first-child {
  margin-bottom: 10px;
}
.page-legal .legal-content p:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.page-legal .legal-content ul {
  margin-top: 25px;
}
.page-legal .legal-content ul li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #C7C7C7;
}
.page-legal .legal-content ul li:last-child {
  border-bottom: 1px solid #C7C7C7;
}
.page-legal .legal-content ul li .name {
  color: #838383;
}
@media (max-width: 1079.98px) {
  .page-legal .gray-bar {
    display: none;
  }
  .page-legal .legal-content .container {
    flex-direction: column;
  }
  .page-legal .legal-content .container .section-1 {
    width: 100%;
    padding-right: initial;
  }
  .page-legal .legal-content .container .section-2 {
    display: none;
  }
  .page-legal footer {
    margin-top: 25px;
  }
}

.page-cookies .legal-content .section-1 h2:first-child {
  margin-top: 0;
}
.page-cookies .legal-content .section-1 ul li:first-child div {
  color: #41618D;
}

/*grid*/
.mainGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 32px;
}
.mainGrid .block {
  display: block;
}
.mainGrid .grid-item-8-10 {
  grid-column-start: 8;
  grid-column-end: 11;
}
.mainGrid p {
  margin-top: 0;
}

.grid-column-10 {
  grid-column: span 10;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 0 32px;
}
.grid-column-10.smallerGap {
  grid-gap: 16px;
}
.grid-column-10.noGap {
  grid-gap: 0;
}
.grid-column-10 ul {
  list-style-type: disc;
  margin-left: 20px;
}
.grid-column-10 ul li p {
  margin-bottom: 5px;
}

.grid-column-12 {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 0 32px;
}

.mb--5 {
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
}

.col1 {
  grid-column: span 1;
}

.col2 {
  grid-column: span 2;
}

.col3 {
  grid-column: span 3;
}

.col4 {
  grid-column: span 4;
}

.col5 {
  grid-column: span 5;
}

.col6 {
  grid-column: span 6;
}

.col7 {
  grid-column: span 7;
}

.col8 {
  grid-column: span 8;
}

.col9 {
  grid-column: span 9;
}

.col10 {
  grid-column: span 10;
}

.col11 {
  grid-column: span 11;
}

.col12 {
  grid-column: span 12;
}

/*end grid*/
.z1 {
  position: relative;
  z-index: 1;
}

.blueBack {
  background: #0a1a27;
}

.ctaButton {
  width: auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #005A9B;
  color: #fff;
  line-height: 110%;
  padding: 6px 20px 6px 12px;
  transition: background ease-in-out 0.45s;
}
.ctaButton .icon {
  font-size: 36px;
}
.ctaButton:hover {
  background: #5C92BD;
  color: #fff;
}
.ctaButton.wide {
  max-width: 100%;
  width: 100%;
  justify-content: flex-start;
}

.heading-section.offer {
  height: calc(60vh - 10px);
}
.heading-section.offer .relative {
  height: 100%;
}
.heading-section.offer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.no-image-placeholder {
  padding-top: 120px;
  background: #fff;
}

hr.small {
  width: 45px;
  height: 6px;
  background: #5C92BD;
  border: none;
  margin: 15px 0;
}
hr.small.black {
  background: #1C1C1C;
}
hr.small.mt-0 {
  margin-top: 0;
}
hr.small.gray-bg {
  background: #C7C7C7;
}
hr.small.gray-bg.m-5 {
  margin: 5px 0;
}
hr.gray {
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  border: none;
}

.mainOffer {
  margin-top: -85px;
  position: relative;
  z-index: 10;
}
.mainOffer.not-on-sale {
  background: #fff;
  position: relative;
  z-index: 0;
  margin: -15px 0 0 0;
}
.mainOffer.not-on-sale .data {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 34px;
  padding-left: 22px;
  min-height: 350px;
}
.mainOffer.not-on-sale .data ul {
  border-top: 1px solid #C7C7C7;
  margin: 35px 0 16px 0;
}
.mainOffer.not-on-sale .data ul li {
  border-bottom: 1px solid #C7C7C7;
  padding: 11px 0;
}
.mainOffer.not-on-sale .data .status {
  margin-top: auto;
}
.mainOffer.not-on-sale .data span.badge {
  display: inline-block; /* Ensure it's treated as an inline or block element */
  width: auto;
  background: #90DC62;
  color: #0B213F;
  padding: 10px;
  margin-top: 20px;
}
.mainOffer.not-on-sale .data span.badge.completed {
  background: #0B213F;
  color: #fff;
}
.mainOffer.not-on-sale .data span.badge.development {
  background: #FCA600;
  color: #0B213F;
}
.mainOffer.not-on-sale .responsive-order-1 .image {
  height: 100%;
}
.mainOffer.not-on-sale .responsive-order-1 .image .relative {
  height: 100%;
}
.mainOffer.not-on-sale .responsive-order-1 .image .relative img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.mainOffer .flex {
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 27px 0 27px;
}
.mainOffer .flex .data {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.mainOffer .flex .data ul {
  border-top: 1px solid #C7C7C7;
  margin: 35px 0 16px 0;
}
.mainOffer .flex .data ul li {
  border-bottom: 1px solid #C7C7C7;
  padding: 11px 0;
}
.mainOffer .flex .data .status {
  margin-top: auto;
}
.mainOffer .flex .data span.badge {
  display: inline-block; /* Ensure it's treated as an inline or block element */
  width: auto;
  background: #90DC62;
  color: #0B213F;
  padding: 10px;
}
.mainOffer .flex .data span.badge.completed {
  background: #0B213F;
  color: #fff;
}
.mainOffer .flex .data span.badge.development {
  background: #FCA600;
  color: #0B213F;
}
.mainOffer .flex .image {
  width: 55%;
}
.mainOffer .flex .image img {
  width: 100%;
}

.mainGrid .shortDescription {
  padding-left: 70px;
}
.mainGrid .shortDescription p {
  border-left: 1px solid #5C92BD;
  padding: 7px 20px 15px 15px;
  margin-bottom: 24px;
}
.mainGrid .whiteBox {
  background: #fff;
  padding: 30px;
}
.mainGrid .distance ul {
  width: 100%;
  border-top: 1px solid #C7C7C7;
  margin-left: 0;
}
.mainGrid .distance ul li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 0 10px 0;
  border-bottom: 1px solid #C7C7C7;
}
.mainGrid .distance ul li span.material-symbols-outlined {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #0B213F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.mainGrid .distance ul li span.material-symbols-outlined.light {
  background: #A4D9FF;
  color: #0B213F;
}
.mainGrid .distance ul li span.title span.badge {
  height: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: #A4D9FF;
  margin-left: 5px;
  padding: 2px 7px 2px 3px;
  position: relative;
  top: -2px;
}
.mainGrid .distance ul li span.length {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mainGrid .distance ul li span.length span.letter {
  width: 32px;
  height: 32px;
  background: #0B213F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 100%;
}
.mainGrid .distance ul.flex-start li {
  align-items: flex-start;
  padding: 13px 0;
}
.mainGrid .list {
  list-style-type: disc;
  margin-left: 20px;
}
.mainGrid .gallery img {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.mainGrid .gallery-outside img {
  width: 100%;
}

.inquiry {
  background: #E8E7E4;
  position: relative;
  z-index: 1010;
}
.inquiry .whiteBox {
  position: relative;
  top: 50px;
}

.locationImage {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -70px;
  z-index: 0;
  background: #E8E7E4;
  position: relative;
}
.locationImage .fullWidthImage {
  grid-column: 1/8;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.locationImage .fullWidthImage img {
  width: 100%;
  height: auto;
}
.locationImage .containerImage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
.locationImage .containerImage .grid-item-7-10 {
  grid-column: 2/14;
}
.locationImage .containerImage .grid-item-7-10 .sloMap {
  padding-top: 80px;
  position: relative;
  margin-bottom: 40px;
}
.locationImage .containerImage .grid-item-7-10 .sloMap .text {
  border-left: 1px dashed #005A9B;
  padding-left: 8px;
  position: absolute;
  left: calc(50% - 44px);
  padding-bottom: 100px;
  top: 70px;
}
.locationImage .containerImage .grid-item-7-10 .sloMap .text span.small {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.locationImage .containerImage .grid-item-7-10 .sloMap .text span.big {
  max-width: 110px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
.locationImage .containerImage .grid-item-7-10 .sloMap img {
  width: 100%;
}

/* wysiwyg-content */
.grid-column-10 .wysiwyg-content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  margin-bottom: 20px;
  color: #0B213F;
  letter-spacing: 0;
  word-wrap: break-word;
  text-transform: none;
}
.grid-column-10 .wysiwyg-content h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  color: #0B213F;
  letter-spacing: 0;
  word-wrap: break-word;
  text-transform: none;
}

/* Dodajte ostali CSS po potrebi */
ul.documents {
  list-style-type: none;
  margin-left: 0;
}
ul.documents li {
  border-top: 1px solid #C7C7C7;
  padding: 5px 0;
}
ul.documents li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
ul.documents li a span {
  word-break: break-word;
}
ul.documents li a:hover .title {
  text-decoration: underline;
}
ul.documents li a .icon {
  font-size: 36px;
}
ul.documents li a .ext {
  color: #838383;
  margin-left: 5px;
}

.mobileShow960 {
  display: none;
}

.asideMenu {
  max-width: 156px;
  width: 100%;
  position: relative;
}
.asideMenu.fixed ul.list {
  position: fixed;
  top: 0;
  width: 180px;
  z-index: 1000;
}
.asideMenu .marker {
  position: absolute;
  width: 6px;
  height: 42px;
  background-color: #005A9B;
  left: -6px;
  top: 0;
  transform: translateY(0);
  transition: transform 0.3s ease;
  z-index: 1001;
}
.asideMenu ul.list {
  position: absolute;
  top: 0;
  border-left: 1px solid #C7C7C7;
  margin-left: 0;
}
.asideMenu ul.list li {
  display: flex;
  align-items: center;
  border-left: 5px solid transparent;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative;
  transition: border-color 0.3s ease, border-left 0.3s ease;
}
.asideMenu ul.list li:hover span.title {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.asideMenu ul.list li span.title {
  color: #005A9B;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#005A9B, #005A9B);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
  width: 100px;
}
.asideMenu ul.list li.active {
  border-color: transparent;
}
.asideMenu ul.list li.active span.title {
  color: #0B213F;
}
.asideMenu ul.list li.active .material-symbols-outlined {
  background: #0B213F;
  border-color: #0B213F;
  color: #fff;
}
.asideMenu ul.list li .material-symbols-outlined {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid #5C92BD;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #005A9B;
  margin-right: 7px;
}
.asideMenu ul.list li .dashed {
  width: 2px;
  height: 20px;
  left: 25px;
  bottom: -15px;
  position: absolute;
  background-image: linear-gradient(to bottom, #5C92BD 33%, rgba(0, 0, 0, 0) 0%);
  background-position: left;
  background-size: 2px 5px; /* Širina črte in višina vzorca (višina črte + razdalja) */
  background-repeat: repeat-y;
}
.asideMenu ul.list li:last-child .dashed {
  display: none;
}

.plans {
  position: relative;
}
.plans .tabs {
  width: 57px;
  height: auto;
  overflow: hidden;
  background: #D4D4D1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 50px;
}
.plans .tabs .tab-button {
  width: 57px;
  margin-bottom: 6px;
  padding: 6px 0 6px 9px;
  border-right: 6px solid transparent;
}
.plans .tabs .tab-button.active {
  border-color: #005A9B;
}
.plans .tabs .tab-button.active span.letter {
  background: #0B213F;
}
.plans .tabs .tab-button span.letter {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005A9B;
  padding-top: 2px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  border-radius: 100%;
  position: relative;
  font-weight: 400;
}
.plans .tabs .tab-button span.letter span.dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #57CA63;
}
.plans .tabs .tab-button span.letter span.dot.yellow {
  background: #FEA339;
}
.plans .tab-content {
  background: #fff;
}
.plans .tab-content.active {
  display: block;
}
.plans .tab-content .tabFlex {
  max-width: calc(50% + 370px);
  display: flex;
}
.plans .tab-content .tabFlex .data img {
  max-width: 100%;
}
.plans .tab-content .tabFlex .mainContent {
  max-width: calc(100% - 407px);
  width: 100%;
  padding: 50px 0 57px 50px;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-next, .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-prev {
  top: 32px;
  background: #fff;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-next:after, .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-prev:after {
  display: none;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-next span, .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-prev span {
  font-size: 36px;
  color: #005A9B;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-prev {
  left: auto;
  right: 50px;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide {
  background: #fff;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide h3 {
  border-top: 6px solid #C7C7C7;
  padding-top: 14px;
  padding-bottom: 105px;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 10px;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide .imageWrapper {
  width: 100%;
  aspect-ratio: 1/1;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide .imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 7px 0;
  border-bottom: 1px solid #C7C7C7;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1C1C1C;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li span.number {
  width: 20px;
  display: block;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li span.strong {
  font-weight: 700;
}
.plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li span.surface {
  display: block;
  text-align: right;
  margin-left: auto;
}
.plans .tab-content .tabFlex .flatData {
  margin-top: 0;
}
.plans .tab-content .tabFlex .flatData li {
  padding: 7px 0;
  border-bottom: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1C1C1C;
}
.plans .tab-content .tabFlex .flatData li .normal {
  font-weight: 400;
}
.plans .tab-content .tabFlex .flatData li span.units {
  min-width: 85px;
  text-align: right;
}
.plans .tab-content .tabFlex .ctaButton {
  width: 100%;
  justify-content: flex-start;
}
.plans .tab-content .tabFlex .data {
  max-width: 407px;
  width: 100%;
  padding-top: 50px;
  padding-left: 57px;
  background: #E8E7E4;
}
.plans .tab-content .tabFlex .data h3 {
  border-top: 6px solid #C7C7C7;
  padding-top: 6px;
  min-height: 147px;
  border-bottom: 1px solid #C7C7C7;
}

/*mobile menu*/
.resMenu {
  position: relative;
}
.resMenu .newMenu {
  position: absolute;
  left: calc(50% + 444px);
  height: 100%;
  top: 20px;
  z-index: 1010;
}
.resMenu .newMenu .asideMenu {
  height: 100%;
}
.resMenu .newMenu .asideMenu.fixed.bottom ul.list {
  position: absolute;
  bottom: 0;
  top: auto;
}

#myPanzoom {
  max-width: 100%;
  height: auto;
  background: #E8E7E4;
}

/*************** SUBMIT FORM *************/
.offerForm {
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(0, 90, 155, 0.7803921569);
  z-index: 9999;
  display: flex;
  opacity: 0;
  height: 0;
  width: 0;
  transition: opacity ease-in-out 0.45s;
}
.offerForm.active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity ease-in-out 0.45s;
}
.offerForm .form {
  max-width: 650px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 40px;
}
.offerForm .form .closeForm {
  position: absolute;
  background: #0B213F;
  color: #fff;
  padding: 10px;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: background ease-in-out 0.45s;
}
.offerForm .form .closeForm:hover {
  background: #5C92BD;
}
.offerForm .form h3 {
  letter-spacing: 0;
  margin-bottom: 30px;
}
.offerForm .form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.offerForm .form .form-group .form-label {
  position: absolute;
  top: 18px;
  left: 5px;
  font-size: 18px;
  color: #999;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: white;
}
.offerForm .form .form-group .form-input {
  width: 100%;
  padding: 10px 10px 5px 5px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: none;
}
.offerForm .form .form-group .form-input:not(:-moz-placeholder-shown) + .form-label, .offerForm .form .form-group textarea:not(:-moz-placeholder-shown) + .form-label {
  top: -15px;
  left: 5px;
  font-size: 14px;
  color: #0B213F;
  transform: translateY(0);
  background: white;
}
.offerForm .form .form-group .form-input:not(:-ms-input-placeholder) + .form-label, .offerForm .form .form-group textarea:not(:-ms-input-placeholder) + .form-label {
  top: -15px;
  left: 5px;
  font-size: 14px;
  color: #0B213F;
  transform: translateY(0);
  background: white;
}
.offerForm .form .form-group .form-input:focus + .form-label,
.offerForm .form .form-group .form-input:not(:placeholder-shown) + .form-label,
.offerForm .form .form-group select:focus + .form-label,
.offerForm .form .form-group select:not([value=""]) + .form-label,
.offerForm .form .form-group select:valid + .form-label,
.offerForm .form .form-group textarea:focus + .form-label,
.offerForm .form .form-group textarea:not(:placeholder-shown) + .form-label {
  top: -15px;
  left: 5px;
  font-size: 14px;
  color: #0B213F;
  transform: translateY(0);
  background: white;
}
.offerForm .form .form-group .form-input:not(:-moz-placeholder-shown) + .form-label span.required, .offerForm .form .form-group textarea:not(:-moz-placeholder-shown) + .form-label span.required {
  color: red;
}
.offerForm .form .form-group .form-input:not(:-ms-input-placeholder) + .form-label span.required, .offerForm .form .form-group textarea:not(:-ms-input-placeholder) + .form-label span.required {
  color: red;
}
.offerForm .form .form-group .form-input:focus + .form-label span.required,
.offerForm .form .form-group .form-input:not(:placeholder-shown) + .form-label span.required,
.offerForm .form .form-group select:focus + .form-label span.required,
.offerForm .form .form-group select:not([value=""]) + .form-label span.required,
.offerForm .form .form-group select:valid + .form-label span.required,
.offerForm .form .form-group textarea:focus + .form-label span.required,
.offerForm .form .form-group textarea:not(:placeholder-shown) + .form-label span.required {
  color: red;
}
.offerForm .form .form-group select.form-input {
  padding-left: 0;
}
.offerForm .form .form-group textarea {
  height: 60px;
}
.offerForm .form .form-group span.error {
  font-size: 13px;
  position: absolute;
  bottom: -22px;
  color: red;
  right: 5px;
  display: none;
}
.offerForm .form .form-group span.error.active {
  display: block;
}
.offerForm .form .form-group.conditions span.error {
  right: auto;
  left: 0;
}
.offerForm .form .submitButton {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.offerForm .form button {
  margin-bottom: 0;
}

/* slider */
.single-card.in-slider {
  background-color: #fff;
  opacity: 1;
  transition: opacity ease 250ms;
  padding: 30px 82px 0 42px;
}
.single-card.in-slider:last-child {
  margin-bottom: 0;
}
.single-card.in-slider .card-content {
  display: flex;
  flex-flow: row;
}
.single-card.in-slider:nth-child(odd) .card-content {
  flex-flow: row-reverse;
}
.single-card.in-slider .image {
  width: 65%;
  padding-left: 42px;
  margin-bottom: 30px;
}
.single-card.in-slider .image img {
  width: 100%;
  height: auto;
}
.single-card.in-slider .info {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 42px;
  flex-direction: column;
  word-break: break-word;
}
.single-card.in-slider .info .right-icon {
  width: 10%;
}
.single-card.in-slider .info .right-icon::before {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 22px;
  display: inline-block;
}
.single-card.in-slider .info .details {
  width: 90%;
}
.single-card.in-slider .info .title {
  color: #41618D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.single-card.in-slider .info .location {
  margin-top: 5px;
  color: #5C92BD;
}
.single-card.in-slider .info .title {
  margin-top: 5px;
  color: #005A9B;
  position: relative;
}
.single-card.in-slider .info .title .icon {
  position: absolute;
  top: -6px;
  left: -33px;
  font-size: 30px;
}
.single-card.in-slider .info .badgeStatus {
  height: 39px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  background: #90DC62;
  color: #0B213F;
  margin-top: auto;
}
.single-card.in-slider .info .badgeStatus.completed {
  background: #0B213F;
  color: #fff;
}
.single-card.in-slider .info .badgeStatus.development {
  background: #FCA600;
  color: #0B213F;
}
.single-card.in-slider .info .specifications {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.single-card.in-slider .info .specifications .specification {
  padding: 10px 5px;
  border-top: 1px solid #C7C7C7;
  display: flex;
  color: #2F2F2F;
}
.single-card.in-slider .info .specifications .specification.available {
  border-bottom: 1px solid #C7C7C7;
}

@media (max-width: 1079.98px) {
  .single-card.in-slider .image {
    padding-left: 0;
  }
  .single-card.in-slider:nth-child(odd) .card-content {
    flex-direction: column;
  }
  .single-card.in-slider .card-content {
    flex-direction: column;
  }
  .single-card.in-slider .card-content .image {
    width: 100%;
  }
  .single-card.in-slider .card-content .info {
    width: 100%;
  }
  .single-card.in-slider .card-content .info .specifications {
    padding-left: 0;
  }
  .single-card.in-slider .card-content .info .specifications .icon {
    width: 90px;
    color: #838383;
  }
  .single-card.in-slider .card-content .info .specifications .size .icon::before {
    content: "Površine";
  }
  .single-card.in-slider .card-content .info .specifications .price .icon::before {
    content: "Cene";
  }
  .single-card.in-slider .card-content .info .specifications .information .icon::before {
    content: "Info";
  }
  .single-card.in-slider .card-content .info .specifications .available .icon::before {
    content: "Vseljivo";
  }
}
@media only screen and (max-width: 1920px) {
  .plans .tab-content .tabFlex {
    max-width: calc(50% + 395px);
  }
}
@media only screen and (max-width: 1400px) {
  .plans .tab-content .tabFlex {
    max-width: 80%;
  }
  .resMenu .newMenu {
    right: 220px;
    left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .plans .tab-content .tabFlex {
    max-width: 78%;
  }
  .resMenu .newMenu {
    right: 200px;
    left: auto;
  }
  .locationImage .containerImage {
    display: block;
  }
  .locationImage .containerImage .mainGrid {
    display: block;
    padding: 0 200px 0 20px;
  }
  .locationImage .fullWidthImage {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  #startAnimation #overview .shortDescription,
  #startAnimation #overview h2.font72 {
    padding-right: 70px;
  }
  .resMenu {
    overflow: hidden;
  }
  .locationImage .containerImage .mainGrid {
    display: block;
    padding: 0 170px 0 20px;
  }
  .inquiry .container.smallerPadding {
    padding: 0 20px 0 20px;
  }
  .inquiry .container.smallerPadding .mainGrid {
    display: block;
  }
  .inquiry .container.smallerPadding .mainGrid .whiteBox {
    top: 20px;
  }
  #inquiry {
    padding-right: 40px;
  }
  .plans .tab-content .tabFlex {
    max-width: calc(100% - 80px);
  }
  .plans .tab-content .tabFlex .mainContent {
    max-width: calc(100% - 375px);
    padding-left: 25px;
  }
  .plans .tab-content .tabFlex .data {
    max-width: 375px;
  }
  .plans .tab-content .tabFlex .data .px-9 {
    padding: 0 25px;
  }
  .mobileShow960 {
    display: block;
  }
  .container.mainOffer {
    padding: 20px;
  }
  .container.smallerPadding {
    padding: 20px 0 20px 20px;
  }
  .mainGrid {
    grid-gap: 0;
  }
  .grid-column-10 {
    grid-column: span 11;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 0 16px;
  }
  .col2 {
    width: 55px;
    grid-column: span 1;
    background: #F2F2F2;
    position: relative;
  }
  .resMenu .newMenu {
    right: -135px;
    left: auto;
  }
  .asideMenu {
    width: 190px;
    max-width: 190px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #F2F2F2;
    z-index: 10;
    transition: transform ease-in-out 0.45s;
    border-left: 1px solid #C7C7C7;
    padding-top: 15px;
    transform: translateX(0);
  }
  .asideMenu .mobileShow960 span {
    padding-left: 17px;
    cursor: pointer;
  }
  .asideMenu .mobileShow960 span:hover {
    color: #0B213F;
  }
  .asideMenu ul.list {
    background: #F2F2F2;
    border: none;
    top: 30px;
  }
  .asideMenu ul.list li.arrow {
    margin-bottom: 0;
  }
  .asideMenu ul.list li .material-symbols-outlined.openMenu {
    margin: 0;
    padding: 0;
    border: none;
  }
  .asideMenu.fixed {
    position: fixed;
    right: -135px;
  }
  .asideMenu.fixed.bottom {
    position: absolute;
    right: 0;
  }
  .asideMenu.fixed ul.list {
    background: #F2F2F2;
    border: none;
    top: 30px;
  }
  .asideMenu.open {
    transform: translateX(-130px);
  }
  .asideMenu.open span.openMenu {
    transform: rotate(180deg);
    padding-right: 18px;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide .imageWrapper img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .mainGrid #overview.grid-column-10 {
    padding-right: 0;
    grid-column: span 12;
  }
  .mainGrid #overview.grid-column-10 .col8 {
    grid-column: span 12;
  }
  .mainGrid .shortDescription {
    padding-left: 0;
  }
  .mainGrid .shortDescription p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .none768 {
    display: none;
  }
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8 {
    grid-column: span 10;
  }
  .font72 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .font48 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .font28 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .grid-column-10 {
    grid-gap: 0;
    padding-right: 15px;
  }
  .mainGrid .shortDescription {
    padding: 0;
  }
  .mainOffer .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .mainOffer .flex .data {
    width: 100%;
  }
  .mainOffer .flex .image {
    width: 100%;
  }
  .locationImage {
    flex-direction: column;
  }
  .locationImage .containerImage {
    display: block;
    padding-right: 50px;
  }
  .locationImage .containerImage .mainGrid {
    padding: 20px;
  }
  .locationImage .containerImage .grid-item-7-10 .sloMap {
    padding-top: 40px;
  }
  #presentation {
    margin-top: 20px;
  }
  #presentation h2 {
    margin-bottom: 30px;
  }
  .mainGrid .whiteBox {
    padding: 25px;
  }
  #units {
    padding-top: 39px;
  }
  .plans .tabs {
    width: 100%;
    position: relative;
    flex-direction: row;
    padding-left: 20px;
  }
  .plans .tabs .tab-button {
    width: auto;
    border: none;
    border-bottom: 6px solid transparent;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 0;
  }
  .plans .tabs .tab-button span.letter {
    line-height: 110%;
  }
  .plans .tab-content .tabFlex .data {
    max-width: 50%;
    padding-left: 0;
  }
  .plans .tab-content .tabFlex .mainContent {
    max-width: 50%;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide h3 {
    padding-bottom: 91px;
  }
  #outside.mt-12 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mainOffer.not-on-sale .responsive-order-1 {
    order: 1;
  }
  .mainOffer.not-on-sale .responsive-order-1 .image .relative img {
    width: 100%;
    aspect-ratio: 360/212;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: relative;
  }
  .mainOffer.not-on-sale .responsive-order-2 {
    order: 2;
  }
  .mainOffer.not-on-sale .responsive-order-2.dev {
    order: unset;
  }
  .mainOffer.not-on-sale .responsive-order-2.dev .status {
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
}
@media only screen and (max-width: 650px) {
  .plans .tab-content .tabFlex {
    flex-direction: column;
    max-width: calc(100% - 55px);
  }
  .plans .tab-content .tabFlex .data {
    max-width: 100%;
  }
  .plans .tab-content .tabFlex .data h3 {
    min-height: 100px;
  }
  .plans .tab-content .tabFlex .data .ctaButton {
    margin-bottom: 25px;
  }
  .plans .tab-content .tabFlex .mainContent {
    max-width: 100%;
    padding: 25px;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide h3 {
    padding-bottom: 80px;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li {
    gap: 0 10px;
    flex-wrap: wrap;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-slide ul.spaces li span.surface {
    min-width: 100%;
    margin: 5px 0 0 0;
    text-align: left;
    padding-left: 30px;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-prev {
    top: 90px;
    left: 2px;
    right: auto;
  }
  .plans .tab-content .tabFlex .mainContent .swiper-container .swiper-button-next {
    top: 90px;
    left: 40px;
    right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .mainGrid .distance ul li {
    flex-wrap: wrap;
  }
  .mainGrid .distance ul li span.length {
    margin: 0;
    width: 100%;
    min-width: 100%;
    padding-left: 50px;
    margin-top: 10px;
  }
  .mainGrid .distance ul.flex-start li span.length {
    padding-left: 0;
  }
  .mainGrid #location .distance ul li {
    align-items: flex-start;
  }
  .mainGrid #location .distance ul li span.title {
    max-width: calc(100% - 55px);
    padding-top: 5px;
  }
}
@media only screen and (max-width: 450px) {
  /*
  .grid-column-10 {
    &#overview {
      padding-right: 45px;
    }
  }*/
}
.page-404.page-contact .heading-section h1 {
  margin-top: 30px;
  color: #005A9B;
}
.page-404 .form-wrapper {
  display: flex;
}
.page-404 .form-wrapper .content-404 .subtitle {
  color: #005A9B;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-404 .form-wrapper .content-404 a {
  margin-top: 20px;
  letter-spacing: 0.1em;
  display: block;
  padding: 15px 50px;
  text-align: center;
  border: 2.5px solid #005A9B;
  color: #005A9B;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
.page-404 .form-wrapper .content-404 a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 2px);
  position: absolute;
  background-color: #005A9B;
  transition: all 350ms ease;
}
.page-404 .form-wrapper .content-404 a:hover {
  color: #fff;
}
.page-404 .form-wrapper .content-404 a:hover::before {
  width: calc(100% + 1.5px);
}
@media (max-width: 1079.98px) {
  .page-404 .form-wrapper .content-404 {
    width: 100%;
  }
}
.page-404 .form-wrapper .tosidos-icon {
  margin-left: 32px;
  width: 30%;
}
.page-404 .form-wrapper .tosidos-icon .icon {
  content: url(/images/svg/about-t.svg);
  width: 100%;
}
@media (max-width: 1079.98px) {
  .page-404 .form-wrapper .tosidos-icon {
    display: none;
  }
}

#hero-video {
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;
  overflow: hidden;
}
#hero-video video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero-video .content-wrapper {
  padding-top: 260px;
  position: relative;
  background: linear-gradient(236.98deg, rgba(11, 33, 63, 0.9) 5.79%, rgba(65, 97, 141, 0.9) 106.13%);
  min-width: 100%;
  min-height: 100vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#hero-video .content-wrapper .slogan-container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: auto;
}
#hero-video .content-wrapper .slogan-container img {
  height: 142px;
}
#hero-video .content-wrapper .slogan-container img.slogan-line {
  position: absolute;
  left: 0;
  width: 33vw;
}
#hero-video .content-wrapper .hero-services {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
#hero-video .content-wrapper .hero-services .single-service {
  width: 30%;
  margin-right: 25px;
}
#hero-video .content-wrapper .hero-services .single-service:last-child {
  margin-right: initial;
}
#hero-video .content-wrapper .hero-services .single-service a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#hero-video .content-wrapper .hero-services .single-service a span.icon {
  content: url(/images/svg/icons/right-arrow-light.svg);
  width: 20px;
  margin-top: 4px;
}
#hero-video .content-wrapper .hero-services .single-service a .wrapper .service-title {
  color: #BECDE2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#hero-video .content-wrapper .hero-services .single-service a .wrapper .service-title span {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#BECDE2, #BECDE2);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
#hero-video .content-wrapper .hero-services .single-service a .wrapper .service-description {
  color: #fff;
}
#hero-video .content-wrapper .hero-services .single-service:hover .wrapper .service-title span {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
#hero-video .content-wrapper .scroll-down {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 40px;
}
#hero-video .content-wrapper .scroll-down a {
  display: inline-block;
}
#hero-video .content-wrapper .scroll-down .icon {
  content: url("/images/svg/icons/scroll-down.svg");
  width: 28px;
}
#hero-video #following-box {
  width: 30%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #0B213F;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
}
#hero-video #following-box .icon {
  content: url(/images/svg/icons/right-arrow-white.svg);
  width: 28px;
}
@media (max-width: 1079.98px) {
  #hero-video #following-box {
    display: none;
  }
  #hero-video .content-wrapper .hero-services {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #hero-video .content-wrapper .hero-services .single-service {
    width: 100%;
    padding: 15px 0 20px 0;
    border-top: 1px solid #0B213F;
  }
  #hero-video .content-wrapper .hero-services .single-service a {
    flex-wrap: wrap;
  }
  #hero-video .content-wrapper .hero-services .single-service a span.icon {
    order: 2;
  }
  #hero-video .content-wrapper .hero-services .single-service a .wrapper {
    order: 1;
    width: 100%;
  }
  #hero-video .content-wrapper .hero-services .single-service a .wrapper .service-description {
    display: none;
  }
}
@media (max-width: 1920.98px) {
  #hero-video .content-wrapper .slogan-container img.slogan-line-en {
    width: 25vw;
  }
}
@media (max-width: 1079.98px) {
  #hero-video .content-wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 575.98px) {
  #hero-video .content-wrapper .slogan-container img {
    height: 85px;
  }
}
@media (max-width: 374.98px) {
  #hero-video .content-wrapper .slogan-container img {
    height: 70px;
  }
}

#finished-projects {
  padding-top: 50px;
}
#finished-projects h2 {
  margin-bottom: 10px;
}
#finished-projects .wrapper {
  display: grid;
  grid-template-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr) 10px 1fr 10px repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#finished-projects .wrapper .card-link {
  z-index: 1;
}
#finished-projects .wrapper .card-info {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#finished-projects .wrapper .card-info span.icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 20px;
  margin-top: 4px;
}
#finished-projects .wrapper .card-info .info span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #41618D;
  letter-spacing: 0.1em;
}
#finished-projects .wrapper .card-info .info ul {
  margin: 5px 0 0 0;
  color: #2F2F2F;
}
#finished-projects .wrapper .card-info .info ul li {
  display: inline;
}
#finished-projects .wrapper .card-info .info ul li:nth-child(2) {
  color: #C4C4C4;
}
#finished-projects .wrapper .card-image .relative {
  width: 100%;
  height: 100%;
}
#finished-projects .wrapper .card-image .relative img {
  width: 100%;
}
#finished-projects .wrapper .card-image.item-1 {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#finished-projects .wrapper .card-image.item-1 .relative img {
  width: 100%;
  height: 100%;
}
#finished-projects .wrapper .single-card.item-6 {
  background-color: initial;
}
#finished-projects .wrapper .single-card.item-6 div {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
#finished-projects .wrapper .single-card.item-6 div a {
  display: inline-flex;
  height: initial;
  flex-direction: initial;
  font-weight: 700;
  text-transform: uppercase;
  color: #41618D;
  letter-spacing: 0.1em;
  font-size: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
#finished-projects .wrapper .single-card.item-6 div a:hover {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
#finished-projects .wrapper .single-card.item-6 div span.icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 20px;
  margin-right: 5px;
}
#finished-projects .wrapper .card-info .info span {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
#finished-projects .wrapper a:hover + div .info span {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
#finished-projects .wrapper a.item-1 {
  grid-area: 1/1/5/4;
}
#finished-projects .wrapper .item-1.card-info {
  grid-area: 1/1/2/4;
}
#finished-projects .wrapper .item-1.card-image {
  grid-area: 2/1/5/4;
}
#finished-projects .wrapper a.item-2 {
  grid-area: 6/1/8/2;
}
#finished-projects .wrapper .item-2.card-info {
  grid-area: 6/1/7/2;
}
#finished-projects .wrapper .item-2.card-image {
  grid-area: 7/1/8/2;
}
#finished-projects .wrapper a.item-3 {
  grid-area: 6/3/8/4;
}
#finished-projects .wrapper .item-3.card-info {
  grid-area: 6/3/7/4;
}
#finished-projects .wrapper .item-3.card-image {
  grid-area: 7/3/8/4;
}
#finished-projects .wrapper a.item-4 {
  grid-area: 1/5/3/6;
}
#finished-projects .wrapper .item-4.card-info {
  grid-area: 1/5/2/6;
}
#finished-projects .wrapper .item-4.card-image {
  grid-area: 2/5/3/6;
}
#finished-projects .wrapper a.item-5 {
  grid-area: 4/5/7/6;
}
#finished-projects .wrapper .item-5.card-info {
  grid-area: 4/5/6/6;
}
#finished-projects .wrapper .item-5.card-image {
  grid-area: 6/5/7/6;
}
#finished-projects .wrapper .item-6 {
  grid-area: 7/5/8/6;
}
@media (max-width: 1079.98px) {
  #finished-projects .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr minmax(0, auto) 10px 0.5fr minmax(0, auto) 10px 0.5fr minmax(0, auto) 10px 0.5fr minmax(0, auto) 10px 0.5fr minmax(0, auto) minmax(0, auto);
  }
  #finished-projects .wrapper a.item-1 {
    grid-area: 1/1/3/2;
  }
  #finished-projects .wrapper .item-1.card-info {
    grid-area: 1/1/2/2;
  }
  #finished-projects .wrapper .item-1.card-image {
    grid-area: 2/1/3/2;
    display: initial;
  }
  #finished-projects .wrapper a.item-2 {
    grid-area: 4/1/6/2;
  }
  #finished-projects .wrapper .item-2.card-info {
    grid-area: 4/1/5/2;
  }
  #finished-projects .wrapper .item-2.card-image {
    grid-area: 5/1/6/2;
  }
  #finished-projects .wrapper a.item-3 {
    grid-area: 7/1/9/2;
  }
  #finished-projects .wrapper .item-3.card-info {
    grid-area: 7/1/8/2;
  }
  #finished-projects .wrapper .item-3.card-image {
    grid-area: 8/1/9/2;
  }
  #finished-projects .wrapper a.item-4 {
    grid-area: 10/1/12/2;
  }
  #finished-projects .wrapper .item-4.card-info {
    grid-area: 10/1/11/2;
  }
  #finished-projects .wrapper .item-4.card-image {
    grid-area: 11/1/12/2;
  }
  #finished-projects .wrapper a.item-5 {
    grid-area: 13/1/15/2;
  }
  #finished-projects .wrapper .item-5.card-info {
    grid-area: 13/1/14/2;
  }
  #finished-projects .wrapper .item-5.card-image {
    grid-area: 14/1/15/2;
  }
  #finished-projects .wrapper .item-6 {
    grid-area: 15/1/16/2;
    padding-top: 25px;
  }
  #finished-projects .wrapper .item-6 div {
    justify-content: flex-start !important;
  }
  #finished-projects .wrapper .card-image.item-1 .relative picture {
    display: block;
  }
  #finished-projects .wrapper .card-image.item-1 .relative img {
    width: 100%;
    height: initial;
  }
}

#home-video-stories {
  padding-top: 50px;
}
#home-video-stories h2 {
  margin-bottom: 10px;
}
#home-video-stories .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 10px 1fr;
  grid-template-rows: repeat(3, 1fr) 10px repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#home-video-stories .wrapper .tile-info.video-1 {
  grid-area: 1/1/5/3;
}
#home-video-stories .wrapper .tile-video.video-1 {
  grid-area: 5/1/9/3;
}
#home-video-stories .wrapper .single-tile.video-2 {
  grid-area: 1/4/4/5;
}
#home-video-stories .wrapper .single-tile.video-3 {
  grid-area: 5/4/8/5;
}
#home-video-stories .wrapper a.read-more {
  grid-area: 8/4/9/5;
}
#home-video-stories .wrapper .single-tile {
  display: flex;
  flex-direction: column;
}
#home-video-stories .wrapper a.read-more {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#home-video-stories .wrapper a.read-more div {
  display: inline-block;
}
#home-video-stories .wrapper .tile-info {
  background-color: #fff;
  flex: 1;
}
#home-video-stories .wrapper .tile-info a {
  display: flex;
  height: 100%;
  margin: 20px 15px;
}
#home-video-stories .wrapper .tile-info a h3 {
  color: #41618D;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
#home-video-stories .wrapper .tile-info a h3 span {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
#home-video-stories .wrapper .tile-info a:hover h3 span {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
#home-video-stories .wrapper .tile-video {
  position: relative;
  width: 100%;
}
#home-video-stories .wrapper .tile-video a {
  position: relative;
}
#home-video-stories .wrapper .tile-video a picture img {
  width: 100%;
}
#home-video-stories .wrapper .tile-video a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-video-stories .wrapper .tile-video a .overlay .play-button {
  width: 15%;
}
#home-video-stories .wrapper .tile-info.video-1 h3 {
  width: 50%;
  padding: 10px 20px;
}
#home-video-stories .wrapper .tile-info.video-1 .description {
  width: 50%;
  padding: 10px 50px 10px 0;
  color: #2F2F2F;
}
@media (max-width: 1079.98px) {
  #home-video-stories .wrapper {
    display: flex;
    flex-direction: column;
  }
  #home-video-stories .wrapper .tile-info.video-1 h3 {
    width: 100%;
  }
  #home-video-stories .wrapper .tile-info.video-1 .description {
    display: none;
  }
  #home-video-stories .wrapper .single-tile.video-2 {
    margin-top: 15px;
  }
  #home-video-stories .wrapper .single-tile.video-3 {
    margin-top: 15px;
  }
  #home-video-stories .wrapper a.read-more {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

#home-services {
  background: linear-gradient(270deg, #0B213F 0%, #41618D 100%);
  color: #fff;
}
#home-services .container {
  padding-top: 35px;
  padding-bottom: 40px;
}
#home-services h2 {
  margin-bottom: 20px;
  color: #fff;
}
#home-services .wrapper {
  display: flex;
}
#home-services .wrapper .single-service {
  display: flex;
}
#home-services .wrapper .single-service .service-icon {
  width: 40%;
}
#home-services .wrapper .single-service .service-icon img {
  width: 100%;
}
#home-services .wrapper .single-service .details {
  width: 60%;
  padding-top: 15px;
}
#home-services .wrapper .single-service .details .service-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 50px;
  letter-spacing: 0.1em;
}
#home-services .wrapper .single-service#gradnja {
  padding-right: 20px;
}
#home-services .wrapper .single-service#razvoj {
  border-left: 1px solid #0B213F;
  padding-left: 20px;
}
#home-services .link-wrapper {
  text-align: center;
  margin-top: 20px;
}
#home-services .link-wrapper a {
  display: inline-block;
  border: 2.5px solid #BECDE2;
  color: #BECDE2;
  padding: 10px 65px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
#home-services .link-wrapper a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -0.5px;
  left: -0.5px;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
#home-services .link-wrapper a:hover {
  color: #41618D;
}
#home-services .link-wrapper a:hover::before {
  width: calc(100% + 1px);
}
@media (max-width: 1079.98px) {
  #home-services .wrapper {
    flex-direction: column;
  }
  #home-services .wrapper .single-service {
    flex-direction: column;
  }
  #home-services .wrapper .single-service .service-icon {
    width: 50%;
  }
  #home-services .wrapper .single-service#razvoj {
    border-top: 1px solid #0B213F;
    border-left: initial;
    padding-left: initial;
    margin-top: 20px;
    padding-top: 10px;
  }
  #home-services .wrapper .single-service .details {
    width: 100%;
  }
  #home-services .link-wrapper {
    margin-top: 45px;
  }
}

.home-offers {
  background: linear-gradient(270deg, #0B213F 0%, #41618D 100%);
  position: relative;
}
.home-offers .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-offers h2 {
  color: #fff;
  margin-bottom: 25px;
}
.home-offers .swiper-slide a {
  flex: 1;
  display: flex;
}
.home-offers .swiper-slide .slide-wrapper {
  display: flex;
  flex: 1;
  background-color: #fff;
}
.home-offers .swiper-slide .slide-wrapper .relative {
  width: 75%;
}
.home-offers .swiper-slide .slide-wrapper .relative img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1079.98px) {
  .home-offers .swiper-slide .slide-wrapper .relative img {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .home-offers .swiper-slide .slide-wrapper .relative img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .home-offers .swiper-slide .slide-wrapper .relative img {
    height: 240px;
  }
}
@media (max-width: 374.98px) {
  .home-offers .swiper-slide .slide-wrapper .relative img {
    height: 150px;
  }
}
.home-offers .swiper-slide .slide-wrapper .slider-info {
  width: 25%;
  padding: 40px 35px 0 35px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .main-info {
  display: flex;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .main-info span.icon {
  content: url(/images/svg/icons/right-arrow.svg);
  width: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 4px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .main-info .wrapper {
  padding-left: 10px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .main-info .estate-name {
  font-size: 16px;
  color: #41618D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .main-info .estate-location {
  color: #2F2F2F;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details {
  margin-top: 40px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail {
  padding: 10px 0;
  border-top: 1px solid #C7C7C7;
  display: flex;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span:first-child {
  color: #838383;
  width: 30px;
  margin-right: 1rem;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span:nth-child(2) {
  color: #2F2F2F;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span .size-icon {
  content: url(/images/svg/icons/estate-size-icon.svg);
  width: 24px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span .price-icon {
  content: url(/images/svg/icons/estate-price-icon.svg);
  width: 22px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span .info-icon {
  content: url(/images/svg/icons/info-icon.svg);
  width: 23px;
}
.home-offers .swiper-slide .slide-wrapper .slider-info .details .single-detail > span .availability-icon {
  content: url(/images/svg/icons/estate-availability-icon.svg);
  width: 28px;
}
.home-offers .swiper-slide .main-info:hover .estate-name span {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.home-offers .slider-navigation {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.home-offers .swiper-slide {
  height: auto;
  display: flex;
}
@media (max-width: 1079.98px) {
  .home-offers .swiper-slide .slide-wrapper {
    flex-direction: column;
  }
  .home-offers .swiper-slide .slide-wrapper .relative {
    width: 100%;
  }
  .home-offers .swiper-slide .slide-wrapper .slider-info {
    width: 84%;
    margin: 40px 8%;
    padding: initial;
  }
}

.heading-section {
  /*
    background: linear-gradient(266.53deg, #0B213F -3.61%, #41618D 88.54%);
    padding-top: $header-height-xxl;
  */
}
.heading-section .wrapper {
  position: relative;
  z-index: 9;
}
.heading-section .wrapper .bg-gray {
  background-color: #F2F2F2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.heading-section .wrapper .container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.heading-section .wrapper .container .cointainer-bg {
  width: 100%;
  padding-top: 25px;
  height: 100%;
  background-color: #F2F2F2;
}
.heading-section .wrapper .container .cointainer-bg:not(.container-pb) {
  padding: 25px 0;
}
.heading-section .wrapper .container .cointainer-bg h1 {
  color: #0B213F;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
.heading-section .wrapper .container .cointainer-bg span {
  border-bottom: 1px solid #C7C7C7;
  display: block;
  width: 11%;
  position: absolute;
  bottom: 0;
}

div.subheading {
  padding-top: 15px;
  padding-bottom: 30px;
}
div.subheading div {
  font-size: 24px;
  line-height: 130%;
  width: 70%;
  padding-right: 50px;
}

@media (max-width: 1079.98px) {
  .heading-section .wrapper .container .cointainer-bg {
    width: 100%;
  }
  .heading-section .wrapper .container .cointainer-bg .single-project-navigation {
    padding-right: initial;
  }
  .heading-section .wrapper .bg-gray {
    width: 100%;
  }
  div.subheading div {
    width: 100%;
    padding-right: 0;
  }
  .cointainer-bg span {
    width: 40% !important;
  }
}
.single-project {
  /*video*/
}
.single-project .single-project-info {
  max-width: 2000px;
  padding-top: 83px;
  margin: 0 auto;
}
.single-project .single-project-info.pt-0 {
  padding-top: 0;
}
.single-project .single-project-info.pt-0 .container .about-project .project-description {
  margin-top: 0;
}
.single-project .single-project-info .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
}
.single-project .single-project-info .container .about-project {
  width: 66.6666666667%;
  margin-bottom: 30px;
}
.single-project .single-project-info .container .about-project .category-label {
  padding-right: 12px;
}
.single-project .single-project-info .container .about-project h1 {
  padding-right: 12px;
}
.single-project .single-project-info .container .about-project .project-location {
  font-weight: 700;
}
.single-project .single-project-info .container .about-project .project-description {
  margin: 26px 0 0 70px;
  border-left: 1px solid #5C92BD;
  padding: 10px 12px 20px 15px;
}
.single-project .single-project-info .container .about-project .social-responsibility-support-main-container {
  margin: 35px 0 0 70px;
}
.single-project .single-project-info .container .about-project .social-responsibility-support-main-container .font18 {
  font-weight: 700;
}
.single-project .single-project-info .container .about-project .project-status {
  font-size: 13px;
  color: #838383;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.single-project .single-project-info .container .project-details {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  position: relative;
}
.single-project .single-project-info .container .project-details .sloMap {
  background: #E8E7E4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.single-project .single-project-info .container .project-details .sloMap picture {
  width: 100%;
}
.single-project .single-project-info .container .project-details .sloMap picture img {
  width: 100%;
}
.single-project .single-project-info .container .project-details .badge {
  height: 39px;
  background: #0B213F;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.single-project .single-project-info .container .project-details .wrapper {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper {
  padding: 15px 25px 34px 25px;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item {
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item:first-child {
  padding-top: 0;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item .name {
  color: #838383;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item a {
  font-weight: 700;
  font-size: 16px;
  color: #005A9B;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  border: 2.5px solid #005A9B;
  padding: 10px 0;
  margin-top: 12px;
  position: relative;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #005A9B;
  transition: all 350ms ease;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item a:hover {
  color: #fff;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper .single-item a:hover::before {
  width: calc(100% + 1px);
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark {
  background-color: #0B213F;
  color: #fff;
  padding: 25px;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .company-info div {
  color: #BECDE2;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .company-info div a {
  display: block;
  color: #BECDE2;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .company-info div a span {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#41618D, #41618D);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .company-info div a span:hover {
  background-size: 0 1.75px, 100% 1.75px;
  transition: background-size 0.5s 0s ease-out;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .agency-link {
  color: #BECDE2;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin-top: 20px;
  max-width: unset;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .agency-link span.icon {
  content: url("/images/svg/icons/more-icon.svg");
  width: 28px;
  margin-right: 12px;
}
.single-project .single-project-info .container .project-details .wrapper .inside-wrapper.dark .agency-link span.span-link {
  /*
  background-image: linear-gradient(#0000, #0000), linear-gradient($violet-basic, $violet-basic);
  background-size: 100% 1.75px, 0 1.75px;
  background-position: 100% 104%, 0 104%;
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;

  &:hover {
    background-size: 0 1.75px, 100% 1.75px;
    transition: background-size 0.5s 0s ease-out;
  }
  */
}
.single-project .single-project-info .container .project-details .inquiry-block {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 25px 30px;
}
@media (max-width: 1079.98px) {
  .single-project .single-project-info .container .project-details .inquiry-block {
    margin-top: -20px;
  }
}
.single-project .single-project-info .container .project-details .inquiry-block * {
  margin: 0;
}
.single-project .single-project-info .container .project-image-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1400px) {
  .single-project .single-project-info .container .project-image-wrapper.xl-wrapper-inset {
    width: 100%;
    margin: 0;
  }
}
.single-project .video-stories-wrapper {
  padding: 40px 0 0 0;
}
.single-project .video-stories-wrapper .heading-left {
  padding: 0 0 24px 0;
}
.single-project .video-stories-wrapper .stories {
  background: #fff;
  margin-bottom: 16px;
}
.single-project .video-stories-wrapper .stories .description {
  padding-top: 30px;
}
.single-project .single-project-image img {
  width: 100%;
}
.single-project .inquiry {
  margin-top: 40px;
  margin-bottom: 100px;
}
.single-project .inquiry .inquiryWrapper .content {
  background: #fff;
  position: relative;
  top: 40px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.single-project .inquiry .inquiryWrapper .content .col1_2 {
  max-width: 50%;
}
.single-project .inquiry .inquiryWrapper .content .col1_2 .ctaButton {
  margin-bottom: 0;
}
@media (max-width: 1079.98px) {
  .single-project .single-project-info {
    max-width: 2000px;
  }
  .single-project .single-project-info .container .about-project {
    order: 1;
    width: 100%;
  }
  .single-project .single-project-info .container .about-project .category-label,
  .single-project .single-project-info .container .about-project h1 {
    padding-right: 0;
  }
  .single-project .single-project-info .container .about-project .project-description {
    margin-top: 25px;
    margin-left: 0;
    padding-right: 0;
  }
  .single-project .single-project-info .container .about-project .social-responsibility-support-main-container {
    margin: 30px 0 0 0;
  }
  .single-project .single-project-info .container .project-details {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  .single-project .single-project-info .container .project-details .wrapper {
    position: relative;
    top: -20px;
    left: initial;
  }
  .single-project .single-project-info .container .project-details .bt-gray-lines {
    border-top: none;
    margin-top: 10px;
  }
  .single-project .single-project-info .container .project-image-wrapper {
    order: 2;
  }
  .single-project .single-project-navigation .category-link {
    width: 40% !important;
  }
  .single-project .single-project-navigation .nav-icons {
    width: 60% !important;
  }
}
@media (min-width: 1921px) {
  .single-project .video-stories-swiper .swiper-wrapper .swiper-slide .video-thumb {
    grid-area: 1/4/2/6;
  }
}

@media (max-width: 767.98px) {
  .single-project .inquiry .inquiryWrapper .content {
    flex-direction: column;
  }
  .single-project .inquiry .inquiryWrapper .content .col1_2 {
    max-width: 100%;
  }
  .single-project .video-stories-wrapper .stories {
    background: none;
    margin-bottom: 20px;
  }
  .single-project .video-stories-wrapper .stories .description {
    padding: 32px 18px;
    background: #fff;
  }
  .single-project .video-stories-wrapper .stories .full,
  .single-project .video-stories-wrapper .stories .full-r {
    grid-column: content;
    margin: 0;
    grid-row: 2;
  }
}
.cta-full-width {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.cta-full-width a {
  border: 2.5px solid #41618D;
  display: inline-block;
  color: #41618D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 15px 24px;
  min-width: 300px;
  position: relative;
  z-index: 1;
  transition: all 150ms ease;
}
.cta-full-width a::before {
  content: "";
  z-index: -1;
  display: block;
  top: -0.5px;
  left: 0;
  width: 0;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
.cta-full-width a:hover {
  color: #41618D;
}
.cta-full-width a:hover::before {
  width: 100%;
}
