/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font 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;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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; /* 1 */
  font: inherit; /* 2 */
}

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

* {
  box-sizing: border-box;
}
*::selection {
  background-color: #FFC424;
  color: #352f36;
}

body {
  color: #000000;
  font-family: "Inter";
  font-size: 16px;
  background-color: #FAF9F6;
  line-height: 1.1;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 1199px) {
  body .site-main {
    padding-top: 64px;
  }
}

@media (max-width: 1199px) {
  .site-header {
    position: fixed;
    z-index: 22;
    left: 0;
    top: 0;
    right: 0;
  }
}

.site-header-top {
  background-color: #FFC424;
  height: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header-top {
    display: none;
  }
}
.site-header-top .container {
  display: flex;
  justify-content: flex-end;
}

.site-header-bottom {
  background-color: #00A69C;
}
@media (max-width: 1199px) {
  .site-header-bottom {
    background-color: #406DC4;
  }
}

.site-header-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-logo-wrapper {
  display: inline-flex;
  height: 112px;
  align-items: center;
  background-color: #406DC4;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .site-header-logo-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .site-header-logo-wrapper {
    padding: 0;
    height: 64px;
    background-color: transparent;
  }
  .site-header-logo-wrapper img {
    height: 48px;
    width: auto;
  }
}

@media (max-width: 1280px) {
  .site-header-logo-desktop {
    display: none;
  }
}

.site-header-logo-mobile {
  display: none;
}
@media (max-width: 1280px) {
  .site-header-logo-mobile {
    display: block;
  }
}

.site-header-links-desktop {
  display: flex;
  align-items: center;
}

.site-header-link {
  font-weight: 500;
  margin-left: 20px;
}
.site-header-link:first-of-type {
  margin-left: 0;
}

.site-header-socials {
  display: flex;
  margin-left: 32px;
}
.site-header-socials a {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}
.site-header-socials a:first-of-type {
  margin-left: 0;
}
.site-header-socials a span {
  display: flex;
  line-height: 1;
}

@media (max-width: 1280px) {
  .site-header-navigation-desktop {
    display: none;
  }
}
.site-header-navigation-desktop ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.site-header-navigation-desktop ul li {
  list-style: none;
  margin-left: 25px;
}
.site-header-navigation-desktop ul li:first-of-type {
  margin-left: 0;
}
.site-header-navigation-desktop ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.menu-toggle {
  width: 50px;
  height: 34px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media (max-width: 1280px) {
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu-toggle {
    width: 40px;
    height: 28px;
  }
}
.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -2px) rotate(-45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -2px) rotate(45deg);
}
.menu-toggle span {
  position: absolute;
  background-color: #FFC424;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  left: 50%;
  transition: 0.8s ease;
}
.menu-toggle span:nth-child(1) {
  top: 0;
  transform: translate(-50%, 0);
}
.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -2px);
}
.menu-toggle span:nth-child(3) {
  top: 100%;
  transform: translate(-50%, -4px);
}

.site-navigation-mobile-wrapper {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 22;
  left: 0;
  bottom: 0;
  right: 0;
  top: 160px;
  transform: translateX(100%);
  background-color: rgba(64, 109, 196, 0.5);
  transition: 0.6s ease;
}
.site-navigation-mobile-wrapper.active {
  transform: none;
}
@media (max-width: 1199px) {
  .site-navigation-mobile-wrapper {
    top: 64px;
  }
}
.site-navigation-mobile-wrapper .left {
  width: 100%;
  padding: 40px 24px;
}
@media (max-width: 1199px) {
  .site-navigation-mobile-wrapper .left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .site-navigation-mobile-wrapper .left {
    width: 100%;
  }
}
.site-navigation-mobile-wrapper .right {
  display: none;
  background-color: #FFC424;
  width: 45%;
  padding: 40px 24px;
}
@media (max-width: 1199px) {
  .site-navigation-mobile-wrapper .right {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-navigation-mobile-wrapper .right {
    width: 100%;
  }
}
.site-navigation-mobile-wrapper .site-navigation-mobile ul {
  padding: 0;
  margin: 0;
}
.site-navigation-mobile-wrapper .site-navigation-mobile ul li {
  list-style: none;
  margin-bottom: 25px;
}
.site-navigation-mobile-wrapper .site-navigation-mobile ul li:last-of-type {
  margin-bottom: 0;
}
.site-navigation-mobile-wrapper .site-navigation-mobile ul li a {
  color: #ffffff;
  font-weight: 600;
}

.site-navigation-mobile-wrapper-inner {
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #406DC4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.site-header-links-mobile .site-header-link {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 25px;
}

.site-header-socials-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-header-socials-mobile a {
  margin-bottom: 8px;
  display: inline-block;
}
.site-header-socials-mobile a:last-of-type {
  margin-bottom: 0;
}

.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
}

.site-footer-wrapper {
  background-color: #406DC4;
}

@media (max-width: 1024px) {
  .site-footer-logo-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .site-footer-logo-wrapper img {
    width: 220px;
  }
}

.site-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .site-footer-top {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}

.site-footer-text {
  color: #ffffff;
  width: 60%;
  text-align: right;
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  font-weight: 600;
}
@media (max-width: 1024px) {
  .site-footer-text {
    text-align: left;
    width: unset;
  }
}

.site-footer-columns-wrapper {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .site-footer-columns-wrapper {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .site-footer-col {
    width: calc(50% - 10px);
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .site-footer-col:nth-child(1) {
    width: 100%;
    order: 5;
  }
  .site-footer-col:nth-child(2) {
    order: 1;
  }
  .site-footer-col:nth-child(3) {
    order: 2;
  }
  .site-footer-col:nth-child(4) {
    order: 3;
  }
  .site-footer-col:nth-child(5) {
    order: 4;
  }
}

.site-footer-title {
  margin: 0 0 24px;
}

.information-footer {
  color: #ffffff;
}
.information-footer p {
  font-weight: 400;
  color: #ffffff !important;
}

.site-footer-links {
  padding: 0;
  margin: 0;
}
.site-footer-links li {
  list-style: none;
  margin-bottom: 15px;
}
.site-footer-links li:last-of-type {
  margin-bottom: 0;
}
.site-footer-links li a {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  transition: 0.6s ease;
}
.site-footer-links li a:hover {
  color: #FFC424;
}

.site-footer-copy-wrapper {
  background-color: #FFC424;
}

.site-footer-copy-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .site-footer-copy-wrapper-inner {
    text-align: center;
    flex-direction: column;
  }
}

.site-footer-copy {
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .site-footer-copy {
    font-weight: 500;
  }
}

.site-footer-links-horizontal {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .site-footer-links-horizontal {
    text-align: center;
    flex-direction: column;
    margin-top: 25px;
  }
}
.site-footer-links-horizontal li {
  list-style: none;
  margin-left: 32px;
}
.site-footer-links-horizontal li:first-of-type {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .site-footer-links-horizontal li {
    margin: 0 0 12px;
  }
  .site-footer-links-horizontal li:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer-links-horizontal li a {
  font-weight: 600;
  transition: 0.6s ease;
}
@media (max-width: 1024px) {
  .site-footer-links-horizontal li a {
    font-weight: 500;
  }
}
.site-footer-links-horizontal li a:hover {
  color: #406DC4;
}

.site-footer-credits {
  background-color: #00A69C;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.site-footer-credits a {
  transition: 0.6s ease;
}
.site-footer-credits a:hover {
  color: #FFC424;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-youtube:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-facebook:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-angle-right:before {
  content: "\e002";
}

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

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

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

.icon-clock:before {
  content: "\e006";
}

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

.icon-fb:before {
  content: "\e008";
}

.icon-instagram:before {
  content: "\e009";
}

.icon-link:before {
  content: "\e00a";
}

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

.icon-pin:before {
  content: "\e00c";
}

.icon-play:before {
  content: "\e00d";
}

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

.icon-youtube:before {
  content: "\e00f";
}

.icon-zoom:before {
  content: "\e010";
}

h1 {
  font-size: clamp(2.5rem, 2.0158rem + 2.0657vw, 3.875rem);
}

h2 {
  font-size: clamp(1.75rem, 1.4419rem + 1.3146vw, 2.625rem);
}

h3 {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
}

h4 {
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
}

.entry-content p {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  line-height: 1.5;
  color: #808191;
}
.entry-content p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content a {
  text-decoration: underline;
  transition: 0.6s ease;
}
.entry-content a:hover {
  color: #FFC424;
}
.entry-content ul, .entry-content ol {
  margin: 20px 0;
  padding-left: 22px;
}
.entry-content ul li, .entry-content ol li {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  line-height: 1.5;
  color: #808191;
}
.entry-content h1:first-of-type, .entry-content h2:first-of-type, .entry-content h3:first-of-type, .entry-content h4:first-of-type, .entry-content h5:first-of-type, .entry-content h6:first-of-type {
  margin-top: 0;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #FFC424;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.btn-primary {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFC424;
  color: #000000;
  padding: 0 16px;
  transition: 0.8s ease;
}
.btn-primary:hover {
  background-color: rgba(255, 196, 36, 0.75);
}
.btn-primary:active {
  background-color: #00A69C;
}
.btn-primary:disabled {
  background-color: rgba(218, 227, 255, 0.75);
}
.btn-primary--arrow span {
  margin-left: 10px;
  font-size: 12px;
  display: inline-flex;
  line-height: 1;
}

.btn-secondary {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: 0.6s ease;
}
.btn-secondary:hover {
  color: #406DC4;
}
.btn-secondary:hover .text {
  text-decoration: none;
}
.btn-secondary span.icon-angle-right {
  display: inline-flex;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
}
.btn-secondary .text {
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-hero {
  background-color: #406DC4;
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
  color: #ffffff;
}

.home-hero-inner {
  display: flex;
  flex-wrap: wrap;
}

.home-hero-left {
  width: 423px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .home-hero-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.home-hero-right {
  width: calc(100% - 423px);
}
@media (max-width: 991px) {
  .home-hero-right {
    width: 100%;
  }
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  border-radius: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
}

.home-hero-title {
  margin: 0 0 32px;
}

.home-hero-text {
  margin-bottom: 32px;
}
.home-hero-text p {
  color: #ffffff;
}

.marquee {
  padding: 20px 0;
  background-color: #FFC424;
  overflow: hidden;
  font-weight: 700;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: clamp(2rem, 1.8483rem + 0.6472vw, 2.625rem);
  padding: 5px 0;
}

.marquee-original {
  animation: mk-move-horizontal 60s linear infinite;
  display: flex;
  align-items: center;
}

.marquee-copy {
  position: absolute;
  top: 50%;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  animation: mk-move-horizontal-copy 60s linear infinite;
  display: flex;
  align-items: center;
}

@keyframes mk-move-horizontal {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes mk-move-horizontal-copy {
  0% {
    transform: translate(100%, -50%) translateZ(0);
  }
  100% {
    transform: translate(0, -50%) translateZ(0);
  }
}
.volunteer-with-icye {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.vwi-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.volunteer-resources-title {
  text-align: center;
  margin: 0 0 clamp(0.9375rem, 0.2549rem + 2.9126vw, 3.75rem);
}

.vwi-cards-col {
  width: 33.333333%;
  padding: 15px;
}
@media (max-width: 991px) {
  .vwi-cards-col {
    width: 100%;
  }
}

.vwi-card-item {
  border-radius: 20px;
  transition: 0.6s ease;
  overflow: hidden;
  border: 3px solid transparent;
}
@media (max-width: 991px) {
  .vwi-card-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.vwi-card-item:hover {
  background-color: #F4F7FF;
  border-color: #406DC4;
}
.vwi-card-item:hover .vwi-card-title, .vwi-card-item:hover .vwi-card-desc {
  color: #406DC4;
}
.vwi-card-item:hover .btn-secondary {
  color: #406DC4;
}
.vwi-card-item:hover .btn-secondary .text {
  text-decoration: none;
}

.vwi-card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.vwi-card-image-wrapper::before {
  padding-top: 60%;
  display: block;
  content: "";
}
.vwi-card-image-wrapper img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.vwi-card-content {
  padding: 32px 24px 50px;
}

.vwi-card-title {
  margin: 0 0 20px;
}

.vwi-card-desc {
  margin-bottom: 20px;
}

.four-column-icon {
  position: relative;
  text-align: center;
  z-index: 1;
}

.fci-wrapper {
  background-color: #FFDE8C;
  padding: 40px 0;
}

.fci-waves-top-wrapper {
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .fci-waves-top-wrapper {
    display: none;
  }
}

.fci-waves-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fci-waves-bottom-wrapper {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .fci-waves-bottom-wrapper {
    display: none;
  }
}

.fci-waves-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.four-column-icon-title {
  text-align: center;
  margin: 0 0 20px;
}

.four-column-icon-text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.four-column-icon-text p {
  color: #000000;
}

.four-column-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.fci-col {
  width: 25%;
  padding: 15px;
}
@media (max-width: 991px) {
  .fci-col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .fci-col {
    width: 100%;
  }
}

.fci-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fci-item-title {
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
}

.vr-top {
  position: relative;
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0 410px;
}
@media (max-width: 991px) {
  .vr-top {
    padding-bottom: 360px;
  }
}

.vr-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vr-top-title {
  text-align: center;
  margin: 0 0 50px;
}

.vr-testiominal-slide {
  border-radius: 16px;
  padding: 48px 56px;
  background-color: #ffffff;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .vr-testiominal-slide {
    padding: 30px 20px;
  }
}

.vr-testimonial-slide-text {
  color: #808191;
  margin-bottom: 20px;
}

.vr-testimonial-slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vr-testimonial-slide-bottom .left {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
.vr-testimonial-slide-bottom .left .name {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.vr-testimonial-slide-bottom .left .country {
  font-size: 14px;
}

.js-vr-testimonials .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.js-vr-testimonials .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #FFC424;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.js-vr-testimonials .slick-dots li.slick-active {
  background-color: #406DC4;
}
.js-vr-testimonials .slick-dots li button {
  display: none;
}

.vr-bottom {
  margin-top: -333px;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
}
@media (max-width: 991px) {
  .vr-bottom {
    margin-top: -303px;
  }
}

.vr-bottom-title {
  text-align: center;
  margin: 0;
}

.vr-bottom-title-wrapper {
  height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .vr-bottom-title-wrapper {
    margin-bottom: 10px;
  }
}

.vr-bottom-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .vr-bottom-list {
    display: none;
  }
}

.vr-bottom-card-col {
  width: 33.333333%;
  padding: 10px;
}

.vr-card-item {
  border-radius: 20px;
  transition: 0.6s ease;
  overflow: hidden;
  border: 3px solid transparent;
}
.vr-card-item:hover {
  background-color: #F4F7FF;
  border-color: #406DC4;
}
.vr-card-item:hover .vr-card-item-title {
  color: #406DC4;
}
.vr-card-item:hover .btn-secondary {
  color: #406DC4;
}
.vr-card-item:hover .btn-secondary .text {
  text-decoration: none;
}

.vr-card-item-image-wrapper {
  height: 240px;
  overflow: hidden;
  position: relative;
  display: block;
}
.vr-card-item-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-card-item-content {
  text-align: center;
  padding: 40px 30px;
}

.vr-card-item-title {
  margin: 0 0 30px;
}

.js-vr-cards-slider {
  display: none;
}
@media (max-width: 991px) {
  .js-vr-cards-slider {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.js-vr-cards-slider .vr-bottom-card-slide {
  margin: 0 5px;
}
.js-vr-cards-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.js-vr-cards-slider .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #FFC424;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.js-vr-cards-slider .slick-dots li.slick-active {
  background-color: #406DC4;
}
.js-vr-cards-slider .slick-dots li button {
  display: none;
}

.partners {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.partners-title {
  margin: 0 0 10px;
}

.partners-text {
  margin-bottom: 22px;
}

.partners-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .partners-list {
    flex-wrap: wrap;
  }
}

.parnters-list-item {
  padding: 10px;
}

.partners-list-logo {
  max-height: 57px;
  width: auto;
}
@media (max-width: 767px) {
  .partners-list-logo {
    max-height: 33px;
  }
}

.content-image {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.content-image-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-image-inner img {
  border-radius: 24px;
}
.content-image-inner .left {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-inner .left {
    width: 100%;
  }
}
.content-image-inner .right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-inner .right {
    display: none;
  }
}

.content-image-title {
  margin: 0 0 32px;
}

.content-image-image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .content-image-image-mobile {
    display: block;
    margin-bottom: 32px;
  }
}

.map-two-cards {
  position: relative;
  padding-top: 456px;
}
@media (max-width: 991px) {
  .map-two-cards {
    padding-top: 0;
  }
}

.mtc-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 456px;
}
@media (max-width: 991px) {
  .mtc-bg {
    inset: 0;
    height: unset;
  }
}
.mtc-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mtc-bg img.desktop {
  z-index: 1;
}
.mtc-bg img.mobile {
  display: none;
  z-index: 2;
}
@media (max-width: 991px) {
  .mtc-bg img.mobile {
    display: block;
  }
}

.map-two-cards-inner {
  display: flex;
  justify-content: center;
  margin-top: -243px;
}
@media (max-width: 991px) {
  .map-two-cards-inner {
    margin-top: 0;
    padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
    flex-direction: column;
  }
}

.mtc-card-item {
  width: 100%;
  max-width: 372px;
  border-radius: 20px;
  transition: 0.6s ease;
  overflow: hidden;
  border: 3px solid transparent;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .mtc-card-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
  }
  .mtc-card-item:last-of-type {
    margin-bottom: 0;
  }
}
.mtc-card-item:hover {
  background-color: #F4F7FF;
  border-color: #406DC4;
}
.mtc-card-item:hover .mtc-card-title, .mtc-card-item:hover .mtc-card-desc {
  color: #406DC4;
}
.mtc-card-item:hover .btn-secondary {
  color: #406DC4;
}
.mtc-card-item:hover .btn-secondary .text {
  text-decoration: none;
}

.mtc-card-image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  height: 240px;
}
.mtc-card-image-wrapper img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.mtc-card-content {
  padding: 32px 24px 50px;
}

.mtc-card-title {
  margin: 0 0 20px;
}

.mtc-card-desc {
  margin-bottom: 20px;
}

.faqs {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.faq-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 40px;
}
.faq-item:last-of-type {
  margin-bottom: 0;
}

.faq-item-question {
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
  color: #406DC4;
  border-bottom: 2px solid #406DC4;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.6s ease;
}
.faq-item-question.active {
  background-color: #406DC4;
  color: #ffffff;
}
.faq-item-question.active .faq-plus::before {
  background-color: #ffffff;
}
.faq-item-question.active .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0);
  background-color: #ffffff;
}

.faq-plus {
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin-left: 30px;
}
.faq-plus::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  border-radius: 5px;
  background-color: #406DC4;
  transition: 0.6s ease;
}
.faq-plus::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  height: 3px;
  border-radius: 5px;
  background-color: #406DC4;
  transition: 0.6s ease;
}

.faq-item-answer {
  display: none;
  padding: 30px 0 0;
}

.highlight-message {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .highlight-message {
    margin: 0;
  }
}

.highlight-message-wrapper {
  background-color: #FFDE8C;
  padding: 40px 0;
}

.hm-waves-top-wrapper {
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .hm-waves-top-wrapper {
    display: none;
  }
}

.hm-waves-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hm-waves-bottom-wrapper {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .hm-waves-bottom-wrapper {
    display: none;
  }
}

.hm-waves-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.highlight-message-title {
  margin: 0 0 30px;
}

.highlight-message-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.highlight-message-inner .left {
  width: 40%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .highlight-message-inner .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.highlight-message-inner .left img {
  max-width: 294px;
}
.highlight-message-inner .right {
  width: 60%;
}
@media (max-width: 991px) {
  .highlight-message-inner .right {
    width: 100%;
  }
}

.highlight-message-text {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .highlight-message-cta-wrapper {
    display: flex;
    justify-content: center;
  }
}

.gallery {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.gallery-desktop-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .gallery-desktop-list {
    display: none;
  }
}

.gallery-item-col {
  padding: 10px;
}
.gallery-item-col.two-column {
  width: 50%;
}
.gallery-item-col.three-column {
  width: 33.333333%;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-gallery-slider {
  display: none;
}
@media (max-width: 767px) {
  .js-gallery-slider {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.js-gallery-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.js-gallery-slider .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #FFC424;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.js-gallery-slider .slick-dots li.slick-active {
  background-color: #406DC4;
}
.js-gallery-slider .slick-dots li button {
  display: none;
}

.experience-block {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .experience-block {
    margin: 0;
  }
}

.experience-block-wrapper {
  background-color: #FFDE8C;
  padding: 40px 0;
}

.eb-waves-top-wrapper {
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .eb-waves-top-wrapper {
    display: none;
  }
}

.eb-waves-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.eb-waves-bottom-wrapper {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
}
@media (max-width: 991px) {
  .eb-waves-bottom-wrapper {
    display: none;
  }
}

.eb-waves-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.experience-block-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.experience-block-inner .left {
  width: 60%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .experience-block-inner .left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}
.experience-block-inner .right {
  width: 40%;
}
@media (max-width: 991px) {
  .experience-block-inner .right {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 10px;
  }
}
.experience-block-inner .right img {
  max-width: 330px;
}

.experience-block-text p {
  color: #000000;
}

.eb-ctas-wrapper {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .eb-ctas-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.eb-ctas-wrapper a {
  margin: 10px 40px 10px 0;
}
@media (max-width: 767px) {
  .eb-ctas-wrapper a {
    margin: 0 0 24px;
  }
  .eb-ctas-wrapper a:last-of-type {
    margin-bottom: 0;
  }
}

.three-column-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.ttc-col {
  width: 33.333333%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .ttc-col {
    width: 100%;
  }
}

.ttc-col-item .entry-content p:last-of-type {
  margin-bottom: 20px;
}

.two-column-text {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.two-column-text-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-column-text-inner .left, .two-column-text-inner .right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .two-column-text-inner .left, .two-column-text-inner .right {
    width: 100%;
  }
}
.two-column-text-inner .left h1, .two-column-text-inner .left h2, .two-column-text-inner .left h3, .two-column-text-inner .right h1, .two-column-text-inner .right h2, .two-column-text-inner .right h3 {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .two-column-text-inner .right {
    margin-top: 20px;
  }
}

.meet-team {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.members {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.members-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.members-top-left {
  width: calc(100% - 400px);
  padding-right: 80px;
}
@media (max-width: 991px) {
  .members-top-left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.members-top-right {
  width: 400px;
}
@media (max-width: 991px) {
  .members-top-right {
    width: 100%;
  }
}

.filters-bar {
  border-radius: 16px;
  background-color: #DAE3FF;
  padding: 30px;
}
@media (max-width: 991px) {
  .filters-bar {
    padding: 30px 16px;
  }
}
.filters-bar h3 {
  margin: 0 0 20px;
}
.filters-bar select {
  height: 40px;
  width: 100%;
  border: none;
  outline: 0;
}

.members-title {
  margin: 0 0 30px;
}

.js-members-slider {
  position: relative;
}
.js-members-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.js-members-slider .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #FFC424;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.js-members-slider .slick-dots li.slick-active {
  background-color: #406DC4;
}
.js-members-slider .slick-dots li button {
  display: none;
}
.js-members-slider .slick-arrow {
  position: absolute;
  top: calc(100% + 20px);
}
.js-members-slider .slick-arrow.icon-angle-left {
  right: calc(50% + 10px);
}
.js-members-slider .slick-arrow.icon-angle-right {
  left: calc(50% + 10px);
}

.member-slide {
  margin: 0 10px;
}

.country-card {
  background-color: #DAE3FF;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}

.country-card-image-wrapper {
  height: 175px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-card-default-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-card-meta {
  padding: 30px;
}
@media (max-width: 991px) {
  .country-card-meta {
    padding: 30px 16px;
  }
}
.country-card-meta h4, .country-card-meta h5 {
  margin: 0;
}
.country-card-meta h5 {
  margin-bottom: 15px;
}

.continent-group {
  padding: 40px 0;
}
.continent-group:first-of-type {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .continent-group:first-of-type {
    padding-top: 50px;
  }
}
.continent-group:last-of-type {
  padding-bottom: 0;
}
.continent-group h3 {
  text-align: center;
  margin: 0 0 30px;
}

.sp-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.sp-top-meta {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 48px;
  width: 33%;
}
@media (max-width: 1199px) {
  .sp-top-meta {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .sp-top-meta {
    padding: 40px 16px;
  }
}
.sp-top-meta .label {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.sp-top-meta .value {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  margin: 0;
}

.sp-meta-data {
  margin-bottom: 24px;
}
.sp-meta-data:last-of-type {
  margin-bottom: 0;
}

.sp-top-gallery {
  width: calc(67% - 40px);
  position: relative;
}
@media (max-width: 1199px) {
  .sp-top-gallery {
    width: 100%;
  }
}

.js-sp-gallery-slider {
  border-radius: 16px;
  overflow: hidden;
}

.sp-gallery-slide {
  position: relative;
  height: 402px;
  overflow: hidden;
  margin: 0 5px;
}
.sp-gallery-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.single-project-wrapper {
  padding-bottom: 40px;
}

.js-sp-gallery-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.js-sp-gallery-dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.js-sp-gallery-dots .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #FFC424;
  list-style: none;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.js-sp-gallery-dots .slick-dots li.slick-active {
  background-color: #406DC4;
}
.js-sp-gallery-dots .slick-dots li button {
  display: none;
}

.sp-top-gallery--default-image {
  border-radius: 16px;
}

.sp-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sp-main-content {
  width: calc(50% - 20px);
  margin: 20px 0;
}
@media (max-width: 991px) {
  .sp-main-content {
    width: 100%;
  }
}
.sp-main-content h1, .sp-main-content h2, .sp-main-content h3, .sp-main-content h4, .sp-main-content h5, .sp-main-content h6 {
  margin: 30px 0 20px;
}

.sp-main-content--full {
  width: 100%;
}

.related-projects-inner {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .related-projects-inner {
    margin-top: -253px;
  }
}
@media (max-width: 991px) {
  .related-projects-inner {
    margin-top: unset;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .related-projects-inner {
    flex-direction: column;
    align-items: center;
  }
}

.mtc-card-item.related-projects-item {
  max-width: unset;
  width: 100%;
  margin: 0;
}

.related-projects-item-col {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1280px) {
  .related-projects-item-col {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .related-projects-item-col {
    width: 100%;
    max-width: 400px;
  }
}

.sp-filter-form {
  padding-top: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
}

.project-item-archive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin: 18px 0;
  border-radius: 24px;
  padding: 50px 48px;
}
@media (max-width: 991px) {
  .project-item-archive {
    border-radius: 16px;
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin: 18px auto;
  }
}

.pia-country {
  width: 10%;
}
@media (max-width: 991px) {
  .pia-country {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pia-meta {
  width: 40%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .pia-meta {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.pia-cats {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .pia-cats {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.pia-project-name {
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
  margin: 0 0 5px;
}

.pia-main-list.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.pia-main-list.loading::after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pia-filters-inner {
  padding-top: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
}

.pia-filters-form-wrapper {
  background-color: #DAE3FF;
  border-radius: 24px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .pia-filters-form-wrapper {
    border-radius: 16px;
    padding: 40px 24px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.pia-filters-form-wrapper h2 {
  margin: 0 0 20px;
}

#project-filters {
  display: flex;
  flex-wrap: wrap;
}
#project-filters select {
  height: 40px;
  border: none;
  outline: none;
  position: relative;
}
@media (max-width: 991px) {
  #project-filters select {
    width: 100%;
  }
}
#project-filters select:first-of-type {
  margin-left: 0;
}
#project-filters button {
  border: none;
  cursor: pointer;
}
#project-filters button span {
  margin-left: 10px;
  font-size: 12px;
  display: inline-flex;
  transform: translateY(1px);
}

.pia-select-wrapper {
  padding: 0 10px;
  background-color: #ffffff;
  margin: 0 10px 10px 0;
}
@media (max-width: 991px) {
  .pia-select-wrapper {
    width: 100%;
    margin: 0 0 10px;
  }
}

.pia-nothing-found {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 0;
}

.icye-nav-links {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.icye-nav-links .page-numbers {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.icye-nav-links .page-numbers.current {
  background-color: #00A69C;
  color: #ffffff;
}

.single-member-top {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.single-member-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .single-member-top-inner {
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .single-member-top-inner {
    flex-wrap: wrap;
  }
}

.single-member-top-left {
  display: flex;
  align-items: center;
  padding-right: 40px;
  width: 70%;
}
@media (max-width: 1199px) {
  .single-member-top-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .single-member-top-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.single-member-top-left img {
  max-width: 300px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .single-member-top-left img {
    margin: 0 0 30px;
  }
}

.single-member-country {
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
  display: inline-block;
  margin-bottom: 10px;
}

.single-member-name {
  font-size: clamp(1.75rem, 1.4419rem + 1.3146vw, 2.625rem);
  margin: 0;
}

.single-member-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.single-member-gallery-item {
  padding: 10px;
  width: 50%;
}
@media (max-width: 640px) {
  .single-member-gallery-item {
    width: 100%;
  }
}

.single-member-gallery-item-inner {
  position: relative;
}
.single-member-gallery-item-inner::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.single-member-gallery-item-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.single-member-description {
  padding: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem) 0;
}

.country-project-links {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .country-project-links {
    flex-direction: column;
  }
}
.country-project-links h3 {
  margin: 0 30px 0 0;
}
@media (max-width: 991px) {
  .country-project-links h3 {
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .country-project-links h3 {
    text-align: center;
  }
}

.single-member-ctas {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .single-member-ctas {
    flex-direction: column;
  }
}
.single-member-ctas a {
  margin-left: 10px;
  height: 56px;
}
.single-member-ctas a:first-of-type {
  margin-left: 0;
}
@media (max-width: 640px) {
  .single-member-ctas a {
    min-width: 200px;
    margin: 5px 0;
  }
}