/*!*******************************************************************************************************************************************************!*\
  !*** 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/single.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;
  }
}
.wp-block-image {
  position: relative;
}

.wp-block-image .download-image-btn {
  position: absolute;
  left: 10px;
  bottom: 55px;
  flex: unset !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.wp-element-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4E4E4E;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.wp-block-image:has(.wp-element-caption) {
  margin-bottom: 48px;
}

.wp-block-image:has(.wp-element-caption) img {
  margin-bottom: 0;
}

.single-news {
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-news .container {
  max-width: 855px;
  margin: auto;
}
.single-news--back {
  margin-bottom: 32px;
}
.single-news .back-btn {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.single-news .back-btn svg {
  margin-right: 25px;
}
.single-news .back-btn span {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 300;
  color: #222;
}
.single-news--feature-photo {
  margin-bottom: 24px;
}
.single-news--feature-photo img {
  width: 100%;
  height: auto;
}
.single-news--heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.single-news--heading .single-news--title {
  width: 100%;
  margin-bottom: 8px;
}
.single-news--heading .single-news--title h1 {
  font-size: 32px;
  line-height: 1.1;
  color: #222;
  margin-bottom: 12px;
}
.single-news--heading .single-news--category {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  color: #224994;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #224994;
}
.single-news--heading .single-news--date {
  width: -moz-fit-content;
  width: fit-content;
}
.single-news--heading .single-news--date {
  text-align: right;
  font-size: 12px;
  line-height: 1.55;
  color: #224994;
  font-weight: 600;
}
.single-news--content {
  margin-bottom: 24px;
  border-bottom: 1px solid #C0D3F6;
}
.single-news--content p {
  font-size: 16px;
  line-height: 1.3;
  color: #4E4E4E;
  font-weight: 300;
  margin-bottom: 24px;
}
.single-news--content strong {
  font-weight: 700;
}
.single-news--content ul {
  margin-bottom: 24px;
}
.single-news--content li {
  font-size: 15px;
  line-height: 1.5;
  color: #4E4E4E;
  font-weight: 300;
}
.single-news--content img {
  margin-bottom: 24px;
}
.single-news__source p {
  font-size: 14px;
  line-height: 1.5;
  color: #4E4E4E;
}
.single-news--share {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
}
.single-news--share--title {
  display: flex;
  flex-flow: row;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #222;
  padding: 9px 16px;
  border: 1px solid #C0D3F6;
  border-radius: 4px;
}
.single-news--sharing-options {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: absolute;
  display: none;
  top: 100%;
}
.single-news--sharing-options a,
.single-news--sharing-options #copyUrlButton {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 42px;
  height: 42px;
  background-color: #EDF2FA;
  border-radius: 50%;
  margin: 0 0 6px;
  border: 0;
}
.single-news--sharing-options a:first-child,
.single-news--sharing-options #copyUrlButton:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .single-news {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .single-news--feature-photo {
    margin-bottom: 48px;
  }
  .single-news--heading .single-news--title {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .single-news--heading .single-news--title h1 {
    font-size: 50px;
  }
  .single-news--heading .single-news--title .single-news--share {
    flex: 0 0 1;
  }
  .single-news--content {
    margin-bottom: 48px;
  }
  .single-news--content ul,
  .single-news--content ol,
  .single-news--content p,
  .single-news--content img {
    margin-bottom: 48px;
  }
  .single-news--share {
    margin-right: 48px;
  }
}
