/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.btn {
  font-size: 14px;
  line-height: 1;
  padding: 8px 24px;
  height: 36px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
}

.yellow-btn {
  background-color: #FFCC18;
  color: #222;
  border-radius: 4px;
}

.transparent-btn {
  border-radius: 4px;
  border: 1px solid #C0D3F6;
  color: #1C75BC;
  background: transparent;
}

.transparent-yellow-btn {
  border-radius: 4px;
  border: 1px solid #FFCC18;
  color: #fff;
}

.transparent-btn-medium-blue {
  border-radius: 4px;
  border: 1px solid #C0D3F6;
  color: #224994;
  padding: 10px 24px;
  height: auto;
}
.btn-with-icon {
  flex-flow: row;
  justify-content: space-between;
  gap: 14px;
}
.btn-with-icon svg {
  flex: 0 0 13px;
}

.btn-with-icon-left svg {
  margin-right: 14px;
}

.yellow-letters {
  color: #FFCC18;
}

.black-letters {
  color: #222;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

body,
h1,
h2,
h3,
h4,
h5,
span,
a,
li,
blockquote,
button,
p {
  font-family: "DM Sans", sans-serif;
}

.h1 {
  font: 700 38px/1.2 "DM Sans", sans-serif;
}

.h2 {
  font: 700 24px/1.2 "DM Sans", sans-serif;
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 50px;
  }
  .h2 {
    font-size: 38px;
  }
}
.site {
  overflow: hidden;
}

.header {
  background: #fff;
  padding: 24px 0;
  position: relative;
  transition: all 1s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1020;
  margin-bottom: 24px;
}
.header--left-side {
  display: flex;
  flex-flow: row;
  gap: 20px;
}
.header .site-logo-white {
  display: none;
}
.header.hamburger-active {
  background: #222;
}
.header.hamburger-active .header--logo::after {
  background: #fff;
}
.header.hamburger-active .header--lang-holder span {
  color: #C0D3F6;
}
.header.hamburger-active .header--lang-holder span.active {
  color: #fff;
}
.header--logo {
  position: relative;
}
.header--logo a {
  text-decoration: none;
}
.header--logo a img {
  height: auto;
  max-width: 80px;
}
.header--logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #034EA2;
  transition: all 500ms ease;
}
.header--hamburger-button {
  padding: 10px 24px;
  background: #2E63C8;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header--hamburger-button .hamburger-button--lines {
  display: flex;
  flex-flow: column;
  row-gap: 3px;
}
.header--hamburger-button .hamburger-button--lines .line {
  width: 18px;
  height: 2px;
  background: #fff;
}
.header--hamburger-button .hamburger-button--text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.03px;
  color: #fff;
}
.header--hamburger {
  display: none;
  background-color: #222;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 99%;
  right: 0;
  padding: 40px 24px 12px;
  width: 100%;
  z-index: 1020;
}
.header--hamburger .menu {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  row-gap: 26px;
}
.header--hamburger .menu li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.header--hamburger .menu .sub-menu {
  list-style-type: none;
  padding-left: 10px;
  z-index: 1019;
}
.header--hamburger .header--hamburger--bottom {
  margin-top: 20vh;
}
.header--hamburger .header--hamburger--bottom--logos {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.header--hamburger .header--hamburger--bottom--logos .serbia-logo-holder {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.header--hamburger .header--hamburger--bottom--logos .serbia-logo-holder::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  width: 1px;
  background-color: #fff;
  display: block;
}
.header--hamburger .header--hamburger--bottom--copy span {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #1C75BC;
}
.header__logos {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header__serbia-logo {
  display: none;
}
.header__eu-logo-white {
  display: none;
}
.header__eu-logo-white img {
  max-width: 80px;
}
.header__eu-logo img {
  max-width: 80px;
}
.header__langs .wpml-ls {
  padding: 0;
}
.header__langs .wpml-ls ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header__langs .wpml-ls-item {
  border-right: 1px solid #fff;
}
.header__langs .wpml-ls-item:last-of-type {
  border: 0;
}
.header__langs .wpml-ls-link {
  font: 500 14px/1.4 "DM Sans", sans-serif;
  padding: 5px 15px;
}
.header__langs--desk {
  display: none;
}
.header__langs--desk .wpml-ls-item {
  border-color: #C0D3F6;
}
.header__langs--desk .wpml-ls-link {
  color: #4E4E4E;
}
.header__langs--desk .wpml-ls-current-language .wpml-ls-link {
  color: #1C75BC;
}
.header__langs--mob .wpml-ls {
  margin-top: 20px;
}
.header__langs--mob .wpml-ls-item:first-of-type .wpml-ls-link {
  padding-left: 0;
}
.header__langs--mob .wpml-ls-link {
  color: #fff;
}
.header__middle {
  display: none;
}
.header .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .header--logo::after {
    right: -25px;
  }
  .header--left-side {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .header--right-side {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .header--hamburger {
    width: auto;
    min-width: 443px;
    padding: 40px 80px 12px 24px;
  }
  .header.hamburger-active .header__middle #search-input {
    background: #222;
    border-color: #2E63C8;
  }
  .header__middle {
    display: inline-block;
  }
  .header__middle #search-wrapper {
    position: relative;
    width: 300px;
  }
  .header__middle label:has(#search-input) {
    position: relative;
    z-index: 1001;
  }
  .header__middle label:has(#search-input) svg {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__middle #search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #4E4E4E;
  }
  .header__middle #search-input::placeholder {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #4E4E4E;
  }
  .header__middle #search-input:focus {
    outline: none;
  }
  .header__middle #search-input {
    width: 100%;
    padding: 10px 3px 10px 24px;
    border-radius: 4px;
    border: 1px solid #C0D3F6;
  }
  .header__middle #search-results {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
  }
  .header__middle #search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__middle #search-results li {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .header__middle #search-results li a {
    text-decoration: none;
    color: #333;
  }
  .header__middle #search-results li:hover {
    background: #f5f5f5;
  }
}
@media (min-width: 992px) {
  .header .header--hamburger .menu .menu-item.active:has(.sub-menu) .sub-menu {
    right: 100%;
  }
  .header .header--hamburger .menu .sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 343px;
    height: 100%;
    padding: 40px 30px 20px 20px;
    background: #224994;
    list-style-type: none;
    transition: all 500ms ease;
  }
  .header .header--hamburger .menu .sub-menu .menu-item {
    margin-bottom: 26px;
  }
  .header .header--hamburger .menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .header__serbia-logo {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .header--logo {
    position: relative;
  }
  .header--logo::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: #034EA2;
    transition: all 500ms ease;
  }
  .header--logo a img {
    max-width: unset;
    height: 44px;
  }
  .header__eu-logo-white {
    display: none;
  }
  .header__eu-logo-white img {
    max-width: 135px;
  }
  .header__eu-logo img {
    max-width: 135px;
  }
  .header__langs--desk {
    display: block;
  }
}
.footer a {
  text-decoration: none;
}
.footer--pre-footer {
  margin-bottom: 24px;
}
.footer--pre-footer--left-side {
  background-size: cover;
}
.footer--pre-footer--left-side, .footer--pre-footer--right-side {
  background: #172B53;
  border-radius: 10px;
  padding: 20px;
}
.footer--pre-footer--left-side h2, .footer--pre-footer--right-side h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  flex: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  border: 1px solid #D7E4F9;
  padding: 8px 20px;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 36px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label:has(input:checked), .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label input, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  visibility: hidden;
  position: absolute;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.footer--pre-footer--left-side .wpcf7-form .contact-form-text, .footer--pre-footer--right-side .wpcf7-form .contact-form-text {
  margin-bottom: 31px;
}
.footer--pre-footer--left-side .wpcf7-form .contact-form-text p, .footer--pre-footer--right-side .wpcf7-form .contact-form-text p {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  color: #fff;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) br, .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) br {
  display: none;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) .wpcf7-form-control-wrap, .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) .wpcf7-form-control-wrap {
  display: inline-block;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text {
  height: 41px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea, .footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea {
  height: 74px;
  resize: unset;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea {
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400px;
  line-height: 1;
  padding: 10px 16px;
  width: 100%;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text::-moz-placeholder, .footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea::-moz-placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text::-moz-placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text::placeholder,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea::placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text::placeholder,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text:focus,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea:focus, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text:focus,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea:focus {
  outline: none;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-submit, .footer--pre-footer--right-side .wpcf7-form .wpcf7-submit {
  background: #FFCC18;
  color: #222;
  width: 100%;
  height: 36px;
  font-size: 14px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
  margin-top: 16px;
  cursor: pointer;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-spinner, .footer--pre-footer--right-side .wpcf7-form .wpcf7-spinner {
  display: none;
}
.footer--footer-section {
  z-index: 2;
}
.footer--footer-section__holder {
  background: #EDF2FA;
  padding-top: 20px;
  padding-bottom: 20vh;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.footer--footer-section__holder .program-founding {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #11233C;
  position: absolute;
  right: 28px;
  bottom: 14px;
}
.footer--footer-section__holder .footer--site-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three {
  margin-bottom: 20px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item {
  margin-bottom: 30px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item a {
  font-size: 12px;
  line-height: 1.35;
  color: #222;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item:has(.sub-menu) a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item:has(.sub-menu) a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item:has(.sub-menu) a {
  margin-bottom: 10px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu {
  padding: 0;
  list-style-type: none;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu .menu-item {
  margin-bottom: 7px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu .menu-item a {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #4E4E4E;
  text-transform: initial;
  margin-bottom: 0;
}
.footer .footer--bottom-footer {
  background: #11233C;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1;
}
.footer .footer--bottom-footer .footer--socials-box {
  text-align: center;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  row-gap: 10px;
  margin-bottom: 24px;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials .footer--social {
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer--bottom-footer .footer--disclaimer-section {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 100%;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--serbia-logo {
  padding-right: 30px;
  position: relative;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--serbia-logo::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  width: 1px;
  background: #fff;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--eu-logo {
  padding-left: 30px;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer-disclaimer p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .footer--pre-footer .pre-footer--left-side .pre-footer--image img {
    width: 100%;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 13px;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-text), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-text) {
    grid-column: span 1;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-textarea), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-textarea) {
    grid-column: span 2;
  }
  .footer .footer--bottom-footer .footer--socials-box .footer--socials {
    flex-flow: row;
    justify-content: center;
  }
  .footer .footer--footer-section__holder {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    display: grid;
  }
  .footer--pre-footer .pre-footer--left-side {
    display: flex;
    flex-flow: column nowrap;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post h3 {
    margin-bottom: 0;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post .btn {
    flex-shrink: 0;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--image {
    flex: 1;
  }
  .footer .footer--pre-footer--left-side {
    display: flex;
    flex-flow: column;
    align-items: stretch;
  }
  .footer .footer--pre-footer--left-side .wpcf7 {
    flex: 1;
  }
  .footer .footer--pre-footer--left-side .wpcf7 .wpcf7-form {
    height: 100%;
    display: flex;
    flex-flow: column;
  }
  .footer .footer--pre-footer--left-side .wpcf7 .wpcf7-form p:has(.wpcf7-submit) {
    margin: auto 0 0 auto;
  }
  .footer .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-submit),
  .footer .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-submit) {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
  .footer .footer--pre-footer--left-side .wpcf7-form .wpcf7-submit,
  .footer .footer--pre-footer--right-side .wpcf7-form .wpcf7-submit {
    width: 142px;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--image {
    margin-bottom: 0;
  }
  .footer--pre-footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .footer .footer--footer-section {
    margin-bottom: -43px;
  }
  .footer .footer--footer-section__holder {
    padding: 48px 48px 60px 43px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-size: contain;
  }
  .footer .footer--footer-section__holder .footer--site-logo {
    margin-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 110px;
  }
  .footer .footer--footer-section__holder .footer--footer-menus {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu,
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu,
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu {
    text-align: left;
  }
  .footer .footer--bottom-footer {
    padding-top: 68px;
  }
  .footer .footer--bottom-footer .container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer--bottom-footer .container .footer--socials-box {
    margin-right: 170px;
  }
  .footer .footer--bottom-footer .container .footer--socials-box .footer--socials-title {
    letter-spacing: -2px;
  }
  .footer .footer--bottom-footer .container .footer--socials-box .footer--socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 25px 48px 25px 66px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section .footer--logos {
    margin-bottom: 0;
    justify-content: flex-start;
    margin-right: 48px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section .footer-disclaimer {
    flex: 1;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/acf-blocks.scss ***!
  \*************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.btn {
  font-size: 14px;
  line-height: 1;
  padding: 8px 24px;
  height: 36px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
}

.yellow-btn {
  background-color: #FFCC18;
  color: #222;
  border-radius: 4px;
}

.transparent-btn {
  border-radius: 4px;
  border: 1px solid #C0D3F6;
  color: #1C75BC;
  background: transparent;
}

.transparent-yellow-btn {
  border-radius: 4px;
  border: 1px solid #FFCC18;
  color: #fff;
}

.transparent-btn-medium-blue {
  border-radius: 4px;
  border: 1px solid #C0D3F6;
  color: #224994;
  padding: 10px 24px;
  height: auto;
}
.btn-with-icon {
  flex-flow: row;
  justify-content: space-between;
  gap: 14px;
}
.btn-with-icon svg {
  flex: 0 0 13px;
}

.btn-with-icon-left svg {
  margin-right: 14px;
}

.yellow-letters {
  color: #FFCC18;
}

.black-letters {
  color: #222;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

body,
h1,
h2,
h3,
h4,
h5,
span,
a,
li,
blockquote,
button,
p {
  font-family: "DM Sans", sans-serif;
}

.h1 {
  font: 700 38px/1.2 "DM Sans", sans-serif;
}

.h2 {
  font: 700 24px/1.2 "DM Sans", sans-serif;
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 50px;
  }
  .h2 {
    font-size: 38px;
  }
}
.site {
  overflow: hidden;
}

.header {
  background: #fff;
  padding: 24px 0;
  position: relative;
  transition: all 1s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1020;
  margin-bottom: 24px;
}
.header--left-side {
  display: flex;
  flex-flow: row;
  gap: 20px;
}
.header .site-logo-white {
  display: none;
}
.header.hamburger-active {
  background: #222;
}
.header.hamburger-active .header--logo::after {
  background: #fff;
}
.header.hamburger-active .header--lang-holder span {
  color: #C0D3F6;
}
.header.hamburger-active .header--lang-holder span.active {
  color: #fff;
}
.header--logo {
  position: relative;
}
.header--logo a {
  text-decoration: none;
}
.header--logo a img {
  height: auto;
  max-width: 80px;
}
.header--logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #034EA2;
  transition: all 500ms ease;
}
.header--hamburger-button {
  padding: 10px 24px;
  background: #2E63C8;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header--hamburger-button .hamburger-button--lines {
  display: flex;
  flex-flow: column;
  row-gap: 3px;
}
.header--hamburger-button .hamburger-button--lines .line {
  width: 18px;
  height: 2px;
  background: #fff;
}
.header--hamburger-button .hamburger-button--text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.03px;
  color: #fff;
}
.header--hamburger {
  display: none;
  background-color: #222;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 99%;
  right: 0;
  padding: 40px 24px 12px;
  width: 100%;
  z-index: 1020;
}
.header--hamburger .menu {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  row-gap: 26px;
}
.header--hamburger .menu li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.header--hamburger .menu .sub-menu {
  list-style-type: none;
  padding-left: 10px;
  z-index: 1019;
}
.header--hamburger .header--hamburger--bottom {
  margin-top: 20vh;
}
.header--hamburger .header--hamburger--bottom--logos {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.header--hamburger .header--hamburger--bottom--logos .serbia-logo-holder {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.header--hamburger .header--hamburger--bottom--logos .serbia-logo-holder::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  width: 1px;
  background-color: #fff;
  display: block;
}
.header--hamburger .header--hamburger--bottom--copy span {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #1C75BC;
}
.header__logos {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header__serbia-logo {
  display: none;
}
.header__eu-logo-white {
  display: none;
}
.header__eu-logo-white img {
  max-width: 80px;
}
.header__eu-logo img {
  max-width: 80px;
}
.header__langs .wpml-ls {
  padding: 0;
}
.header__langs .wpml-ls ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header__langs .wpml-ls-item {
  border-right: 1px solid #fff;
}
.header__langs .wpml-ls-item:last-of-type {
  border: 0;
}
.header__langs .wpml-ls-link {
  font: 500 14px/1.4 "DM Sans", sans-serif;
  padding: 5px 15px;
}
.header__langs--desk {
  display: none;
}
.header__langs--desk .wpml-ls-item {
  border-color: #C0D3F6;
}
.header__langs--desk .wpml-ls-link {
  color: #4E4E4E;
}
.header__langs--desk .wpml-ls-current-language .wpml-ls-link {
  color: #1C75BC;
}
.header__langs--mob .wpml-ls {
  margin-top: 20px;
}
.header__langs--mob .wpml-ls-item:first-of-type .wpml-ls-link {
  padding-left: 0;
}
.header__langs--mob .wpml-ls-link {
  color: #fff;
}
.header__middle {
  display: none;
}
.header .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .header--logo::after {
    right: -25px;
  }
  .header--left-side {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .header--right-side {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .header--hamburger {
    width: auto;
    min-width: 443px;
    padding: 40px 80px 12px 24px;
  }
  .header.hamburger-active .header__middle #search-input {
    background: #222;
    border-color: #2E63C8;
  }
  .header__middle {
    display: inline-block;
  }
  .header__middle #search-wrapper {
    position: relative;
    width: 300px;
  }
  .header__middle label:has(#search-input) {
    position: relative;
    z-index: 1001;
  }
  .header__middle label:has(#search-input) svg {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__middle #search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #4E4E4E;
  }
  .header__middle #search-input::placeholder {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #4E4E4E;
  }
  .header__middle #search-input:focus {
    outline: none;
  }
  .header__middle #search-input {
    width: 100%;
    padding: 10px 3px 10px 24px;
    border-radius: 4px;
    border: 1px solid #C0D3F6;
  }
  .header__middle #search-results {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
  }
  .header__middle #search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__middle #search-results li {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .header__middle #search-results li a {
    text-decoration: none;
    color: #333;
  }
  .header__middle #search-results li:hover {
    background: #f5f5f5;
  }
}
@media (min-width: 992px) {
  .header .header--hamburger .menu .menu-item.active:has(.sub-menu) .sub-menu {
    right: 100%;
  }
  .header .header--hamburger .menu .sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 343px;
    height: 100%;
    padding: 40px 30px 20px 20px;
    background: #224994;
    list-style-type: none;
    transition: all 500ms ease;
  }
  .header .header--hamburger .menu .sub-menu .menu-item {
    margin-bottom: 26px;
  }
  .header .header--hamburger .menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .header__serbia-logo {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .header--logo {
    position: relative;
  }
  .header--logo::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: #034EA2;
    transition: all 500ms ease;
  }
  .header--logo a img {
    max-width: unset;
    height: 44px;
  }
  .header__eu-logo-white {
    display: none;
  }
  .header__eu-logo-white img {
    max-width: 135px;
  }
  .header__eu-logo img {
    max-width: 135px;
  }
  .header__langs--desk {
    display: block;
  }
}
.footer a {
  text-decoration: none;
}
.footer--pre-footer {
  margin-bottom: 24px;
}
.footer--pre-footer--left-side {
  background-size: cover;
}
.footer--pre-footer--left-side, .footer--pre-footer--right-side {
  background: #172B53;
  border-radius: 10px;
  padding: 20px;
}
.footer--pre-footer--left-side h2, .footer--pre-footer--right-side h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  flex: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  border: 1px solid #D7E4F9;
  padding: 8px 20px;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 36px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label:has(input:checked), .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label input, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  visibility: hidden;
  position: absolute;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label, .footer--pre-footer--right-side .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.footer--pre-footer--left-side .wpcf7-form .contact-form-text, .footer--pre-footer--right-side .wpcf7-form .contact-form-text {
  margin-bottom: 31px;
}
.footer--pre-footer--left-side .wpcf7-form .contact-form-text p, .footer--pre-footer--right-side .wpcf7-form .contact-form-text p {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  color: #fff;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) br, .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) br {
  display: none;
}
.footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) .wpcf7-form-control-wrap, .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) .wpcf7-form-control-wrap {
  display: inline-block;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text {
  height: 41px;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea, .footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea {
  height: 74px;
  resize: unset;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea {
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400px;
  line-height: 1;
  padding: 10px 16px;
  width: 100%;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text::-moz-placeholder, .footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea::-moz-placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text::-moz-placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text::placeholder,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea::placeholder, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text::placeholder,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-text:focus,
.footer--pre-footer--left-side .wpcf7-form .wpcf7-textarea:focus, .footer--pre-footer--right-side .wpcf7-form .wpcf7-text:focus,
.footer--pre-footer--right-side .wpcf7-form .wpcf7-textarea:focus {
  outline: none;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-submit, .footer--pre-footer--right-side .wpcf7-form .wpcf7-submit {
  background: #FFCC18;
  color: #222;
  width: 100%;
  height: 36px;
  font-size: 14px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
  margin-top: 16px;
  cursor: pointer;
}
.footer--pre-footer--left-side .wpcf7-form .wpcf7-spinner, .footer--pre-footer--right-side .wpcf7-form .wpcf7-spinner {
  display: none;
}
.footer--footer-section {
  z-index: 2;
}
.footer--footer-section__holder {
  background: #EDF2FA;
  padding-top: 20px;
  padding-bottom: 20vh;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.footer--footer-section__holder .program-founding {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #11233C;
  position: absolute;
  right: 28px;
  bottom: 14px;
}
.footer--footer-section__holder .footer--site-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three {
  margin-bottom: 20px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item {
  margin-bottom: 30px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item a {
  font-size: 12px;
  line-height: 1.35;
  color: #222;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .menu-item:has(.sub-menu) a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .menu-item:has(.sub-menu) a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .menu-item:has(.sub-menu) a {
  margin-bottom: 10px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu {
  padding: 0;
  list-style-type: none;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu .menu-item,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu .menu-item {
  margin-bottom: 7px;
}
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu .sub-menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu .sub-menu .menu-item a,
.footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu .sub-menu .menu-item a {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #4E4E4E;
  text-transform: initial;
  margin-bottom: 0;
}
.footer .footer--bottom-footer {
  background: #11233C;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1;
}
.footer .footer--bottom-footer .footer--socials-box {
  text-align: center;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  row-gap: 10px;
  margin-bottom: 24px;
}
.footer .footer--bottom-footer .footer--socials-box .footer--socials .footer--social {
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer--bottom-footer .footer--disclaimer-section {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 100%;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--serbia-logo {
  padding-right: 30px;
  position: relative;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--serbia-logo::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  width: 1px;
  background: #fff;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer--logos .footer--eu-logo {
  padding-left: 30px;
}
.footer .footer--bottom-footer .footer--disclaimer-section .footer-disclaimer p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .footer--pre-footer .pre-footer--left-side .pre-footer--image img {
    width: 100%;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 13px;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-text), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-text) {
    grid-column: span 1;
  }
  .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-textarea), .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-form-control-wrap) span:has(.wpcf7-textarea) {
    grid-column: span 2;
  }
  .footer .footer--bottom-footer .footer--socials-box .footer--socials {
    flex-flow: row;
    justify-content: center;
  }
  .footer .footer--footer-section__holder {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    display: grid;
  }
  .footer--pre-footer .pre-footer--left-side {
    display: flex;
    flex-flow: column nowrap;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post h3 {
    margin-bottom: 0;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--left-side--featured-post .btn {
    flex-shrink: 0;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--image {
    flex: 1;
  }
  .footer .footer--pre-footer--left-side {
    display: flex;
    flex-flow: column;
    align-items: stretch;
  }
  .footer .footer--pre-footer--left-side .wpcf7 {
    flex: 1;
  }
  .footer .footer--pre-footer--left-side .wpcf7 .wpcf7-form {
    height: 100%;
    display: flex;
    flex-flow: column;
  }
  .footer .footer--pre-footer--left-side .wpcf7 .wpcf7-form p:has(.wpcf7-submit) {
    margin: auto 0 0 auto;
  }
  .footer .footer--pre-footer--left-side .wpcf7-form p:has(.wpcf7-submit),
  .footer .footer--pre-footer--right-side .wpcf7-form p:has(.wpcf7-submit) {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
  .footer .footer--pre-footer--left-side .wpcf7-form .wpcf7-submit,
  .footer .footer--pre-footer--right-side .wpcf7-form .wpcf7-submit {
    width: 142px;
  }
  .footer--pre-footer .pre-footer--left-side .pre-footer--image {
    margin-bottom: 0;
  }
  .footer--pre-footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .footer .footer--footer-section {
    margin-bottom: -43px;
  }
  .footer .footer--footer-section__holder {
    padding: 48px 48px 60px 43px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-size: contain;
  }
  .footer .footer--footer-section__holder .footer--site-logo {
    margin-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 110px;
  }
  .footer .footer--footer-section__holder .footer--footer-menus {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-one .menu,
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-two .menu,
  .footer .footer--footer-section__holder .footer--footer-menus .footer--menu-column-three .menu {
    text-align: left;
  }
  .footer .footer--bottom-footer {
    padding-top: 68px;
  }
  .footer .footer--bottom-footer .container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer--bottom-footer .container .footer--socials-box {
    margin-right: 170px;
  }
  .footer .footer--bottom-footer .container .footer--socials-box .footer--socials-title {
    letter-spacing: -2px;
  }
  .footer .footer--bottom-footer .container .footer--socials-box .footer--socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 25px 48px 25px 66px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section .footer--logos {
    margin-bottom: 0;
    justify-content: flex-start;
    margin-right: 48px;
  }
  .footer .footer--bottom-footer .container .footer--disclaimer-section .footer-disclaimer {
    flex: 1;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/media-text/media-text.scss ***!
  \**********************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.media-text-section {
  margin: 48px 0;
}
.media-text-section .media-text-section--media-holder img,
.media-text-section .media-text-section--media-holder video,
.media-text-section .media-text-section--media-holder iframe {
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
}
.media-text-section .media-text-section--text-holder .eyebrow-holder {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 8px;
}
.media-text-section .media-text-section--text-holder .eyebrow-holder span {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
  color: #4E4E4E;
  display: inline-block;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #C0D3F6;
}
.media-text-section .media-text-section--text-holder .eyebrow-holder span:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.media-text-section .media-text-section--text-holder h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
}
.media-text-section .media-text-section--text-holder p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: #4E4E4E;
  text-align: justify;
  margin-bottom: 12px;
}
.media-text-section .media-text-section--text-holder p:last-of-type {
  margin-bottom: 0;
}
.media-text-section .media-text-section--text-holder a {
  text-decoration: underline;
  color: #1C75BC;
  font-weight: 600;
}
.media-text-section .media-text-section--text-holder .media-text-button-holder {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 24px;
  width: 100%;
}
.media-text-section .media-text-section--text-holder .media-text-button-holder a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .media-text-section {
    margin: 100px 0;
  }
  .media-text-section.reverse-section .media-text-section--media-holder {
    order: 1;
  }
  .media-text-section.reverse-section .media-text-section--text-holder {
    order: 2;
    padding-left: 82px;
    padding-right: 0;
  }
  .media-text-section .media-text-section--media-holder {
    order: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .media-text-section .media-text-section--text-holder {
    order: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }
  .media-text-section .media-text-section--text-holder h2 {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .media-text-section .media-text-section--text-holder p {
    text-align: left;
  }
  .media-text-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .media-text-section .media-text-section--text-holder {
    padding-right: 82px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/useful-links/useful-links.scss ***!
  \**************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.useful-links {
  margin: 48px 0;
}
.useful-links.column-view .useful-links__list {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.useful-links.column-view .useful-links__list .useful-links__item {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.useful-links.no-divider-lines .useful-links__container {
  max-width: 855px;
  margin: auto;
}
.useful-links.no-divider-lines .useful-links__item {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.useful-links.no-divider-lines .useful-links__item:last-child {
  margin-bottom: 0;
}
.useful-links.no-divider-lines .transparent-btn-medium-blue {
  background: #EDF2FA;
  text-decoration: underline;
}
.useful-links__title {
  font: 700 38px/1.2 "DM Sans", sans-serif;
  margin-bottom: 24px;
}
.useful-links__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #C0D3F6;
}
.useful-links__item-title {
  flex: 0 0 100%;
  font: 500 18px/1.5 "DM Sans", sans-serif;
  color: #4E4E4E;
}

@media only screen and (min-width: 768px) {
  .useful-links {
    margin: 100px 0;
  }
  .useful-links__item-title {
    flex: 1 0 0;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/history-timeline/history-timeline.scss ***!
  \**********************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.history-timeline-section--single-timeline {
  margin-bottom: 40px;
}
.history-timeline-section--single-timeline--year {
  text-align: center;
  margin-bottom: 12px;
}
.history-timeline-section--single-timeline--year img {
  max-width: 100%;
  width: 204px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: auto auto 12px;
}
.history-timeline-section--single-timeline--year h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  color: #172B53;
}
.history-timeline-section--single-timeline--description p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #4E4E4E;
  margin-bottom: 12px;
}
.history-timeline-section--single-timeline--description p:last-of-type {
  margin-bottom: 0;
}
.history-timeline-section--single-timeline--divider {
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 12px;
}
.history-timeline-section--single-timeline--divider .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1C75BC;
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-timeline-section--single-timeline--divider .circle:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 3;
}
.history-timeline-section--single-timeline--divider .line {
  width: 104px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  background-color: #1C75BC;
}

@media only screen and (min-width: 768px) {
  .history-timeline-section .container {
    position: relative;
  }
  .history-timeline-section .container::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 100%;
    background-color: #EDF2FA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 140px);
    z-index: -1;
  }
  .history-timeline-section--single-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 164px;
         column-gap: 164px;
    position: relative;
    margin-bottom: 100px;
  }
  .history-timeline-section--single-timeline--year {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
  }
  .history-timeline-section--single-timeline--year img {
    margin: auto 0 12px auto;
  }
  .history-timeline-section--single-timeline--divider {
    position: absolute;
    width: 104px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--year {
    order: 2;
    align-items: flex-start;
  }
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--year h2 {
    order: 1;
  }
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--year img {
    margin: auto auto 12px 0;
    order: 2;
  }
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--description {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--year {
    align-items: center;
  }
  .history-timeline-section--single-timeline.year-right .history-timeline-section--single-timeline--year img {
    margin: auto 0 auto auto;
  }
  .history-timeline-section--single-timeline .history-timeline-section--single-timeline--year {
    flex-flow: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .history-timeline-section--single-timeline .history-timeline-section--single-timeline--year img {
    margin: auto auto auto 0;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/white-cta/white-cta.scss ***!
  \********************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.white-cta-section {
  margin-bottom: 40px;
}
.white-cta-section.blue-cta .white-cta-section--content {
  background: #224994;
}
.white-cta-section.blue-cta .white-cta-section--content p {
  color: #fff;
}
.white-cta-section.blue-cta .white-cta__background {
  display: none;
}
.white-cta-section.blue-cta .white-cta__blue-background {
  display: inline-block;
}
.white-cta-section--content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 20px 100px;
  min-height: 337px;
  position: relative;
  border: 1px solid #C0D3F6;
  border-radius: 10px;
  overflow: hidden;
}
.white-cta-section--content .white-cta__blue-background {
  display: none;
}
.white-cta-section--content img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.white-cta-section--content p {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  text-align: center;
  max-width: 636px;
}

@media only screen and (min-width: 768px) {
  .white-cta-section {
    margin-bottom: 100px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/contact-cta/contact-cta.scss ***!
  \************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.contact-cta-section {
  margin-bottom: 40px;
}
.contact-cta-section--content {
  max-width: 855px;
  margin: auto;
  background-color: #EDF2FA;
  border-radius: 10px;
  padding: 24px;
}
.contact-cta-section--title {
  margin-bottom: 12px;
}
.contact-cta-section--title h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #4E4E4E;
}
.contact-cta-section--options .btn {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact-cta-section {
    margin-bottom: 100px;
  }
  .contact-cta-section--content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .contact-cta-section--title {
    max-width: 238px;
    margin-bottom: 0;
  }
  .contact-cta-section--options {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contact-cta-section--options .btn {
    margin-bottom: 0;
    width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/source/source.scss ***!
  \**************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.source-section {
  margin-bottom: 40px;
}
.source-section--holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.source-section--title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #4E4E4E;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .source-section {
    margin-bottom: 100px;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/archive/archive.scss ***!
  \****************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.archive-section {
  margin-bottom: 40px;
}
.archive-section__tabs-holder {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.archive-section .archive-section--tabs {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.archive-section .archive-section--tabs .archive-section--single-tab {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #D7E4F9;
  margin: 0 3px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.archive-section .archive-section--tabs .archive-section--single-tab:first-child {
  margin-left: 0;
}
.archive-section .archive-section--tabs .archive-section--single-tab:last-child {
  margin-right: 0;
}
.archive-section .archive-section--tabs .archive-section--single-tab.active {
  color: #fff;
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.archive-section__sortby {
  display: none;
}
.archive-section__sortby.active {
  display: flex;
}
.archive-section__sortby #media-sort {
  padding: 8px 22px;
  border: 1px solid #EDF2FA;
  border-radius: 4px;
  font: 500 12px/1.6 "DM Sans", sans-serif;
  letter-spacing: 0.03em;
  text-align: left;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 130px;
}
.archive-section .archive-section--posts {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.archive-section .slider-section--single-slide {
  position: relative !important;
  height: 282px !important;
  display: flex !important;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.archive-section .slider-section--single-slide a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.archive-section .slider-section--single-slide img {
  width: 100%;
}
.archive-section .slider-section--single-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(17, 35, 60);
  background: linear-gradient(180deg, rgba(17, 35, 60, 0.17) 0%, rgb(17, 35, 60) 100%);
}
.archive-section .single-section--single-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 14px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
}
.archive-section .single-section--single-slide-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.archive-section .single-section--single-slide-content .bottom-information {
  margin-top: 38px;
}
.archive-section .single-section--single-slide-content .bottom-information .date {
  display: inline-block;
  padding-right: 12px;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border-right: 1px solid #1C75BC;
}
.archive-section .single-section--single-slide-content .bottom-information .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .archive-section__tabs-holder {
    max-width: 1090px;
    margin: 0 auto 20px;
  }
  .archive-section .archive-section--tabs .archive-section--single-tab {
    margin: 0 6px;
    padding: 8px 20px;
  }
  .archive-section .archive-section--posts {
    max-width: 1090px;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .archive-section__tabs-holder {
    margin: 0 auto 40px;
  }
  .archive-section .archive-section--posts {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/slider/slider.scss ***!
  \**************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.slider-section {
  margin-bottom: 40px;
}
.slider-section--main-card {
  background-color: #EDF2FA;
  clip-path: polygon(84% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
  padding: 24px;
  max-width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.slider-section--main-card--content {
  margin-bottom: 36px;
}
.slider-section--main-card--content h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 14px;
}
.slider-section--main-card--content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  color: #4E4E4E;
}
.slider-section--main-card--buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.slider-section--main-card--buttons .arrows {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.slider-section--main-card--buttons .arrows .slider-section--left-arrow {
  margin-right: 12px;
}
.slider-section--main-card--buttons .arrows .slider-section--left-arrow,
.slider-section--main-card--buttons .arrows .slider-section--right-arrow {
  padding: 8px 14px;
  cursor: pointer;
}
.slider-section--single-slide {
  position: relative !important;
  width: auto;
  height: 282px !important;
  display: flex !important;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.slider-section--single-slide a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.slider-section--single-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-section--single-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(17, 35, 60);
  background: linear-gradient(180deg, rgba(17, 35, 60, 0.17) 0%, rgb(17, 35, 60) 100%);
}
.slider-section--single-slide.cards-without-background {
  border: 1px solid #C0D3F6;
  min-width: 347px;
  background: #fff;
}
.slider-section--single-slide.cards-without-background:after {
  background: unset;
}
.slider-section--single-slide.cards-without-background .single-section--single-slide-content {
  padding: 0;
  justify-content: space-between;
}
.slider-section--single-slide.cards-without-background .single-section--single-slide-content p {
  padding: 24px;
  color: #222;
}
.slider-section--single-slide.cards-without-background .single-section--single-slide-content .bottom-information {
  display: none;
}
.slider-section .single-section--single-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 14px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
}
.slider-section .single-section--single-slide-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.slider-section .single-section--single-slide-content .bottom-information {
  margin-top: 38px;
}
.slider-section .single-section--single-slide-content .bottom-information .date {
  display: inline-block;
  padding-right: 12px;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border-right: 1px solid #1C75BC;
}
.slider-section .single-section--single-slide-content .bottom-information .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
.slider-section .single-section--single-slide-content .tender-item__dates {
  display: flex;
  flex-flow: row;
  border-radius: 0 0 10px 10px;
  background: #1C75BC;
  padding: 15px 24px;
  width: calc(100% - 48px);
}
.slider-section .single-section--single-slide-content .tender-item__dates-single {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.slider-section .single-section--single-slide-content .tender-item__dates-single:first-child {
  border-right: 1px solid #fff;
}
.slider-section .single-section--single-slide-content .tender-item__date-title {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFCC18;
}
.slider-section .single-section--single-slide-content .tender-item__date-start {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 575px) {
  .slider-section--main-card {
    padding: 27px 48px 24px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .slider-section--main-card--content h2 {
    font-size: 38px;
  }
  .slider-section--main-card--content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-section {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-section {
    margin-bottom: 100px;
  }
  .slider-section .container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .slider-section .slider-section--main-card {
    max-width: 415px;
    width: 100%;
    margin-right: 18px;
    margin-bottom: 0;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/page-content/page-content.scss ***!
  \**************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.page-content-section {
  margin-bottom: 40px;
}
.page-content-section--content {
  max-width: 855px;
  margin: auto;
}
.page-content-section--content h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
}
.page-content-section--content ul {
  margin-bottom: 24px;
}
.page-content-section--content p,
.page-content-section--content li {
  font-size: 15px;
  line-height: 1.45;
  color: #4E4E4E;
  font-weight: 300;
  margin-bottom: 12px;
}
.page-content-section--content p:last-of-type,
.page-content-section--content li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .page-content-section {
    margin-bottom: 100px;
  }
  .page-content-section--content h2 {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .page-content-section--content ul {
    margin-bottom: 44px;
  }
  .page-content-section--content p,
  .page-content-section--content li {
    font-size: 15px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/facts-slider/facts-slider.scss ***!
  \**************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.facts-slider {
  margin: 40px 0;
  overflow: hidden;
}
.facts-slider__title {
  font: 700 24px/1.2 "DM Sans", sans-serif;
  text-align: center;
  margin-bottom: 12px;
}
.facts-slider .swiper {
  padding-bottom: 20px;
  overflow: visible;
}
.facts-slider .swiper-slide {
  max-width: 300px;
  height: auto;
}
.facts-slider .swiper-scrollbar {
  margin-top: 30px;
}
.facts-slider .swiper-scrollbar-horizontal {
  height: 1px;
  background: #D7E4F9;
}
.facts-slider .swiper-scrollbar-drag {
  position: relative;
  background: #1C75BC;
  height: 2px;
  cursor: grab;
}
.facts-slider .swiper-scrollbar-drag::after {
  content: "●●●";
  position: relative;
  top: 50%;
  left: 50%;
  height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 6px/1 "Inter", sans-serif;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #1C75BC;
  border-radius: 10px;
}
.facts-slider__card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 48px 24px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 290px;
}
.facts-slider__card::after {
  content: "";
  z-index: 2;
  display: inline-block;
  background: rgba(102, 121, 158, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.facts-slider__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: -1;
}
.facts-slider__card-text {
  z-index: 3;
}
.facts-slider__card-text img {
  margin: auto;
}
.facts-slider__card-text p {
  font: 700 24px/1.2 "DM Sans", sans-serif;
  color: #fff;
  text-align: center;
}
.facts-slider__card-text p strong,
.facts-slider__card-text p b {
  font-weight: 700;
  color: #FFCC18;
}

@media only screen and (min-width: 768px) {
  .facts-slider {
    margin: -70px 0 100px;
  }
  .facts-slider__title {
    font-size: 38px;
    margin-bottom: 48px;
  }
  .facts-slider .swiper-slide {
    max-width: 520px;
  }
  .facts-slider__card {
    padding: 60px 24px;
  }
  .facts-slider__card-text p {
    font-size: 26px;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/file-accordion/file-accordion.scss ***!
  \******************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.file-accordion-section {
  margin-bottom: 40px;
}
.file-accordion-section .file-accordion-section--holder {
  max-width: 855px;
  margin: auto;
}
.file-accordion-section .file-accordion-section--holder .single-accordion {
  border-bottom: 1px solid #C0D3F6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header .accordion-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  flex: 1;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header svg {
  transition: all 500ms ease;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header.active svg {
  transform: rotate(180deg);
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-body {
  display: none;
  padding-top: 24px;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-body a {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C0D3F6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  text-decoration: none;
}
.file-accordion-section .file-accordion-section--holder .single-accordion .accordion-body a:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .file-accordion-section {
    margin-bottom: 100px;
  }
  .file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .file-accordion-section .file-accordion-section--holder .single-accordion .accordion-header .accordion-title {
    font-size: 26px;
  }
  .file-accordion-section .file-accordion-section--holder .single-accordion .accordion-body a {
    font-size: 18px;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/small-hero/small-hero.scss ***!
  \**********************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.small-hero-section--holder {
  background-color: #172B53;
  min-height: 288px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 46px 20px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.small-hero-section--holder .small-hero-section--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
.small-hero-section--holder .small-hero-section--content {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.small-hero-section--holder .small-hero-section--content h1 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  max-width: 550px;
}
.small-hero-section--holder .small-hero-section--content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  max-width: 550px;
}
.small-hero-section--holder .small-hero-section--content .small-hero-section--tags {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag {
  font-size: 12px;
  font-weight: 600;
  color: #FFCC18;
  line-height: 1.55;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}
.small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:first-child {
  padding-left: 0;
}
.small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:last-child {
  padding-right: 0;
  border-right: 0;
}
.small-hero-section--holder .small-hero-section--eu-stars {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
}
.small-hero-section--holder.text-right .small-hero-section--content {
  text-align: right;
}
.small-hero-section--holder.text-left .small-hero-section--content {
  text-align: left;
}
.small-hero-section--holder.text-center .small-hero-section--content {
  text-align: center;
}

@media only screen and (min-width: 575px) {
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags {
    flex-flow: row;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag {
    font-size: 12px;
    font-weight: 600;
    color: #FFCC18;
    line-height: 1.55;
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    width: auto;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:first-child {
    padding-left: 0;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .small-hero-section--holder {
    padding: 46px 96px;
  }
  .small-hero-section--holder.image-right .small-hero-section--img {
    right: 0;
    left: unset;
  }
  .small-hero-section--holder.image-left .small-hero-section--img {
    left: 0;
    right: unset;
  }
  .small-hero-section--holder.image-center .small-hero-section--img {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}
@media only screen and (min-width: 992px) {
  .small-hero-section {
    margin-bottom: 100px;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag {
    font-size: 12px;
    font-weight: 600;
    color: #FFCC18;
    line-height: 1.55;
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:first-child {
    padding-left: 0;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content .small-hero-section--tags .small-hero-section--tag:last-child {
    padding-right: 0;
    border-right: 0;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content h1 {
    font-size: 50px;
  }
  .small-hero-section .small-hero-section--holder .small-hero-section--content p {
    font-size: 18px;
  }
  .small-hero-section .small-hero-section--holder.text-right .small-hero-section--content {
    text-align: right;
    align-items: flex-end;
  }
  .small-hero-section .small-hero-section--holder.text-left .small-hero-section--content {
    text-align: left;
    align-items: flex-start;
  }
  .small-hero-section .small-hero-section--holder.text-center .small-hero-section--content {
    text-align: center;
    align-items: center;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/big-hero/big-hero.scss ***!
  \******************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.big-hero-section {
  margin-bottom: 20px;
}
.big-hero-section .big-hero-section--holder {
  background-color: #172B53;
}
.big-hero-section--content-side {
  padding: 20px;
}
.big-hero-section--content-side .big-hero-section--content {
  margin-bottom: 12px;
}
.big-hero-section--content-side .big-hero-section--content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}
.big-hero-section--content-side .big-hero-section--content p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.big-hero-section--content-side .big-hero-section--buttons {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.big-hero-section .big-hero-section--video-side {
  position: relative;
  display: flex;
  max-width: 747px;
  overflow: hidden;
}
.big-hero-section .big-hero-section--video-side video {
  position: absolute;
  z-index: 1;
  height: 100%;
  max-width: 100%;
  padding-left: 11%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 3px;
  top: 1px;
}
.big-hero-section .big-hero-section--video-side img {
  z-index: 2;
  width: 747px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .big-hero-section .big-hero-section--buttons a {
    width: 100%;
    max-width: 100%;
  }
  .big-hero-section .big-hero-section--buttons a:first-child {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .big-hero-section {
    margin-bottom: -55px;
  }
  .big-hero-section .big-hero-section--holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 48px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%, 31% 86%, 0% 86%);
    min-height: 470px;
  }
  .big-hero-section--content-side {
    padding-top: 92px;
    padding-bottom: 118px;
  }
  .big-hero-section--content-side .big-hero-section--content {
    margin-bottom: 12px;
  }
  .big-hero-section--content-side .big-hero-section--content h1 {
    font-size: 50px;
  }
  .big-hero-section--content-side .big-hero-section--buttons {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 34px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .big-hero-section .big-hero-section--holder {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%, 29% 86%, 0% 86%);
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/key-facts/key-facts.scss ***!
  \********************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.key-facts-section {
  background-color: #172B53;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.key-facts-section--left-content {
  color: #EDF2FA;
  margin-bottom: 24px;
}
.key-facts-section--left-content p {
  font: 300 15px/1.45 "DM Sans", sans-serif;
}
.key-facts-section--right-content {
  color: #fff;
}
.key-facts-section--right-content h2 {
  font: 700 20px/1.2 "DM Sans", sans-serif;
  margin-bottom: 12px;
}
.key-facts-section--right-content ul {
  padding-left: 20px;
}
.key-facts-section--right-content ul li {
  font: 800 16px/1.45 "DM Sans", sans-serif;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .key-facts-section {
    margin-bottom: 100px;
    background-size: contain;
    background-position: center right;
  }
  .key-facts-section .container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .key-facts-section--left-content {
    padding-right: 40px;
    border-right: 1px solid #C0D3F6;
    margin-bottom: 0;
    max-width: 353px;
  }
  .key-facts-section--right-content {
    margin-left: 40px;
    max-width: 574px;
  }
}
@media only screen and (min-width: 992px) {
  .key-facts-section--left-content {
    padding-right: 92px;
  }
  .key-facts-section--right-content {
    margin-left: 92px;
    max-width: 574px;
  }
  .key-facts-section--right-content h2 {
    font-size: 38px;
  }
  .key-facts-section--right-content ul li {
    font-size: 18px;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-default.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/stats/stats.scss ***!
  \************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.stats {
  position: relative;
  color: #fff;
  background: #172B53;
  padding: 60px 0;
  margin: 60px 0;
}
.stats__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}
.stats__container {
  position: relative;
  z-index: 2;
}
.stats__title {
  text-align: center;
  margin-bottom: 40px;
}
.stats__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.stats__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}
.stats__item-icon {
  width: 50px;
  height: auto;
}
.stats__item-number {
  font: 700 38px/1.2 "DM Sans", sans-serif;
  color: #FFCC18;
  text-align: right;
}
.stats__item-description {
  flex: 0 0 100%;
}
.stats__item .odometer-digit {
  width: 25px;
}
.stats__item .odometer-value {
  text-align: right;
  font-family: "DM Sans", sans-serif;
  width: 25px;
}

@media only screen and (min-width: 768px) {
  .stats__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .stats {
    padding: 100px 0;
    margin: 100px 0;
  }
  .stats__title {
    margin-bottom: 100px;
  }
  .stats__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 80px;
  }
  .stats__item {
    flex-flow: column;
    flex: 0 0 33.33%;
  }
  .stats__item-description {
    max-width: 320px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .stats__item-number {
    font-size: 56px;
  }
  .stats__item .odometer-digit, .stats__item .odometer-value {
    width: 37px;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/cover/cover.scss ***!
  \************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.cover {
  margin: 48px 0;
}
.cover__container {
  position: relative;
}
.cover__img, .cover__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.cover__img {
  z-index: -2;
}
.cover__overlay {
  background-color: #1C75BC;
  mix-blend-mode: multiply;
  z-index: -1;
}
.cover__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 780px;
  color: #fff;
  text-align: center;
  padding: 48px 24px;
  margin: 0 auto;
}
.cover__title {
  font: 700 24px/1.2 "DM Sans", sans-serif;
}
.cover__paragraphs p {
  font: 300 16px/1.4 "DM Sans", sans-serif;
  margin-bottom: 16px;
}
.cover__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.cover .btn {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cover {
    margin: 100px 0;
  }
  .cover.content-left .cover__overlay {
    display: none;
  }
  .cover.content-left .cover__text {
    margin: auto auto auto 0;
    text-align: left;
    gap: 24px;
    max-width: 540px;
    padding: 60px 0 60px 80px;
  }
  .cover.content-left .cover__text .cover__title {
    font-size: 38px;
  }
  .cover.content-left .cover__text .btn {
    margin: auto auto auto 0;
  }
  .cover__text {
    padding: 60px;
  }
  .cover__title {
    font-size: 50px;
  }
  .cover__paragraphs p {
    font-size: 18px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/image-links/image-links.scss ***!
  \************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.image-links {
  margin: 45px 0;
}
.image-links__single {
  text-align: center;
}
.image-links__single::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 80%;
  background-color: #C0D3F6;
  margin: 45px auto;
}
.image-links__single:last-child:after {
  content: none;
}
.image-links__single__link {
  text-decoration: none;
  text-align: center;
}
.image-links__single__link img {
  margin: auto auto 24px;
}
.image-links__single__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #224994;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .image-links {
    margin: 100px 0;
  }
  .image-links .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-end;
    gap: 90px;
  }
  .image-links__single {
    flex: 0 0 calc(33.33% - 90px);
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .image-links__single:after {
    position: absolute;
    width: 1px;
    height: 237px;
    margin: 0;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/tenderi-archive/tenderi-archive.scss ***!
  \********************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.wp-block .tenderi-archive__result {
  display: block;
}

.tenderi-archive {
  margin: -88px auto 100px;
  position: relative;
  z-index: 9;
}
.tenderi-archive__tabs {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  display: flex;
  flex-flow: row;
  gap: 12px;
  padding: 10px;
  border-radius: 4px;
}
.tenderi-archive__tab {
  font-size: 14px;
  line-height: 1.5;
  color: #11233C;
  padding: 8px;
  background: #fff;
  border: 1px solid #C0D3F6;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.tenderi-archive__tab.active {
  color: #fff;
  background: #1C75BC;
}
.tenderi-archive__result {
  display: none;
  flex-flow: column;
  margin-top: 20px;
}
.tenderi-archive__result.active {
  display: flex;
}
.tenderi-archive__result-container {
  margin-bottom: 60px;
}
.tenderi-archive__result-container h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  max-width: 680px;
}
.tenderi-archive__result-container p {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  color: #4E4E4E;
  max-width: 680px;
}
.tenderi-archive__result-container .acf-innerblocks-container {
  margin-top: 24px;
}
.tenderi-archive__result-container .acf-innerblocks-container .wp-block-table {
  overflow-x: auto;
  margin: 0 -20px;
}
.tenderi-archive__result-container .acf-innerblocks-container table {
  min-width: 1000px;
}
.tenderi-archive__result-container .acf-innerblocks-container table thead {
  border-bottom: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table thead tr th {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
  padding: 20px;
  color: #1C75BC;
  border-color: #C0D3F6;
  border-width: 1px;
  border-top: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table thead tr th:first-child {
  border-left: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table thead tr th:last-child {
  border-right: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table tbody tr:last-child td {
  border-bottom: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table tbody tr td {
  border-color: #C0D3F6;
  border-width: 1px;
  border-top: 0;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
}
.tenderi-archive__result-container .acf-innerblocks-container table tbody tr td:first-child {
  border-left: 0;
}
.tenderi-archive__result-container .acf-innerblocks-container table tbody tr td:last-child {
  border-right: 0;
}
.tenderi-archive__result #tender-list {
  margin-bottom: 24px;
}
.tenderi-archive__result .tender-item {
  margin-bottom: 16px;
}
.tenderi-archive__result .tender-item__main-info {
  border: 1px solid #C0D3F6;
  border-bottom: 0;
  padding: 24px;
  border-radius: 10px 10px 0 0;
}
.tenderi-archive__result .tender-item__main-info h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #11233C;
  margin-bottom: 18px;
}
.tenderi-archive__result .tender-item__main-info .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #224994;
  padding: 0;
  text-align: right;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.tenderi-archive__result .tender-item__main-info .btn svg {
  margin-left: 8px;
}
.tenderi-archive__result .tender-item__dates {
  display: flex;
  flex-flow: row;
  border-radius: 0 0 10px 10px;
  background: #1C75BC;
  padding: 15px 24px;
}
.tenderi-archive__result .tender-item__dates-single {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.tenderi-archive__result .tender-item__dates-single:first-child {
  border-right: 1px solid #fff;
}
.tenderi-archive__result .tender-item__date-title {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFCC18;
}
.tenderi-archive__result .tender-item__date-start {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
.tenderi-archive__result #load-more {
  margin: auto;
}
.tenderi-archive .tender-accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
}
.tenderi-archive .tender-accordion .accordion-header.active {
  border-bottom: 0;
}
.tenderi-archive .tender-accordion .accordion-header {
  border: 0;
  border-bottom: 1px solid #C0D3F6;
  padding: 18px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
  background: transparent;
}
.tenderi-archive .tender-accordion .accordion-body {
  display: none;
  padding-bottom: 26px;
  background: #fff;
}
.tenderi-archive .tender-accordion .accordion-body.open {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tenderi-archive__results #tender-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
  }
  .tenderi-archive__results .tender-item {
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: stretch;
    justify-items: stretch;
  }
  .tenderi-archive__results .tender-item__main-info {
    flex: 1;
    width: 100%;
  }
  .tenderi-archive__results .tender-item__dates {
    width: 100%;
  }
  .tenderi-archive__results .tender-accordion .accordion-body.open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .tenderi-archive {
    margin: -150px auto 100px;
  }
  .tenderi-archive__tab {
    padding: 8px 46px;
  }
  .tenderi-archive__results #tender-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .tenderi-archive__results .tender-accordion .accordion-body.open {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .tenderi-archive__result {
    padding: 60px 96px;
  }
  .tenderi-archive__result .acf-innerblocks-container {
    margin-top: 100px;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/map/map.scss ***!
  \********************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.map {
  color: #fff;
  background: #224994;
  margin: 48px 0;
}
.map__graphics {
  position: relative;
  aspect-ratio: 1/1;
  margin: 0 -20px;
  overflow: hidden;
}
.map__bg, .map__pins {
  width: 150%;
  height: auto;
  transition: transform 2s ease-in-out;
}
.map__pins {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.map__path, .map__circle {
  opacity: 0;
}
.map__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px 0;
}
.map__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.map__navigation-button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.map__navigation-button svg {
  display: block;
  width: 35px;
  height: auto;
}
.map__navigation-button--prev {
  opacity: 0.2;
}
.map__paragraphs {
  height: 260px;
}
.map__paragraph {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
  transition: opacity 600ms ease-in-out;
}
.map__paragraph p {
  font: 400 15px/1.3 "DM Sans", sans-serif;
}
.map__paragraph--1, .map__paragraph--2, .map__paragraph--3 {
  display: none;
  opacity: 0;
}
.map--1 .map__navigation-button--prev {
  opacity: 1;
}
.map--1 .map__paragraph--1 {
  display: flex;
  opacity: 1;
}
.map--2 .map__bg, .map--2 .map__pins {
  transform: translate(-20%, -20%);
}
.map--2 .map__navigation-button--prev {
  opacity: 1;
}
.map--2 .map__paragraph--1, .map--2 .map__paragraph--3 {
  display: none;
  opacity: 0;
}
.map--2 .map__paragraph--2 {
  display: flex;
  opacity: 1;
}
.map--3 .map__bg, .map--3 .map__pins {
  transform: translate(-33%, -33%);
}
.map--3 .map__navigation-button--next {
  opacity: 0.2;
}
.map--3 .map__paragraph--1, .map--3 .map__paragraph--2 {
  display: none;
  opacity: 0;
}
.map--3 .map__paragraph--3 {
  display: flex;
  opacity: 1;
}

@media only screen and (min-width: 1280px) {
  .map {
    background: transparent;
    margin: 100px 0;
  }
  .map__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #224994;
  }
  .map__graphics {
    margin: 0;
  }
  .map__text {
    padding: 40px 80px;
  }
  .map__title {
    order: 1;
  }
  .map__paragraphs {
    order: 2;
  }
  .map__navigation {
    order: 3;
    justify-content: flex-start;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/contact-information/contact-information.scss ***!
  \****************************************************************************************************************************************************************************************/
/*
 Fonts Variables
*/
/*
  Colors Variables
 */
.contact-information {
  margin-bottom: 40px;
}
.contact-information__image {
  margin-bottom: 20px;
}
.contact-information__image img {
  max-width: 100%;
  border-radius: 10px;
}
.contact-information__info-holder {
  border: 1px solid #C0D3F6;
  border-radius: 10px;
  padding: 20px;
}
.contact-information__text {
  padding-bottom: 20px;
  border-bottom: 1px solid #C0D3F6;
}
.contact-information__text p {
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
}
.contact-information__contacts {
  padding-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.contact-information__contacts span,
.contact-information__contacts a {
  display: flex;
  flex-flow: row;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #224994;
}
.contact-information__contacts a {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .contact-information {
    margin-bottom: 80px;
  }
  .contact-information .container {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    gap: 20px;
  }
  .contact-information__image {
    flex: 0 0 60.6%;
    margin-bottom: 0;
  }
  .contact-information__image img {
    height: 434px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-information__info {
    flex: 1;
  }
  .contact-information__info-holder {
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-information {
    margin-bottom: 100px;
  }
  .contact-information__info-holder {
    padding: 57px 61px;
  }
}
