:root {
  --orange-light: #fed7b2;
  --orange: #f99d1c;
  --blue-dark: #000a3a;
  --white: white;
  --black: black;
  --color: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.pt-large {
  padding-top: 80px;
}

.py-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-orange-light {
  background-color: var(--orange-light);
}

.section-three {
  background-color: var(--orange-light);
  align-items: stretch;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.feature-stats-number {
  color: var(--orange);
  font-family: Parabole, sans-serif;
  font-size: 250px;
  line-height: 80%;
}

.text-large {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  line-height: 110%;
}

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

.text-large.asreyh {
  padding-left: 80px;
  padding-right: 40px;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
}

.text-large.asreyh.d-none {
  display: none;
}

.body {
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
}

.text-orange {
  color: var(--orange);
}

.section-title {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 100%;
}

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

.section-title.test {
  padding-left: 40px;
  padding-right: 40px;
}

.section-title.asdf {
  padding-right: 40px;
}

.section-title.pb-30.text-center {
  text-align: center;
}

.section-five {
  background-color: var(--orange-light);
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-four {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-four-inner-wrapper {
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  position: absolute;
}

.image-overlay-blue {
  background-color: rgba(0, 10, 58, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-image-text {
  background-color: var(--white);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
}

.image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  background-image: linear-gradient(rgba(249, 157, 28, 0), rgba(249, 157, 28, .8));
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-text-image {
  background-color: var(--white);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header {
  z-index: 50;
  aspect-ratio: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--blue-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

.button {
  background-color: var(--orange);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
}

.section-one {
  background-color: var(--blue-dark);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-two {
  background-color: var(--blue-dark);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-title {
  z-index: 0;
  color: var(--white);
  text-align: center;
  font-size: 120px;
  line-height: 100%;
  position: relative;
}

.image-2 {
  z-index: 50;
  height: 500px;
  position: absolute;
  top: 500px;
  right: -14%;
}

.heading {
  color: var(--white);
  font-size: 68px;
  line-height: 120%;
}

.adsf {
  color: var(--white);
  font-size: 36px;
  line-height: 130%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.scroll-container {
  z-index: 10;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-container.d-sm-none {
  display: block;
}

.scroll-container.d-md-none {
  display: none;
}

.scroll-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
}

.scroll-link.scroll-link-dark {
  color: var(--blue-dark);
}

.scroll-line {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-line.scroll-line-dark {
  background-color: rgba(0, 10, 58, .2);
}

.scroll-line-wrapper {
  align-items: flex-start;
  height: 100px;
  display: flex;
  position: relative;
}

.scroll-line-animate {
  background-color: var(--white);
  width: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-line-animate.scroll-line-animate-dark {
  background-color: var(--blue-dark);
}

.scroll-link-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  height: 100%;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-globe {
  position: absolute;
  right: -70px;
}

.grid-4 {
  grid-template-rows: auto;
  height: 100%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  height: 100%;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.image-4 {
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image-text-intro-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.infinite-gallery-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.gallery-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  transition: all .6s;
  display: flex;
  transform: translate(-20%)rotate(4.7deg);
}

.gallery-02, .gallery-03, .gallery-04, .gallery-05 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
  transform: rotate(4.7deg);
}

.gallery-item {
  aspect-ratio: 332 / 358;
  background-color: var(--orange-light);
  width: 100%;
  transition: all .4s;
  display: flex;
  position: relative;
}

.gallery-item-img {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-gallery {
  background-color: var(--blue-dark);
}

.infinite-gallery {
  opacity: .6;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.infinite-gallery-wrapper {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 20;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.container._w-50 {
  width: 50%;
}

.container.statick {
  position: static;
}

.section-carousel {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.yrdy {
  display: flex;
}

.swiper-slide {
  flex: none;
  transition: all .4s;
}

.swiper-slide.swiper-slide-wheel {
  aspect-ratio: 2 / 2.5;
  flex: none;
  width: 25%;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.swiper-slide-control {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.swiper-navigation {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.wheel-slider {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slide-content {
  z-index: 2;
  aspect-ratio: 2 / 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-nav-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-navigation-2 {
  z-index: 40;
  justify-content: center;
  align-items: center;
}

.slide-text-wrap {
  overflow: hidden;
}

.slide-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-wrapper-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.swiper-nav-btn {
  z-index: 40;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: rotate(-20deg);
}

.swiper-nav-btn.swiper-nav-prev {
  background-color: var(--orange);
}

.swiper-nav-btn.swiper-nav-prev:hover {
  background-color: var(--blue-dark);
}

.swiper-nav-btn.swiper-nav-next {
  background-color: var(--orange);
  left: auto;
  right: 20%;
  transform: rotate(20deg);
}

.swiper-nav-btn.swiper-nav-next:hover {
  background-color: var(--blue-dark);
}

.swiper-slide-2 {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.slide-heading {
  font-size: 48px;
  line-height: 1.4;
  transition: all .4s;
}

.slide-category {
  color: #dfdfdf;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all .6s;
}

.slide-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wheel-slider-control {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.text-image-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.text-block {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  text-decoration: none;
}

.read-more-text {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.read-more-text.read-more-text-white {
  color: var(--white);
}

.text-image-intro-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.feature-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.feature-stats.image-text {
  padding-left: 80px;
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.feature-stat-text {
  font-size: 36px;
  line-height: 120%;
}

.feature-stat-text.feature-stat-text-white {
  color: var(--white);
}

.image-text-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.read-more-arrow {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.read-more-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-wrapper {
  display: flex;
}

.title-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.swiper-control-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-control-title {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 110%;
}

.swiper-control-text {
  color: var(--blue-dark);
  font-size: 16px;
}

.swiper-control-stats {
  color: var(--orange);
  font-family: Parabole, sans-serif;
  font-size: 108px;
  line-height: 80%;
}

.swiper-control-content-inner {
  flex-direction: column;
  display: flex;
}

.section-hero-image {
  height: 100vh;
  position: relative;
}

.hero-image-overlay {
  background-color: rgba(0, 10, 58, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-image-content {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  height: 100%;
}

.hero-image-title-text {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 68px;
  line-height: 110%;
}

.section-single-stats {
  background-color: var(--orange-light);
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.single-stats {
  width: 600px;
}

.single-stats-number {
  color: var(--orange);
  font-family: Parabole, sans-serif;
  font-size: 250px;
  line-height: 76%;
}

.single-stats-text, .single-stats-text-before {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.single-stats-wrapper {
  align-items: flex-end;
  display: flex;
}

.section-paragraph {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.paragraph-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-default {
  color: var(--blue-dark);
  margin-bottom: 0;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-default.bold {
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
}

.section-intro-paragraph {
  z-index: 1;
  background-color: var(--white);
  padding-top: 80px;
  position: relative;
}

.section-intro-paragraph-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  aspect-ratio: auto;
  color: var(--blue-dark);
  margin-bottom: 0;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.image-credit {
  z-index: 50;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue-dark);
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-credit-copyright {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-weight: 400;
}

.bold-text {
  color: rgba(255, 255, 255, .7);
}

.demo-main-text-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  margin-left: 10%;
  margin-right: 40px;
  display: flex;
}

.d-9-menu-item {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
}

.d-9-menu-trigger {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0%;
  display: none;
  position: relative;
}

.image-5 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.d-9-menu-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: translate(0);
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.d-9-link-block {
  margin-left: 50px;
  text-decoration: none;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: -20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.demo-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.nav-wrapper {
  z-index: 20;
  background-color: var(--blue-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4%;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.demo-p.main {
  text-align: left;
  max-width: 560px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.main-wrapperold {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: block;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 30px;
}

.demo-container {
  background-image: linear-gradient(331deg, #932bdd, #932bdd 0%, #6521e5 100%, #6421e5 100%, #6421e5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-15 {
  overflow: hidden;
}

.nav-trigger {
  z-index: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 6rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.hamburger-icon {
  background-color: #ffe868;
  width: 3rem;
  height: 3px;
  margin-bottom: .5rem;
}

.hamburger-icon.first-span {
  background-color: #f6f6f6;
  width: 4rem;
  height: .3rem;
  margin-bottom: .5rem;
}

.hamburger-icon.second-span {
  background-color: #f6f6f6;
  width: 3rem;
  height: .3rem;
}

.hamburger-icon.third-span {
  background-color: #f6f6f6;
  width: 4rem;
  height: .3rem;
}

.hero-regional-hub {
  background-color: var(--orange-light);
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-title {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
}

.section-features {
  z-index: 110;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.off-canvas-nav {
  z-index: 0;
  background-color: var(--blue-dark);
  width: 250px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  white-space: normal;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav-item {
  z-index: 120;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.off-canvas-nav-body {
  padding: 50px 25px;
}

.page-wrapper {
  background-color: var(--blue-dark);
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.main-wrapper {
  z-index: 15;
  width: 96%;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-children {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  list-style-type: none;
  display: flex;
}

.nav-link-children {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  text-decoration: none;
}

.scroll-line-container {
  height: 100px;
}

.btn-share {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn-share.btn-dark {
  color: var(--blue-dark);
}

.btn-share-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.btn-share-text.d-none {
  display: block;
}

.btn-share-text.d-none.text-dark {
  color: var(--blue-dark);
}

.btn-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 6px;
  align-items: center;
  padding: 15px 25px;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.btn-primary.d-sm-none.btn-dark {
  background-color: var(--blue-dark);
}

.btn-primary.d-md-none {
  display: none;
}

.btn-primary.d-md-none.btn-dark {
  background-color: var(--blue-dark);
}

.div-block-17 {
  width: 100%;
  height: auto;
  display: flex;
}

.btn-secondary-outline {
  border: 2px solid var(--blue-dark);
  color: var(--blue-dark);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 15px 25px;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.btn-secondary-outline:hover {
  background-color: var(--blue-dark);
  color: var(--white);
}

.swiper-control-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-credit-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.section-2 {
  background-color: var(--orange-light);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
}

.bg-img-hero {
  z-index: 50;
  height: 400px;
  position: absolute;
  top: 500px;
  right: -14%;
}

.grid-section-three, .gird-section-four, .grid-section-five {
  grid-template-rows: auto;
  height: 100%;
}

.grid-section-two {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

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

.section-image-text-overlay-img {
  background-image: linear-gradient(rgba(249, 157, 28, 0), rgba(249, 157, 28, .8));
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-section-text-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
}

.section-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.section-image-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-section-image-text, .grid-section-image-text-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
}

.btn-close {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.body-2, .body-3, .body-4 {
  background-color: #000;
}

.d-9-menu-trigger-nav {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.d-9-menu-line-nav {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: translate(0);
}

.text-copyright {
  display: none;
}

.div-block-19 {
  height: 100vh;
}

.section-box {
  background-color: var(--orange-light);
  width: 100%;
  height: 100vh;
}

.section-boxes {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--orange-light);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 80px 140px;
  display: flex;
  position: relative;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.tab-section-box {
  background-color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 20px 40px;
}

.tab-section-box.w--current {
  background-color: var(--white);
}

.text-tab {
  z-index: 1;
  color: var(--blue-dark);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
}

.tabs-content {
  margin-left: 186px;
  transition: all .4s;
}

.body-tab {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

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

.heading-tab {
  color: var(--orange);
  font-family: Parabole, sans-serif;
  font-size: 250px;
  line-height: 80%;
}

.text-span-2 {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.sub-heading {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.section-video {
  background-image: url('../images/enhanced-ndc-tracking-framework.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
}

.video {
  background-image: url('../images/gallery-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.close-popup {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.play-icon {
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-bottom: 22px solid rgba(0, 0, 0, 0);
  border-left: 33px solid #fff;
  width: 0;
  height: 0;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.video-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-wrap {
  z-index: 999;
  background-color: rgba(26, 26, 26, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-pulse {
  z-index: 1;
  background-color: rgba(249, 157, 28, .5);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, -50%)translate(-50%);
}

.close-line {
  background-color: #fff;
  height: 2px;
}

.close-line._5-b-m {
  margin-bottom: 5px;
}

.close-line._5-b-m.t-line {
  transform: translate(0, 3.5px)rotate(45deg);
}

.close-line.b-line {
  transform: translate(0, -3.5px)rotate(-45deg);
}

.play-button {
  z-index: 2;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button:hover {
  background-color: var(--orange-light);
}

.section-video-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.text-video {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.section-video-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-icat-numbers {
  background-color: var(--orange-light);
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-icat-numbers-title {
  text-align: center;
  margin-bottom: 100px;
}

.sub-title {
  color: var(--blue-dark);
  font-size: 36px;
  line-height: 130%;
}

.card-by-numbers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid rgba(249, 157, 28, .5);
  border-right: 1px solid rgba(249, 157, 28, .5);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px 25px 25px 60px;
  display: flex;
}

.card-by-numbers.border-right-none {
  border-right-style: none;
  border-right-width: 0;
}

.card-by-numbers.border-right-none.d-none {
  display: none;
}

.card-by-numbers._w-50 {
  width: 50%;
}

.card-by-numbers-label-number {
  color: var(--orange);
  font-family: Parabole, sans-serif;
  font-size: 120px;
  line-height: 76%;
}

.card-by-numbers-label-text {
  color: var(--blue-dark);
  font-size: 24px;
}

.card-by-bumbers-wrapper {
  align-items: stretch;
}

.list, .list-2 {
  list-style-type: disc;
}

.link-section {
  display: none;
}

.link-paragraph {
  color: var(--orange);
  text-decoration: none;
}

.link-paragraph.big {
  font-size: 18px;
}

.link-paragraph.white {
  color: var(--white);
}

.section-video-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-video-popup-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.play-icon-dark {
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  border-left: 25px solid #fff;
  width: 0;
  height: 0;
}

.section-video-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-video-small {
  z-index: 1;
  color: var(--blue-dark);
  text-align: left;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.section-interactive {
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-interactive.pt-80 {
  background-color: #fff;
  width: 100%;
  padding-top: 80px;
}

.mix {
  background-color: var(--orange-light);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.mix.background-light {
  background-color: #fff0de;
}

.image-7 {
  width: 48px;
  height: 48px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.text-country {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--blue-dark);
  align-items: center;
  width: 25%;
  max-width: 30%;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-label {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.table-interactive-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.table-icat {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.table-icat.pt-80 {
  padding-top: 80px;
}

.div-block-22 {
  width: 47%;
}

.div-block-23 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 40%;
  margin-left: auto;
  display: flex;
}

.table-interactive-header {
  background-color: var(--blue-dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.table-interactive-header.background-light {
  background-color: #fff0de;
}

.text-label-header {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-country-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  align-items: center;
  width: 25%;
  max-width: 25%;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-22-copy {
  width: 15%;
  max-width: 15%;
}

.div-block-23-copy {
  width: 55%;
  max-width: 65%;
}

.section-boxes-dark {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--blue-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding: 80px 140px;
  display: flex;
  position: relative;
}

.tabs-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu-horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  margin-bottom: 60px;
  display: flex;
}

.tabs-content-copy {
  margin-left: 40px;
}

.body-tab-dark {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.card-members {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding: 10px 20px 10px 0;
  display: flex;
}

.card-members-image {
  width: 48px;
  height: 48px;
}

.card-members-text {
  color: var(--white);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.grid-of-members {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-24 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.section-five-copy {
  background-color: var(--orange-light);
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-six {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--blue-dark);
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-cta-wrapper-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.card-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.card-logo-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 0;
  transition: all .4s;
  display: flex;
}

.img-logo {
  filter: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-logo.size-big {
  max-height: 60px;
}

.img-logo.size-medium {
  filter: none;
  max-height: 45px;
}

.img-logo.size-small {
  max-height: 30px;
}

.img-logo.size-big-donors {
  min-height: 60px;
  max-height: 80px;
}

.img-logo.size-big-donors-copy {
  max-height: 40px;
}

.img-logo.size-big-1 {
  object-fit: contain;
  max-height: 110px;
}

.card-logo-link {
  border: 1px solid var(--orange-light);
  border-radius: 6px;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.animation {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: row;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.social-link {
  border: 2px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.image-8 {
  height: 25px;
}

.flex-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
}

.text-footer {
  color: var(--white);
  font-size: 40px;
  line-height: 120%;
}

.bold-text-2 {
  font-size: 28px;
}

.line-divider {
  border-bottom: .5px solid var(--orange-light);
  width: 100%;
  height: 1px;
}

.policy-privacy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.text-footer-small {
  color: var(--white);
  font-size: 20px;
}

.logo-footer {
  text-align: center;
}

.flex-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}

.div-block-25 {
  background-color: #00f;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-sliding {
  z-index: 51;
  background-color: rgba(0, 10, 58, .9);
  justify-content: flex-start;
  align-items: center;
  padding: 90px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.overlay-sliding.d-none {
  display: none;
}

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

.text-sliding {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: auto;
}

.icon-close {
  border: 1px solid var(--orange);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.section-image-text-sliding {
  background-color: var(--white);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.grid-section-image-text-sliding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
}

.icon-close-left {
  border: 1px solid var(--orange);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.play-button-copy {
  z-index: 2;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button-copy:hover {
  background-color: var(--orange-light);
}

.overlay-sliding-left {
  z-index: 51;
  background-color: rgba(0, 10, 58, .9);
  justify-content: flex-start;
  align-items: center;
  padding: 90px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.overlay-sliding-left.d-none {
  display: none;
}

.play-button-pulse-small {
  z-index: 1;
  background-color: rgba(249, 157, 28, .5);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, -50%)translate(-50%);
}

.flex-block-4 {
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.bg-light {
  background-color: rgba(255, 255, 255, .5);
  margin-top: 60px;
  padding: 30px;
}

.bg-light.d-none {
  display: none;
}

.second-text {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.card-icon-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid rgba(249, 157, 28, .5);
  border-right: 1px solid rgba(249, 157, 28, .5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
}

.card-icon-text.border-rigth-none {
  border-right-style: none;
  border-right-width: 0;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.icon {
  width: 50px;
  height: 50px;
  display: flex;
}

.circle-icon {
  background-color: var(--orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
}

.title-card-icon {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.title-card-icon.text-uppercase {
  text-transform: uppercase;
}

.body-card-icon {
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.body-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.card-icon-text-wrapper {
  align-items: stretch;
}

.div-block-26 {
  z-index: 0;
  opacity: .25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-9-menu-trigger-dark {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.d-9-menu-line-dark {
  background-color: var(--blue-dark);
  width: 100%;
  height: 2px;
  position: absolute;
  transform: translate(0);
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-9 {
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.section-video-popup-small-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.form-imput {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, .02);
  border: 1px solid rgba(117, 117, 117, .5);
  border-radius: 12px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .4s;
}

.form-imput:focus {
  border-color: #fff;
}

.form-imput::placeholder {
  color: #fff;
}

.btn-wrapper {
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.modal {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(5, 3, 2, .6);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-close {
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.modal-close:hover {
  color: #fff;
}

.btn-icon {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.btn-default-icon {
  color: #1c1c1c;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 51px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.card-sign-up {
  background-color: #161616;
  border: 1px solid #363636;
  border-radius: 0;
  width: 440px;
  max-width: 440px;
  padding: 32px;
  position: relative;
}

.card-sign-up.box-corner-top-right {
  z-index: 1;
  color: #fff;
  background-color: #1c1c1c;
  border: 0 #000;
  border-radius: 12px;
  width: 440px;
  max-width: 440px;
}

.form-title {
  z-index: 1;
  color: var(--blue-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.form-block-2 {
  align-items: center;
}

.bg-overlay-close {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-default {
  color: #1c1c1c;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 51px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.modal-wrapper {
  z-index: auto;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-share {
  background-color: var(--orange-light);
  width: 440px;
  max-width: 440px;
  height: auto;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.card-share.box-corner-top-right {
  z-index: 1;
  color: #fff;
  background-color: #1c1c1c;
  border: 0 #000;
  border-radius: 12px;
  width: 440px;
  max-width: 440px;
}

.html-embed {
  color: var(--blue-dark);
  width: 20px;
  height: 20px;
}

.image-10 {
  z-index: 0;
  width: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.twitter-button {
  background-color: var(--blue-dark);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.twitter-button.d-none {
  display: none;
}

.facebook-action {
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.div-block-29 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.twitter-action {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.hastag {
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 19px;
}

.image-11 {
  width: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-large-1 {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 36px;
  line-height: 110%;
}

.text-large-1.text-white {
  color: var(--white);
}

.text-large-1.asreyh {
  padding-left: 80px;
  padding-right: 40px;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
}

.text-large-1.asreyh.d-none {
  display: none;
}

.section-pagination {
  border-top: 1px solid var(--blue-dark);
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.card-pagination-prev.border-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--blue-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.card-pagination-next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.icon-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.arrow-pagination {
  height: 30px;
}

.text-bold {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-icon {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-pagination {
  color: var(--blue-dark);
  font-size: 36px;
  line-height: 120%;
}

.text-pagination.left {
  text-align: right;
}

.pagination-wrapper {
  max-width: 600px;
}

.icon-text-prev {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.auto-rotate-script {
  display: none;
}

.tab-fill {
  z-index: 0;
  background-color: var(--orange);
  border-radius: 6px;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab {
  color: #fff;
  text-align: left;
  background-color: #262626;
  border-radius: .25rem;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}

.tab.w--current {
  background-color: #222;
}

.tab-fill-2 {
  z-index: 0;
  background-color: rgba(74, 0, 224, .4);
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-text {
  z-index: 1;
  font-size: 1rem;
  position: relative;
}

.tab-heading {
  font-weight: 700;
}

.tab-subtext {
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  position: relative;
}

.info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.card-wrapper-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.card-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(255, 255, 255, .5);
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.card-info.ddsf {
  width: auto;
}

.card-info.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flag-info {
  width: auto;
  height: 60px;
}

.text-span-3 {
  color: var(--blue-dark);
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
}

.d-none {
  display: none;
}

.flex-block-6, .flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.card-info-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(255, 255, 255, .5);
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.card-info-copy.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.div-block-30 {
  width: auto;
  height: 100%;
}

.second-text-2 {
  color: #000a3a;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.read-more-link-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.label-output {
  width: 40%;
}

.map {
  display: none;
}

.text-country-header-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  max-width: 24%;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-filter {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.dropdown-filter {
  border: 2px solid var(--blue-dark);
  border-radius: 6px;
}

.dropdown-filter:hover, .dropdown-filter.w--open {
  border-color: var(--orange-light);
  background-color: #fff0de;
}

.text-dropdown {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: auto;
}

.flex-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
}

.mix-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  text-align: left;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  border: 2px solid var(--orange-light);
  background-color: #fff0de;
  border-radius: 6px;
  padding: 20px;
}

.dropdown-link {
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.dropdown-link:hover {
  color: var(--orange);
}

.reset-btn {
  color: var(--blue-dark);
  background-color: #fff;
  padding: 0;
  font-family: "Universalsans V 1 2 0 0 20 113111211112 11 525", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.reset-btn:hover {
  color: var(--orange);
}

.bold-text-3, .bold-text-4 {
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-weight: 600;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.card-by-numbers-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid rgba(249, 157, 28, .5);
  border-right: 1px solid rgba(249, 157, 28, .5);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px 25px 25px 60px;
  display: flex;
}

.card-by-numbers-right.border-right-none {
  border-right-style: none;
  border-right-width: 0;
}

.card-by-numbers-right.border-right-none.d-none {
  display: none;
}

.card-by-numbers-right._w-50 {
  width: 50%;
}

.donors-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
  margin-bottom: 30px;
  padding-top: 15px;
  display: grid;
}

.section-title-donors-partners {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Universalsans V 1 2 0 0 67 113111211112 11 779", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.section-title-donors-partners.text-white {
  color: var(--white);
}

.section-title-donors-partners.test {
  padding-left: 40px;
  padding-right: 40px;
}

.section-title-donors-partners.asdf {
  padding-right: 40px;
}

.section-title-donors-partners.pb-30.text-center, .section-title-donors-partners.text-center {
  text-align: center;
}

.block-donors {
  padding-top: 40px;
  padding-bottom: 40px;
}

.donors-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
  margin-bottom: 30px;
  display: grid;
}

.navbar {
  background-color: var(--blue-dark);
  color: #eeedf2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 4em;
  height: 100%;
  padding: 16px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar.d-sm-none {
  z-index: 70;
  display: none;
}

.navbar.d-md-none {
  width: 4%;
}

.navbar.d-md-none.navbar-1 {
  z-index: 70;
}

.search {
  color: rgba(238, 237, 242, .48);
  background-color: #272727;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.6em;
  display: flex;
}

.square {
  z-index: 4;
  border-radius: .5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.square.is--hamburger {
  background-color: var(--blue-dark);
  width: auto;
  height: auto;
  transition: background-color .2s;
}

.square.is--link:hover {
  background-color: var(--orange);
}

.square.is--line {
  background-color: rgba(238, 237, 242, .18);
  border-radius: 100vw;
  width: 100%;
  height: .15em;
  margin-top: 1.7em;
}

.square.is--search {
  background-color: #272727;
}

.square.is--profile {
  background-image: url('../images/profile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .7em;
}

.square.is--hamburger {
  background-color: #131313;
  transition: background-color .2s;
}

.square.is--hamburger:hover {
  background-color: #1f1f1f;
}

.square.is--hamburger.d-sm-none {
  background-color: var(--blue-dark);
  color: var(--white);
}

.footer__text {
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: background-color .2s;
  display: flex;
}

.footer__text.w--current {
  background-color: #5c31ff;
}

.footer__text.w--current:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .11), rgba(255, 255, 255, .11));
}

.nav__links {
  width: 100%;
  min-width: 300px;
  padding-top: 1.7em;
  padding-bottom: 3.5em;
  padding-left: 40px;
  overflow: auto;
}

.navbar__icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.navbar__icon.is--2 {
  display: none;
}

.navbar__icon.is--search {
  opacity: .4;
}

.navbar__icon.is--1 {
  width: 100%;
  height: 25px;
  display: block;
}

.hide-text {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hide-text.is--nav {
  white-space: nowrap;
}

.navbar__top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.navbar__link {
  color: rgba(238, 237, 242, .5);
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .4em;
  transition: background-color .2s;
  display: flex;
}

.navbar__link:hover {
  color: #eeedf2;
  background-color: #272727;
}

.navbar__link.w--current {
  color: #eeedf2;
  background-color: #5c31ff;
}

.navbar__link.w--current:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .11), rgba(255, 255, 255, .11));
}

.square-mobile {
  z-index: 4;
  border-radius: .5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.square-mobile.is--hamburger {
  background-color: var(--blue-dark);
  width: auto;
  height: auto;
  transition: background-color .2s;
}

.square-mobile.is--link:hover {
  background-color: var(--orange);
}

.square-mobile.is--line {
  background-color: rgba(238, 237, 242, .18);
  border-radius: 100vw;
  width: 100%;
  height: .15em;
  margin-top: 1.7em;
}

.square-mobile.is--search {
  background-color: #272727;
}

.square-mobile.is--profile {
  background-image: url('../images/profile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .7em;
}

.square-mobile.is--hamburger {
  background-color: #131313;
  transition: background-color .2s;
}

.square-mobile.is--hamburger:hover {
  background-color: #1f1f1f;
}

.square-mobile.is--hamburger-mobile {
  background-color: var(--blue-dark);
  width: auto;
  height: auto;
  transition: background-color .2s;
}

.square-mobile.is--hamburger-mobile:hover {
  background-color: #1f1f1f;
}

.square-mobile.is--hamburger-mobile.d-md-none {
  display: none;
}

.nav-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  white-space: normal;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.nav__links-copy {
  width: 100%;
  min-width: 300px;
  padding-top: 1.7em;
  padding-bottom: 3.5em;
  padding-left: 40px;
  overflow: auto;
}

@media screen and (min-width: 1280px) {
  .section-single-stats {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-wrapper {
    width: 4%;
  }

  .main-wrapper {
    width: 96%;
  }

  .navbar.d-md-none {
    width: 4%;
  }
}

@media screen and (min-width: 1440px) {
  .section-single-stats {
    height: auto;
  }

  .nav-wrapper {
    width: 4%;
  }

  .main-wrapper {
    width: 96.2%;
  }

  .navbar.d-md-none {
    width: 4%;
  }
}

@media screen and (min-width: 1920px) {
  .swiper-control-content {
    width: 45%;
  }

  .section-single-stats {
    height: auto;
  }

  .nav-wrapper {
    width: 3%;
  }

  .nav-trigger {
    right: 0;
  }

  .hamburger-icon.first-span {
    width: 6rem;
  }

  .hamburger-icon.second-span {
    width: 4rem;
  }

  .hamburger-icon.third-span {
    width: 6rem;
  }

  .main-wrapper {
    width: 97.2%;
  }

  .section-video-wrapper {
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr;
    display: block;
  }

  .section-video-popup-small {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding-left: 0;
  }

  .section-video-wrapper-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-video-popup-small-copy {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding-left: 0;
  }

  .navbar.d-md-none {
    width: 3%;
  }
}

@media screen and (max-width: 991px) {
  .section-three {
    height: auto;
  }

  .feature-stats-number {
    font-size: 200px;
  }

  .text-large {
    font-size: 30px;
  }

  .text-large.asreyh {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 30px;
  }

  .section-title {
    font-size: 50px;
  }

  .section-title.asdf {
    padding-right: 20px;
  }

  .section-five, .section-four {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-four-inner-wrapper {
    position: relative;
  }

  .image-overlay-blue {
    z-index: 1;
  }

  .section-image-text, .section-text-image {
    height: auto;
  }

  .div-block-5 {
    align-items: center;
  }

  .section-one {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-two {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 80px;
  }

  .heading {
    font-size: 50px;
  }

  .adsf {
    font-size: 25px;
  }

  .scroll-container, .scroll-line-wrapper {
    height: 70px;
  }

  .div-block-6 {
    justify-content: flex-end;
  }

  .img-globe {
    width: 400px;
  }

  .div-block-9 {
    padding-bottom: 40px;
  }

  .div-block-12 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .gallery-item-img {
    width: 30vw;
    max-width: none;
  }

  .infinite-gallery-wrapper {
    width: auto;
    height: auto;
  }

  .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container._w-50 {
    width: 100%;
  }

  .section-carousel {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: auto;
    padding-top: 100px;
  }

  .swiper-slide.swiper-slide-wheel {
    width: 40%;
  }

  .wheel-slider {
    position: relative;
  }

  .swiper-nav-btn.swiper-nav-prev {
    left: 16%;
  }

  .swiper-nav-btn.swiper-nav-next {
    right: 16%;
  }

  .swiper-slide-2 {
    width: 45%;
    height: 60vh;
  }

  .slide-heading {
    font-size: 36px;
  }

  .slide-category {
    font-size: 12px;
  }

  .feature-stats.image-text {
    padding-left: 20px;
    padding-right: 40px;
  }

  .feature-stat-text {
    font-size: 30px;
  }

  .image-text-intro {
    padding-left: 20px;
  }

  .swiper-control-content {
    width: 80%;
  }

  .section-hero-image {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-image-overlay {
    z-index: 1;
  }

  .hero-image {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-image-content {
    position: relative;
  }

  .hero-image-grid {
    width: 100%;
  }

  .hero-image-title-text {
    font-size: 65px;
  }

  .section-single-stats {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-stats {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-stats-number {
    font-size: 180px;
  }

  .single-stats-text, .single-stats-text-before {
    font-size: 30px;
  }

  .single-stats-wrapper {
    padding-bottom: 0;
  }

  .section-paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-intro-paragraph.mb-0 {
    padding-top: 40px;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-left: 18%;
    margin-right: auto;
  }

  .d-9-menu-trigger {
    margin-left: 0%;
  }

  .image-5 {
    margin-right: 0;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 20px;
    margin-right: 0%;
  }

  .nav-wrapper {
    width: 7%;
  }

  .demo-p.main {
    padding-right: 32px;
  }

  .content-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .main-wrapperold {
    clear: both;
    overflow: visible;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    min-height: 150vh;
    display: block;
    overflow: hidden;
  }

  .nav-trigger {
    right: 5.5rem;
  }

  .hero-regional-hub {
    justify-content: center;
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-features {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main-wrapper {
    width: 93%;
  }

  .scroll-line-container {
    height: 70px;
  }

  .btn-share-text.d-none {
    display: none;
  }

  .section-2 {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 50px;
  }

  .bg-img-hero {
    height: 350px;
    top: 500px;
    right: -18%;
  }

  .grid-section-three, .gird-section-four, .grid-section-five, .grid-section-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-section-four {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-text-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .d-9-menu-trigger-nav {
    margin-left: 0%;
  }

  .section-boxes {
    height: auto;
    padding: 80px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    width: 50%;
    margin-bottom: 40px;
  }

  .tab-section-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    margin-left: 0;
  }

  .body-tab {
    font-size: 26px;
  }

  .heading-tab {
    font-size: 140px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .video-wrap {
    width: 80vw;
    height: 60vh;
  }

  .section-video-popup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-video {
    z-index: 2;
    margin-bottom: 30px;
    font-size: 35px;
  }

  .section-icat-numbers {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sub-title {
    font-size: 25px;
  }

  .card-by-numbers {
    padding: 15px 15px 15px 30px;
  }

  .card-by-numbers-label-number {
    font-size: 80px;
  }

  .card-by-numbers-label-text {
    font-size: 22px;
  }

  .card-by-bumbers-wrapper {
    width: auto;
  }

  .text-country {
    width: 100%;
    max-width: none;
  }

  .table-interactive-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-interactive-wrapper.small {
    flex-direction: row;
  }

  .div-block-22, .div-block-23 {
    width: 100%;
  }

  .section-boxes-dark {
    height: auto;
    padding: 80px;
  }

  .tabs-menu-horizontal {
    flex-direction: row;
  }

  .body-tab-dark {
    font-size: 30px;
  }

  .grid-of-members {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    background-color: #fff;
    padding-bottom: 40px;
  }

  .section-five-copy {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-six {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .overlay-sliding {
    align-items: flex-start;
    padding: 50px 30px;
  }

  .section-image-text-sliding {
    height: auto;
  }

  .overlay-sliding-left {
    padding: 50px 30px;
  }

  .d-9-menu-trigger-dark {
    margin-left: 0%;
  }

  .btn-default-icon, .btn-default {
    width: auto;
    height: 45px;
    padding: 15px;
  }

  .text-large-1 {
    font-size: 30px;
  }

  .text-large-1.asreyh {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 30px;
  }

  .card-pagination-prev.border-right, .card-pagination-next {
    padding: 30px;
  }

  .text-pagination, .text-pagination.left {
    font-size: 24px;
  }

  .tab {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .card-wrapper-info {
    flex-direction: column;
  }

  .card-by-numbers-right {
    padding: 15px 15px 15px 30px;
  }

  .section-title-donors-partners {
    font-size: 50px;
  }

  .section-title-donors-partners.asdf {
    padding-right: 20px;
  }

  .navbar.d-sm-none {
    width: 7%;
    display: flex;
  }

  .navbar.d-md-none {
    width: 6%;
    display: none;
  }

  .navbar__icon.is--1 {
    background-color: var(--blue-dark);
  }

  .square-mobile.is--hamburger-mobile.d-md-none {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-text-image {
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  .swiper-nav-btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .swiper-nav-btn.swiper-nav-prev {
    left: 5%;
  }

  .swiper-nav-btn.swiper-nav-next {
    right: 5%;
  }

  .swiper-slide-2 {
    width: 60%;
  }

  .hero-image-title-text {
    font-size: 55px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 41px;
    padding-right: 41px;
  }

  .d-9-menu-trigger {
    margin-left: 0;
  }

  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
    font-size: 35px;
    line-height: 45px;
  }

  .instructions-wrapper {
    margin-left: -30px;
  }

  .nav-wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 0%;
  }

  .demo-p.main {
    font-size: 14px;
    line-height: 20px;
  }

  .content-wrapper {
    margin-bottom: 150px;
  }

  .nav-trigger {
    top: 4rem;
    right: 3rem;
  }

  .hamburger-icon.first-span {
    width: 3rem;
  }

  .hamburger-icon.second-span {
    width: 2rem;
  }

  .hamburger-icon.third-span {
    width: 3rem;
  }

  .div-block-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    white-space: normal;
    display: flex;
  }

  .main-wrapper {
    width: 100%;
  }

  .nav-children {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .btn-primary.d-sm-none {
    display: none;
  }

  .btn-primary.d-md-none {
    white-space: normal;
    display: flex;
  }

  .d-9-menu-trigger-nav {
    margin-left: 0;
  }

  .section-video-popup {
    height: auto;
  }

  .section-video-image {
    height: 100%;
  }

  .d-9-menu-trigger-dark {
    margin-left: 0;
  }

  .btn-default-icon, .btn-default {
    width: auto;
  }

  .tab {
    margin: 10px 0;
  }

  .donors-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .navbar.d-sm-none {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    width: 10%;
    height: 100%;
    padding: 0 0 0 5px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar.d-md-none, .square.is--hamburger.d-sm-none {
    display: none;
  }

  .nav__links {
    padding-top: .5rem;
    padding-bottom: 3.5rem;
    padding-left: 40px;
  }

  .navbar__top {
    background-color: var(--blue-dark);
    border-radius: 50%;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .square-mobile.is--hamburger-mobile.d-md-none {
    background-color: var(--blue-dark);
    width: 20px;
    height: 20px;
    display: flex;
  }

  .nav-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    white-space: normal;
    display: flex;
  }

  .nav__links-copy {
    padding-top: .5rem;
    padding-bottom: 3.5rem;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section-three {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-stats-number {
    font-size: 90px;
  }

  .text-large {
    font-size: 25px;
  }

  .text-large.asreyh {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .section-title, .section-title.text-white {
    font-size: 36px;
  }

  .section-title.asdf {
    padding-right: 0;
    font-size: 40px;
  }

  .section-title.pb-30 {
    padding-bottom: 10px;
  }

  .section-five, .section-four {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-four-inner-wrapper {
    position: relative;
  }

  .section-image-text {
    height: auto;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .div-block-4 {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-text-image {
    height: auto;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo {
    width: 150px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .section-one {
    align-items: flex-start;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-two {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .adsf {
    font-size: 20px;
  }

  .scroll-container {
    height: 70px;
    display: none;
  }

  .scroll-container.d-sm-none {
    display: none;
  }

  .scroll-container.d-md-none {
    display: block;
  }

  .scroll-link, .scroll-line-wrapper {
    height: 70px;
  }

  .scroll-line-animate {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .scroll-link-container {
    height: 70px;
  }

  .image-3 {
    z-index: -1;
    object-fit: cover;
    object-position: 86% 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-6 {
    justify-content: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .img-globe {
    right: -50%;
  }

  .div-block-9, .div-block-11 {
    justify-content: center;
    padding-bottom: 0;
  }

  .image-4 {
    width: 100%;
    top: -25%;
  }

  .div-block-12 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-column {
    height: auto;
  }

  .gallery-item {
    height: 100%;
  }

  .gallery-item-img {
    width: 60vw;
    max-width: none;
  }

  .infinite-gallery {
    width: 200vw;
    height: 200vh;
  }

  .infinite-gallery-wrapper {
    width: 300vw;
    height: 200vh;
  }

  .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container._w-50 {
    width: auto;
  }

  .section-carousel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .swiper-slide.swiper-slide-wheel {
    width: 60%;
  }

  .swiper-slide.swiper-slide-control {
    padding-top: 10px;
  }

  .swiper-nav-btn.swiper-nav-prev {
    width: 30px;
    height: 30px;
    left: 10%;
  }

  .swiper-nav-btn.swiper-nav-next {
    width: 30px;
    height: 30px;
    right: 10%;
  }

  .swiper-slide-2 {
    height: 65vh;
  }

  .text-image-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
  }

  .read-more-text {
    font-size: 15px;
  }

  .feature-stats.image-text {
    padding-left: 0;
  }

  .feature-stat-text {
    font-size: 20px;
  }

  .image-text-intro {
    padding-left: 0;
  }

  .read-more-arrow {
    width: 38px;
    height: 38px;
  }

  .read-more-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .swiper-control-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 0;
  }

  .swiper-control-title {
    font-size: 24px;
  }

  .swiper-control-stats {
    font-size: 50px;
  }

  .section-hero-image {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hero-image-overlay {
    z-index: 1;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-image {
    z-index: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-image-content {
    position: relative;
  }

  .hero-image-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-title-text {
    font-size: 46px;
  }

  .section-single-stats {
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .single-stats {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .single-stats-number {
    font-size: 90px;
  }

  .single-stats-text {
    font-size: 20px;
  }

  .single-stats-text-before {
    font-size: 30px;
  }

  .single-stats-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .section-paragraph {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-default {
    font-size: 16px;
  }

  .section-intro-paragraph {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-intro-paragraph.mb-0 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-9-menu-trigger {
    justify-content: center;
    margin-left: 5px;
  }

  .image-5 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .instructions-wrapper {
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .demo-wrapper {
    align-items: flex-start;
    margin-top: 50px;
  }

  .nav-wrapper {
    width: 0%;
  }

  .demo-p.main {
    padding-right: 0;
    font-size: 14px;
  }

  .content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-trigger {
    right: 1.5rem;
  }

  .hamburger-icon.first-span {
    width: 2.8rem;
    height: .3rem;
  }

  .hamburger-icon.second-span {
    width: 1.6rem;
    height: .3rem;
  }

  .hamburger-icon.third-span {
    width: 2.8rem;
    height: .3rem;
  }

  .hero-regional-hub {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .page-title {
    font-size: 48px;
  }

  .section-features {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .main-wrapper {
    width: 100%;
  }

  .scroll-line-container {
    z-index: auto;
    height: 70px;
  }

  .btn-share {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .btn-share-text.d-none {
    display: none;
  }

  .btn-primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px 20px;
  }

  .btn-primary.d-sm-none {
    display: none;
  }

  .btn-primary.d-md-none {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    padding-left: 13px;
    display: flex;
  }

  .btn-secondary-outline {
    padding: 10px 20px;
  }

  .swiper-control-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .section-2 {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-2 {
    font-size: 48px;
  }

  .bg-img-hero {
    height: 120px;
    top: 330px;
    right: -18%;
  }

  .grid-section-three {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gird-section-four, .grid-section-five {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-section-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img-section-four {
    z-index: -1;
    object-fit: cover;
    object-position: 86% 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-section-text-image {
    grid-template-columns: 1fr;
  }

  .section-text-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-image-wrapper {
    height: 50vh;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .image-6 {
    width: 16px;
  }

  .grid-section-image-text, .grid-section-image-text-left {
    grid-template-columns: 1fr;
  }

  .btn-close {
    width: auto;
    height: auto;
    top: 3%;
    right: 5%;
  }

  .d-9-menu-trigger-nav {
    justify-content: center;
    margin-left: 5px;
  }

  .section-boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    padding: 60px 16px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  .tab-section-box {
    padding: 15px;
  }

  .body-tab {
    font-size: 20px;
  }

  .heading-tab {
    font-size: 80px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .video-wrap {
    width: 90vw;
    height: 70vh;
  }

  .popup-wrap {
    display: none;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .section-video-popup {
    height: auto;
    padding: 60px 16px;
  }

  .text-video {
    z-index: 2;
    font-size: 30px;
  }

  .section-video-image {
    height: 100%;
  }

  .section-icat-numbers {
    align-items: flex-start;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-icat-numbers-title {
    margin-bottom: 20px;
  }

  .sub-title {
    font-size: 20px;
  }

  .card-by-numbers {
    border-right-width: 0;
    padding: 15px 0;
  }

  .card-by-numbers-label-number {
    font-size: 60px;
  }

  .card-by-numbers-label-text {
    font-size: 18px;
  }

  .card-by-bumbers-wrapper {
    flex-direction: column;
  }

  .section-video-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section-video-popup-small {
    aspect-ratio: 3.5;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .section-video-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-video-small {
    font-size: 16px;
  }

  .image-7 {
    width: 28px;
  }

  .text-country {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    max-width: none;
  }

  .table-interactive-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .table-interactive-wrapper.small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-22 {
    width: 100%;
    max-width: none;
  }

  .div-block-23 {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .text-label-header {
    text-align: left;
    width: auto;
  }

  .div-block-22-copy, .div-block-23-copy {
    width: 100%;
    max-width: 100%;
  }

  .section-boxes-dark {
    height: auto;
    min-height: auto;
    padding: 40px 16px;
  }

  .tabs-menu-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .tabs-content-copy {
    margin-left: 0;
  }

  .grid-of-members {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-five-copy {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-six {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-logo {
    padding: 8px;
  }

  .card-logo-wrapper {
    padding-bottom: 20px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .image-8 {
    height: 15px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .text-footer-small {
    font-size: 16px;
  }

  .overlay-sliding {
    align-items: flex-start;
    width: 100%;
    padding: 60px 0 16px;
  }

  .section-image-text-sliding {
    height: auto;
  }

  .grid-section-image-text-sliding {
    grid-template-columns: 1fr;
  }

  .overlay-sliding-left {
    padding: 30px 16px 16px;
  }

  .play-button-pulse-small {
    width: 50px;
    height: 50px;
  }

  .flex-block-4 {
    margin-bottom: 0;
  }

  .card-icon-text {
    border-right-width: 0;
    padding: 15px 0;
  }

  .card-icon-text.border-rigth-none {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    height: auto;
  }

  .circle-icon {
    width: 40px;
    height: 40px;
  }

  .title-card-icon {
    font-size: 18px;
  }

  .body-card-icon {
    font-size: 15px;
  }

  .card-icon-text-wrapper {
    flex-direction: column;
  }

  .d-9-menu-trigger-dark {
    justify-content: center;
    margin-left: 5px;
  }

  .image-9 {
    width: 100px;
    height: 100px;
  }

  .form-imput {
    color: #1c1c1c;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .modal {
    width: auto;
  }

  .btn-icon {
    display: flex;
  }

  .btn-default-icon {
    white-space: nowrap;
    width: auto;
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    display: flex;
  }

  .card-sign-up {
    width: 90%;
    max-width: 90%;
    padding: 16px;
  }

  .card-sign-up.box-corner-top-right {
    width: 100%;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .btn-default {
    white-space: nowrap;
    width: auto;
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }

  .card-share {
    width: 90%;
    max-width: 90%;
    padding: 16px;
  }

  .card-share.box-corner-top-right {
    width: 100%;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-large-1 {
    font-size: 25px;
  }

  .text-large-1.asreyh {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .card-pagination-prev.border-right, .card-pagination-next {
    padding: 20px;
  }

  .text-icon {
    font-size: 16px;
  }

  .text-pagination, .text-pagination.left {
    font-size: 18px;
  }

  .info-wrapper {
    margin-top: 30px;
  }

  .card-wrapper-info {
    flex-direction: column;
  }

  .card-info {
    padding: 10px 16px;
  }

  .flag-info {
    height: 40px;
  }

  .card-info-copy {
    padding: 10px 16px;
  }

  .read-more-link-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .label-output, .label-project {
    width: auto;
    max-width: none;
  }

  .text-country-header-1 {
    width: auto;
    max-width: none;
    display: block;
  }

  .flex-block-8 {
    flex-direction: column;
  }

  .dropdown-list.w--open {
    width: 290px;
  }

  .dropdown-link {
    white-space: normal;
  }

  .card-by-numbers-right {
    border-right-width: 0;
    padding: 15px 0;
  }

  .donors-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-title-donors-partners, .section-title-donors-partners.text-white {
    font-size: 36px;
  }

  .section-title-donors-partners.asdf {
    padding-right: 0;
    font-size: 40px;
  }

  .section-title-donors-partners.pb-30 {
    padding-bottom: 10px;
  }

  .nav__header {
    margin-top: 17px;
  }

  .navbar.d-sm-none {
    width: 14%;
    height: 100%;
    padding-left: 4px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .square.is--hamburger.d-sm-none {
    display: none;
  }

  .navbar__top {
    margin-top: 0;
  }

  .square-mobile.is--hamburger-mobile.d-md-none:hover {
    background-color: var(--blue-dark);
  }
}

#w-node-_40f7e81d-7f60-aade-5c48-e2b81fe826e1-ce42d2a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84eed2cb-8f7f-31b9-5592-65f6c8e561ac-ce42d2a9, #w-node-_4212f422-bd85-e855-f440-c91f143aa080-ce42d2a9, #w-node-_7aa58e3c-8150-326c-5c00-f217d23e05af-ce42d2a9, #w-node-d66613cb-fbd3-bd3c-a081-d49e6becb6b0-ce42d2a9, #w-node-d66613cb-fbd3-bd3c-a081-d49e6becb6b7-ce42d2a9, #w-node-_302270a3-1f3b-1e18-e3bc-8dff05924b36-ce42d2a9, #w-node-_302270a3-1f3b-1e18-e3bc-8dff05924b3d-ce42d2a9, #w-node-_0cd18926-ba32-c12d-9b6a-dfa88f67e61a-ce42d2a9, #w-node-_0cd18926-ba32-c12d-9b6a-dfa88f67e624-ce42d2a9, #w-node-_0cd18926-ba32-c12d-9b6a-dfa88f67e626-ce42d2a9, #w-node-f9753fac-5c33-1e5f-f3df-12aebf12c6e7-ce42d2a9, #w-node-f9753fac-5c33-1e5f-f3df-12aebf12c6e9-ce42d2a9, #w-node-_80c615cb-18be-8f6d-4359-fdc99707aaea-ce42d2a9, #w-node-_80c615cb-18be-8f6d-4359-fdc99707aaf4-ce42d2a9, #w-node-_80c615cb-18be-8f6d-4359-fdc99707aaf6-ce42d2a9, #w-node-ef9a5470-201d-8f1d-ee90-e0dba0896cba-a0896cb8, #w-node-ef9a5470-201d-8f1d-ee90-e0dba0896cbc-a0896cb8, #w-node-bd2b92c4-5d9b-0521-e8a2-d2647fb99280-ce42d2b6, #w-node-bd2b92c4-5d9b-0521-e8a2-d2647fb9928a-ce42d2b6, #w-node-bd2b92c4-5d9b-0521-e8a2-d2647fb9928c-ce42d2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7801a89-519f-975d-8909-9dbb4b69396e-4b693968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ad6f940-f997-173e-afd7-e1c218640294-ce42d2b7, #w-node-_1ad6f940-f997-173e-afd7-e1c2186402a1-ce42d2b7, #w-node-_1ad6f940-f997-173e-afd7-e1c2186402b6-ce42d2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_807a37da-b96e-4c17-deea-726c1ac98fb4-ce42d2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7cbe-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7ccc-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7ce5-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7cf4-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7d0b-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7d0d-ce42d2b8, #w-node-c7f67936-ce72-fe1e-78b3-415901eb10ec-ce42d2b9, #w-node-c7f67936-ce72-fe1e-78b3-415901eb10fb-ce42d2b9, #w-node-c7f67936-ce72-fe1e-78b3-415901eb1113-ce42d2b9, #w-node-_5122ad6e-91f3-e2bc-8be1-0fe8561c5270-ce42d2b9, #w-node-_5122ad6e-91f3-e2bc-8be1-0fe8561c528b-ce42d2b9, #w-node-_5122ad6e-91f3-e2bc-8be1-0fe8561c5262-ce42d2b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d763ece-083e-af35-fe7a-32820fe24374-ce42d2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388c0-ce42d2bd, #w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388cf-ce42d2bd, #w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388e7-ce42d2bd, #w-node-d4cf23ba-e0b3-e0a7-554c-4df1e4625992-ce42d2bd, #w-node-d4cf23ba-e0b3-e0a7-554c-4df1e46259af-ce42d2bd, #w-node-d4cf23ba-e0b3-e0a7-554c-4df1e46259b1-ce42d2bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d533ce9e-97a5-2c93-67b8-91dbbf2e1318-ce42d2be, #w-node-_58068123-45dd-f092-342f-b491b168bfc9-ce42d2bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79ad668f-c25b-3deb-965d-0991091475d1-ce42d2bf, #w-node-_79ad668f-c25b-3deb-965d-0991091475df-ce42d2bf, #w-node-_79ad668f-c25b-3deb-965d-0991091475f8-ce42d2bf, #w-node-db62a29b-6fc9-e51b-ea96-9d6a293dfa2a-ce42d2bf, #w-node-db62a29b-6fc9-e51b-ea96-9d6a293dfa3f-ce42d2bf, #w-node-db62a29b-6fc9-e51b-ea96-9d6a293dfa41-ce42d2bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d054472b-60af-4c7e-bbac-a6a5404aedaf-ce42d2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca079481-f039-bdac-fe46-1b70c69cff27-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff35-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff48-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff57-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff76-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff78-ce42d2c0, #w-node-_49a174af-f409-eaa1-c68d-4f9ded2ac7f1-ce42d2c0, #w-node-_49a174af-f409-eaa1-c68d-4f9ded2ac7ff-ce42d2c0, #w-node-_49a174af-f409-eaa1-c68d-4f9ded2ac812-ce42d2c0, #w-node-e0a2dc22-5a46-e51c-8596-9917f46b8172-ce42d2c1, #w-node-e0a2dc22-5a46-e51c-8596-9917f46b8180-ce42d2c1, #w-node-e0a2dc22-5a46-e51c-8596-9917f46b81c8-ce42d2c1, #w-node-ff647b72-5a61-8a42-3582-83d792aba110-ce42d2c3, #w-node-ff647b72-5a61-8a42-3582-83d792aba11e-ce42d2c3, #w-node-ff647b72-5a61-8a42-3582-83d792aba133-ce42d2c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-a3ca1bc7-3dbf-70e9-eeed-df6b199d6688-ce42d2c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388c0-ce42d2bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40f7e81d-7f60-aade-5c48-e2b81fe826e1-ce42d2a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cd18926-ba32-c12d-9b6a-dfa88f67e61a-ce42d2a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0cd18926-ba32-c12d-9b6a-dfa88f67e624-ce42d2a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80c615cb-18be-8f6d-4359-fdc99707aaea-ce42d2a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80c615cb-18be-8f6d-4359-fdc99707aaf4-ce42d2a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd2b92c4-5d9b-0521-e8a2-d2647fb99280-ce42d2b6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bd2b92c4-5d9b-0521-e8a2-d2647fb9928a-ce42d2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ad6f940-f997-173e-afd7-e1c218640294-ce42d2b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1ad6f940-f997-173e-afd7-e1c2186402a1-ce42d2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7cbe-ce42d2b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7ccc-ce42d2b8, #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7cf4-ce42d2b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c9ec2a3-cd0a-1845-28bc-af67e5ad7d0d-ce42d2b8, #w-node-c7f67936-ce72-fe1e-78b3-415901eb10ec-ce42d2b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c7f67936-ce72-fe1e-78b3-415901eb10fb-ce42d2b9, #w-node-_5122ad6e-91f3-e2bc-8be1-0fe8561c5270-ce42d2b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5122ad6e-91f3-e2bc-8be1-0fe8561c5262-ce42d2b9, #w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388c0-ce42d2bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8f8eeab0-bf0c-3148-4ff3-4a0e4f1388cf-ce42d2bd, #w-node-d4cf23ba-e0b3-e0a7-554c-4df1e4625992-ce42d2bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4cf23ba-e0b3-e0a7-554c-4df1e46259b1-ce42d2bd, #w-node-_79ad668f-c25b-3deb-965d-0991091475d1-ce42d2bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79ad668f-c25b-3deb-965d-0991091475df-ce42d2bf, #w-node-db62a29b-6fc9-e51b-ea96-9d6a293dfa2a-ce42d2bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db62a29b-6fc9-e51b-ea96-9d6a293dfa41-ce42d2bf, #w-node-ca079481-f039-bdac-fe46-1b70c69cff27-ce42d2c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca079481-f039-bdac-fe46-1b70c69cff35-ce42d2c0, #w-node-ca079481-f039-bdac-fe46-1b70c69cff57-ce42d2c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca079481-f039-bdac-fe46-1b70c69cff78-ce42d2c0, #w-node-_49a174af-f409-eaa1-c68d-4f9ded2ac7f1-ce42d2c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49a174af-f409-eaa1-c68d-4f9ded2ac7ff-ce42d2c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0a2dc22-5a46-e51c-8596-9917f46b8172-ce42d2c1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0a2dc22-5a46-e51c-8596-9917f46b8180-ce42d2c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff647b72-5a61-8a42-3582-83d792aba110-ce42d2c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff647b72-5a61-8a42-3582-83d792aba11e-ce42d2c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Parabole';
  src: url('../fonts/Parabole.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universalsans V 1 2 0 0 20 113111211112 11 525';
  src: url('../fonts/UniversalSans-Italic-v1-2-0-0-20-113111211112-11-525.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Universalsans V 1 2 0 0 67 113111211112 11 779';
  src: url('../fonts/UniversalSans-Italic-v1-2-0-0-67-113111211112-11-779.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Universalsans V 1 2 0 0 20 113111211112 11 525';
  src: url('../fonts/UniversalSans-v1-2-0-0-20-113111211112-11-525.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universalsans V 1 2 0 0 67 113111211112 11 779';
  src: url('../fonts/UniversalSans-v1-2-0-0-67-113111211112-11-779.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}