/*! 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 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

:root {
  --brand-main: #ff6600;
  --brand-secondary: #5485A1;
  --black: #000000;
  --black-text: #0e0e0e;
  --black-light: #4d4d4d;
  --grey: #8b8b8b;
  --white: #ffffff;
  --green: #76a378;
  --purple: #a9a4cb;
  --yellow: #d3c973;
  --blue-dark: #0b1526;
  --blue-light: #97bccc;
  --blue-digital: #0a0050;
  --red: #ff0000;
  --font-family-bold: 'CircularStdBold', sans-serif;
  --font-family-book: 'CircularStdBook', sans-serif;
  --font-family-medium: 'CircularStdMedium', sans-serif;
  --gellixRegular: "gellixregular";
  --gellixLight: "gellixlight";
  --gellixBold: "gellixbold";
  --gellixSemiBold: 'gellixsemibold';
  --gellixMedium: 'gellixmedium';
  --font-base: 16px;
  --line-height-base: 1.5rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2.25rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.75rem;
  --font-size-h5: 1rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 88vw;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.56,.86,.59,1);
  --cubic-bezier2: cubic-bezier(.4,0,0,1);
}

@font-face {
  font-family: 'CircularStdBold';
  src: url("../fonts/CircularStdBold.eot");
  src: url("../fonts/CircularStdBold.eot") format("embedded-opentype"), url("../fonts/CircularStdBold.woff2") format("woff2"), url("../fonts/CircularStdBold.woff") format("woff"), url("../fonts/CircularStdBold.ttf") format("truetype"), url("../fonts/CircularStdBold.svg#CircularStdBold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'CircularStdMedium';
  src: url("../fonts/CircularStdMedium.eot");
  src: url("../fonts/CircularStdMedium.eot") format("embedded-opentype"), url("../fonts/CircularStdMedium.woff2") format("woff2"), url("../fonts/CircularStdMedium.woff") format("woff"), url("../fonts/CircularStdMedium.ttf") format("truetype"), url("../fonts/CircularStdMedium.svg#CircularStdMedium") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'CircularStdBook';
  src: url("../fonts/CircularStdBook.eot");
  src: url("../fonts/CircularStdBook.eot") format("embedded-opentype"), url("../fonts/CircularStdBook.woff2") format("woff2"), url("../fonts/CircularStdBook.woff") format("woff"), url("../fonts/CircularStdBook.ttf") format("truetype"), url("../fonts/CircularStdBook.svg#CircularStdBook") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'gellixregular';
  src: url("../fonts/gellixregular-webfont.eot");
  src: url("../fonts/gellixregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gellixregular-webfont.woff2") format("woff2"), url("../fonts/gellixregular-webfont.woff") format("woff"), url("../fonts/gellixregular-webfont.ttf") format("truetype"), url("../fonts/gellixregular-webfont.svg#gellixregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gellixlight';
  src: url("../fonts/gellixlight-webfont.eot");
  src: url("../fonts/gellixlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gellixlight-webfont.woff2") format("woff2"), url("../fonts/gellixlight-webfont.woff") format("woff"), url("../fonts/gellixlight-webfont.ttf") format("truetype"), url("../fonts/gellixlight-webfont.svg#gellixlight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gellixbold';
  src: url("../fonts/gellix-bold-webfont.eot");
  src: url("../fonts/gellix-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gellix-bold-webfont.woff2") format("woff2"), url("../fonts/gellix-bold-webfont.woff") format("woff"), url("../fonts/gellix-bold-webfont.ttf") format("truetype"), url("../fonts/gellix-bold-webfont.svg#gellixbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gellixmedium';
  src: url("../fonts/gellix-medium-webfont.eot");
  src: url("../fonts/gellix-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gellix-medium-webfont.woff2") format("woff2"), url("../fonts/gellix-medium-webfont.woff") format("woff"), url("../fonts/gellix-medium-webfont.ttf") format("truetype"), url("../fonts/gellix-medium-webfont.svg#gellixmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gellixsemibold';
  src: url("../fonts/gellix-semibold-webfont.eot");
  src: url("../fonts/gellix-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gellix-semibold-webfont.woff2") format("woff2"), url("../fonts/gellix-semibold-webfont.woff") format("woff"), url("../fonts/gellix-semibold-webfont.ttf") format("truetype"), url("../fonts/gellix-semibold-webfont.svg#gellixsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1fv0gd");
  src: url("../fonts/icomoon.eot?1fv0gd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1fv0gd") format("truetype"), url("../fonts/icomoon.woff?1fv0gd") format("woff"), url("../fonts/icomoon.svg?1fv0gd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e92a";
}

.icon-services:before {
  content: "\e929";
}

.icon-calendar:before {
  content: "\e928";
}

.icon-community:before {
  content: "\e927";
}

.icon-warning:before {
  content: "\e926";
}

.icon-agro-2:before {
  content: "\e920";
}

.icon-ict-2:before {
  content: "\e91f";
}

.icon-creative-2:before {
  content: "\e921";
}

.icon-research-2:before {
  content: "\e922";
}

.icon-education-2:before {
  content: "\e923";
}

.icon-email:before {
  content: "\e924";
}

.icon-phone:before {
  content: "\e925";
}

.icon-check:before {
  content: "\e91e";
}

.icon-pdf:before {
  content: "\e91d";
}

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

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

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

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

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

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

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

.icon-arrow-down:before {
  content: "\e907";
}

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

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

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

.icon-search:before {
  content: "\e90b";
}

.icon-arrow-logo:before {
  content: "\e90c";
}

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

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

.icon-scroll:before {
  content: "\e90f";
}

.icon-scroll-arrow:before {
  content: "\e910";
}

.icon-apply-online:before {
  content: "\e911";
}

.icon-pdf-application:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e913";
}

.icon-business-linkage:before {
  content: "\e914";
}

.icon-coworking:before {
  content: "\e915";
}

.icon-production:before {
  content: "\e916";
}

.icon-startup-services:before {
  content: "\e917";
}

.icon-table:before {
  content: "\e918";
}

.icon-incubation:before {
  content: "\e919";
}

.icon-acceleration:before {
  content: "\e91a";
}

.icon-open-land:before {
  content: "\e91b";
}

.icon-accomodation:before {
  content: "\e91c";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

body {
  color: var(--black-text);
  font-family: var(--font-family-book);
  letter-spacing: -0.01em;
  font-size: var(--font-base);
  letter-spacing: -0.01em;
}

::selection {
  background-color: rgba(255, 102, 0, 0.85);
  color: var(--white);
}

::-moz-selection {
  background-color: rgba(255, 102, 0, 0.85);
  color: var(--white);
}

input:focus,
textarea:focus {
  outline: 0;
}

.link {
  font-family: var(--font-family-medium);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--brand-main);
  font-size: 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline-color: var(--brand-main);
}

.link i {
  font-size: 2.25rem;
  margin-left: 20px;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.link span {
  position: relative;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.link span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.link.link--black {
  color: var(--black-text);
}

.link.link--black span:after {
  background-color: var(--black-text);
}

.link.link--bigger span {
  font-size: 1.25rem;
}

.link-underline,
.section--text a,
.team-member p a,
.accordion-content a,
.service-section--info a,
.documents ul li span,
.dtc-tab-content-item p a,
.dtc-text .section > a,
.dtc-text .section p > a,
.dtc-text .section ul > a,
.digital-business a {
  position: relative;
}

.link-underline:after,
.section--text a:after,
.team-member p a:after,
.accordion-content a:after,
.service-section--info a:after,
.documents ul li span:after,
.dtc-tab-content-item p a:after,
.dtc-text .section > a:after,
.dtc-text .section p > a:after,
.dtc-text .section ul > a:after,
.digital-business a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.link-underline--blue:after,
.digital-business a:after {
  background-color: var(--blue-dark);
}

.fit-img,
.fit-img-full,
.park,
.article-main,
.event-img,
.tenant-main,
.team-member .team-member-img,
.banner,
.service-main,
.facility-main,
.item--img,
.news-item .news-item--img {
  position: relative;
}

.fit-img img,
.fit-img-full img,
.park img,
.article-main img,
.event-img img,
.tenant-main img,
.team-member .team-member-img img,
.banner img,
.service-main img,
.facility-main img,
.item--img img,
.news-item .news-item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.fit-img-full img,
.park img,
.article-main img,
.event-img img,
.tenant-main img,
.team-member .team-member-img img,
.banner img,
.service-main img,
.facility-main img {
  position: absolute;
  top: 0;
  left: 0;
}

.top-space {
  margin-top: 150px;
}

.title {
  font-size: 2.25rem;
  line-height: 1.1;
  position: relative;
}

.title.title--blue {
  color: var(--brand-secondary);
}

.title.title--orange {
  color: var(--brand-main);
}

.title.title--orange span {
  color: var(--grey);
}

.title.title--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.subtitle {
  color: var(--brand-main);
  margin-bottom: 30px;
  font-size: 2rem;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-90 {
  margin-bottom: 60px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.loading {
  text-align: center;
  width: 100%;
}

.loading h3 {
  color: var(--brand-main);
  font-size: 2rem;
  margin-bottom: 90px;
}

.red-text {
  color: #FA3E3E !important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 15px;
}

figure.wp-block-table {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-bold);
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  font-size: var(--font-base);
  line-height: var(--line-height-base);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap-fluid {
  position: relative;
  width: 100%;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}

.wrap-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap.remove-gutter-right {
  margin-right: 0;
  padding-right: 0;
}

.wrap.remove-gutter-left {
  margin-left: 0;
  padding-left: 0;
}

.wrap.remove-gutter-left .col {
  margin-left: 0 !important;
}

.flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 30px;
  z-index: 2;
}

.flex .col:first-of-type {
  margin-left: 0px;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  background-color: var(--brand-main);
  color: var(--white);
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  min-width: 160px;
  text-align: center;
  -webkit-transition: border-color 0.3s var(--cubic-bezier);
  transition: border-color 0.3s var(--cubic-bezier);
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.btn span {
  position: relative;
  z-index: 2;
  font-family: var(--font-family-book);
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.btn.btn--white {
  background-color: var(--white);
  color: var(--black-text);
  border-color: var(--white);
}

.btn.btn--white:before {
  background-color: var(--brand-main);
}

.btn.btn--orange {
  border: 1px solid var(--brand-main);
}

.btn.btn--orange:before {
  background-color: var(--white);
}

.btn.btn--outline {
  background-color: transparent;
  border-color: var(--white);
}

.btn.btn--outline-white:before {
  background-color: var(--brand-main);
}

.btn.btn--outline-green:before {
  background-color: var(--green);
}

.btn.btn--outline-purple:before {
  background-color: var(--purple);
}

.btn.btn--outline-yellow:before {
  background-color: var(--yellow);
}

.btn.btn--outline-blue-light:before {
  background-color: var(--blue-light);
}

.btn.btn--outline-red:before {
  background-color: var(--red);
}

.btn.btn--fill-white:before,
.btn.btn--fill-green:before,
.btn.btn--fill-purple:before,
.btn.btn--fill-yellow:before,
.btn.btn--fill-blue-light:before,
.btn.btn--fill-red:before {
  background-color: var(--white);
}

.btn.btn--outline-black {
  background-color: transparent;
  border-color: var(--black-text);
  color: var(--black-text);
}

.btn.btn--outline-black:before {
  background-color: var(--black-text);
}

.btn.btn--outline-orange {
  background-color: transparent;
  border-color: var(--brand-main);
  color: var(--brand-main);
}

.btn.btn--outline-orange:before {
  background-color: var(--brand-main);
}

.btn.btn--outline-grey {
  background-color: transparent;
  border-color: #cccccc;
  color: #cccccc;
}

.btn.btn--outline-grey:before {
  background-color: var(--brand-main);
}

.btn.btn--green {
  border-color: var(--green);
}

.btn.btn--green span {
  color: var(--green);
}

.btn.btn--green:before {
  background-color: var(--green);
}

.btn.btn--yellow {
  border-color: var(--yellow);
}

.btn.btn--yellow span {
  color: var(--yellow);
}

.btn.btn--yellow:before {
  background-color: var(--yellow);
}

.btn.btn--purple {
  border-color: var(--purple);
}

.btn.btn--purple span {
  color: var(--purple);
}

.btn.btn--purple:before {
  background-color: var(--purple);
}

.btn.btn--blue-light {
  border-color: var(--blue-light);
}

.btn.btn--blue-light span {
  color: var(--blue-light);
}

.btn.btn--blue-light:before {
  background-color: var(--blue-light);
}

.btn.btn--smaller {
  padding: 10px 20px;
  min-width: auto;
}

.btn.btn--inverse {
  border: 1px solid var(--white);
}

.btn.btn--inverse span {
  color: var(--white);
}

.btn.btn--inverse:before {
  background-color: var(--white);
}

.label {
  background-color: var(--brand-main);
  color: var(--white);
  font-size: 1rem;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  z-index: 1;
}

.section--text {
  margin-bottom: 120px;
}

.section--text h1,
.section--text h2,
.section--text h3 {
  margin-bottom: 60px;
}

.section--text h4,
.section--text h5,
.section--text h6,
.section--text ul,
.section--text ol,
.section--text p {
  margin-bottom: 30px;
}

.section--text a {
  color: var(--brand-main);
}

.section--text ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
}

.section--text ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--black-text);
  border-radius: 50%;
}

.section--text ol li {
  position: relative;
  margin-bottom: 6px;
}

.section--text .btn {
  color: var(--white);
}

.section--text .btn::after {
  display: none;
}

.section--social-media {
  margin-bottom: 90px;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-content > div {
  width: calc(50% - 30px);
}

.section-content .section-content--img img {
  width: 100%;
  height: auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.header.header--mobile,
.header.header--fixed {
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.header.header--fixed {
  background-color: var(--white);
}

.header.header--mobile {
  background-color: var(--blue-dark);
}

.header.header-digital--sticky .digital-business--logos a:first-child img {
  max-width: 55px;
}

.header.header-digital--sticky .digital-business--logos a:last-child img {
  max-width: 124px;
}

.logo img,
.logo svg {
  width: 140px;
  height: auto;
}

.logo img .logo--arrow,
.logo svg .logo--arrow {
  fill: url(#SVGID_1_);
}

.logo img .logo--shape,
.logo svg .logo--shape {
  fill: var(--brand-secondary);
}

.logo img .logo--text path,
.logo svg .logo--text path {
  fill: #D6653E;
}

.logo img .logo--shape,
.logo img .logo--text path,
.logo svg .logo--shape,
.logo svg .logo--text path {
  -webkit-transition: all 0.2s 0.3s var(--cubic-bezier);
  transition: all 0.2s 0.3s var(--cubic-bezier);
}

.logo .logo-text {
  fill: var(--brand-secondary);
}

.logo .logo--stop.logo--stop-1 {
  stop-color: #FF9933;
}

.logo .logo--stop.logo--stop-2 {
  stop-color: #FF3333;
}

.header--mobile .logo img .logo--shape,
.header--mobile .logo svg .logo--shape {
  fill: var(--white);
}

.header--mobile .logo img .logo--text path,
.header--mobile .logo svg .logo--text path {
  fill: var(--white);
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo p {
  font-size: 15px;
  line-height: 18px;
  margin-left: 25px;
}

.menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family-base);
  font-size: 18px;
  padding: 45px 0 15px 0;
  width: 100%;
  text-align: center;
  display: none;
}

.menu ul {
  margin-bottom: 30px;
}

.menu ul li {
  margin-bottom: 15px;
}

.menu ul li a {
  color: inherit;
  position: relative;
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.menu ul li.current-menu-item a {
  color: var(--brand-main);
}

.header--fixed .menu ul li a {
  color: var(--black-text);
}

.header--mobile .menu ul li a {
  color: var(--white);
}

.menubar span {
  display: block;
  width: 30px;
  height: 3px;
  position: relative;
  background-color: var(--brand-main);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.menubar span + span {
  margin-top: 4px;
}

.menubar.active span {
  background-color: var(--white);
}

.menubar.active span:nth-child(1) {
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menubar.active span:nth-child(2) {
  opacity: 0;
}

.menubar.active span:nth-child(3) {
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.langauge {
  border-radius: 50%;
  font-weight: 300;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family-book);
  font-size: 14px;
  position: relative;
  overflow: hidden;
  margin: 30px auto 30px auto;
  border: 1px solid var(--black-text);
  -webkit-transition: border-color 0.5s var(--cubic-bezier);
  transition: border-color 0.5s var(--cubic-bezier);
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.langauge:after {
  content: "";
  background-color: var(--brand-main);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s var(--cubic-bezier);
  transition: all 0.3s var(--cubic-bezier);
}

.langauge span {
  position: relative;
  z-index: 2;
}

.header--fixed .langauge {
  border-color: var(--black-text);
  color: var(--black-text);
}

.langauge.active {
  color: var(--white);
  border-color: var(--brand-main);
}

.langauge.active:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header-digital .langauge {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-digital .langauge:after {
  background-color: var(--blue-dark);
}

.header-digital .langauge.active {
  border-color: var(--blue-dark);
}

.header-digital--sticky .langauge {
  width: 35px;
  height: 35px;
  font-size: 12px;
}

.list {
  margin-bottom: 45px;
}

.list li {
  margin-bottom: 15px;
}

.list--sector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 0 auto;
  max-width: 250px;
}

.list--sector li {
  margin-bottom: 45px;
}

.list--sector li a,
.list--sector li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.list--sector li a i,
.list--sector li div i {
  font-size: 40px;
  padding-right: 30px;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.list--sector li a img,
.list--sector li div img {
  width: 80px;
  height: auto;
  padding-right: 30px;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.list--sector li:nth-child(1) a i,
.list--sector li:nth-child(1) div i {
  color: var(--green);
}

.list--sector li:nth-child(2) a i,
.list--sector li:nth-child(2) div i {
  color: var(--purple);
}

.list--sector li:nth-child(3) a i,
.list--sector li:nth-child(3) div i {
  color: var(--yellow);
}

.list--sector li:nth-child(4) a i,
.list--sector li:nth-child(4) div i {
  color: var(--blue-light);
}

.list--sector li:nth-child(5) a i,
.list--sector li:nth-child(5) div i {
  color: var(--red);
}

.list--item-arrow li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list--item-arrow li:before {
  content: "\e90c";
  font-family: 'icomoon' !important;
  margin-right: 15px;
  font-size: 10px;
  display: none;
  -webkit-transition: color 0.35s var(--cubic-bezier);
  transition: color 0.35s var(--cubic-bezier);
}

.list--item li.current-menu-item a,
.list--sector li.current-menu-item a {
  color: var(--brand-main);
}

.list--item li.current-menu-item a:after,
.list--sector li.current-menu-item a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.list--item li a,
.list--sector li a span {
  position: relative;
  position: relative;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.list--item li a:after,
.list--sector li a span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.footer {
  padding-bottom: 60px;
  text-align: center;
  line-height: 20px;
}

.footer h4 {
  color: var(--brand-main);
  margin-bottom: 30px;
  font-size: 2rem;
}

.footer-img {
  margin-top: 90px;
  text-align: center;
}

.footer-img .giz-logo {
  display: block;
}

.footer-img .giz-logo img {
  width: 80%;
  height: auto;
}

.footer-img .eu-logo,
.footer-img .kosovo-government-logo {
  display: inline-block;
  margin: 30px 15px 0 15px;
}

.footer-img .eu-logo img,
.footer-img .kosovo-government-logo img {
  height: 80px;
  width: auto;
}

.map-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin: 0 auto;
}

.map-box img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.map-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  mix-blend-mode: multiply;
  background: #ff6600;
  /* The Fallback */
  background: #ff6600;
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier);
  transition: -webkit-transform 0.3s var(--cubic-bezier);
  transition: transform 0.3s var(--cubic-bezier);
  transition: transform 0.3s var(--cubic-bezier), -webkit-transform 0.3s var(--cubic-bezier);
}

.map-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 3px solid var(--brand-main);
  -webkit-transform: translate(15px, 22px);
          transform: translate(15px, 22px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: transform 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: transform 0.3s cubic-bezier(0.56, 0.86, 0.59, 1), -webkit-transform 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
}

.map-box p {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  z-index: 3;
  font-size: 16px;
  width: 100%;
  font-family: var(--font-family-bold);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.about {
  padding: 90px 0 30px 0;
}

.about .col {
  position: relative;
  z-index: 1;
}

.about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--brand-main);
  width: 100%;
  height: calc(100% - 150px);
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(rgba(243, 243, 243, 0)));
  background: linear-gradient(to bottom, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}

.about .wrap {
  position: relative;
  z-index: 2;
}

.about h2,
.about p {
  margin-bottom: 45px;
}

.about h2 {
  font-size: 1.65rem;
}

.about h2 span {
  color: var(--brand-secondary);
}

.about p {
  color: var(--black-light);
}

.about-text h2,
.about-text h3,
.about-text h4,
.about-text h5,
.about-text h6 {
  margin-bottom: 30px;
}

.about-text ul {
  margin-bottom: 30px;
  text-align: left;
}

.about-text ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: var(--line-height-base);
}

.about-text ul li strong {
  font-family: var(--font-family-bold);
}

.about-text ul li:after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand-main);
}

.flex .about-text--wrapper {
  margin-bottom: 90px;
  text-align: center;
}

.about-img {
  width: 100%;
  height: 200px;
}

.about-img img,
.about-img:after {
  -webkit-clip-path: polygon(58% 0%, 100% 0%, 42% 100%, 0% 100%);
          clip-path: polygon(58% 0%, 100% 0%, 42% 100%, 0% 100%);
}

.about-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-img:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100%;
  height: 100%;
}

.about-img.about-img--top {
  top: 0;
}

.about-img.about-img--top img {
  z-index: 2;
}

.about-img.about-img--top:after {
  z-index: 1;
  background: #ff6600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), color-stop(85%, rgba(255, 102, 0, 0)));
  background: linear-gradient(to bottom, #ff6600 0%, rgba(255, 102, 0, 0) 85%);
}

.about-img.about-img--bottom {
  top: 30px;
}

.about-img.about-img--bottom img {
  z-index: 1;
}

.about-img.about-img--bottom:after {
  z-index: 2;
  background: #5485a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#5485a1), color-stop(85%, rgba(84, 133, 161, 0)));
  background: linear-gradient(to bottom, #5485a1 0%, rgba(84, 133, 161, 0) 85%);
}

.about-place {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.about-place img {
  width: 100%;
  height: auto;
}

.about-main {
  text-align: center;
  margin-bottom: 120px;
}

.about-main .wrap {
  position: relative;
  z-index: 2;
}

.about-main h1 {
  color: var(--brand-secondary);
  font-size: 50px;
  margin-bottom: 60px;
}

.about-main h2 {
  color: var(--brand-main);
  font-size: 28px;
  font-family: var(--font-family-book);
  margin-bottom: 45px;
}

.about-main h5 {
  margin-bottom: 60px;
  font-size: 20px;
  font-family: var(--font-family-book);
  color: var(--grey);
}

.about-main p {
  margin-bottom: 30px;
}

.about-shapes {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 78.89895833vw;
  margin-bottom: 0;
}

.about-shape {
  position: absolute;
  width: calc(50.393229166666667vw - var(--scrollbar-width));
  height: 39.44947917vw;
  z-index: 1;
  margin-right: var(--scrollbar-width);
  overflow: hidden;
  -webkit-clip-path: polygon(0 0%, 60.46123584% 0%, 100% 50%, 60.46123584% 100%, 0% 100%, 39.53876416% 50%);
          clip-path: polygon(0 0%, 60.46123584% 0%, 100% 50%, 60.46123584% 100%, 0% 100%, 39.53876416% 50%);
}

.about-shape.about-shape--top {
  top: 0;
  left: 23.2vw;
  background: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f3f3f3));
  background: linear-gradient(to bottom, #e9e9e9 0%, #f3f3f3 100%);
}

.about-shape.about-shape--middle {
  right: 0;
  top: 19.72473958vw;
}

.about-shape.about-shape--middle img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-shape.about-shape--bottom {
  left: 0;
  top: 39.44947917vw;
  background-color: blue;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgba(249, 249, 249, 0)));
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}

.about-main-slogan {
  color: var(--grey);
  position: relative;
  padding: 0 30px;
  margin-bottom: 60px;
}

.about-main-slogan h3 {
  font-family: var(--font-family-book);
}

.about-text--wrapper ul {
  margin-bottom: 30px;
  text-align: left;
}

.about-text--wrapper ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: var(--line-height-base);
}

.about-text--wrapper ul li strong {
  font-family: var(--font-family-bold);
}

.about-text--wrapper ul li:after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand-main);
}

.info {
  margin-bottom: 60px;
}

.info-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.info-box {
  position: absolute;
  font-family: var(--font-family-bold);
}

.info-box h4 {
  font-size: 46px;
  line-height: 0.8;
  margin-bottom: 0;
}

.info-box h4 i {
  font-style: normal;
}

.info-box p {
  font-size: 16px;
}

.info-box.info-box--blue {
  color: var(--brand-secondary);
}

.info-box.info-box--blue:after {
  background: linear-gradient(135deg, var(--brand-secondary) 0%, rgba(84, 133, 161, 0) 100%);
}

.info-box.info-box--orange {
  color: var(--brand-main);
}

.info-box.info-box--orange:after {
  background: linear-gradient(135deg, var(--brand-main) 0%, rgba(255, 102, 0, 0) 100%);
}

.info-box.info-box--orange h4 span {
  font-size: 2.75rem;
}

.info-box.info-box--grey {
  color: var(--grey);
}

.info-box.info-box--grey:after {
  background: linear-gradient(135deg, var(--grey) 0%, rgba(139, 139, 139, 0) 100%);
}

.info-box.info-box--info {
  color: var(--brand-main);
}

.info-box.info-box--info h4 {
  font-size: 26px;
}

.info-box.info-box--smaller {
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-box.info-box--smaller .info-box-inner {
  position: relative;
  z-index: 3;
  text-align: center;
}

.info-box.info-box--smaller:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: rotate(45deg) scale(0.75);
          transform: rotate(45deg) scale(0.75);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 10%;
}

.info-box.info-box--smaller:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: rotate(45deg) scale(0.65);
          transform: rotate(45deg) scale(0.65);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 5%;
  background-color: var(--white);
  z-index: 3;
}

.info-box.info-box--smaller:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.info-box.info-box--smaller:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.info-box.info-box--smaller:nth-child(3) {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.info-box.info-box--smaller:nth-child(4) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.info-box--bigger .info-box-inner {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5%;
  text-align: center;
  color: var(--brand-main);
}

.info-box--bigger .info-box-inner span {
  color: var(--brand-secondary);
}

.info-box--bigger .info-box-inner h3 {
  font-size: 36px;
  line-height: 1;
}

.main {
  width: 100%;
  height: 80vh;
}

.item {
  height: 80vh;
}

.item--text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2.5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item--text h2 {
  color: var(--brand-secondary);
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.2;
}

.item--text p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.item--text p a {
  color: var(--brand-main);
  position: relative;
}

.item--text p a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.item--img {
  width: 100%;
  height: 100%;
}

.item--img img {
  position: relative;
  z-index: 1;
}

.slogan {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  color: var(--white);
}

.slogan h2,
.slogan h4 {
  letter-spacing: -0.025em;
  font-family: var(--font-family-medium);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.175);
  text-align: right;
}

.slogan h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.95rem;
  margin-bottom: 5px;
}

.slogan h4 {
  font-size: 0.85rem;
}

.park {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 60px;
  overflow: hidden;
}

.filter {
  margin-bottom: 30px;
  font-size: 18px;
}

.filter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.filter ul li {
  margin-right: 30px;
}

.filter ul li:last-child {
  margin-right: 0;
}

.filter ul li a {
  font-family: var(--font-family-bold);
  position: relative;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.filter ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.filter ul li.active a {
  color: var(--brand-main);
}

.filter-date {
  color: #8b8b8b;
  cursor: pointer;
  font-family: var(--font-family-book);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-date strong {
  color: var(--black-text);
  font-family: var(--font-family-bold);
  margin: 0 6px;
}

.filter-date span {
  font-size: 35px;
  color: var(--brand-main);
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.filter-date.active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-items {
  display: none;
}

.filter-items h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #8b8b8b;
  font-family: var(--font-family-book);
}

.filter-items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 30px;
}

.filter-items ul li {
  text-align: center;
  margin-bottom: 10px;
}

.filter-items ul li a {
  font-size: 20px;
  font-family: var(--font-family-bold);
  color: rgba(139, 139, 139, 0.5);
  position: relative;
  overflow: hidden;
}

.filter-items ul li a:after {
  content: attr(data-content);
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  color: var(--brand-main);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.filter-items.filter-items-column ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-items.filter-items-column ul li {
  margin-bottom: 10px;
}

.news {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.news .wrap {
  position: relative;
  z-index: 2;
}

.news:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  z-index: 1;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
}

.news-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0 0 60px 0;
}

.news-item .news-item--img {
  height: 385px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-item .news-item--img img {
  -webkit-transition: all 0.3s var(--cubic-bezier);
  transition: all 0.3s var(--cubic-bezier);
}

.news-item .news-item--img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.4s var(--cubic-bezier);
  transition: opacity 0.4s var(--cubic-bezier);
  opacity: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.news-item h6 {
  color: var(--brand-main);
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.news-item h6:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.news-item h4 {
  font-size: 22px;
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.events-item .news-item--img {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border: 2px solid var(--brand-main);
  padding: 15px;
}

.events-item .news-item--img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.events-item h4 {
  margin-bottom: 15px;
}

.events-item .date {
  font-weight: 700;
  font-family: var(--font-family-bold);
  color: var(--brand-main);
}

.events-item .link {
  font-weight: 700;
  font-family: var(--font-family-bold);
  color: var(--brand-secondary);
  display: inline-block;
  position: relative;
}

.events-item .link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-secondary);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.related {
  margin-bottom: 90px;
}

.news-section {
  padding: 0 5vw;
  padding-bottom: 90px;
}

.news-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #0b1526;
  z-index: 1;
}

.news-section .swiper-container {
  position: relative;
  z-index: 2;
}

.news-section .news-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.news-section .news-item h4 {
  color: var(--white);
}

.news-section .swiper-button {
  position: relative;
  z-index: 2;
}

.news-section .swiper-button span {
  color: var(--brand-main);
  font-size: 50px;
  cursor: pointer;
}

.news-not-found {
  text-align: center;
  margin-bottom: 90px;
}

.news-not-found h4 {
  color: var(--brand-secondary);
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid var(--brand-main);
  border-radius: 50%;
  color: var(--brand-main);
  min-height: 45px;
  min-width: 45px;
  margin-left: 10px;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.pagination a:first-child,
.pagination span:first-child {
  margin-left: 0;
}

.pagination a.current,
.pagination a.active,
.pagination span.current,
.pagination span.active {
  background-color: var(--brand-main);
  color: var(--white);
  border-color: var(--brand-main);
}

.article-main {
  width: 100%;
  height: 70vh;
  background-color: var(--black-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: var(--font-family-medium);
}

.article-main img {
  z-index: 1;
  opacity: 0.75;
}

.article-main.article-main--center-center img {
  -o-object-position: center center;
     object-position: center center;
}

.article-main.article-main--top-center img {
  -o-object-position: top center;
     object-position: top center;
}

.article-main.article-main--bottom-center img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.article-info {
  position: relative;
  z-index: 2;
  color: var(--white);
  width: calc(100% - 30px);
}

.article-info h1 {
  margin-bottom: 45px;
  font-size: 36px;
  padding-right: 15px;
  line-height: 1.2;
  font-family: inherit;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.article-date {
  background-color: var(--brand-main);
  font-family: inherit;
  padding: 15px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-date p {
  font-size: 16px;
}

.article-date a {
  font-size: 20px;
}

.article-text {
  padding: 60px 0;
}

.article-img {
  color: var(--brand-main);
  margin-bottom: 30px;
}

.article-img img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.article-img .article-img--text {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.article-img .article-img--text p {
  margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4 {
  color: var(--brand-main);
  margin-bottom: 45px;
  font-family: var(--font-family-book);
}

.content h5,
.content h6 {
  margin-bottom: 30px;
  font-family: var(--font-family-book);
}

.content a:not(.btn) {
  position: relative;
  color: var(--brand-main);
}

.content a:not(.btn):after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.content p {
  margin-bottom: 30px;
}

.content p strong {
  font-family: var(--font-family-bold);
}

.content ul,
.content ol {
  margin-bottom: 30px;
  padding: 0;
}

.content ul li,
.content ol li {
  line-height: 24px;
  position: relative;
  margin-bottom: 2px;
}

.content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.content ol li {
  display: list-item;
  list-style-position: inside;
  list-style-type: index;
}

.content ul li {
  padding-left: 20px;
}

.content ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.content-title.content-title-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-title img {
  width: 100px !important;
  margin-bottom: 0 !important;
  margin-right: 15px;
}

.content-title img.content-title--img-height {
  width: auto !important;
  height: 60px !important;
}

.content-title h4 {
  margin-bottom: 0;
  font-size: 22px !important;
}

.time + .content-title {
  margin-top: 45px;
}

.content-title-img--big {
  width: 300px !important;
}

.tags h3 {
  margin-top: 60px;
  font-family: var(--font-family-bold);
  color: var(--brand-main);
  margin-bottom: 30px;
  text-align: center;
}

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

.tags-list li {
  display: inline-block;
}

.tags-list li a,
.tags-list li div {
  border: 1px solid var(--brand-main);
  padding: 10px 25px;
  display: block;
  border-radius: 30px;
  color: var(--brand-main);
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.tags-list li a span,
.tags-list li div span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.tags-list li a:after,
.tags-list li div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: var(--brand-main);
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
}

.share {
  margin-top: 60px;
  text-align: center;
}

.share h3 {
  margin-bottom: 30px;
  color: var(--brand-main);
}

.share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share ul li {
  margin-right: 10px;
  padding-left: 0;
  list-style-type: none;
}

.share ul li:last-child {
  margin-right: 0;
}

.share ul li:after {
  display: none;
}

.share ul li a {
  font-size: 16px;
  padding: 12px;
  border: 1px solid var(--brand-main);
  border-radius: 50%;
  background-color: var(--brand-main);
  color: var(--white);
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.event-main {
  margin-bottom: 60px;
  text-align: center;
}

.event-main h1,
.event-main h4 {
  color: var(--brand-main);
  margin-bottom: 30px;
}

.event-main h4 {
  font-size: 24px;
}

.event-main h5 {
  font-size: 20px;
  line-height: 28px;
}

.event-img {
  margin-top: 30px;
  height: 450px;
  margin-bottom: 60px;
}

.event-img img {
  z-index: 1;
}

.event-img .event-info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: calc(100% - 15px);
  color: var(--white);
  background-color: var(--brand-main);
  padding: 15px 25px;
  font-size: 18px;
  font-family: var(--font-family-bold);
}

.event-img .event-info span {
  display: inline-block;
}

.event-img .event-info span + span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid var(--white);
}

.event-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.event-text .content {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--grey);
  margin-bottom: 45px;
}

.event-text .content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.sector-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.sector-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 60px;
}

.sector-shape .shape {
  width: 200px;
  height: 400px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.sector-shape .shape.green {
  background-color: var(--green);
}

.sector-shape .shape.yellow {
  background-color: var(--yellow);
}

.sector-shape .shape.purple {
  background-color: var(--purple);
}

.sector-shape .shape.blue-light {
  background-color: var(--blue-light);
}

.sector-shape .shape.red {
  background-color: var(--red);
}

.sector-shape .circle {
  width: 200px;
  height: 200px;
  background-color: var(--white);
  -webkit-box-shadow: 2px 2px 20px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 20px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.sector-shape .circle img {
  width: 80px;
  height: auto;
}

.sector-main-text {
  color: #4b4b4b;
  padding: 0 15px;
  text-align: center;
}

.sector-main-text h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.sector-main-text h1.green {
  color: var(--green);
}

.sector-main-text h1.yellow {
  color: var(--yellow);
}

.sector-main-text h1.purple {
  color: var(--purple);
}

.sector-main-text h1.blue-light {
  color: var(--blue-light);
}

.sector-main-text h1.red {
  color: var(--red);
}

.sector-main-text p {
  margin-bottom: 30px;
}

.sector-info-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sector-info-wrapper.green {
  color: var(--green);
}

.sector-info-wrapper.yellow {
  color: var(--yellow);
}

.sector-info-wrapper.purple {
  color: var(--purple);
}

.sector-info-wrapper.blue-light {
  color: var(--blue-light);
}

.sector-info-wrapper.red {
  color: var(--red);
}

.sector-info-wrapper > div:first-child {
  margin-bottom: 60px;
}

.sector-info-wrapper p {
  margin-bottom: 30px;
}

.sector-info-wrapper p:last-child {
  margin-bottom: 0;
}

.sector-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  color: #4b4b4b;
  text-align: center;
}

.sector-info h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

.sector-info h2.green {
  color: var(--green);
}

.sector-info h2.yellow {
  color: var(--yellow);
}

.sector-info h2.purple {
  color: var(--purple);
}

.sector-info h2.blue-light {
  color: var(--blue-light);
}

.sector-info h2.red {
  color: var(--red);
}

.sector-info-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sector-info-img img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}

.sector-apply-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  padding: 0 15px;
}

.sector-apply-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sector-apply {
  color: var(--white);
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}

.sector-apply.green {
  background-color: var(--green);
}

.sector-apply.yellow {
  background-color: var(--yellow);
}

.sector-apply.purple {
  background-color: var(--purple);
}

.sector-apply.blue-light {
  background-color: var(--blue-light);
}

.sector-apply.red {
  background-color: var(--red);
}

.sector-apply h2 {
  margin-bottom: 30px;
  font-size: 26px;
}

.sector-apply .btn {
  min-width: 150px;
  text-align: center;
}

.sector-icon {
  position: absolute;
  bottom: 50%;
  right: 10px;
  font-size: 150px;
  opacity: 0.075;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.sector-other {
  margin-bottom: 150px;
}

.sector-other h3.green {
  color: var(--green);
}

.sector-other h3.yellow {
  color: var(--yellow);
}

.sector-other h3.purple {
  color: var(--purple);
}

.sector-other h3.blue-light {
  color: var(--blue-light);
}

.sector-other h3.red {
  color: var(--red);
}

.sector-shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12.5vw;
  text-align: center;
}

.sector-shapes li {
  width: 100%;
  margin-bottom: 60px;
}

.sector-shapes li:last-child {
  margin-bottom: 0;
}

.sector-item h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.sector-agro {
  color: var(--green);
}

.sector-creative {
  color: var(--purple);
}

.sector-ict {
  color: var(--yellow);
}

.sector-research {
  color: var(--blue-light);
}

.sector-education {
  color: var(--red);
}

.sectors {
  color: var(--white);
  background-color: var(--blue-dark);
  padding-bottom: 60px;
}

.sectors .flex {
  width: 100%;
  padding: 0 30px;
}

.sector {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  padding: 45px 15px;
  border-radius: 60px;
  -webkit-transition: all 0.5s var(--cubic-bezier);
  transition: all 0.5s var(--cubic-bezier);
}

.sector:nth-child(1) span {
  color: var(--green);
}

.sector:nth-child(2) span {
  color: var(--purple);
}

.sector:nth-child(3) span {
  color: var(--yellow);
}

.sector:nth-child(4) span {
  color: var(--blue-light);
}

.sector:nth-child(5):after {
  display: none;
}

.sector:nth-child(5) span {
  color: var(--red);
}

.sector span {
  font-size: 60px;
  margin-bottom: 45px;
}

.sector img {
  max-width: 80px;
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
  height: 100%;
}

.sector h2,
.sector p {
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.sector h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 60px;
}

.sector p {
  font-size: 14px;
  text-transform: uppercase;
}

.tenants-main {
  position: relative;
  z-index: 1;
  min-height: 65vh;
  text-align: center;
  margin-top: 67px;
}

.tenants-main img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.tenants-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  z-index: 1;
}

.tenants-main-inner {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: px;
  left: 0;
}

.tenants-main-inner h2 {
  color: var(--brand-secondary);
  font-size: 40px;
  margin-bottom: 30px;
}

.tenants-main-inner p {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 24px;
  color: #4b4b4b;
  font-family: var(--font-family-bold);
}

.tenants-search {
  margin-bottom: 60px;
  z-index: 2;
  border: 2px solid transparent;
}

.tenants-search form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 15px 15px;
  -webkit-box-shadow: 0px 6px 14px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 14px 8px rgba(0, 0, 0, 0.1);
}

.tenants-search form input {
  width: 80%;
  font-family: var(--font-family-book);
  border: 0;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}

.tenants-search form button {
  font-size: 20px;
  color: var(--brand-main);
  background-color: transparent;
  text-align: right;
}

.tenants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.tenant {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tenant:nth-child(4n+1) .tenant-img {
  border-left: 1px solid #e0e0e0;
}

.tenant .tenant-img {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20%;
  margin-bottom: 30px;
}

.tenant .tenant-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.tenant h4 a,
.tenant h5 a {
  display: inline-block;
  position: relative;
}

.tenant h4 a:after,
.tenant h5 a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.tenant h4 {
  color: var(--brand-main);
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-right: 30px;
}

.tenant h5 {
  color: #4d4d4d;
  font-size: 16px;
  margin-top: auto;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.tenant-info {
  margin-bottom: 60px;
}

.tenant-info .tenant-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.tenant-info .tenant-logo a {
  width: 200px;
  height: 200px;
  background-color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
  padding: 40px;
}

.tenant-info .tenant-logo a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.tenant-info .tenant-details {
  width: 100%;
  text-align: center;
}

.tenant-info .tenant-details h1 {
  margin-bottom: 30px;
  color: var(--brand-secondary);
}

.tenant-info .tenant-details h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

.tenant-info .tenant-details h4 a {
  position: relative;
}

.tenant-info .tenant-details h4 a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.tenant-info .tenant-details h5 {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 60px;
}

.tenant-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-family: var(--font-family-bold);
}

.tenant-category span {
  color: var(--brand-main);
  font-size: 50px;
  margin-right: 15px;
}

.tenant-main {
  height: 320px;
  margin-bottom: 60px;
}

.tenant-main .tenant-slogan {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15px);
  z-index: 2;
  background-color: var(--brand-main);
  padding: 15px 25px;
  text-align: center;
  color: var(--white);
}

.tenant-main .tenant-slogan p {
  font-size: 16px;
  font-family: var(--font-family-bold);
}

.tenant-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tenant-text .tenant-contact,
.tenant-text .tenant-text-inner {
  width: 100%;
}

.tenant-text .tenant-contact {
  text-align: center;
  margin-bottom: 30px;
}

.tenant-text .tenant-text-inner .btn {
  display: inline-block;
  margin-top: 30px;
}

.tenant-other {
  text-align: center;
  margin-bottom: 60px;
  color: #cccccc;
}

.tenant-other span {
  color: var(--black-text);
}

.tenants-section {
  position: relative;
}

.tenants-section .title {
  margin-bottom: 60px;
}

.tenants-carousel {
  margin-bottom: 90px;
}

.tenants-carousel .tenant {
  width: 100%;
}

.tenants-carousel .swiper-slide:last-child .tenant-img {
  border-right: 1px solid #e0e0e0;
}

.team {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.team-member {
  color: var(--brand-secondary);
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.team-member .team-member-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-member .team-member-img img {
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.team-member h5,
.team-member h6 {
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
  font-size: 20px;
  text-align: center;
  padding: 0 15px;
}

.team-member h6 {
  font-family: var(--font-family-book);
}

.team-member p {
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.team-member-text {
  margin-top: 15px;
  font-family: var(--font-family-book);
  font-size: 16px;
  padding: 0 15px;
}

.team-member-text p {
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  color: var(--black-text);
}

.triangle--park {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  opacity: 0.65;
  background-color: var(--white);
}

.triangle--park.triangle--park-left {
  left: 0;
}

.triangle--park.triangle--park-right {
  right: 0;
}

.triangle--park.triangle--park-thin {
  width: 20.199479166666667vw;
  -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
          clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
}

.triangle--park.triangle--park-medium {
  width: 19.539583333333333vw;
  -webkit-clip-path: polygon(0 0, 4px 0, 100% 50%, 4px 100%, 0 100%, calc(100% - 4px) 50%);
          clip-path: polygon(0 0, 4px 0, 100% 50%, 4px 100%, 0 100%, calc(100% - 4px) 50%);
}

.triangle--park.triangle--park-bold {
  width: 19.908333333333333vw;
  -webkit-clip-path: polygon(0 0, 6px 0, 100% 50%, 6px 100%, 0 100%, calc(100% - 6px) 50%);
          clip-path: polygon(0 0, 6px 0, 100% 50%, 6px 100%, 0 100%, calc(100% - 6px) 50%);
}

.triangle--park.triangle--park-left.triangle--park-thin {
  left: 1.741145833333333vw;
}

.triangle--park.triangle--park-left.triangle--park-medium {
  left: 6.3046875vw;
}

.triangle--park.triangle--park-left.triangle--park-bold {
  left: 10.868229166666667vw;
}

.triangle--park.triangle--park-right.triangle--park-thin {
  right: 9.127083333333334vw;
}

.triangle--park.triangle--park-right.triangle--park-medium {
  right: 4.563541666666667vw;
}

.triangle--park.triangle--park-right.triangle--park-bold {
  right: 0vw;
}

.banner {
  color: var(--white);
  background-color: var(--brand-secondary);
  padding: 60px 0;
  margin-bottom: 90px;
  font-family: var(--font-family-bold);
  text-align: center;
  overflow: hidden;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--brand-secondary);
  background: -webkit-gradient(linear, left top, right top, from(var(--brand-secondary)), color-stop(60%, var(--brand-secondary)), to(rgba(84, 133, 161, 0)));
  background: linear-gradient(to right, var(--brand-secondary) 0%, var(--brand-secondary) 60%, rgba(84, 133, 161, 0) 100%);
}

.banner .wrap {
  position: relative;
  z-index: 4;
}

.banner p {
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 30px;
}

.banner.banner--explore .triangles,
.banner.banner--digital .triangles {
  right: 10px;
}

.apply-inner,
.apply-form-inner {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 90px auto;
}

.apply-form-inner h1 {
  margin-bottom: 15px;
}

.apply-form-inner h5 {
  color: var(--grey);
  font-size: 18px;
  margin-bottom: 60px;
  font-family: var(--font-family-book);
}

.apply-form-inner h1,
.apply-form-inner h5 {
  text-align: center;
}

.apply-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.apply-boxes > a {
  width: 85%;
  padding: 70px 30px;
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}

.apply-boxes > a:last-child {
  margin-bottom: 0;
}

.apply-boxes > a h4,
.apply-boxes > a span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.apply-boxes > a span {
  font-size: 60px;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--brand-secondary);
}

.apply-boxes > a h4 {
  font-size: 24px;
  font-family: var(--font-family-book);
  color: var(--brand-main);
  margin-bottom: 0;
}

.apply-boxes > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-main);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.35s var(--cubic-bezier);
  transition: all 0.35s var(--cubic-bezier);
}

.contact-info,
.apply-info {
  text-align: left;
}

.contact-info h4,
.contact-info p,
.contact-info ul,
.apply-info h4,
.apply-info p,
.apply-info ul {
  margin-bottom: 30px;
}

.contact-info strong,
.apply-info strong {
  color: var(--brand-secondary);
}

.contact-info h4,
.apply-info h4 {
  color: var(--brand-secondary);
  font-size: 26px;
}

.contact-info a,
.apply-info a {
  position: relative;
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.contact-info a:after,
.apply-info a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.contact-info p,
.contact-info ul,
.apply-info p,
.apply-info ul {
  color: var(--grey);
}

.contact-info ul,
.apply-info ul {
  position: relative;
  text-align: left;
}

.contact-info ul li,
.apply-info ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: var(--brand-secondary);
}

.contact-info ul li:after,
.apply-info ul li:after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand-main);
}

.contact-info .order-list > div,
.apply-info .order-list > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: var(--brand-secondary);
}

.contact-info .order-list > div span,
.apply-info .order-list > div span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--brand-main);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 15px;
}

.apply-form-info {
  margin-bottom: 60px;
}

.apply-form-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: var(--brand-main);
}

.apply-form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

.apply-form-step a {
  border: 1px solid var(--brand-main);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: var(--font-family-bold);
  color: var(--brand-main);
  position: relative;
  background-color: var(--white);
  margin-right: 40px;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
}

.apply-form-step a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 50px;
  background-color: var(--brand-main);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.apply-form-step a:last-child {
  margin-right: 0;
}

.apply-form-step a:last-child::after {
  display: none;
}

.apply-form-step a.active {
  color: var(--white);
  background-color: var(--brand-main);
}

.apply-shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 56.979166666666667vw;
  background-color: red;
}

.apply-shapes .apply-shape,
.apply-shapes .apply-shape--half {
  position: absolute;
  width: 35.5390625vw;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
}

.apply-shapes .apply-shape {
  height: 36.51666667vw;
  -webkit-clip-path: polygon(0% 0%, 60.4601744% 0%, 100% 50%, 60.4601744% 100%, 0 100%, 39.5398256% 50%);
          clip-path: polygon(0% 0%, 60.4601744% 0%, 100% 50%, 60.4601744% 100%, 0 100%, 39.5398256% 50%);
}

.apply-shapes .apply-shape--half {
  height: 18.25833333vw;
  -webkit-clip-path: polygon(0% 0%, 60.4601744% 0%, 100% 100%, 39.5398256% 100%);
          clip-path: polygon(0% 0%, 60.4601744% 0%, 100% 100%, 39.5398256% 100%);
}

.apply-shapes .apply-shape--top {
  top: 0;
  right: 0;
}

.apply-shapes .apply-shape--middle {
  top: 36.51666667vw;
  right: calc(39.539825602696563% - var(--scrollbar-width));
}

.apply-shapes .apply-shape--bottom {
  top: 73.03333333vw;
  right: 0;
}

.apply-form-info {
  display: none;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 120px;
}

.apply-form-info h3 {
  color: var(--brand-main);
  font-size: 2.5rem;
}

.apply-form-info h5 {
  line-height: 1.85rem;
}

.apply-form-info p {
  font-size: 1.2rem;
}

input,
textarea,
select {
  border: 2px solid var(--white);
  font-size: 1rem;
  width: 100%;
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 30px;
  font-family: var(--font-family-book);
  padding: 16px 10px;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand-main);
  color: var(--brand-main);
}

textarea {
  resize: none;
  height: 200px;
}

button {
  cursor: pointer;
}

.form h1 {
  margin-bottom: 30px;
}

.form h5 {
  color: var(--grey);
  font-size: 18px;
  margin-bottom: 30px;
  font-family: var(--font-family-book);
}

.form--steps {
  width: 100%;
  margin-bottom: 90px;
  overflow: hidden;
}

.form--step {
  width: 100%;
  margin-bottom: 30px;
}

.form--step h4 {
  color: var(--brand-main);
  font-size: 20px;
  font-family: var(--font-family-book);
  margin-bottom: 15px;
}

.form-step--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-step--control {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  margin-top: 30px;
}

.form-step--control p {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.form-step--control input,
.form-step--control textarea {
  margin-bottom: 0;
}

.form-step--control label {
  position: absolute;
  top: 20px;
  left: 10px;
  letter-spacing: -0.045em;
  color: rgba(0, 0, 0, 0.35);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.2s var(--cubic-bezier);
  transition: -webkit-transform 0.2s var(--cubic-bezier);
  transition: transform 0.2s var(--cubic-bezier);
  transition: transform 0.2s var(--cubic-bezier), -webkit-transform 0.2s var(--cubic-bezier);
}

.form-step--control input,
.form-step--control textarea,
.form-step--control label {
  font-size: 0.85rem;
}

.form-step--control.form-step--control-active label {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-10px, -50px);
          transform: translate(-10px, -50px);
}

.form-step--move {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.form-step--move.form-step--move-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-step--move .form-step--prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.form-step--move .form-step--prev i {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-step--checkbox,
.form-radio-wrapper .form-checkbox {
  max-width: 600px;
  margin: 30px auto;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.form-step--checkbox p,
.form-radio-wrapper .form-checkbox p {
  line-height: 1.5;
}

.form-step--checkbox .checkbox,
.form-radio-wrapper .form-checkbox .checkbox {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 10px;
  border: 1px solid var(--brand-main);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer;
}

.form-step--checkbox .checkbox i,
.form-radio-wrapper .form-checkbox .checkbox i {
  font-size: 1.25rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

.form-step--checkbox .checkbox.selected,
.form-radio-wrapper .form-checkbox .checkbox.selected {
  background-color: var(--brand-main);
  color: var(--white);
}

.form-step--checkbox .checkbox.selected i,
.form-radio-wrapper .form-checkbox .checkbox.selected i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form-control--submit {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-not-valid {
  border: 2px solid var(--red);
}

.form-required,
.form-email {
  display: none;
  text-align: center;
  color: var(--red);
  margin-top: 30px;
}

.form--steps-section {
  display: none;
}

.form-radio-wrapper {
  padding: 0px 25px 20px 0px;
}

.form-radio-wrapper > div:first-of-type {
  margin-bottom: 15px;
}

.form-filter-row .form-filter-column label {
  height: auto;
}

.form-radio-wrapper input {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
}

.form-radio-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-radio-wrapper > div:first-of-type {
  margin-right: 50px;
}

.form-radio-wrapper > div > label {
  height: auto !important;
  margin-bottom: 0 !important;
}

.form-radio-wrapper .form-checkbox {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.form-radio-wrapper .form-checkbox .checkbox i {
  right: 2px;
  top: 2px;
}

.form-radio-wrapper .form-checkbox input:checked ~ .checkbox {
  background-color: var(--brand-main);
  color: var(--white);
}

.form-radio-wrapper .form-checkbox input:checked ~ .checkbox i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-radio-wrapper .form-checkbox .checkbox {
  left: 0;
}

.back {
  font-size: 18px;
}

.back a:first-of-type {
  margin-right: 15px;
}

.back span {
  padding-left: 20px;
}

.back span i {
  position: absolute;
  left: 0;
  bottom: 0;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#accessibility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#accessibility > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
}

#accessibility .form-checkbox {
  margin-right: 0;
}

#accessibility-wrapper {
  padding: 0;
}

/* .service-boxes.training-boxes .service-box-text h5 {
  text-transform: lowercase;
}

.service-boxes.training-boxes .service-box-text h5::first-letter {
  text-transform: capitalize;
} */

.hide {
  display: none !important;
}

.form-radio-wrapper {
  padding: 0px 25px 20px 0px;
}

.form-radio-wrapper > div:first-of-type {
  margin-bottom: 15px;
}

.form-filter-row .form-filter-column label {
  height: auto;
}

.form-radio-wrapper input {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
}

.form-radio-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-radio-wrapper > div:first-of-type {
  margin-right: 50px;
}

.form-radio-wrapper > div > label {
  height: auto !important;
  margin-bottom: 0 !important;
}

.form-radio-wrapper .form-checkbox {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 25px;
}

.form-radio-wrapper .form-checkbox .checkbox i {
  right: 2px;
  top: 2px;
}

.form-radio-wrapper .form-checkbox input:checked ~ .checkbox {
  background-color: var(--brand-main);
  color: var(--white);
}

.form-radio-wrapper .form-checkbox input:checked ~ .checkbox i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-radio-wrapper .form-checkbox .checkbox {
  left: 0;
}

.back {
  font-size: 18px;
}

.back a:first-of-type {
  margin-right: 15px;
}

.back span {
  padding-left: 20px;
}

.back span i {
  position: absolute;
  left: 0;
  bottom: 0;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#accessibility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#accessibility > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
}

#accessibility .form-checkbox {
  margin-right: 0;
}

#accessibility-wrapper {
  padding: 0;
}

/* .service-boxes.training-boxes .service-box-text h5 {
  text-transform: lowercase;
}

.service-boxes.training-boxes .service-box-text h5::first-letter {
  text-transform: capitalize;
} */

.hide {
  display: none !important;
}

.sector-item {
  display: block;
}

.sector-item .shape-wrapper {
  margin-bottom: 60px;
}

.sector-item .shape-wrapper > div {
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.sector-item .shape-wrapper > div:first-child {
  height: 0;
}

.sector-item .shape-wrapper > div .shape {
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.175));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.175));
  z-index: 2;
  height: 0;
}

.sector-item .shape-wrapper > div .shape .shape-inner {
  position: absolute;
  background-color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sector-item .shape-wrapper > div .shape .shape-inner img {
  width: 70px;
  height: auto;
}

.sector-item .shape-wrapper > div .shape .shape-inner span {
  font-size: 50px;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.sector-item .shape-wrapper > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 0;
  -webkit-transition: background-color 0.4s var(--cubic-bezier);
  transition: background-color 0.4s var(--cubic-bezier);
}

.sector-item .shape-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sector-item .shape-text h4,
.sector-item .shape-text p {
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.shape-agro {
  width: 72.297297297297297%;
  padding-bottom: 119.932432432432432%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.shape-agro:after {
  content: "";
  z-index: 1;
  position: relative;
  left: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 180px;
  background-color: var(--green);
}

.shape-agro .shape {
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.175));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.175));
  text-align: center;
  height: auto !important;
}

.shape-agro .shape .shape-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shape-creative {
  width: 72.297297297297297%;
  padding-bottom: 119.932432432432432%;
  margin-left: auto;
  margin-right: auto;
}

.shape-creative .shape {
  width: 100%;
  padding-bottom: 115.492957746478873%;
  position: absolute;
  top: 0;
  left: 0;
}

.shape-creative .shape .shape-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.shape-creative:after {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 115.492957746478873%;
  background-color: var(--purple);
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.shape-ict {
  width: 100%;
  padding-bottom: 98.648648648648649%;
}

.shape-ict .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 62.837837837837838%;
  padding-bottom: 62.671232876712329%;
}

.shape-ict .shape .shape-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 100%;
}

.shape-ict .shape .shape-inner img,
.shape-ict .shape .shape-inner span {
  position: relative;
  top: 10px;
  left: 10px;
}

.shape-ict:after {
  bottom: 0;
  right: 0;
  width: 62.837837837837838%;
  height: 0;
  padding-top: 62.671232876712329%;
  background-color: var(--yellow);
  border-bottom-right-radius: 100%;
}

.shape-research {
  width: 100%;
  padding-bottom: 96.763754045307443%;
}

.shape-research .shape {
  position: relative;
  width: 69.255663430420712%;
  padding-bottom: 70.234113712374582%;
}

.shape-research .shape .shape-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shape-research:after {
  bottom: 0;
  right: 0;
  width: 69.255663430420712%;
  padding-bottom: 70.234113712374582%;
  background-color: var(--blue-light);
}

.shape-education {
  width: 100%;
  padding-bottom: 93.251533742331288%;
}

.shape-education .shape {
  position: relative;
  width: 70.245398773006135%;
  padding-bottom: 69.407894736842105%;
}

.shape-education .shape .shape-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(19.2139738% 0%, 80.7860262% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(19.2139738% 0%, 80.7860262% 0%, 100% 100%, 0% 100%);
}

.shape-education:after {
  bottom: 0;
  right: 0;
  width: 70.245398773006135%;
  padding-top: 69.407894736842105%;
  background-color: var(--red);
  -webkit-clip-path: polygon(0 0, 100% 0, 80.7860262% 100%, 19.2139738% 100%);
          clip-path: polygon(0 0, 100% 0, 80.7860262% 100%, 19.2139738% 100%);
}

.contact-inner {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 90px auto;
}

.contact-section {
  margin-bottom: 90px;
}

.wpcf7-response-output {
  padding: 10px;
  text-align: center;
}

.accordions {
  margin-bottom: 120px;
}

.accordion {
  margin-bottom: 15px;
}

.accordion-header {
  padding: 20px 50px 20px 15px;
  -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}

.accordion-header h4 {
  font-size: 18px;
  color: var(--brand-main);
  font-family: var(--font-family-book);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-header h4 img {
  width: 80px;
  height: auto;
  margin-right: 30px;
}

.accordion-header span {
  position: absolute;
  top: 20px;
  right: 15px;
  color: var(--brand-main);
  font-size: 24px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.accordion-header.accordion-header--active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-content {
  padding: 15px;
  font-size: 1rem;
  display: none;
}

.accordion-content p,
.accordion-content ul {
  font-size: 1rem;
  margin-bottom: 30px;
  font-family: var(--font-family-book);
}

.accordion-content p strong,
.accordion-content ul strong {
  font-family: var(--font-family-bold);
}

.accordion-content p:last-child,
.accordion-content ul:last-child {
  margin-bottom: 0;
}

.accordion-content a {
  color: var(--brand-main);
}

.accordion-content strong {
  font-family: var(--font-family-bold);
}

.accordion-content ul,
.accordion-content ol {
  margin-bottom: 30px;
  padding: 0;
}

.accordion-content ul li,
.accordion-content ol li {
  line-height: 24px;
  position: relative;
  margin-bottom: 2px;
}

.accordion-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.accordion-content ol li {
  display: list-item;
  list-style-position: inside;
  list-style-type: index;
}

.accordion-content ul li {
  padding-left: 20px;
}

.accordion-content ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.menu-full {
  width: 100%;
  height: 100vh;
  background-color: var(--blue-dark);
  color: var(--white);
  text-align: center;
}

.menu-full .subtitle {
  margin-bottom: 30px;
  font-size: 2rem;
}

.menu-full .list {
  font-size: 16px;
}

.menu-full .list--sector li a i {
  font-size: 44px;
}

.menu-full .col .list:last-child {
  margin-bottom: 0;
}

.menu-full .map-box {
  width: 80%;
  margin-right: 20%;
}

.menu-full .map-box p {
  font-size: 18px;
}

.menu-full .menu-line {
  position: absolute;
  top: 0;
  width: 19.583333333333333%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 1px 0%, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
          clip-path: polygon(0% 0%, 1px 0%, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
}

.menu-full .menu-line.menu-line--left {
  left: 16.041666666666667%;
}

.menu-full .menu-line.menu-line--center {
  left: 40.625%;
}

.menu-full .menu-line.menu-line--right {
  left: 64.739583333333333%;
}

.menu-full-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.menu-full-inner > .wrap:first-child {
  margin-bottom: 30px;
}

.menu-apply {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-apply > span {
  width: 100%;
  font-size: 20px;
  padding: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: var(--font-family-bold);
  -webkit-transition: background-color 0.4s var(--cubic-bezier);
  transition: background-color 0.4s var(--cubic-bezier);
}

.menu-apply > span:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.07);
}

.menu-apply > span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.18);
  display: none;
}

.menu-apply > span:nth-child(3) {
  background-color: var(--brand-main);
}

.menu-close {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  color: var(--white);
  z-index: 3;
}

.not-found .about-shapes {
  display: none;
}

.service-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 45px;
}

.service-box {
  background-color: rgba(0, 0, 0, 0.0275);
  width: 100%;
  padding: 60px 30px 45px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.service-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-main);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
}

.service-box .service-box-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}

.service-box .service-box-img > div {
  height: 200px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.075);
          box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.075);
  position: relative;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.service-box .service-box-img > div i,
.service-box .service-box-img > div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.service-box .service-box-img > div i {
  font-size: 80px;
  color: var(--brand-main);
}

.service-box .service-box-img > div svg {
  width: 100px;
  fill: var(--brand-main);
  margin-left: 10px;
}

.service-box .service-box-img > div svg .st0 {
  fill: none;
  stroke: var(--brand-main);
  stroke-width: 5;
}

.service-box .service-box-img > div svg .st1 {
  fill: var(--brand-main);
}

.service-box .service-box-nr {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -30px;
  color: var(--brand-main);
  font-size: 80px;
  font-family: var(--font-family-bold);
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.service-box .service-box-text {
  position: relative;
  z-index: 2;
  width: 100%;
}

.service-box .service-box-text p,
.service-box .service-box-text h5 {
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.service-box .service-box-text h5 {
  color: var(--brand-secondary);
  font-size: 22px;
  margin-bottom: 15px;
}

.service-box .service-box-text p {
  font-family: var(--font-family-book);
  font-size: 16px;
  margin-bottom: 30px;
}

.service-box .service-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-family: var(--font-family-medium);
  width: 100%;
  margin-top: auto;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.service-box .service-more i {
  font-size: 1.85rem;
}

.training-boxes .service-box:not([data-provider="UBT"]) img {
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.service-info {
  margin-bottom: 60px;
}

.service-info .service-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.service-info .service-logo a {
  width: 200px;
  height: 200px;
  background-color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
  padding: 20px;
}

.service-info .service-logo a img {
  width: 100%;
  height: auto;
}

.service-info .service-logo a span {
  color: var(--brand-main);
  font-size: 5rem;
}

.service-info .service-details {
  width: 100%;
  text-align: center;
}

.service-info .service-details h1 {
  margin-bottom: 30px;
  color: var(--brand-secondary);
}

.service-info .service-details h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

.service-info .service-details h4 a {
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
  position: relative;
}

.service-info .service-details h4 a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brand-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.service-info .service-details p {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 60px;
  font-family: var(--font-family-book);
}

.service-main {
  position: relative;
}

.service-main > .section {
  height: 260px;
}

.service-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: var(--blue-dark);
}

.service-main img {
  z-index: 2;
}

.service-text {
  position: relative;
  background-color: var(--blue-dark);
  padding-top: 45px;
  color: var(--white);
  margin-bottom: 90px;
  z-index: 1;
}

.service-text .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 45px;
  position: relative;
}

.service-text .section:last-child {
  padding-bottom: 45px;
}

.service-text .service-text-title {
  color: var(--brand-secondary);
  width: 100%;
  position: relative;
}

.service-text .service-text-title h3 {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
  font-size: 2rem;
  font-family: var(--font-family-medium);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.015);
}

.service-text .service-text-inner {
  width: 100%;
}

.service-section {
  margin: 90px 0 30px 0;
}

.service-section--info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 0;
  z-index: 3;
  color: var(--white);
  background-color: var(--brand-main);
  -webkit-box-shadow: 0px -10px 20px 0px rgba(10, 7, 7, 0.15);
          box-shadow: 0px -10px 20px 0px rgba(10, 7, 7, 0.15);
}

.service-section--info span.icon-warning {
  font-size: 50px;
  margin-bottom: 30px;
  display: inline-block;
}

.service-section--info span.icon-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
}

.service-section--info a {
  color: var(--white);
}

.service-section--info p {
  margin-bottom: 15px;
  font-family: var(--font-family-book);
}

.service-section--info p,
.service-section--info a {
  font-size: 15px;
}

.service-section--title {
  position: relative;
  margin-left: 15px;
}

.service-section--title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 3px;
  background-color: var(--brand-main);
}

.service-section--title h2 {
  display: inline-block;
  color: var(--white);
  background-color: var(--brand-main);
  font-size: 1.15rem;
  padding: 15px 30px 15px 80px;
}

.service-section--title span {
  background-color: var(--white);
  color: var(--brand-main);
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.25);
  z-index: 2;
}

.service-section--content {
  padding: 60px 0;
}

.service-section--content .accordions {
  margin-top: 30px;
  margin-bottom: 0;
}

.services-title-section {
  text-align: center;
}

.services-title-section > div:first-child {
  margin-bottom: 15px;
}

.services-title-section > div:last-child > a:first-child {
  display: block;
}

.services-title-section img {
  width: 125px;
  height: auto;
  margin: 30px 0;
}

.services-title-section .btn {
  font-size: 16px;
}

.title .information {
  color: var(--brand-main);
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-family: var(--font-family-book);
  margin-top: 30px;
}

.title .information span {
  font-size: 30px;
  margin-right: 15px;
}

.body--digital .service-details h1 {
  color: var(--blue-digital);
}

.body--digital .service-main:after {
  background-color: var(--blue-dark);
}

.body--digital .service-text {
  background-color: var(--blue-dark);
}

.slogan h2,
.slogan h4,
.slogan--mobile h2,
.slogan--mobile h4 {
  letter-spacing: -0.025em;
  font-family: var(--font-family-medium);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.175);
}

.slogan h2,
.slogan--mobile h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.95rem;
  margin-bottom: 10px;
}

.slogan h4,
.slogan--mobile h4 {
  font-size: 1rem;
}

.slogan {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  color: var(--white);
}

.slogan h2,
.slogan h4 {
  text-align: right;
}

.slogan--mobile {
  overflow: hidden;
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 60px 0;
  position: relative;
}

.slogan--mobile h2,
.slogan--mobile h4 {
  text-align: right;
  position: relative;
  z-index: 2;
}

.slogan--mobile img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  left: 20px;
  z-index: 1;
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 2px solid var(--brand-main);
  margin-bottom: 90px;
  position: relative;
  width: 100%;
}

.gallery:after {
  content: "Gallery";
  position: absolute;
  bottom: -45px;
  left: 0;
  font-size: 24px;
  color: var(--brand-main);
  font-family: var(--font-family-medium);
}

.gallery a {
  width: 100%;
  display: block;
  height: 300px;
  margin-bottom: 15px;
  position: relative;
}

.gallery a img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.3s var(--cubic-bezier);
  transition: all 0.3s var(--cubic-bezier);
}

.gallery a:after {
  display: none;
}

.gallery a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.4s var(--cubic-bezier);
  transition: opacity 0.4s var(--cubic-bezier);
  opacity: 0;
  z-index: 2;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--brand-main);
  color: var(--white);
  font-family: var(--gellixRegular);
  padding: 15px 0;
}

.cookie-banner h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.cookie-banner p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.35;
}

.cookie-banner p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-section--title {
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}

.cookie-section--text {
  display: none;
}

.cookie-section {
  margin-bottom: 15px;
}

.cookie-section--checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cookie-section--checkbox i {
  font-size: 12px;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.cookie-section--checkbox.selected i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cookie-section--checkbox.required {
  opacity: 0.75;
}

.cookie-section--checkbox.required i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cookie-section--text {
  font-size: 16px;
  padding: 15px 0;
}

.cookie-section--text p {
  margin-bottom: 10px;
  line-height: 1.3;
}

.cookie-section--text p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-section--more {
  display: inline-block;
  text-decoration: none;
}

.cookie-section--more span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-section--more i {
  font-size: 18px;
  position: relative;
  top: 2px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  display: inline-block;
}

.cookie-section--more.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cookie-buttons {
  margin-top: 30px;
}

.cookie-buttons .btn {
  font-size: 16px;
  padding: 12px 25px;
}

.position-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 45px;
}

.announcements--dark .position-boxes {
  margin-bottom: 0;
}

.position-box {
  background-color: rgba(0, 0, 0, 0.0275);
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  min-height: 260px;
}

.position-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-main);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
}

.position-box .position-box--category,
.position-box .position-box--location,
.position-box .position-box--title {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.position-box .position-box--location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brand-secondary);
  margin-bottom: 30px;
}

.position-box .position-box--location span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 5px;
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(14, 14, 14, 0.08);
          box-shadow: 0px 10px 20px 0px rgba(14, 14, 14, 0.08);
}

.position-box .position-box--location span i {
  color: var(--brand-main);
}

.position-box .position-box--category {
  margin-bottom: 10px;
  font-family: var(--font-family-medium);
}

.position-box .position-box--title {
  color: var(--brand-main);
  font-family: var(--font-family-bold);
  font-size: 1.5rem;
}

.position-info {
  font-family: var(--font-family-book);
  margin-bottom: 5px !important;
  font-size: 1rem;
  line-height: 1.25rem;
}

.position-info span {
  color: var(--brand-main);
  display: inline-block;
  margin-bottom: 5px;
  font-family: var(--font-family-bold);
  font-size: 20px;
}

.position-title {
  width: 100%;
}

.position-left {
  width: 100%;
  margin-bottom: 60px;
}

.position-right {
  width: 100%;
}

.position-infobox {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  padding: 0;
  overflow: hidden;
  padding-right: 30px;
}

.position-infobox h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-family-medium);
  color: var(--brand-main);
}

.position-infobox p {
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}

.position-infobox p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.position-infobox h3,
.position-infobox p {
  position: relative;
  z-index: 2;
}

.announcements--dark {
  background-color: var(--blue-dark);
  padding-bottom: 90px;
  color: var(--white);
}

.announcements--dark .position-box {
  background-color: #0e1e38;
  -webkit-box-shadow: 0 43px 79px rgba(0, 0, 0, 0.1);
          box-shadow: 0 43px 79px rgba(0, 0, 0, 0.1);
}

.announcements--dark .position-box .position-box--location {
  color: var(--white);
}

.announcements--dark .position-box .position-box--category {
  color: var(--brand-main);
}

.announcements--dark .position-box .position-box--title {
  color: var(--white);
}

.block-half {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.block-half a:after {
  display: none;
}

.block-half img {
  width: 100%;
  height: auto;
}

.documents ul {
  list-style-type: none;
}

.documents ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.documents ul li:after {
  display: none;
}

.documents ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents ul li a::after {
  display: none;
}

.documents ul li i {
  font-size: 2.5rem;
  margin-right: 15px;
}

.documents ul li span {
  position: relative;
  display: inline-block;
}

.tab,
.dtc-tab {
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}

.tab-items,
.dtc-tab-items {
  width: 100%;
  margin-bottom: 60px;
}

.tab-item,
.dtc-tab-item {
  background-color: var(--white);
  padding: 30px;
  -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.13);
  min-width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  display: block;
  color: var(--brand-main);
  font-family: var(--font-family-medium);
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

.tab-item span,
.dtc-tab-item span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s var(--cubic-bezier);
  transition: color 0.4s var(--cubic-bezier);
}

.tab-item ul,
.dtc-tab-item ul {
  display: none;
}

.tab-item:after,
.dtc-tab-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-main);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.tab-item.active span,
.dtc-tab-item.active span {
  color: var(--white);
}

.tab-item.active:after,
.dtc-tab-item.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.dtc-tab-item:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.dtc-tab-item.active span,
.dtc-tab-item:hover span {
  color: #0b0e2c !important;
}

.dtc-tab-item-container > ul {
  display: none;
  padding: 30px 15px 15px 45px;
  width: 100%;
  position: relative;
}

.dtc-tab-item-container > ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.dtc-tab-item-container > ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.dtc-tab-item-container > ul li a {
  font-size: 16px;
  line-height: 1;
  font-family: var(--gellixMedium);
}

.dtc-tab-item-container > ul li a.active {
  color: #0b0e2c;
}

.tab-content h1:not(.title),
.tab-content h2:not(.title),
.tab-content h3:not(.title),
.tab-content h4:not(.title),
.dtc-tab-content h1:not(.title),
.dtc-tab-content h2:not(.title),
.dtc-tab-content h3:not(.title),
.dtc-tab-content h4:not(.title) {
  color: var(--brand-main);
  margin-bottom: 30px;
}

.tab-content p,
.tab-content ul,
.dtc-tab-content p,
.dtc-tab-content ul {
  margin-bottom: 30px;
}

.tab-content ul,
.dtc-tab-content ul {
  margin-bottom: 30px;
  text-align: left;
}

.tab-content ul li,
.dtc-tab-content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: var(--line-height-base);
}

.tab-content ul li > ul,
.dtc-tab-content ul li > ul {
  margin-top: 30px;
}

.tab-content ul li strong,
.dtc-tab-content ul li strong {
  font-family: var(--font-family-bold);
}

.tab-content ul li:after,
.dtc-tab-content ul li:after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand-main);
}

.tab-content .news-item h4,
.dtc-tab-content .news-item h4 {
  color: var(--black-text);
}

.tab-content .accordion-header h4,
.dtc-tab-content .accordion-header h4 {
  margin-bottom: 0;
}

.tab-content-item,
.dtc-tab-content-item {
  display: none;
}

.tab-content-item:first-child,
.dtc-tab-content-item:first-child {
  display: block;
}

.dtc-tab-content-item p strong {
  font-family: var(--font-family-bold);
}

.dtc-tab-content-item p a:after {
  background-color: #0b0e2c;
  -webkit-transform: scaleX(1) scaleY(0.25);
          transform: scaleX(1) scaleY(0.25);
  bottom: -4px;
}

.dtc-tab-content-item h5 {
  margin-bottom: 30px;
  color: var(--brand-main);
}

.dtc-wrapper {
  position: relative;
}

.dtc-wrapper > .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dtc-wrapper .dtc-tab .dtc-tab-items {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.dtc-wrapper .dtc-tab .dtc-tab-items .dtc-tab-item {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  padding: 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--gellixMedium);
  background: rgba(0, 0, 0, 0.02);
  text-align: left;
  color: #0b0e2c;
  margin-bottom: 2px;
}

.dtc-wrapper .dtc-tab .dtc-tab-items .dtc-tab-item > ul {
  padding-top: 15px;
}

.dtc-wrapper .dtc-tab .dtc-tab-items .dtc-tab-item > ul li a {
  font-family: var(--gellixRegular);
}

.dtc-wrapper .dtc-tab .dtc-tab-items .dtc-tab-item:last-child {
  margin-bottom: 0;
}

.dtc-wrapper .dtc-tab .dtc-tab-content {
  width: 100%;
  font-family: var(--gellixRegular);
}

.dtc-wrapper .dtc-tab .dtc-tab-content strong {
  font-family: var(--gellixSemiBold);
}

.dtc-wrapper .dtc-tab .dtc-tab-content h3 {
  font-family: var(--gellixSemiBold);
  color: #0b0e2c;
}

.dtc-wrapper .dtc-tab .dtc-tab-content h5 {
  color: #0b0e2c;
}

.dtc-wrapper .dtc-tab .dtc-tab-content ul li:after {
  background-color: transparent;
  color: #0b0e2c;
}

.dtc-wrapper .dtc-tab .dtc-tab-content .team-list {
  border-bottom: 0;
  margin-top: 60px;
}

.dtc-wrapper .team-member h6,
.dtc-wrapper .team-member p a {
  color: #0b0e2c;
}

.dtc-text {
  position: relative;
}

.dtc-text .section {
  margin-bottom: 60px;
}

.dtc-text .section > a,
.dtc-text .section p > a,
.dtc-text .section ul > a {
  color: var(--brand-main);
}

.dtc-text .section > h2,
.dtc-text .section > h3,
.dtc-text .section > h4 {
  margin-bottom: 30px;
  color: var(--brand-main);
}

.dtc-text .section > p {
  margin-bottom: 15px;
}

.dtc-text .section > p + h2,
.dtc-text .section > p + h3,
.dtc-text .section > p + h4 {
  margin-top: 15px;
}

.dtc-text .section > ul {
  margin-bottom: 30px;
}

.dtc-text .section > ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.dtc-text .section .accordions {
  margin-bottom: 0;
}

.dtc-links li {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  position: relative;
}

.dtc-links li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.dtc-info {
  background-color: #0b0e2c;
  padding-top: 150px;
  margin-bottom: 15px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.dtc-info > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.05;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dtc-info .wrap {
  position: relative;
  z-index: 2;
}

.dtc-info--logo {
  margin-bottom: 30px;
}

.dtc-info--text {
  color: var(--white);
}

.dtc-info--text h1 {
  margin-bottom: 30px;
  font-size: 24px;
}

.dtc-info--text p {
  font-family: var(--gellixRegular);
}

.dtc-news::after {
  display: none;
}

.dtc-news .news-item h6 {
  color: #0b0e2c;
}

.dtc-news .news-item h6::after {
  background-color: #0b0e2c;
}

.dtc-news .news-item .news-item--img {
  height: 300px;
  margin-bottom: 30px;
}

.dtc-news .news-item .news-item--img::after {
  background-color: #0b0e2c;
}

#dtc-contact .team-member p a::after {
  background-color: #0b0e2c;
}

.footer-menu {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

.footer-menu .footer-menu--inner {
  background-color: var(--white);
  padding: 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  max-width: calc(100% - 60px);
}

.footer-menu .footer-menu--inner.hide {
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
}

.footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.footer-menu ul li {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 5px;
}

.footer-menu ul li::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.footer-menu ul li a {
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer-menu ul li a span {
  margin-top: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: var(--brand-main);
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.footer-menu ul li.active a span {
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.footer-menu.footer-menu--blue ul li a span {
  background-color: var(--blue-dark);
}

.footer-menu--close {
  background-color: var(--brand-main);
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
}

.footer-menu--close > div span {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--white);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.footer-menu--close > div span:first-child {
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-menu--close > div span:last-child {
  top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-menu--blue .footer-menu--close {
  background-color: var(--blue-dark);
}

.footer-menu--open {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-color: var(--brand-main);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.86, 0.59, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.footer-menu--open span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--white);
  margin-bottom: 3px;
}

.footer-menu--open span:last-child {
  margin-bottom: 0;
}

.footer-menu--open.show {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer-menu--blue .footer-menu--open {
  background-color: var(--blue-dark);
}

.digital-business {
  padding-bottom: 100px;
}

.digital-business h1,
.digital-business h2,
.digital-business h3,
.digital-business h4,
.digital-business h5,
.digital-business h6 {
  margin-bottom: 30px;
  color: var(--blue-dark);
}

.digital-business strong {
  font-weight: 700;
  font-family: var(--font-family-bold);
}

.digital-business p {
  margin-bottom: 30px;
}

.digital-business a {
  color: var(--blue-dark);
}

.digital-business ul {
  margin-bottom: 30px;
}

.digital-business ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

.digital-business .section {
  margin-bottom: 60px;
}

.digital-business--logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.digital-business--logos a:first-child {
  margin-right: 15px;
}

.digital-business--logos a:first-child img {
  max-width: 100px;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.digital-business--logos a:last-child img {
  width: 220px;
  height: auto;
}

.digital-business--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  z-index: 100;
  margin-bottom: 60px;
}

.digital-business--menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digital-business--menu ul li {
  list-style-type: none;
  margin: 0 15px;
}

.digital-business--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.digital-business--content--main {
  width: calc(70% - 30px);
}

.digital-business--content--sidebar {
  width: calc(30% - 30px);
}

.digital-business--titles {
  background-color: #131129;
  color: #ffffff;
  display: inline-block;
  padding: 10px 25px 10px 50px;
  position: relative;
}

.digital-business--titles:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: calc(100% + 20px);
  width: calc(100%);
  left: 25px;
  z-index: 1;
  border: 4px solid #d3222a;
}

.digital-business--titles span {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.digital-business--content--sidebar .news-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.digital-business--content--sidebar .news-item .news-item--img {
  height: 300px;
}

.digital-business--content-social ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.digital-business--content-social ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.digital-business--content-social ul li a span {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: var(--white);
  background-color: #131129;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}

.digital-business--content-social ul li a:after {
  display: none;
}

.db-wrapper {
  width: 100%;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.db-header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.db-header .db-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.db-header.db-header--fixed {
  background-color: var(--white);
  color: var(--black);
  -webkit-box-shadow: 0px 2px 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px 8px rgba(0, 0, 0, 0.05);
}

.db-logos {
  padding: 10px 0;
  padding-right: 30px;
  width: 370px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.db-logos .eu-logo {
  margin-right: 15px;
}

.db-logos .eu-logo img {
  max-width: 130px;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.db-logos .giz-logo img {
  max-width: 130px;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.db-menu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  width: calc(100% - 400px);
  padding-left: 30px;
  font-family: var(--gellixRegular);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.db-header--fixed .db-menu {
  padding: 20px 0;
}

.db-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.db-menu ul li {
  margin: 0 15px;
}

.db-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--gellixSemiBold);
  position: relative;
}

.db-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0000e8;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.db-menu ul li.active a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.db-menubar span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #131129;
  margin-bottom: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.db-menubar span:last-child {
  margin-bottom: 0;
}

.db-header--fixed .db-menubar span {
  background-color: #131129;
}

.db-menubar.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.db-menubar.active span:nth-child(2) {
  opacity: 0;
}

.db-menubar.active span:last-child {
  top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#db-languages li {
  margin: 0 5px;
}

#db-languages li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
}

#db-languages li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #0000e8;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.65);
          transform: translate(-50%, -50%) scale(0.65);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#db-languages li a span {
  position: relative;
  z-index: 2;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#db-languages li.active a {
  border-radius: 50%;
}

#db-languages li.active a:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#db-languages li.active a span {
  color: #ffffff;
}

.db-main {
  background-color: #eef6fb;
  position: relative;
  padding-top: 125px;
  z-index: 1;
}

.db-main .db-wrapper {
  position: relative;
  z-index: 2;
  padding: 0 15px 50px 15px;
}

.db-main > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  z-index: 1;
}

.db-main h1 {
  font-family: var(--gellixRegular);
  margin-bottom: 30px;
  font-size: 30px;
}

.db-main p {
  font-weight: 300;
  font-size: 14px;
  font-family: var(--gellixRegular);
  margin-bottom: 30px;
}

.db-main p a {
  color: #0000e8;
}

.db-main p:last-child {
  margin-bottom: 0;
}

.db-main--img {
  position: relative;
  z-index: 1;
}

.db-main--img .db-wrapper--bg {
  background-color: rgba(0, 255, 132, 0.25);
  width: 90%;
  position: relative;
  z-index: 2;
}

.db-main--img:before {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eef6fb;
  z-index: 1;
}

.db-main--img:after {
  content: "";
  width: 50%;
  height: 75%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eef6fb;
  z-index: 1;
}

.db-main--img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  mix-blend-mode: multiply;
}

.db-section {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.db-section .db-section--inner {
  width: 100%;
  padding: 30px 0;
  border-left: 1px solid #ddd;
}

.db-section.db-section--about .db-section--inner {
  padding-top: 50px;
}

.db-section .db-section--title {
  padding-left: 15px;
  margin-bottom: 30px;
}

.db-section .db-section--text {
  padding-left: 15px;
}

.db-section .dtc-links {
  font-family: var(--gellixLight);
}

.db-section .dtc-links strong {
  font-family: var(--gellixRegular);
}

.db-section p,
.db-section ul {
  font-family: var(--gellixRegular);
  margin-bottom: 30px;
  font-size: 14px;
}

.db-section p:last-child,
.db-section ul:last-child {
  margin-bottom: 0;
}

.db-section a {
  position: relative;
}

.db-section a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00ff84;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: -webkit-transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier);
  transition: transform 0.4s var(--cubic-bezier), -webkit-transform 0.4s var(--cubic-bezier);
}

.db-section h4 {
  color: #0000e8;
  font-family: var(--gellixLight);
  font-size: 30px;
  margin-bottom: 30px;
}

.db-section .dtc-links li:last-child:after {
  display: none;
}

.db-section--img {
  position: relative;
}

.db-section--img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000e8;
  z-index: 1;
  opacity: 0.5;
}

.db-section--img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  mix-blend-mode: multiply;
  z-index: 2;
}

.db-section--img .db-section--inner {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.db-section--img .db-title {
  color: #fff;
}

.db-title {
  font-family: var(--gellixLight);
  color: #0000e8;
  font-size: 30px;
}

.db-section--list li {
  list-style-type: none;
  font-family: var(--gellixRegular);
  font-size: 14px;
  padding: 25px 0;
  line-height: 1.5em;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 100px;
  position: relative;
}

.db-section--list li div {
  position: absolute;
  top: 50%;
  left: 20px;
  font-family: var(--gellixRegular);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.db-section--list li div:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  width: 50px;
  height: 50px;
  background-color: #00ff84;
  border-radius: 50%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
}

.db-section--list li div span {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 25px;
  color: var(--white);
  padding-left: 15px;
}

.db-subtitle {
  background-color: #00ff84;
  color: #131129;
  padding: 5px 15px;
  border-radius: 25px;
  margin-bottom: 15px;
  display: inline-block;
}

.db-subtitle span {
  display: inline-block;
  margin-right: 10px;
}

.db-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0000e8;
}

.db-social-media li {
  margin-right: 15px;
}

.db-social-media li:last-child {
  margin-right: 0;
}

.facility-info {
  margin-bottom: 60px;
}

.facility-info .facility-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.facility-info .facility-logo a {
  width: 200px;
  height: 200px;
  background-color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.23);
  padding: 40px;
}

.facility-info .facility-logo a img {
  width: 60%;
  height: auto;
  -webkit-transition: all 0.4s var(--cubic-bezier);
  transition: all 0.4s var(--cubic-bezier);
}

.facility-info .facility-details {
  width: 100%;
  text-align: center;
}

.facility-info .facility-details h1 {
  margin-bottom: 30px;
  color: var(--brand-secondary);
}

.facility-info .facility-details h5 {
  font-size: 18px;
  color: #4d4d4d;
}

.facility-main {
  height: 320px;
  margin-bottom: 60px;
}

.facility-main .facility-slogan {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15px);
  z-index: 2;
  background-color: var(--brand-main);
  padding: 15px 25px;
  text-align: center;
  color: var(--white);
}

.facility-main .facility-slogan p {
  font-size: 16px;
  font-family: var(--font-family-bold);
}

.facility-text-section {
  margin-bottom: 90px;
}

.facility-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.facility-text:last-child {
  border-bottom: 0;
}

.facility-text .facility-text-title,
.facility-text .facility-text-inner {
  width: 100%;
}

.facility-text .facility-text-title {
  text-align: center;
  margin-bottom: 30px;
}

.facility-text .facility-text-title h2 {
  color: var(--brand-main);
  font-size: 18px;
  font-family: var(--font-family-book);
}

.facility-text .facility-text-title h3 {
  font-size: 18px;
}

.facility-text .facility-text-inner .btn {
  display: inline-block;
  margin-top: 30px;
}

.facility-text .facility-text-inner p:last-child {
  margin-bottom: 0;
}

.activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
}

.activity-box {
  padding: 30px 30px 60px 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0275);
  margin-bottom: 30px;
  position: relative;
}

.activity-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0375);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: -webkit-transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier);
  transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
}

.activity-box .activity-box--icon,
.activity-box h3,
.activity-box p,
.activity-box ul {
  position: relative;
  z-index: 2;
}

.activity-box:last-child {
  margin-bottom: 0;
}

.activity-box h3 {
  font-size: 20px;
  -webkit-transition: color 0.3s var(--cubic-bezier);
  transition: color 0.3s var(--cubic-bezier);
}

.activity-box p {
  font-family: var(--gellixSemiBold);
}

.activity-box p,
.activity-box ul {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 30px;
}

.activity-box p:last-child,
.activity-box ul:last-child {
  margin-bottom: 0;
}

.activity-box ul li {
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.activity-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.activity-box--icon {
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier);
  transition: -webkit-transform 0.3s var(--cubic-bezier);
  transition: transform 0.3s var(--cubic-bezier);
  transition: transform 0.3s var(--cubic-bezier), -webkit-transform 0.3s var(--cubic-bezier);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
}

.activity-box--icon span {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
          box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
  display: inline-block;
  border-radius: 50%;
  color: #0b0e2c;
  margin-bottom: 45px;
  background-color: var(--white);
  position: relative;
  font-size: 50px;
}

.activity-box--icon span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.members {
  margin-top: 60px;
}

.member-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.member-item:last-child {
  border-bottom: 0;
}

.member-item--logo {
  width: 100px;
  margin: 0 auto 30px auto;
}

.member-item--logo div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
          box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-item--logo img {
  width: 60%;
  height: auto;
}

.member-item--text h5 {
  font-size: 18px;
  color: var(--black-text);
  margin-bottom: 0;
  font-family: var(--gellixMedium);
}

.member-item--text h5 + p {
  margin-top: 10px;
}

.member-item--text p {
  margin-bottom: 0;
}

.pillars-boxes {
  margin-top: 60px;
}

.pillars-box {
  margin-bottom: 30px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
          box-shadow: 0px 10px 20px 0px rgba(10, 7, 7, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pillars-box:last-child {
  margin-bottom: 0;
}

.pillars-box h4 {
  font-size: 20px;
  margin-bottom: 0 !important;
  font-family: var(--gellixSemiBold);
}

.pillars-box span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
  color: var(--brand-main);
}

.filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px 0px;
}

.form-filter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.form-filter-row .form-filter-column {
  position: relative;
  width: 100%;
}

.form-filter-row .form-filter-column i {
  position: absolute;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  font-size: 24px;
}

.form-filter-row .form-filter-column .icon-arrow-down::before {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-filter-row .form-filter-column label {
  display: block;
  margin-bottom: 10px;
  height: 30px;
}

.form-filter-row .form-filter-column input,
.form-filter-row .form-filter-column select {
  padding-right: 55px;
}

.form-filter-row .form-filter-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.form-filter-row .form-filter-column input:focus ~ i,
.form-filter-row .form-filter-column select:focus ~ i {
  color: var(--brand-main);
}

.form-filter-row .form-filter-column select:focus ~ .icon-arrow-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-filter-row .form-filter-column select ~ .icon-arrow-down::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.form-filter-row--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.form-filter-row--buttons button:nth-child(1) {
  margin-right: 15px;
}

.training-boxes .service-box-img {
  display: block;
  width: 100%;
}

.training-boxes .service-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.training-boxes svg {
  height: 100px;
  width: 100px;
}

/* Arbnor */

.training .position-info {
  margin-bottom: 30px !important;
}

.training-main {
  margin-bottom: 30px;
}

.training-main .training-main--img img {
  width: 100%;
  height: auto;
}

.training-main .training-main--date {
  color: var(--brand-main);
  margin-bottom: 15px;
}

.training-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.training-row:last-child {
  border-bottom: 0;
}

.training-row .training-row--title,
.training-row .training-row--inner {
  width: 100%;
}

.training-row .training-row--title p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--brand-main);
  font-family: var(--font-family-book);
}

.training-row .training-row--inner p {
  font-size: 18px;
  font-family: var(--font-family-book);
}

.training-row .training-row--inner p:last-child {
  margin-bottom: 0;
}

.training-rows {
  margin-bottom: 30px;
}

.time-item {
  padding: 15px;
  -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  margin-bottom: 15px;
}

.time-item p,
.time-item h5 {
  margin-bottom: 0;
}

.time-item h5 {
  font-size: 18px;
  font-family: var(--font-family-semibold);
}

.time-item p {
  font-family: var(--gellixRegular);
  font-size: 14px;
  line-height: 1.3;
}

.time-item h5 + p {
  margin-top: 15px;
}

.time-item > div:first-child {
  color: var(--brand-main);
  padding-right: 50px;
  margin-bottom: 15px;
}

.time-item > div:first-child img {
  width: 100px !important;
  margin-bottom: 0 !important;
}

.time-item .venture {
  width: auto !important;
  height: auto;
  margin-bottom: 0 !important;
  vertical-align: middle;
  max-width: 100px;
  margin-top: 15px;
}

.social-areas-item {
  padding: 15px;
  -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  margin-bottom: 15px;
}

.social-areas-item p,
.social-areas-item h5 {
  margin-bottom: 0;
}

.social-areas-item h5 {
  font-size: 18px;
  font-family: var(--font-family-semibold);
}

.social-areas-item p {
  font-family: var(--gellixRegular);
  font-size: 14px;
}

.itp-dtc {
  width: 300px !important;
  height: auto;
}

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

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

/* Preloader */

/* Navigation */

/* Pagination */

.swiper-pagination {
  position: absolute;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

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

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.65);
  opacity: 0.2;
  cursor: pointer;
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--brand-main);
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  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;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #e7e7e7;
  max-width: calc(100% - 30px);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.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;
  left: 0;
  top: 0;
  background: #ff6400;
  background: -webkit-gradient(linear, left top, right top, from(#ff6400), to(#ff0d1b));
  background: linear-gradient(to right, #ff6400 0%, #ff0d1b 100%);
}

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

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

/* Fade */

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

/* Progress */

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--brand-main);
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--brand-main);
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 3px;
  border-style: solid;
  border-color: var(--brand-main);
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: 2px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 2px;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--brand-main);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.cll-c-bt {
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
}

.cll-c-bt.cll-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.cll-c-tb {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  -webkit-transition: all 1s var(--cubic-bezier);
  transition: all 1s var(--cubic-bezier);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-inview .cll-c-tb,
.cll-c-tb.cll-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.cll-ct-bt {
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.cll-ct-bt.cll-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cll-ct-tb {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.cll-ct-tb.cll-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cll-ct-tb-lc {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.cll-ct-tb-lc.cll-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

[data-transition="speed-050"] {
  -webkit-transition: all 0.5s var(--cubic-bezier);
  transition: all 0.5s var(--cubic-bezier);
}

[data-transition="speed-075"] {
  -webkit-transition: all 0.75s var(--cubic-bezier);
  transition: all 0.75s var(--cubic-bezier);
}

[data-transition="speed-100"] {
  -webkit-transition: all 1s var(--cubic-bezier);
  transition: all 1s var(--cubic-bezier);
}

[data-transition="speed-150"] {
  -webkit-transition: all 1.5s var(--cubic-bezier);
  transition: all 1.5s var(--cubic-bezier);
}

@media (min-width: 350px) {
  .form-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 25px 20px 0px;
  }

  .form-radio-wrapper > div:first-of-type {
    margin-bottom: 0;
  }

  .form-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 25px 20px 0px;
  }

  .form-radio-wrapper > div:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 390px) {
  .form-filter-row .form-filter-column label {
    height: 30px;
  }

  .form-filter-row .form-filter-column label {
    height: 30px;
  }
}

@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 2.75rem;
  }

  .wrap {
    max-width: var(--wrap-width-md);
  }

  .wrap-inner {
    width: calc(100% - 60px);
  }

  .footer-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-img a {
    margin: 0 30px;
  }

  .footer-img a:first-child {
    margin-left: 0;
  }

  .footer-img a:last-child {
    margin-right: 0;
  }

  .footer-img .giz-logo img {
    width: 300px;
    height: auto;
  }

  .footer-img .eu-logo img,
  .footer-img .kosovo-government-logo img {
    height: 80px;
    width: auto;
  }

  .about h2 {
    font-size: 2rem;
  }

  .flex .about-text--wrapper {
    margin-bottom: 120px !important;
  }

  .about-place {
    margin-bottom: 120px;
  }

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

  .about-main .about-text {
    width: 75%;
  }

  .about-main h1 {
    font-size: 60px;
    margin-bottom: 90px;
  }

  .about-main h2 {
    font-size: 34px;
    margin-bottom: 45px;
  }

  .about-main h5 {
    margin-bottom: 90px;
    font-size: 28px;
  }

  .about-shapes {
    position: absolute;
    margin-bottom: 0;
  }

  .about-shape {
    width: calc(38.393229166666667vw - var(--scrollbar-width));
  }

  .info-box h4 {
    font-size: 60px;
  }

  .info-box p {
    font-size: 20px;
  }

  .item--text h2 {
    font-size: 2.5rem;
  }

  .filter ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }

  .filter ul li {
    margin-right: 60px;
  }

  .filter {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .filter-items ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
  }

  .filter-items ul li {
    margin-bottom: 0;
  }

  .filter-items ul li a {
    font-size: 40px;
  }

  .filter-items.filter-items-column ul li a {
    font-size: 32px;
  }

  .news {
    margin-bottom: 60px;
  }

  .news-list {
    padding-top: 0;
  }

  .news-item {
    -webkit-flex-basis: calc(100% * 6/12 - (30px / 2));
        -ms-flex-preferred-size: calc(100% * 6/12 - (30px / 2));
            flex-basis: calc(100% * 6/12 - (30px / 2));
    max-width: calc(100% * 6/12 - (30px / 2));
    margin: 0 0 90px 30px;
  }

  .news-item .news-item--img {
    height: 300px;
    margin-bottom: 45px;
  }

  .news-item h6 {
    margin-bottom: 30px;
  }

  .news-item h4 {
    font-size: 20px;
  }

  .events-item .news-item--img {
    height: auto;
  }

  .article-info {
    width: 65%;
  }

  .article-info h1 {
    margin-bottom: 60px;
    font-size: 40px;
    padding-right: 10%;
  }

  .article-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 60px;
  }

  .article-img img {
    width: 70%;
    margin-bottom: 0;
  }

  .article-img .article-img--text {
    width: calc(30% - 30px);
  }

  .article-img.article-img--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .content h1,
  .content h2,
  .content h3 {
    margin-bottom: 60px;
  }

  .event-main h4 {
    font-size: 26px;
  }

  .event-main h5 {
    font-size: 22px;
  }

  .event-img {
    height: 550px;
    text-align: left;
  }

  .event-img .event-info {
    width: 65%;
    padding: 25px 40px;
    font-size: 18px;
  }

  .sector-main {
    margin-bottom: 150px;
  }

  .sector-main-wrapper {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sector-main-wrapper > div {
    width: 50%;
  }

  .sector-shape {
    margin-bottom: 0;
  }

  .sector-shape .shape {
    width: 220px;
    height: 480px;
    border-radius: 130px;
  }

  .sector-shape .circle {
    width: 220px;
    height: 220px;
  }

  .sector-shape .circle img {
    width: 100px;
  }

  .sector-main-text {
    padding: 0;
    text-align: left;
  }

  .sector-main-text h1 {
    font-size: 46px;
  }

  .sector-info-wrapper {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sector-info-wrapper > div:first-child {
    width: 48%;
    margin-bottom: 0;
  }

  .sector-info-wrapper > div:last-child {
    width: 46.5%;
  }

  .sector-info {
    margin-bottom: 90px;
  }

  .sector-info h2 {
    font-size: 2rem;
  }

  .sector-info-img img {
    max-width: 550px;
    max-height: 550px;
  }

  .sector-apply-section {
    margin-bottom: 150px;
  }

  .sector-apply-wrapper {
    width: 80%;
  }

  .sector-icon {
    bottom: 0;
    right: 5%;
    font-size: 200px;
    color: var(--white);
    opacity: 0.075;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .sector-shapes {
    padding: 0;
    text-align: left;
  }

  .sector-shapes li {
    margin-bottom: 0;
    width: calc(20% - 10px);
  }

  .sector-item h4 {
    font-size: 22px;
  }

  .sectors {
    padding-bottom: 90px;
  }

  .sector {
    margin-bottom: 45px;
    background-color: transparent;
    width: calc(50% - 15px);
    padding: 45px 30px;
  }

  .sector h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .tenant {
    margin-bottom: 60px;
  }

  .tenant .tenant-img {
    height: 300px;
  }

  .tenant h4 {
    font-size: 1.75rem;
  }

  .tenant h5 {
    font-size: 18px;
  }

  .tenant-main {
    height: 480px;
  }

  .team-member {
    width: 50%;
  }

  .team-member .team-member-img {
    width: 250px;
    height: 250px;
  }

  .triangle--park {
    opacity: 1;
  }

  .triangle--park.triangle--park-medium {
    -webkit-clip-path: polygon(0 0, 3px 0, 100% 50%, 3px 100%, 0 100%, calc(100% - 3px) 50%);
            clip-path: polygon(0 0, 3px 0, 100% 50%, 3px 100%, 0 100%, calc(100% - 3px) 50%);
  }

  .triangle--park.triangle--park-bold {
    -webkit-clip-path: polygon(0 0, 12px 0, 100% 50%, 12px 100%, 0 100%, calc(100% - 12px) 50%);
            clip-path: polygon(0 0, 12px 0, 100% 50%, 12px 100%, 0 100%, calc(100% - 12px) 50%);
  }

  .apply-inner,
  .apply-form-inner {
    width: calc(100% - 60px);
    margin: 0 auto 120px auto;
  }

  .apply-inner {
    width: calc(100% - 60px);
    margin: 0 auto 120px auto;
  }

  .apply-form-inner h5 {
    font-size: 22px;
    margin-bottom: 90px;
  }

  .apply-boxes {
    margin-bottom: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .apply-boxes > a {
    width: calc(50% - 15px);
    padding: 80px 30px;
    margin-bottom: 0;
    border-radius: 60px;
  }

  .apply-boxes > a h4 {
    font-size: 25px;
  }

  .apply-boxes > a span {
    font-size: 75px;
    margin-bottom: 50px;
  }

  input,
  textarea,
  select {
    padding: 24px 25px;
  }

  .form h5 {
    font-size: 22px;
  }

  .form--step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% * 5);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
    transition: -webkit-transform 0.5s var(--cubic-bezier);
    transition: transform 0.5s var(--cubic-bezier);
    transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
  }

  .form--step {
    width: calc(100% / 5);
    margin-bottom: 0;
  }

  .form--step h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .form--step-inner > h4 {
    max-width: 50%;
  }

  .form-step--control {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .form-step--control label {
    top: 25px;
    left: 25px;
  }

  .form-step--control input,
  .form-step--control textarea,
  .form-step--control label {
    font-size: 1rem;
  }

  .form-step--control.form-step--control-active label {
    -webkit-transform: translate(-25px, -60px);
            transform: translate(-25px, -60px);
  }

  .form-step--move {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sector-item .shape-wrapper > div .shape .shape-inner span {
    font-size: 30px;
  }

  .contact-inner {
    width: calc(100% - 60px);
  }

  .accordion-header {
    padding: 20px 50px 20px 25px;
  }

  .accordion-header h4 {
    font-size: 20px;
  }

  .accordion-header span {
    top: 20px;
    right: 25px;
  }

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

  .menu-full-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu-apply {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu-apply:before,
  .menu-apply:after {
    content: "";
    width: 4%;
    height: 100%;
    top: 0;
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%, 50% 50%);
            clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%, 50% 50%);
    -webkit-transition: background-color 0.4s var(--cubic-bezier);
    transition: background-color 0.4s var(--cubic-bezier);
  }

  .menu-apply:before {
    left: calc(33.33% - 2%);
    background-color: rgba(255, 255, 255, 0.07);
  }

  .menu-apply:after {
    left: calc(66.66% - 2%);
    background-color: rgba(255, 255, 255, 0.18);
  }

  .menu-apply > span {
    width: 33.33333333%;
    font-size: 26px;
    padding: 35px 35px;
    -webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%);
            clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%);
  }

  .menu-apply > span:nth-child(2) {
    display: block;
  }

  .service-boxes {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .service-box {
    width: calc(50% - 15px);
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .service-main > .section {
    height: 480px;
  }

  .service-section--info {
    padding: 30px 30px 30px 210px;
  }

  .service-section--info span.icon-warning {
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 55px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-bottom: 0;
  }

  .service-section--info p,
  .service-section--info a {
    font-size: 16px;
  }

  .service-section--info a + a {
    margin-left: 5px;
  }

  .service-section--title h2 {
    font-size: 1.25rem;
    padding: 15px 30px 15px 100px;
  }

  .service-section--title span {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }

  .gallery a {
    width: calc(33.3333% - 10px);
    height: 220px;
  }

  .position-boxes {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .position-box {
    width: calc(50% - 15px);
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .tab-items,
  .dtc-tab-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-item,
  .dtc-tab-item {
    margin: 0 10px;
    padding: 30px 15px;
    min-width: 32%;
    font-size: 18px;
  }

  .dtc-wrapper .dtc-tab .dtc-tab-items {
    margin-bottom: 60px;
  }

  .dtc-info {
    padding-top: 180px;
    margin-bottom: 60px;
    padding-bottom: 75px;
  }

  .dtc-info--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .dtc-info--logo {
    width: 30%;
    padding-right: 45px;
    margin-bottom: 0;
  }

  .dtc-info--text {
    width: 70%;
    padding-left: 45px;
  }

  .facility-main {
    height: 480px;
  }

  .activity-box {
    width: calc(50% - 15px);
  }

  .member-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .member-item--logo {
    margin: 0 auto;
  }

  .member-item--text {
    width: calc(100% - 150px);
    margin-left: 15px;
  }

  .pillars-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .pillars-box {
    width: calc(33.3333% - 15px);
    margin-bottom: 0;
  }

  .form-filter-column input,
  .form-filter-column select {
    padding: 20px 25px;
  }

  .training .article-img img {
    width: 60%;
  }

  .training .article-img .article-img--text {
    width: calc(40% - 30px);
  }

  .training-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }

  .training-main .title {
    width: 100%;
  }

  .training-main .training-main--img {
    width: calc(25% - 15px);
  }

  .training-main .training-main--text {
    width: calc(75% - 15px);
  }

  .time-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .time-item > div:first-child {
    width: 170px;
    text-align: right;
    margin-bottom: 0;
  }

  .time-item > div:last-child {
    width: calc(100% - 220px);
  }
}

@media screen and (min-width: 992px) {
  .link:hover span:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .link:hover.link--black {
    color: var(--brand-main);
  }

  .link:hover.link--black span:after {
    background-color: var(--brand-main);
  }

  .btn:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .btn:hover.btn--white {
    border-color: var(--brand-main);
    color: var(--white);
  }

  .btn:hover.btn--orange span {
    color: var(--brand-main);
  }

  .btn:hover.btn--outline-white {
    border-color: var(--brand-main);
    color: var(--brand-main);
  }

  .btn:hover.btn--outline-white span {
    color: var(--white);
  }

  .btn:hover.btn--outline-green {
    border-color: var(--green);
    color: var(--green);
  }

  .btn:hover.btn--outline-green span {
    color: var(--white);
  }

  .btn:hover.btn--outline-purple {
    border-color: var(--purple);
    color: var(--purple);
  }

  .btn:hover.btn--outline-purple span {
    color: var(--white);
  }

  .btn:hover.btn--outline-yellow {
    border-color: var(--yellow);
    color: var(--yellow);
  }

  .btn:hover.btn--outline-yellow span {
    color: var(--white);
  }

  .btn:hover.btn--outline-blue-light {
    border-color: var(--blue-light);
    color: var(--blue-light);
  }

  .btn:hover.btn--outline-blue-light span {
    color: var(--white);
  }

  .btn:hover.btn--outline-red {
    border-color: var(--red);
    color: var(--red);
  }

  .btn:hover.btn--outline-red span {
    color: var(--white);
  }

  .btn:hover.btn--outline-grey {
    border-color: var(--brand-main);
  }

  .btn:hover.btn--outline-grey:before {
    background-color: var(--brand-main);
  }

  .btn:hover.btn--outline-grey span {
    color: var(--white);
  }

  .btn:hover.btn--outline-black {
    border-color: var(--black-text);
  }

  .btn:hover.btn--outline-black:before {
    background-color: var(--black-text);
  }

  .btn:hover.btn--outline-black span {
    color: var(--white);
  }

  .btn:hover.btn--outline-orange {
    border-color: var(--brand-main);
  }

  .btn:hover.btn--outline-orange:before {
    background-color: var(--brand-main);
  }

  .btn:hover.btn--outline-orange span {
    color: var(--white);
  }

  .btn:hover.btn--green::before {
    background-color: var(--green);
  }

  .btn:hover.btn--green span {
    color: var(--white);
  }

  .btn:hover.btn--purple::before {
    background-color: var(--purple);
  }

  .btn:hover.btn--purple span {
    color: var(--white);
  }

  .btn:hover.btn--yellow::before {
    background-color: var(--yellow);
  }

  .btn:hover.btn--yellow span {
    color: var(--white);
  }

  .btn:hover.btn--blue-light::before {
    background-color: var(--blue-light);
  }

  .btn:hover.btn--blue-light span {
    color: var(--white);
  }

  .btn:hover.btn--red::before {
    background-color: var(--red);
  }

  .btn:hover.btn--red span {
    color: var(--white);
  }

  .btn:hover.btn--fill-white span {
    color: var(--brand-main);
  }

  .btn:hover.btn--fill-green span {
    color: var(--green);
  }

  .btn:hover.btn--fill-purple span {
    color: var(--purple);
  }

  .btn:hover.btn--fill-yellow span {
    color: var(--yellow);
  }

  .btn:hover.btn--fill-blue-light span {
    color: var(--blue-light);
  }

  .btn:hover.btn--fill-red span {
    color: var(--red);
  }

  .btn:hover.btn--inverse span {
    color: var(--brand-main);
  }

  .menu ul li a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .menu ul li a:hover {
    color: var(--brand-main);
  }

  .list--item-arrow li:hover:before {
    color: var(--brand-main);
  }

  .list--item li a:hover:after,
  .list--sector li a span:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .list--item li a:hover,
  .list--sector li a span:hover {
    color: var(--brand-main);
  }

  .list--sector li a:hover i {
    color: var(--brand-main);
  }

  .list--sector li a:hover span {
    color: var(--brand-main);
  }

  .list--sector li a:hover span:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .map-box:hover:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .map-box:hover:before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-delay: .125s;
            transition-delay: .125s;
  }

  .map-box:hover p {
    color: var(--white);
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: translate(-50%, 0) scale(1.2);
            transform: translate(-50%, 0) scale(1.2);
  }

  .item--text p a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .filter ul li a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .filter ul li a:hover {
    color: var(--brand-main);
  }

  .filter-items ul li a:hover:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .news-item h6:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .news-item h4:hover {
    color: var(--brand-main);
  }

  .news-item:hover .news-item--img:after {
    opacity: 1;
  }

  .events-item .link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .pagination a:hover,
  .pagination span:hover {
    background-color: var(--brand-main);
    color: var(--white);
    border-color: var(--brand-main);
  }

  .content a:not(.btn):hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .tags-list li a:hover span,
  .tags-list li div:hover span {
    color: var(--white);
  }

  .tags-list li a:hover:after,
  .tags-list li div:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .share ul li a:hover {
    color: var(--brand-main);
    background-color: var(--white);
  }

  .sector:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1.15);
            transform: scaleY(1.15);
  }

  .sector:hover:nth-child(1) h2 {
    color: var(--green);
  }

  .sector:hover:nth-child(2) h2 {
    color: var(--purple);
  }

  .sector:hover:nth-child(3) h2 {
    color: var(--yellow);
  }

  .sector:hover:nth-child(4) h2 {
    color: var(--blue-light);
  }

  .sector:hover:nth-child(5) h2 {
    color: var(--red);
  }

  .tenant h4 a:hover:after,
  .tenant h5 a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .tenant:hover .tenant-img img {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .tenant h5:hover {
    color: var(--brand-main);
  }

  .tenant-info .tenant-details h4 a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .tenant-info .tenant-details h4 a:hover {
    color: var(--brand-main);
  }

  .team-member .team-member-img img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }

  .team-member:hover h5,
  .team-member:hover h6,
  .team-member:hover p {
    color: var(--brand-main);
  }

  .team-member:hover .team-member-img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .apply-boxes > a:hover h4,
  .apply-boxes > a:hover span {
    color: var(--white);
  }

  .apply-boxes > a:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .contact-info a:hover:after,
  .apply-info a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .contact-info a:hover,
  .apply-info a:hover {
    color: var(--brand-main);
  }

  .apply-form-step a:hover {
    background-color: var(--brand-main);
    color: var(--white);
  }

  .sector-item:hover .shape-wrapper > div {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }

  .sector-item:hover .shape-text h4,
  .sector-item:hover .shape-text p {
    color: var(--brand-main);
  }

  .menu-apply:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .menu-apply:hover::after {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .menu-apply:hover > span:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .menu-apply:hover > span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .service-info .service-details h4 a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .service-info .service-details h4 a:hover {
    color: var(--brand-main);
  }

  .db-menu ul li a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .db-section a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@media only screen and (min-width: 992px) {
  .link-underline:hover:after,
  .section--text a:hover:after,
  .team-member p a:hover:after,
  .accordion-content a:hover:after,
  .service-section--info a:hover:after,
  .documents ul li span:hover:after,
  .dtc-tab-content-item p a:hover:after,
  .dtc-text .section > a:hover:after,
  .dtc-text .section p > a:hover:after,
  .dtc-text .section ul > a:hover:after,
  .digital-business a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .langauge {
    margin: 0 10px 0 0;
  }

  .header--white .langauge {
    border-color: var(--white);
    color: var(--white);
  }

  .langauge:hover {
    color: var(--white);
    border-color: var(--brand-main);
  }

  .langauge:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .header--fixed .langauge:hover {
    color: var(--white);
  }

  .header-digital .langauge:hover {
    border-color: var(--blue-dark);
  }

  .tenant .tenant-img img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.3;
  }

  .team-member p a:hover {
    color: var(--brand-main);
  }

  .service-box:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .service-box:hover .service-box-text h5,
  .service-box:hover .service-box-text p {
    color: var(--white);
  }

  .service-box:hover .service-box-nr {
    color: var(--white);
  }

  .service-box:hover .service-box-img > div {
    background-color: var(--brand-main);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(10, 7, 7, 0.15);
            box-shadow: 0px 0px 20px 5px rgba(10, 7, 7, 0.15);
  }

  .service-box:hover .service-box-img > div i {
    color: var(--white);
  }

  .service-box:hover .service-box-img > div svg .st0 {
    stroke: var(--white);
  }

  .service-box:hover .service-box-img > div svg .st1 {
    fill: var(--white);
  }

  .service-box:hover .service-more {
    color: var(--white);
  }

  .training-boxes .service-box:hover:not([data-provider="UBT"]) img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .position-box:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .position-box:hover .position-box--category,
  .position-box:hover .position-box--location,
  .position-box:hover .position-box--title {
    color: var(--white);
  }

  .tab-item:hover span,
  .dtc-tab-item:hover span {
    color: var(--white);
  }

  .tab-item:hover:after,
  .dtc-tab-item:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .dtc-tab-content-item p a:hover:after {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }

  .dtc-news .news-item h4:hover {
    color: #0b0e2c;
  }

  .dtc-news .news-item:hover .news-item--img::after {
    opacity: 0.65;
  }

  #dtc-contact .team-member:hover h6 {
    color: #0b0e2c;
  }

  #dtc-contact .team-member p a:hover {
    color: #0b0e2c;
  }

  .footer-menu ul li a:hover span {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

  .footer-menu--close:hover {
    -webkit-transform: translate(50%, -50%) scale(1.15);
            transform: translate(50%, -50%) scale(1.15);
  }

  .footer-menu--open:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }

  #db-languages li:hover a:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  #db-languages li:hover a span {
    color: #ffffff;
  }

  .activity-box:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .activity-box h3:hover {
    color: var(--brand-main);
  }

  .activity-box--icon:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@media (min-width: 992px) {
  :root {
    --font-size-h1: 3rem;
    --font-size-h2: 2.9rem;
    --font-size-h3: 1.75rem;
    --font-size-h4: 2.25rem;
    --font-size-h5: 1.25rem;
    --font-size-h6: 1rem;
  }

  .link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .top-space {
    margin-top: 210px;
  }

  .title {
    font-size: 2.5rem;
  }

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

  .subtitle {
    margin-bottom: 60px;
    font-size: 2rem;
  }

  .m-b-90 {
    margin-bottom: 90px;
  }

  .wrap {
    max-width: var(--wrap-width-lg);
  }

  .wrap-inner {
    width: 75vw;
  }

  .flex .col.w1 {
    -webkit-flex-basis: calc(100% * 1/12 - (330px / 12));
        -ms-flex-preferred-size: calc(100% * 1/12 - (330px / 12));
            flex-basis: calc(100% * 1/12 - (330px / 12));
    max-width: calc(100% * 1/12 - (330px / 12));
  }

  .flex .col.w2 {
    -webkit-flex-basis: calc(100% * 2/12 - (300px / 12));
        -ms-flex-preferred-size: calc(100% * 2/12 - (300px / 12));
            flex-basis: calc(100% * 2/12 - (300px / 12));
    max-width: calc(100% * 2/12 - (300px / 12));
  }

  .flex .col.w3 {
    -webkit-flex-basis: calc(100% * 3/12 - (270px / 12));
        -ms-flex-preferred-size: calc(100% * 3/12 - (270px / 12));
            flex-basis: calc(100% * 3/12 - (270px / 12));
    max-width: calc(100% * 3/12 - (270px / 12));
  }

  .flex .col.w4 {
    -webkit-flex-basis: calc(100% * 4/12 - (240px / 12));
        -ms-flex-preferred-size: calc(100% * 4/12 - (240px / 12));
            flex-basis: calc(100% * 4/12 - (240px / 12));
    max-width: calc(100% * 4/12 - (240px / 12));
  }

  .flex .col.w5 {
    -webkit-flex-basis: calc(100% * 5/12 - (210px / 12));
        -ms-flex-preferred-size: calc(100% * 5/12 - (210px / 12));
            flex-basis: calc(100% * 5/12 - (210px / 12));
    max-width: calc(100% * 5/12 - (210px / 12));
  }

  .flex .col.w6 {
    -webkit-flex-basis: calc(100% * 6/12 - (180px / 12));
        -ms-flex-preferred-size: calc(100% * 6/12 - (180px / 12));
            flex-basis: calc(100% * 6/12 - (180px / 12));
    max-width: calc(100% * 6/12 - (180px / 12));
  }

  .flex .col.w7 {
    -webkit-flex-basis: calc(100% * 7/12 - (150px / 12));
        -ms-flex-preferred-size: calc(100% * 7/12 - (150px / 12));
            flex-basis: calc(100% * 7/12 - (150px / 12));
    max-width: calc(100% * 7/12 - (150px / 12));
  }

  .flex .col.w8 {
    -webkit-flex-basis: calc(100% * 8/12 - (120px / 12));
        -ms-flex-preferred-size: calc(100% * 8/12 - (120px / 12));
            flex-basis: calc(100% * 8/12 - (120px / 12));
    max-width: calc(100% * 8/12 - (120px / 12));
  }

  .flex .col.w9 {
    -webkit-flex-basis: calc(100% * 9/12 - (90px / 12));
        -ms-flex-preferred-size: calc(100% * 9/12 - (90px / 12));
            flex-basis: calc(100% * 9/12 - (90px / 12));
    max-width: calc(100% * 9/12 - (90px / 12));
  }

  .flex .col.w10 {
    -webkit-flex-basis: calc(100% * 10/12 - (60px / 12));
        -ms-flex-preferred-size: calc(100% * 10/12 - (60px / 12));
            flex-basis: calc(100% * 10/12 - (60px / 12));
    max-width: calc(100% * 10/12 - (60px / 12));
  }

  .flex .col.w11 {
    -webkit-flex-basis: calc(100% * 11/12 - (30px / 12));
        -ms-flex-preferred-size: calc(100% * 11/12 - (30px / 12));
            flex-basis: calc(100% * 11/12 - (30px / 12));
    max-width: calc(100% * 11/12 - (30px / 12));
  }

  .flex .col.w12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }

  .flex .col.o1 {
    margin-left: calc(100% * 1/12 + (30px / 12));
  }

  .flex .col.o2 {
    margin-left: calc(100% * 2/12 + (60px / 12));
  }

  .flex .col.o3 {
    margin-left: calc(100% * 3/12 + (90px / 12));
  }

  .flex .col.o4 {
    margin-left: calc(100% * 4/12 + (120px / 12));
  }

  .flex .col.o5 {
    margin-left: calc(100% * 5/12 + (150px / 12));
  }

  .flex .col.o6 {
    margin-left: calc(100% * 6/12 + (180px / 12));
  }

  .flex .col.o7 {
    margin-left: calc(100% * 7/12 + (210px / 12));
  }

  .flex .col.o8 {
    margin-left: calc(100% * 8/12 + (240px / 12));
  }

  .flex .col.o9 {
    margin-left: calc(100% * 9/12 + (270px / 12));
  }

  .flex .col.o10 {
    margin-left: calc(100% * 10/12 + (300px / 12));
  }

  .flex .col.o11 {
    margin-left: calc(100% * 11/12 + (330px / 12));
  }

  .section--social-media {
    margin-bottom: 120px;
  }

  .header {
    padding: 30px 2.5vw;
  }

  .header.header--fixed {
    padding: 20px 2.5vw;
  }

  .header.header-digital--sticky {
    padding: 15px 2.5vw;
  }

  .logo img,
  .logo svg {
    width: 200px;
  }

  .single-post .header svg .logo--arrow,
  .single-post .header svg .logo--shape,
  .single-post .header svg .logo--text path {
    fill: #fff;
  }

  .single-post .header--fixed svg .logo--arrow {
    fill: url(#SVGID_1_);
  }

  .single-post .header--fixed svg .logo--shape {
    fill: var(--brand-secondary);
  }

  .single-post .header--fixed svg .logo--text path {
    fill: #D6653E;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: auto;
    text-align: left;
    font-size: 16px;
  }

  .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .menu ul li {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header--white .menu ul li a {
    color: var(--white);
  }

  .header--white .menu ul li.current-menu-item a {
    color: var(--brand-main);
  }

  .header--fixed .menu ul li a {
    color: var(--black-text);
  }

  .header--fixed .menu ul li.current-menu-item a {
    color: var(--brand-main);
  }

  .menubar {
    display: none;
  }

  .list--sector {
    max-width: none;
  }

  .list--item-arrow li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .list--item-arrow li:before {
    display: block;
  }

  .footer h4 {
    margin-bottom: 45px;
    font-size: 1.75rem;
  }

  .footer {
    text-align: left;
    line-height: 22px;
  }

  .map-box {
    max-width: none;
  }

  .map-box p {
    font-size: 18px;
  }

  .about {
    padding: 180px 0;
  }

  .about h2 {
    font-size: 2rem;
  }

  .about:after {
    -webkit-clip-path: polygon(32% 0, 72% 0%, 40% 100%, 0% 100%);
            clip-path: polygon(32% 0, 72% 0%, 40% 100%, 0% 100%);
  }

  .flex .about-text--wrapper {
    margin-bottom: 0;
    text-align: left;
  }

  .about-img {
    position: absolute;
    width: 64%;
    height: 66%;
  }

  .about-img.about-img--top {
    top: 0;
    left: 10%;
  }

  .about-img.about-img--bottom {
    top: 180px;
    left: 30%;
  }

  .about-place {
    height: 100vh;
    position: relative;
  }

  .about-place img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  .about-main {
    margin-bottom: 150px;
  }

  .about-main .about-text {
    width: 60%;
  }

  .about-main h5 {
    margin-bottom: 150px;
  }

  .about-main-slogan {
    position: absolute;
    top: 65.74913194vw;
    right: 10vw;
    max-width: 25vw;
    padding: 0;
    margin-bottom: 0;
  }

  .info {
    margin-bottom: 120px;
  }

  .info .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .info .wrap .info-section:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
  }

  .info .wrap .info-section:nth-of-type(2) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
  }

  .info .wrap .info-section:nth-of-type(3) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    grid-column-end: 3;
  }

  .info-box h4 {
    font-size: 30px;
  }

  .info-box p {
    font-size: 14px;
  }

  .info-box.info-box--info h4 {
    font-size: 26px;
  }

  .info-box.info-box--bigger {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .info-box--bigger .info-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .info-box--bigger:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 22px solid #c4c4c4;
    border-radius: 10%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg) scale(0.65);
            transform: rotate(45deg) scale(0.65);
  }

  .info-box--bigger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 10%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg) scale(0.75);
            transform: rotate(45deg) scale(0.75);
  }

  .info-box--bigger .info-box-inner h3 {
    font-size: 34px;
  }

  .main {
    height: 100vh;
  }

  .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100vh;
  }

  .item--text {
    width: 32%;
  }

  .item--text h2 {
    font-size: 1.55rem;
    margin-bottom: 15px;
  }

  .item--text p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .item--text .link--black {
    font-size: 16px;
  }

  .item--text .link--black i {
    font-size: 1.75rem;
  }

  .item--img {
    width: 68%;
  }

  .item--img img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 34.74% 50%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 34.74% 50%);
  }

  .item--img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: -6.127450980392157%;
    width: 35.5vw;
    height: 100vh;
    background: #ff6600;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), color-stop(50%, #ff9933), to(#ff6600));
    background: linear-gradient(to bottom, #ff6600 0%, #ff9933 50%, #ff6600 100%);
    -webkit-clip-path: polygon(0 0, 32.86% 0, 100% 50%, 32.86% 100%, 0 100%, 67.14% 50%);
            clip-path: polygon(0 0, 32.86% 0, 100% 50%, 32.86% 100%, 0 100%, 67.14% 50%);
    mix-blend-mode: multiply;
    z-index: 2;
  }

  .item--img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    width: 86%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 40.3% 50%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 40.3% 50%);
  }

  .slogan {
    display: block;
  }

  .park {
    margin-bottom: 90px;
  }

  .filter {
    font-size: 24px;
  }

  .filter-items ul li a {
    font-size: 55px;
  }

  .filter-items.filter-items-column ul li a {
    font-size: 40px;
  }

  .news-item {
    -webkit-flex-basis: calc(100% * 4/12 - (270px / 12));
        -ms-flex-preferred-size: calc(100% * 4/12 - (270px / 12));
            flex-basis: calc(100% * 4/12 - (270px / 12));
    max-width: calc(100% * 4/12 - (270px / 12));
  }

  .news-item .news-item--img {
    height: 385px;
  }

  .related .news-item {
    -webkit-flex-basis: calc(100% * 4/12 - (270px / 12));
        -ms-flex-preferred-size: calc(100% * 4/12 - (270px / 12));
            flex-basis: calc(100% * 4/12 - (270px / 12));
    max-width: calc(100% * 4/12 - (270px / 12));
  }

  .events-item .news-item--img {
    height: auto;
  }

  .news-section .swiper-button {
    padding-bottom: 180px;
    position: absolute;
    top: 30%;
  }

  .news-section .swiper-button span {
    font-size: 50px;
  }

  .news-section .swiper-button.swiper-button-prev {
    left: 0;
  }

  .news-section .swiper-button.swiper-button-next {
    right: 0;
  }

  .article-main {
    height: 100vh;
  }

  .article-info h1 {
    font-size: 50px;
    margin-bottom: 60px;
  }

  .article-date {
    padding: 25px 40px;
  }

  .article-date p {
    font-size: 18px;
  }

  .article-date a {
    font-size: 24px;
  }

  .article-text {
    padding: 90px 0;
  }

  .content h4 {
    font-size: 26px;
  }

  .tags h3 {
    text-align: left;
    margin-bottom: 60px;
  }

  .tags-list {
    text-align: left;
    font-size: 14px;
  }

  .tags-list li a,
  .tags-list li div {
    padding: 8px 20px;
  }

  .share {
    margin-top: 90px;
    text-align: left;
  }

  .share ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .share ul li a {
    font-size: 14px;
    padding: 14px;
  }

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

  .event-main h1 {
    margin-bottom: 45px;
  }

  .event-main h4 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .event-main h5 {
    font-size: 24px;
    line-height: 30px;
  }

  .event-img {
    height: 600px;
    margin-top: 60px;
  }

  .event-img .event-info {
    font-size: 20px;
  }

  .event-text .content {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }

  .sector-main-wrapper {
    width: 90%;
  }

  .sector-shape .shape {
    width: 250px;
    height: 500px;
    border-radius: 150px;
  }

  .sector-shape .circle {
    width: 250px;
    height: 250px;
  }

  .sector-shape .circle img {
    width: 100px;
  }

  .sector-main-text h1 {
    font-size: 50px;
    margin-bottom: 45px;
  }

  .sector-main-text p {
    margin-bottom: 45px;
  }

  .sector-info {
    margin-bottom: 150px;
    text-align: left;
  }

  .sector-apply {
    padding: 60px 100px;
    text-align: left;
    border-radius: 250px;
  }

  .sector-apply h2 {
    margin-bottom: 30px;
    font-size: 45px;
  }

  .sector-icon {
    font-size: 280px;
    opacity: 0.15;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }

  .sector-shapes li {
    width: 20%;
  }

  .sector-item h4 {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .sectors {
    padding: 0 15px 120px 15px;
    padding-bottom: 120px;
  }

  .sectors .flex {
    padding: 0;
  }

  .sector {
    margin-bottom: 0;
    width: 20%;
    padding: 90px 15px 45px 15px;
    position: relative;
  }

  .sector h2 {
    font-size: 20px;
    margin-bottom: 90px;
  }

  .sector p {
    font-size: 16px;
  }

  .sector span {
    margin-bottom: 60px;
  }

  .sector h2,
  .sector p,
  .sector span,
  .sector img {
    position: relative;
    z-index: 3;
  }

  .sector:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
  }

  .sector:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e1e38;
    z-index: 2;
    -webkit-box-shadow: 0 43px 79px rgba(0, 0, 0, 0.45);
            box-shadow: 0 43px 79px rgba(0, 0, 0, 0.45);
    border-radius: 60px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s var(--cubic-bezier);
    transition: all 0.5s var(--cubic-bezier);
  }

  .tenants-main {
    min-height: none;
    text-align: left;
    margin-top: 0;
  }

  .tenants-main-inner {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .tenants-main-inner h2,
  .tenants-main-inner p {
    max-width: 50%;
  }

  .tenants-main-inner h2 {
    font-size: 50px;
  }

  .tenants-main-inner p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .tenants-search {
    margin-bottom: 90px;
  }

  .tenants-search form {
    padding: 20px 30px;
  }

  .tenants-search form input {
    font-size: 20px;
  }

  .tenants-search form button {
    font-size: 22px;
  }

  .tenants {
    margin-bottom: 90px;
  }

  .tenant {
    margin-bottom: 90px;
    width: 25%;
  }

  .tenant .tenant-img {
    height: 240px;
    margin-bottom: 45px;
  }

  .tenant h4 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }

  .tenant h5 {
    font-size: 16px;
  }

  .tenant-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 120px;
  }

  .tenant-info .tenant-logo {
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .tenant-info .tenant-logo a {
    width: 300px;
    height: 300px;
    padding: 60px;
  }

  .tenant-info .tenant-details {
    text-align: left;
    width: calc(65% - 15px);
  }

  .tenant-info .tenant-details h5 {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .tenant-category {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.25rem;
  }

  .tenant-main {
    height: 550px;
    margin-bottom: 90px;
  }

  .tenant-main .tenant-slogan {
    width: 65%;
    text-align: left;
    padding: 25px 40px;
  }

  .tenant-main .tenant-slogan p {
    font-size: 18px;
  }

  .tenant-text {
    margin-bottom: 150px;
  }

  .tenant-text .tenant-contact {
    text-align: left;
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .tenant-text .tenant-text-inner {
    width: calc(65% - 15px);
  }

  .tenant-other {
    margin-bottom: 120px;
  }

  .tenants-section .title {
    margin-bottom: 90px;
  }

  .tenants-carousel {
    margin-bottom: 120px;
  }

  .team-member {
    width: 33.3333%;
  }

  .banner {
    padding: 65px 0;
    text-align: left;
    margin-bottom: 120px;
  }

  .banner:before {
    background: var(--brand-secondary);
    background: -webkit-gradient(linear, left top, right top, from(var(--brand-secondary)), color-stop(40%, var(--brand-secondary)), color-stop(75%, rgba(84, 133, 161, 0)));
    background: linear-gradient(to right, var(--brand-secondary) 0%, var(--brand-secondary) 40%, rgba(84, 133, 161, 0) 75%);
  }

  .banner p {
    font-size: 1.25rem;
    max-width: 40%;
  }

  .apply-inner {
    width: 75vw;
    margin: 0 auto 180px auto;
  }

  .apply-form-inner h1,
  .apply-form-inner h5 {
    text-align: left;
  }

  .apply-boxes {
    margin-bottom: 120px;
  }

  .apply-boxes > a {
    width: calc(50% - 30px);
    padding: 90px 30px;
  }

  .apply-boxes > a span {
    font-size: 70px;
  }

  .apply-boxes > a h4 {
    font-size: 24px;
  }

  .apply-form-info {
    margin-bottom: 150px;
  }

  .form-step--checkbox,
  .form-radio-wrapper .form-checkbox {
    padding-left: 50px;
  }

  .form-step--checkbox .checkbox,
  .form-radio-wrapper .form-checkbox .checkbox {
    width: 30px;
    height: 30px;
    left: 0;
  }

  .form--steps-section {
    display: block;
  }

  #accessibility {
    margin-bottom: 0;
  }

  .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .form-radio-wrapper {
    padding: 20px 25px 20px 0px;
  }

  .form-filter-row--buttons button {
    padding: 25px 50px;
  }

  .form-filter-row--buttons {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  #accessibility {
    margin-bottom: 0;
  }

  .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  #accessibility-wrapper > div:first-of-type {
    margin-right: 15px;
  }

  .form-radio-wrapper {
    padding: 20px 25px 20px 0px;
  }

  .form-filter-row--buttons button {
    padding: 25px 50px;
  }

  .form-filter-row--buttons {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  .sector-item .shape-wrapper > div .shape .shape-inner span {
    font-size: 60px;
  }

  .contact-inner {
    width: 75vw;
  }

  .contact-section {
    margin-bottom: 150px;
  }

  .not-found .about-text h5 {
    margin-bottom: 220px;
  }

  .not-found .about-shapes {
    display: block;
  }

  .service-box {
    width: calc(33.33% - 20px);
  }

  .service-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
  }

  .service-info .service-logo {
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .service-info .service-logo a {
    width: 300px;
    height: 300px;
  }

  .service-info .service-logo a span {
    font-size: 6.25rem;
  }

  .service-info .service-details {
    text-align: left;
    width: calc(65% - 15px);
  }

  .service-info .service-details p {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .service-main > .section {
    height: 350px;
  }

  .service-text {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .service-text .section {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .service-text .service-contact {
    text-align: left;
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .service-text .service-text-inner {
    width: calc(65% - 15px);
  }

  .service-text .service-text-title {
    width: calc(30% - 15px);
  }

  .service-text .service-text-progress {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--white);
    -webkit-transition: width 0.4s var(--cubic-bezier);
    transition: width 0.4s var(--cubic-bezier);
  }

  .service-section--content {
    padding: 60px 30px;
  }

  .services-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }

  .services-title-section > div:first-child {
    width: calc(60% - 15px);
    margin-bottom: 0;
  }

  .services-title-section > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(40% - 15px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .services-title-section > div:last-child a + a {
    margin-left: 15px;
  }

  .services-title-section > div:last-child > a:first-child {
    display: inline-block;
  }

  .services-title-section img {
    margin: 0 30px;
  }

  .title .information {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0;
  }

  .slogan h2,
  .slogan--mobile h2 {
    margin-bottom: 5px;
  }

  .slogan h4,
  .slogan--mobile h4 {
    font-size: 0.85rem;
  }

  .slogan {
    display: block;
  }

  .slogan--mobile {
    display: none;
  }

  .gallery a {
    margin-left: 15px;
    width: calc(25% - 11.25px);
  }

  .gallery a:nth-child(4n + 1) {
    margin-left: 0;
  }

  .gallery a:hover:before {
    opacity: 1;
  }

  .cookie-banner {
    padding: 30px;
  }

  .cookie-section--text {
    padding: 15px 30px;
  }

  .cookie-section--text p {
    margin-bottom: 5px;
  }

  .position-box {
    width: calc(33.33% - 20px);
  }

  .position-info span {
    font-size: 24px;
  }

  .position-left {
    width: 25%;
    margin-bottom: 0;
  }

  .position-right {
    width: calc(75% - 30px);
  }

  .announcements--dark {
    padding-bottom: 120px;
  }

  .block-half {
    width: 50%;
  }

  .tab-item,
  .dtc-tab-item {
    padding: 30px;
    min-width: 300px;
  }

  .tab-items--smaller .tab-item,
  .tab-items--smaller
  .dtc-tab-item {
    min-width: 200px;
    font-size: 18px;
    padding: 30px 15px;
  }

  .dtc-tab-item {
    min-width: auto;
  }

  .dtc-wrapper .dtc-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .dtc-wrapper .dtc-tab .dtc-tab-items {
    width: calc(22.5% - 15px);
    margin-bottom: 0;
  }

  .dtc-wrapper .dtc-tab .dtc-tab-content {
    width: calc(77.5% - 15px);
  }

  .dtc-info--text h1 {
    font-size: 34px;
  }

  .dtc-news .news-item .news-item--img {
    height: 300px;
  }

  .footer-menu .footer-menu--inner {
    max-width: none;
  }

  .footer-menu ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .footer-menu ul li {
    width: auto;
    margin-bottom: 0;
  }

  .footer-menu ul li::before {
    display: none;
  }

  .footer-menu ul li:after {
    content: "";
    position: absolute;
    top: 31px;
    left: 50%;
    width: 100%;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .footer-menu ul li a {
    padding: 0 30px;
    text-align: center;
  }

  .footer-menu ul li:first-child:after {
    width: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .footer-menu ul li:last-child:after {
    width: 50%;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .footer-menu--open {
    top: 50%;
    right: 50px;
    bottom: auto;
  }

  .db-wrapper {
    max-width: 1330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .db-logos {
    padding: 25px 0;
    border-right: 1px solid #ffffff50;
  }

  .db-logos .eu-logo {
    margin-right: 15px;
  }

  .db-logos .eu-logo img {
    max-width: 150px;
  }

  .db-logos .giz-logo img {
    max-width: 150px;
  }

  .db-header--fixed .db-logos {
    padding: 10px 0;
  }

  .db-header--fixed .db-logos .eu-logo img {
    max-width: 120px;
  }

  .db-header--fixed .db-logos .giz-logo img {
    max-width: 120px;
  }

  .db-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .db-menubar {
    display: none;
  }

  .db-main .db-wrapper {
    padding: 120px 15px 75px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .db-main .db-main--title {
    width: 40%;
  }

  .db-main .db-main--text {
    width: 60%;
  }

  .db-main h1 {
    margin-bottom: 0;
    font-size: var(--font-size-h1);
  }

  .db-main p {
    font-size: 16px;
  }

  .db-main--img img {
    height: 500px;
  }

  .db-section .db-section--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 50px 0;
  }

  .db-section .db-section--title {
    width: 40%;
    padding-right: 15px;
    padding-left: 30px;
    margin-bottom: 0;
  }

  .db-section .db-section--text {
    width: 60%;
  }

  .db-section p,
  .db-section ul {
    font-size: 16px;
  }

  .db-section.db-section--about .db-section--inner {
    padding-top: 100px;
  }

  .db-section--img .db-section--inner {
    padding: 150px 0;
  }

  .db-section--img .db-section--inner .db-section--title {
    width: 60%;
    text-align: left;
  }

  .db-title {
    font-size: 34px;
  }

  .db-section--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .db-section--list li {
    width: 50%;
    font-size: 16px;
  }

  .db-section--list li:nth-child(3),
  .db-section--list li:nth-child(4) {
    border-top: 1px solid #ddd;
  }

  .db-section--list li:nth-child(2),
  .db-section--list li:nth-child(4) {
    border-left: 1px solid #ddd;
  }

  .db-section--list li div span {
    font-size: 30px;
  }

  .facility-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 120px;
  }

  .facility-info .facility-logo {
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .facility-info .facility-logo a {
    width: 300px;
    height: 300px;
    padding: 60px;
  }

  .facility-info .facility-details {
    text-align: left;
    width: calc(65% - 15px);
  }

  .facility-info .facility-details h5 {
    font-size: 20px;
  }

  .facility-main {
    height: 550px;
    margin-bottom: 90px;
  }

  .facility-main .facility-slogan {
    width: 65%;
    text-align: left;
    padding: 25px 40px;
  }

  .facility-main .facility-slogan p {
    font-size: 18px;
  }

  .facility-text-section {
    margin-bottom: 120px;
  }

  .facility-text .facility-text-title {
    text-align: left;
    width: calc(35% - 15px);
    margin-bottom: 0;
  }

  .facility-text .facility-text-inner {
    width: calc(65% - 15px);
  }

  .filter-form {
    margin: 90px 0px;
  }

  .form-filter-row .form-filter-column {
    width: calc(100% / 3);
  }

  .form-filter-row--buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 30px);
  }

  .form-filter-row .form-filter-column i {
    right: 58px;
  }

  .form-filter-row .form-filter-column input,
  .form-filter-row .form-filter-column select {
    padding-right: 65px;
  }

  .form-filter-row .form-filter-column:nth-child(n+1),
  .form-filter-row .form-filter-column:nth-child(n+2) {
    padding-right: 30px;
  }

  .training-main .training-main--img {
    width: calc(25% - 45px);
  }

  .training-main .training-main--text {
    width: calc(75% - 45px);
  }

  .training-row .training-row--title {
    width: calc(35% - 15px);
  }

  .training-row .training-row--inner {
    width: calc(65% - 15px);
  }
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: var(--wrap-width-xl);
  }

  .footer h4 {
    font-size: 2rem;
  }

  .about-place {
    margin-bottom: 150px;
  }

  .about-main {
    margin-bottom: 240px;
  }

  .about-main h1 {
    font-size: 80px;
    margin-bottom: 120px;
  }

  .about-main h2 {
    font-size: 40px;
    margin-bottom: 90px;
  }

  .about-main h5 {
    margin-bottom: 300px;
    font-size: 32px;
  }

  .about-main-slogan {
    max-width: 18.5vw;
    right: 20vw;
  }

  .info-box h4 {
    font-size: 36px;
  }

  .info-box p {
    font-size: 16px;
  }

  .item--text h2 {
    font-size: 1.75rem;
  }

  .park {
    margin-bottom: 120px;
  }

  .news-item h4 {
    font-size: 22px;
  }

  .events-item .news-item--img {
    height: auto;
  }

  .related {
    margin-bottom: 120px;
  }

  .article-date p {
    font-size: 20px;
  }

  .article-date a {
    font-size: 24px;
  }

  .article-text {
    padding: 120px 0;
  }

  .tags-list {
    font-size: 16px;
  }

  .tags-list li a,
  .tags-list li div {
    padding: 10px 25px;
  }

  .share ul li a {
    font-size: 18px;
  }

  .event-img {
    height: 675px;
    margin-bottom: 120px;
  }

  .event-text {
    margin-bottom: 120px;
  }

  .sector-main-wrapper {
    width: 75%;
  }

  .sector-shape .shape {
    width: 320px;
    height: 640px;
    border-radius: 180px;
  }

  .sector-shape .circle {
    width: 320px;
    height: 320px;
  }

  .sector-shape .circle img {
    width: 140px;
  }

  .sector-main-text h1 {
    font-size: 60px;
  }

  .sector-main-text p {
    margin-bottom: 60px;
  }

  .sector-info h2 {
    font-size: 2.5rem;
    margin-bottom: 45px;
  }

  .sectors {
    padding: 0 30px 210px 30px;
  }

  .sector {
    padding: 60px 30px 45px 30px;
  }

  .sector h2 {
    font-size: 20px;
  }

  .sector span {
    font-size: 50px;
  }

  .tenants-main-inner h2 {
    font-size: 60px;
  }

  .tenants-main-inner p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 60px;
  }

  .tenants-search form {
    padding: 32px 50px;
  }

  .tenants-search form input {
    font-size: 28px;
  }

  .tenants-search form button {
    font-size: 30px;
  }

  .tenant .tenant-img {
    height: 275px;
  }

  .tenant h4 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  .tenant-info .tenant-details h4 {
    margin-bottom: 45px;
    font-size: 28px;
  }

  .tenant-info .tenant-details h5 {
    font-size: 24px;
    margin-bottom: 90px;
  }

  .tenant-category span {
    font-size: 60px;
    margin-right: 30px;
  }

  .tenant-main {
    height: 700px;
  }

  .tenant-main .tenant-slogan p {
    font-size: 20px;
  }

  .team .wrap {
    max-width: 75%;
  }

  .team-member .team-member-img {
    width: 300px;
    height: 300px;
  }

  .team-member h5 {
    font-size: 25px;
  }

  .team-member h6 {
    font-size: 20px;
  }

  .apply-boxes > a {
    padding: 120px 30px;
  }

  .apply-boxes > a span {
    font-size: 100px;
  }

  .apply-boxes > a h4 {
    font-size: 30px;
  }

  .service-info .service-details h4 {
    margin-bottom: 45px;
    font-size: 28px;
  }

  .service-info .service-details p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .tab-item,
  .dtc-tab-item {
    font-size: 20px;
  }

  .facility-info .facility-details h5 {
    font-size: 24px;
  }

  .facility-main {
    height: 700px;
  }

  .facility-main .facility-slogan p {
    font-size: 20px;
  }

  .activity-box {
    padding: 30px 15px 60px 15px;
    width: calc(25% - 5px);
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .menu ul li {
    margin-right: 24px;
  }
}

@media (min-width: 1400px) {
  :root {
    --font-base: 18px;
  }

  .title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 2.5rem;
  }

  .list--sector li a i,
  .list--sector li div i {
    font-size: 54px;
  }

  .list--sector li a img,
  .list--sector li div img {
    width: 90px;
  }

  .footer h4 {
    font-size: 2.25rem;
  }

  .map-box p {
    font-size: 20px;
  }

  .about h2 {
    font-size: 2.35rem;
  }

  .info-box h4 {
    font-size: 40px;
  }

  .info-box p {
    font-size: 18px;
  }

  .info-box.info-box--info h4 {
    font-size: 34px;
  }

  .info-box--bigger .info-box-inner h3 {
    font-size: 50px;
  }

  .item--text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .item--text p {
    font-size: var(--font-base);
    margin-bottom: 30px;
  }

  .item--text .link--black {
    font-size: 1.125rem;
  }

  .item--text .link--black i {
    font-size: 2.25rem;
  }

  .slogan h2 {
    font-size: 2.35rem;
    line-height: 2.25rem;
  }

  .slogan h4 {
    font-size: 1rem;
  }

  .news-section .swiper-button span {
    font-size: 70px;
  }

  .article-info h1 {
    font-size: 56px;
    margin-bottom: 90px;
  }

  .event-main {
    margin-bottom: 90px;
  }

  .event-main h4 {
    font-size: 32px;
  }

  .event-main h5 {
    font-size: 28px;
    line-height: 40px;
  }

  .sector-apply {
    padding: 90px 150px;
  }

  .sector-apply h2 {
    font-size: 60px;
  }

  .sector-icon {
    font-size: 380px;
  }

  .tenant .tenant-img {
    height: 380px;
  }

  .tenant h4 {
    font-size: 2rem;
  }

  .tenant h5 {
    font-size: 18px;
  }

  .banner {
    padding: 90px 0;
  }

  .service-box {
    width: calc(25% - 30px);
  }

  .service-box:nth-child(4n+1) {
    margin-left: 0;
  }

  .service-main > .section {
    height: 420px;
  }

  .slogan h2,
  .slogan--mobile h2 {
    font-size: 2.35rem;
    line-height: 2.25rem;
  }

  .slogan h4,
  .slogan--mobile h4 {
    font-size: 1rem;
  }

  .position-box {
    width: calc(25% - 30px);
  }

  .position-box:nth-child(4n+1) {
    margin-left: 0;
  }

  .dtc-wrapper .dtc-tab .dtc-tab-items {
    width: calc(22.5% - 30px);
  }

  .dtc-wrapper .dtc-tab .dtc-tab-content {
    width: calc(77.5% - 30px);
  }

  .dtc-info--text h1 {
    font-size: 48px;
  }

  .db-title {
    font-size: 40px;
  }

  .activity-box {
    padding: 30px 30px 60px 30px;
    width: calc(25% - 15px);
  }
}

@media (min-width: 1600px) {
  .menu {
    font-size: 18px;
  }

  .menu ul li {
    margin-right: 30px;
  }

  .info-box h4 {
    font-size: 50px;
  }

  .info-box p {
    font-size: 20px;
  }

  .news-item {
    -webkit-flex-basis: calc(100% * 3/12 - (270px / 12));
        -ms-flex-preferred-size: calc(100% * 3/12 - (270px / 12));
            flex-basis: calc(100% * 3/12 - (270px / 12));
    max-width: calc(100% * 3/12 - (270px / 12));
  }

  .news-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .news-item h4 {
    font-size: 24px;
  }

  .news-item .news-item--img {
    height: 500px;
  }

  .related .news-item {
    -webkit-flex-basis: calc(100% * 4/12 - (270px / 12));
        -ms-flex-preferred-size: calc(100% * 4/12 - (270px / 12));
            flex-basis: calc(100% * 4/12 - (270px / 12));
    max-width: calc(100% * 4/12 - (270px / 12));
  }

  .related .news-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .events-item .news-item--img {
    height: auto;
  }

  .sector-icon {
    font-size: 580px;
  }

  .sector {
    border-radius: 60px;
    padding: 90px 30px 45px 30px;
  }

  .sector h2 {
    font-size: 30px;
  }

  .sector span {
    font-size: 70px;
  }

  .banner.banner--digital .triangles {
    right: 11.73vw;
  }

  .banner.banner--explore .triangles {
    right: 27.35vw;
  }

  .apply-inner {
    width: 52vw;
  }

  .apply-form-inner {
    width: 75vw;
  }

  .contact-inner {
    width: 52vw;
  }

  .service-main > .section {
    height: 500px;
  }

  .dtc-info {
    padding-top: 210px;
    margin-bottom: 90px;
    padding-bottom: 90px;
  }

  .dtc-news .news-item {
    -webkit-flex-basis: calc(100% * 4/12 - 22.5px);
        -ms-flex-preferred-size: calc(100% * 4/12 - 22.5px);
            flex-basis: calc(100% * 4/12 - 22.5px);
    max-width: calc(100% * 4/12 - 22.5px);
  }

  .dtc-news .news-item:nth-child(4n+1) {
    margin-left: 30px;
  }

  .dtc-news .news-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .dtc-news .news-item .news-item--img {
    height: 300px;
  }
}

@media only screen and (min-width: 1640px) {
  .wrap.remove-gutter-right {
    padding: 0;
    max-width: none;
    width: calc(50% + 745px);
    left: 50%;
    margin-left: -745px;
  }

  .wrap.remove-gutter-right .col {
    margin-left: calc(1640px * 2/12 + (60px / 12)) !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }

  .wrap.remove-gutter-left {
    padding: 0;
    max-width: none;
    width: calc(50% + 720px);
    left: 0;
  }

  .wrap.remove-gutter-left .col {
    margin-left: 0 !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

@media (min-width: 1900px) {
  .title {
    font-size: 3.5rem;
  }

  .about-main h2 {
    font-size: 48px;
  }

  .about-main h5 {
    font-size: 38px;
  }

  .item--text h2 {
    font-size: 3rem;
  }

  .news-item h4 {
    font-size: 26px;
  }

  .article-info h1 {
    font-size: 70px;
  }

  .banner p {
    font-size: 1.35rem;
  }

  .service-text .service-text-title h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  .header {
    background-color: var(--white);
  }

  .about-img {
    position: relative;
  }

  .info-section:nth-of-type(1) {
    height: auto;
    padding-bottom: 0;
  }

  .info-section:nth-of-type(1) .info-box {
    position: relative;
  }

  .item {
    position: relative;
  }

  .item--text {
    position: relative;
    z-index: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 80vh;
    color: var(--white);
  }

  .item--text h2 {
    color: var(--white);
  }

  .item--text .link--black {
    color: var(--white);
  }

  .item--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .item--img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: multiply;
    background: rgba(255, 102, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 102, 0, 0)), color-stop(70%, #ff6600));
    background: linear-gradient(to bottom, rgba(255, 102, 0, 0) 20%, #ff6600 70%);
  }

  .news-section .swiper-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .news-section .swiper-buttons .swiper-button-next span {
    position: relative;
    top: -1px;
  }

  .sector {
    background-color: #0e1e38;
    border-radius: 40px;
    -webkit-box-shadow: 0 43px 79px rgba(0, 0, 0, 0.1);
            box-shadow: 0 43px 79px rgba(0, 0, 0, 0.1);
  }

  .title .information {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .db-logos {
    position: relative;
    z-index: 2;
  }

  .db-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--white);
    height: 100vh;
    padding: 120px 15px 15px 15px;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  .db-menu.show {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .db-header--fixed .db-menu {
    padding: 120px 15px 15px 15px;
  }

  .db-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .db-menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .db-menu ul li:last-child {
    margin-bottom: 0;
  }

  .db-menu ul li a {
    color: #131129;
    font-size: 16px;
  }

  .db-menubar {
    position: relative;
    z-index: 2;
  }

  .db-menubar.active span {
    background-color: #131129;
  }

  #db-languages {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #db-languages li {
    width: auto;
  }

  .db-section--list li {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 767px) {
  .flex.wrap .col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .flex .col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .about-img--wrapper {
    height: 500px;
  }

  .item--text {
    padding: 15px 15px 30px 15px;
  }

  .item--text p {
    font-size: 14px;
    line-height: 1.4;
  }

  .item--text .link--black {
    font-size: 16px;
  }

  .item--text .link--black i {
    font-size: 26px;
  }

  .related .news-list .news-item:last-child {
    margin-bottom: 0;
  }

  .event-img.event-img--fit {
    height: 200px;
  }

  .sector {
    height: 345px;
  }

  .tenant .tenant-img {
    border-left: 1px solid #e0e0e0;
  }

  .menu-full-inner {
    overflow-y: scroll;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-info .service-details h1 {
    font-size: 2rem;
  }

  .service-section--info p br,
  .service-section--info a br {
    display: none;
  }

  .service-section--info a {
    padding: 15px 20px;
  }

  .service-section--info a + a {
    margin-top: 10px;
  }

  .dtc-info--logo img {
    width: 180px;
  }

  .db-social-media {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .db-social-media li:last-child {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media (max-width: 280px) {
  .form-filter-row--buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-filter-row--buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex .col.wt1 {
    -webkit-flex-basis: calc(100% * 1/4 - (90px / 4));
        -ms-flex-preferred-size: calc(100% * 1/4 - (90px / 4));
            flex-basis: calc(100% * 1/4 - (90px / 4));
    max-width: calc(100% * 1/4 - (90px / 4));
  }

  .flex .col.wt2 {
    -webkit-flex-basis: calc(100% * 2/4 - (60px / 4));
        -ms-flex-preferred-size: calc(100% * 2/4 - (60px / 4));
            flex-basis: calc(100% * 2/4 - (60px / 4));
    max-width: calc(100% * 2/4 - (60px / 4));
  }

  .flex .col.wt3 {
    -webkit-flex-basis: calc(100% * 3/4 - (30px / 4));
        -ms-flex-preferred-size: calc(100% * 3/4 - (30px / 4));
            flex-basis: calc(100% * 3/4 - (30px / 4));
    max-width: calc(100% * 3/4 - (30px / 4));
  }

  .flex .col.wt4 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }

  .footer .wt2:nth-child(3) {
    margin-left: 0;
  }

  .about-img--wrapper {
    padding: 0 15%;
  }

  .about-img {
    height: 300px;
  }

  .about-img.about-img--bottom {
    top: 0;
  }

  .info {
    padding: 0 20%;
  }

  .item--text {
    padding: 30px 30px 45px 30px;
  }

  .item--text p {
    font-size: 20px;
    line-height: 1.2;
  }

  .item--text .link--black {
    font-size: 24px;
  }

  .item--text .link--black i {
    font-size: 40px;
  }

  .news-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .related .news-list .news-item:last-child {
    display: none;
  }

  .sectors .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tenants {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tenant {
    width: calc(50% - 15px);
  }

  .tenant .tenant-img {
    border-left: 1px solid #e0e0e0;
  }

  .service-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .gallery a {
    margin-right: 15px;
  }

  .gallery a:nth-child(3n+3) {
    margin-right: 0;
  }

  .position-box:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .header .btn {
    min-width: 110px;
    padding: 12px 20px;
  }

  .db-logos {
    width: 280px;
  }

  .db-logos .eu-logo img,
  .db-logos .giz-logo img {
    max-width: 130px;
  }

  .db-menu {
    width: calc(100% - 280px);
  }

  .db-menu ul li {
    margin: 0 8px;
  }

  .db-menu ul li a {
    font-size: 13px;
  }

  #db-languages li a {
    font-size: 13px;
  }

  .db-main h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .news-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .related .news-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .service-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .position-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .activity-box h3 {
    font-size: 18px;
  }

  .activity-box p,
  .activity-box ul li {
    font-size: 14px;
  }
}

/*Lorena*/

.info-box h3 {
  line-height: 1;
}

/* .event-text {
  margin-bottom: 30px;
} */