@font-face {
  font-family: Hankengrotesk;
  src: url('../fonts/HankenGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hankengrotesk;
  src: url('../fonts/HankenGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hankengrotesk;
  src: url('../fonts/HankenGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #f4f4f4;
  --off-black: #000101;
  --red: #eb2327;
  --white: white;
  --dark-red: #bc1c1f;
  --dark-grey: #616161;
  --yellow: #fcee1d;
  --grey: #aeaeae;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  background-color: var(--off-white);
  color: var(--off-black);
  font-family: Hankengrotesk, Verdana, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.home-programmes-container {
  overflow: hidden;
}

.subtitle {
  color: var(--red);
  font-weight: 600;
}

.listing {
  margin-bottom: 0;
  padding-left: 20px;
}

.link-txt {
  color: var(--off-black);
  text-decoration: none;
  transition: all .5s;
}

.link-txt:hover {
  color: var(--red);
}

.bottom-list-row {
  flex-flow: wrap;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.bottom-list {
  padding-left: 15px;
  padding-right: 15px;
}

.bottom-list-col {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.bottom-list-b {
  border-radius: 10px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bottom-list-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bottom-list-txt-b {
  z-index: 1;
  color: var(--white);
  width: 50%;
  min-width: 320px;
  padding: 5%;
  position: relative;
  inset: 0%;
}

.link-btn {
  background-color: var(--red);
  color: var(--white);
  border-radius: 100px;
  padding: 10px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
}

.link-btn:hover {
  background-color: var(--dark-red);
}

.link-btn-b {
  margin-top: 25px;
}

.sub-section {
  padding-top: 100px;
}

.all {
  z-index: 1;
  background-color: var(--off-white);
  border-radius: 0 0 20px 20px;
  padding-top: 80px;
  position: relative;
}

.all.home {
  padding-top: 0;
}

.footer {
  background-color: var(--dark-grey);
  color: var(--white);
  margin-top: -100px;
  padding-top: 100px;
  position: sticky;
  bottom: 0;
}

.newsletter-txt-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  margin-top: 10px;
  padding-left: 0;
  font-size: 17px;
}

.newsletter-txt-field:focus {
  border-bottom-color: var(--red);
}

.newsletter-txt-field::placeholder {
  color: var(--white);
}

.container-full {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.title-line {
  background-color: var(--red);
  border-radius: 10px;
  width: 40px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-contact-b {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title {
  font-size: 20px;
  font-weight: 500;
}

.social-b {
  margin-top: 25px;
}

.social-btn {
  width: 32px;
  height: 32px;
  position: relative;
}

.social-btn.footer-social-btn-margin {
  margin-left: 20px;
}

.social-btn.contact-social-btn-margin {
  margin-right: 20px;
}

.social-btn-img-hover {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-bottom-txt-b {
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-txt-white {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
}

.link-txt-white:hover, .link-txt-white.w--current {
  color: var(--red);
}

.footer-bottom-link-b {
  margin-left: 20px;
}

.footer-bottom {
  margin-top: 100px;
}

.footer-line {
  background-image: linear-gradient(90deg, var(--red), var(--yellow));
  height: 5px;
  margin-top: 25px;
  margin-bottom: -50px;
}

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

.header {
  z-index: 1000;
  background-color: #fff0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.page-graphic {
  width: 350px;
  margin-top: -60px;
  margin-left: -120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-title-b {
  position: relative;
}

.lottie-animation {
  margin-top: -50px;
  margin-left: -150px;
}

.bottom-list-img-b {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.newsletter-form-b {
  margin-bottom: 0;
}

.header-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.header-logo {
  width: 200px;
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.nav-menu {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  width: 52%;
  max-width: 546px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--off-black);
  padding: 12px 0;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--red);
}

.nav-link-txt-mask {
  height: 25px;
  overflow: hidden;
}

.nav-link-txt-hover {
  color: var(--red);
}

.header-lang-b {
  margin-right: 5%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.header-lang {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
}

.header-lang-dropdown-list {
  background-color: #fff0;
}

.header-dropdown-link {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .5s;
  display: flex;
}

.header-dropdown-link:hover {
  color: var(--dark-red);
}

.menu-btn {
  padding: 0;
}

.menu-btn-line01 {
  background-color: var(--off-black);
  border-radius: 10px;
  width: 24px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff0;
  width: 900px;
  margin-top: 65px;
  padding-left: 5%;
  padding-right: 5%;
  inset: 0% 0% auto;
}

.nav-dropdown-content-b {
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  padding: 10px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #0000000d;
}

.nav-dropdown-row {
  flex-flow: wrap;
  display: flex;
}

.nav-dropdown-col-img {
  width: 40%;
}

.nav-dropdown-col-txt {
  width: 60%;
  padding: 25px;
}

.nav-dropdown-img-b {
  height: 100%;
  min-height: 260px;
  position: relative;
}

.nav-dropdown-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-img.nav-dropdown-img-hover04, .nav-dropdown-img.nav-dropdown-img-hover03, .nav-dropdown-img.nav-dropdown-img-hover02 {
  z-index: 1;
  opacity: 0;
}

.nav-dropdown-img.nav-dropdown-img-hover05 {
  opacity: 0;
}

.nav-dropdown-link {
  color: var(--off-black);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

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

.nav-dropdown-link-number {
  opacity: .6;
  margin-right: 5px;
  display: inline-block;
}

.nav-dropdown-link-b {
  margin-bottom: 15px;
}

.nav-dropdown-mobile {
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
}

.menu-btn-line02, .menu-btn-line03 {
  background-color: var(--off-black);
  border-radius: 10px;
  width: 24px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-menu-bg {
  display: none;
}

.page-top-row {
  flex-flow: wrap;
  display: flex;
}

.page-top-col {
  width: 50%;
}

.banner-b {
  padding-left: 15px;
  padding-right: 15px;
}

.support-content-b {
  position: relative;
}

.support-img-b {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.support-content {
  padding: 100px 5%;
}

.support-txt-b {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffd9;
  border-radius: 10px;
  width: 50%;
  max-width: 600px;
  padding: 50px;
  position: relative;
}

.support-img {
  background-image: url('../images/support-big.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.banner-img-b {
  border-radius: 10px;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img.mobile {
  display: none;
}

.sticky-menu {
  float: left;
  width: 25%;
  position: sticky;
  top: 150px;
}

.sticky-menu-btn {
  color: var(--off-black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
}

.sticky-menu-btn:hover {
  color: var(--red);
}

.sticky-menu-btn.w--current {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/side-menu-dot.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding-left: 50px;
  padding-right: 40px;
}

.side-content {
  float: right;
  width: 75%;
  margin-top: -100px;
  padding-left: 5%;
  position: relative;
}

.join-img-b {
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.section-title-b {
  margin-bottom: 25px;
}

.section-title-line {
  border-radius: 5px;
  flex-flow: wrap;
  width: 60px;
  height: 5px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.section-title-col {
  width: 50%;
  position: relative;
}

.section-title-line-l {
  background-color: var(--red);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-title-line-r {
  background-color: var(--yellow);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-subtxt-b {
  border-bottom: 1px solid var(--off-black);
  background-image: url('../images/contact-graphic.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 25px;
  padding-left: 40px;
}

.contact-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col-l {
  width: 40%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.txt-underline {
  text-decoration: underline;
}

.contact-col-r {
  width: 60%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.contact-form {
  margin-bottom: 0;
}

.form-label {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 400;
  transition: all .5s;
  position: absolute;
}

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

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.form-col {
  width: 50%;
  margin-bottom: 35px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.form-col.full {
  width: 100%;
}

.input {
  z-index: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--off-black);
  color: var(--off-black);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--red);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  min-height: 120px;
}

.sticky-menu-btn-b {
  margin-bottom: 20px;
}

.sticky-menu-mobile {
  display: none;
}

.news-list-row {
  flex-flow: wrap;
  margin-bottom: -50px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.news-list-col {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 2%;
  padding-right: 2%;
}

.news-link {
  border-bottom: 1px solid var(--grey);
  color: var(--off-black);
  height: 100%;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 1s;
  display: block;
}

.news-link:hover {
  border-bottom-color: var(--red);
}

.news-img-b {
  border-radius: 5px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.news-row {
  flex-flow: wrap;
  margin-bottom: 10px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.news-col-l {
  width: 40%;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.news-txt-date {
  opacity: .6;
  font-size: 17px;
}

.news-cat-align {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.news-cat-dot {
  margin-right: 10px;
}

.news-btn-txt {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  margin-top: 10px;
  font-size: 17px;
  display: inline-block;
}

.news-col-r {
  width: 60%;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.news-dropdown-btn {
  background-color: var(--white);
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 15px 60px 15px 40px;
  font-weight: 600;
}

.news-dropdown-list {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
}

.news-dropdown-link-b {
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
}

.news-dropdown-link {
  border-bottom: 1px solid #aeaeae80;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .5s;
}

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

.news-dropdown {
  margin-left: 10px;
}

.news-dropdown-b {
  z-index: 1;
  text-align: right;
  margin-top: -160px;
  margin-bottom: 100px;
  position: sticky;
  top: 120px;
}

.side-content-line {
  float: left;
  background-color: var(--grey);
  width: 1px;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-img-b {
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 43%;
  position: relative;
  overflow: hidden;
}

.about-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-col {
  width: 50%;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-b {
  border-radius: 5px;
  height: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.about-txt-b {
  z-index: 1;
  padding: 25px;
  position: relative;
}

.about-txt-stat {
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
}

.board-row02 {
  flex-flow: wrap;
  margin-bottom: 25px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.board-col02 {
  width: 33.33%;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.board-b {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  height: 100%;
  padding: 30px 20px;
  position: relative;
}

.board-b-line {
  background-color: var(--red);
  height: 3px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.board-img-b {
  border: 5px solid var(--white);
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.txt-color-red {
  color: var(--red);
}

.board-row01 {
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.board-col-img {
  width: 30%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.board-col-txt {
  width: 70%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.heading-b {
  margin-bottom: 25px;
}

.board-content-b {
  margin-top: 25px;
}

.board-chairman-img-b {
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.board-chairman-img-border {
  border: 5px solid var(--white);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.team-list {
  border-bottom: 1px solid var(--grey);
}

.list-btn {
  color: var(--off-black);
  padding: 25px 70px 25px 120px;
  text-decoration: none;
  display: block;
  position: relative;
}

.list-btn-icon {
  z-index: 1;
  margin-right: 25px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.list-btn-icon.active {
  transform: translate(0, -50%)rotate(45deg);
}

.team-list-expand {
  overflow: hidden;
}

.team-list-expand-txt-b {
  padding: 25px;
}

.list-btn-bg {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.list-btn-txt-b {
  z-index: 1;
  position: relative;
}

.team-list-b {
  border-top: 1px solid var(--grey);
}

.partners-logo-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.partners-logo-col {
  width: 25%;
  margin-bottom: 25px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.partners-logo-b {
  padding-top: 50%;
  position: relative;
}

.partners-list-row01 {
  flex-flow: wrap;
  margin-top: -25px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.partners-list-col01 {
  width: 33.33%;
  margin-top: 25px;
  padding-left: 1%;
  padding-right: 1%;
}

.partners-list {
  background-color: var(--white);
  border-radius: 5px;
  align-items: center;
  height: 100%;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: relative;
}

.partners-list-line {
  background-color: var(--red);
  width: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partners-list-col02 {
  width: 50%;
  margin-top: 25px;
  padding-left: 1%;
  padding-right: 1%;
}

.partners-list-row02 {
  flex-flow: wrap;
  margin-top: -25px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.partners-list-txt {
  width: 100%;
}

.partners-content {
  margin-top: -100px;
}

.news-details-content-b {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

.news-details-title {
  font-size: 45px;
  font-weight: 400;
}

.news-details-slider {
  background-color: #fff0;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-slide-nav {
  margin-top: 15px;
  display: none;
  position: relative;
}

.news-details-top-align {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.news-details-top-dot {
  margin-left: 20px;
  margin-right: 20px;
}

.news-details-others-b {
  margin-top: 100px;
}

.other-news-row {
  flex-flow: wrap;
  margin-bottom: -25px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.other-news-col {
  width: 50%;
  margin-bottom: 25px;
  padding-left: 2%;
  padding-right: 2%;
}

.other-news-link {
  border-bottom: 1px solid var(--grey);
  color: var(--off-black);
  height: 100%;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 1s;
  display: block;
}

.other-news-link:hover {
  border-bottom-color: var(--red);
}

.other-news-col-img {
  width: 40%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.other-news-col-txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.other-news-link-subrow {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.other-news-txt-date {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 17px;
}

.other-news-txt-b {
  width: 100%;
}

.other-news-content {
  border-top: 1px solid var(--grey);
  padding-top: 100px;
  position: relative;
}

.news-details-more {
  z-index: 1;
  margin-top: 118px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.programmes-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.programmes-row.reverse {
  flex-flow: row-reverse wrap;
}

.programmes-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.programmes-img-b {
  border-radius: 10px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.programmes-title {
  color: var(--red);
  margin-bottom: 10px;
}

.programmes-news-b {
  padding-left: 15px;
  padding-right: 15px;
}

.programmes-news {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.programmes-resources-b {
  border-top: 1px solid var(--grey);
}

.programmes-resources-link {
  border-bottom: 1px solid var(--grey);
}

.home-news {
  position: relative;
}

.home-news-more {
  z-index: 1;
  margin-top: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news-details-slide {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.news-details-slide-img-b {
  border-radius: 5px;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.news-details-slide-mask {
  margin-left: -5px;
  margin-right: -5px;
}

.news-details-slider-arrow-r {
  background-image: url('../images/arrow-l.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  margin-right: -50px;
  transition: all .5s;
}

.news-details-slider-arrow-r:hover {
  background-image: url('../images/arrow-l-hover.svg');
}

.news-details-slider-arrow-l {
  background-image: url('../images/arrow-r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  margin-left: -50px;
  transition: all .5s;
}

.news-details-slider-arrow-l:hover {
  background-image: url('../images/arrow-r-hover.svg');
}

.tricks-slider {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tricks-slider_slide {
  color: #404040;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin-right: 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.progress {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 5px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: var(--red);
  border-radius: 10px;
  width: 10vw;
  height: 100%;
  position: relative;
}

.programmes-news-link {
  color: var(--off-black);
  text-align: left;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 1s;
  display: block;
}

.programmes-news-link:hover {
  border-bottom-color: var(--red);
}

.programmes-news-img-b {
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.programmes-news-txt-date {
  opacity: .6;
  margin-top: 10px;
  font-size: 17px;
}

.progress_fill-fix {
  background-color: var(--red);
  border-radius: 10px;
  width: 150px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-about-row {
  flex-flow: wrap;
  display: flex;
}

.home-about-col {
  width: 50%;
}

.support-section-b, .home-programmes-b {
  padding-left: 15px;
  padding-right: 15px;
}

.home-programmes {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
  padding: 100px 5%;
  overflow: hidden;
}

.home-programmes-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.home-programmes-col-l, .home-programmes-col-r {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.is-left {
  transform: rotate(180deg);
}

.swiper-button_arrow {
  width: 1rem;
  max-width: 100%;
  position: absolute;
  transform: rotate(-180deg);
}

.slide_wrap {
  width: 100%;
  transition: opacity .8s, transform .8s;
  position: relative;
  overflow: clip;
}

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

.swiper-slide {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.no-cms {
  width: 100%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.swiper-button__border {
  border: 1px solid #fff;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-programmes-slider {
  background-color: #fff0;
  height: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.home-programmes-slide {
  width: 100%;
}

.home-programmes-slide-mask {
  width: 30%;
  overflow: visible;
}

.home-programmes-link {
  color: var(--off-black);
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-programmes-img-b {
  padding-top: 150%;
  position: relative;
}

.home-programmes-link-b {
  padding-left: 20px;
  padding-right: 20px;
}

.home-programmes-txt-b {
  background-image: linear-gradient(#fff0 50%, #ffffffb3 80%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-programmes-link-btn {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-weight: 600;
}

.home-programmes-title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.home-programmes-link-txt-number {
  z-index: 1;
  color: var(--white);
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-programmes-arrow-l {
  background-color: var(--white);
  background-image: url('../images/arrow-r.svg');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -85px;
  margin-right: 80px;
  transition: all .5s;
  inset: 0% 0% auto auto;
}

.home-programmes-arrow-l:hover {
  background-image: url('../images/arrow-r-hover.svg');
}

.home-programmes-arrow-r {
  background-color: var(--white);
  background-image: url('../images/arrow-l.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -85px;
  transition: all .5s;
  inset: 0% 0% auto auto;
}

.home-programmes-arrow-r:hover {
  background-image: url('../images/arrow-l-hover.svg');
}

.home-programmes-slide-nav {
  display: none;
  position: relative;
}

.home-programmes-l {
  display: none;
}

.home-programmes-arrow-l02 {
  background-color: var(--white);
  background-image: url('../images/arrow-r.svg');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .5s;
  inset: auto auto 0% 0%;
}

.home-programmes-arrow-l02:hover {
  background-image: url('../images/arrow-r-hover.svg');
}

.home-programmes-arrow-r02 {
  background-color: var(--white);
  background-image: url('../images/arrow-l.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .5s;
  inset: auto auto 0% 0%;
}

.home-programmes-arrow-r02:hover {
  background-image: url('../images/arrow-l-hover.svg');
}

.slider {
  background-color: #fff;
  margin-top: 20px;
}

.slide.image1 {
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.image2 {
  background-image: url('../images/image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.image3 {
  background-image: url('../images/image-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  display: none;
}

.attrib {
  color: #999;
  font-size: .9em;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.arrow-icon.black {
  color: #000;
}

.home-programmes-slider02 {
  background-color: #fff0;
  height: auto;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.home-map {
  width: 110%;
  padding-top: 64%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.home-map-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-map-dot.honduras {
  margin-top: 4%;
  margin-left: -28%;
}

.home-map-dot.mauritania {
  margin-top: 1%;
  margin-left: -4.5%;
}

.home-map-dot.senegal {
  margin-top: 3.5%;
  margin-left: -6.5%;
}

.home-map-dot.djibouti {
  margin-top: 4.5%;
  margin-left: 10%;
}

.home-map-dot.laos {
  margin-top: 1%;
  margin-left: 26%;
}

.home-map-dot.cambodia {
  margin-top: 5%;
  margin-left: 25%;
}

.home-map-dot.timor-leste {
  margin-top: 11%;
  margin-left: 32%;
}

.home-map-dot.vanuatu {
  margin-top: 15%;
  margin-left: 43%;
}

.home-map-dot-img {
  display: block;
}

.home-map-txt {
  color: var(--off-black);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.home-map-txt.down {
  margin-bottom: -17px;
}

.home-map-txt.up {
  margin-bottom: 10px;
}

.home-banner-slider {
  z-index: -1;
  background-color: var(--off-white);
  width: 100%;
  height: 100vh;
  padding: 15px;
  position: relative;
  inset: 0%;
}

.home-banner-slide {
  overflow: hidden;
}

.home-banner-slide-img-mask {
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-banner-slide-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home-banner-slide-img._01 {
  background-image: url('../images/home-banner01.jpg');
}

.home-banner-slide-img._02 {
  background-image: url('../images/home-banner02.jpg');
}

.header-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f4f4f4cc;
  position: absolute;
  inset: 0%;
}

.home-banner-slide-mask {
  border-radius: 10px;
}

.home-banner-slide-mask-top {
  z-index: 1;
  background-image: linear-gradient(#ffffffbf 30%, #fff0);
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-banner-slide-content-b {
  z-index: 2;
  background-image: linear-gradient(#0000, #00000080 75%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-slide-row {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.home-banner-slide-col-r {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

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

.home-banner-slide-side-b {
  background-color: var(--white);
  color: var(--off-black);
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
}

.home-banner-slide-side-row {
  flex-flow: wrap;
  display: flex;
}

.home-banner-slide-col-txt {
  width: 60%;
  padding: 25px;
}

.home-banner-slide-col-img {
  width: 40%;
  padding: 10px;
}

.home-banner-slide-side-img-b {
  height: 100%;
  min-height: 110px;
  position: relative;
  overflow: hidden;
}

.home-banner-slide-side-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.home-banner-slide-side-link {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: inline-flex;
}

.home-banner-slide-title {
  color: var(--white);
  font-family: Poppins, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

.home-banner-slide-col-l {
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  max-width: 700px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.home-banner-slide-content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.home-banner-slide-img-load {
  z-index: 1;
  background-color: #0006;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-banner-slide-img-b {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-banner-side-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-side-img.mobile {
  display: none;
}

.home-slide-nav {
  width: 30px;
  height: auto;
  margin-left: 0;
  margin-right: 50px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.img-mask {
  z-index: 1;
  background-color: #0000001a;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.header-logo-img-white {
  display: none;
}

.pop-wechat {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.wechat-code {
  border-radius: 10px;
  max-width: none;
  height: 70vh;
  max-height: 300px;
}

.wechat-code-b {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  top: 50%;
}

.team-list-img-b {
  z-index: 1;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: 25px;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.menu-donate-b {
  background-color: var(--red);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-donate-main {
  z-index: 1001;
  margin-top: 30px;
  margin-right: 50px;
  position: fixed;
  inset: 0% 6% auto auto;
}

html.w-mod-js [data-ix="txt-mask-in"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="img-fade-in"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="banner-img-fade-in"] {
  opacity: 0;
  transform: scale(1.05);
}

html.w-mod-js [data-ix="header-dropdown-link"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  opacity: 0;
  transform: translate(0%, 20px);
}

html.w-mod-js [data-ix="nav-dropdown-list-mobile"] {
  height: 0;
}

html.w-mod-js [data-ix="section-title-line-initial"] {
  width: 0;
}

html.w-mod-js [data-ix="dropdown-list-initial"], html.w-mod-js [data-ix="team-list-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="team-list-expand-open"] {
  height: auto;
}

html.w-mod-js [data-ix="pop-wechat"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .list-btn-icon.active {
    transform: translate(0, -50%)rotate(45deg);
  }

  .home-programmes {
    justify-content: flex-end;
    padding-right: 0%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .home-programmes-row {
    z-index: 1;
    justify-content: flex-end;
    width: 65%;
    margin-right: 0;
    overflow: hidden;
  }

  .home-programmes-col-l {
    width: 35%;
    display: none;
  }

  .home-programmes-slider {
    display: none;
    position: static;
  }

  .home-programmes-slide-mask {
    width: 38%;
  }

  .home-programmes-arrow-l {
    margin-left: 20px;
    display: none;
    inset: auto auto 0% 0%;
  }

  .home-programmes-arrow-r {
    margin-left: 100px;
    display: none;
    inset: auto auto 0% 0%;
  }

  .home-programmes-slide-nav {
    display: none;
  }

  .home-programmes-l {
    width: 100%;
    max-width: 1440px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 5%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 50%;
    transform: translate(-50%);
  }

  .home-programmes-content-b {
    width: 35%;
    height: 100%;
    position: relative;
  }

  .home-programmes-arrow-l02 {
    display: block;
    inset: auto auto 0% 0%;
  }

  .home-programmes-arrow-r02 {
    margin-left: 80px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .home-programmes-txt-slider {
    background-color: #fff0;
    width: 100%;
    height: auto;
    margin-top: 100px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .home-programmes-txt-number {
    opacity: .4;
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 100%;
  }

  .home-programmes-txt-slide-nav {
    display: none;
  }

  .home-programmes-slider02 {
    display: block;
    position: static;
  }

  .home-map-txt {
    font-size: 17px;
    line-height: 150%;
    transition: color .8s;
  }

  .home-map-txt:hover {
    color: var(--red);
  }

  .home-map-txt.down {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 991px) {
  .bottom-list-row {
    margin-top: -15px;
  }

  .bottom-list-col {
    width: 100%;
    margin-top: 15px;
  }

  .all {
    padding-top: 70px;
  }

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

  .header-container {
    z-index: 4;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .header-logo {
    margin-left: 0%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .nav-menu {
    z-index: 2;
    background-color: #76121400;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 80px 5%;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-link {
    color: var(--white);
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 32px;
    line-height: 200%;
    transition: all .5s;
    display: block;
  }

  .nav-link:hover {
    color: var(--red);
  }

  .nav-link.nav-animate-fade06 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }

  .nav-link-txt-mask {
    height: auto;
  }

  .nav-link-txt-mask.donate {
    height: 25px;
  }

  .nav-link-txt-b.donate {
    line-height: 150%;
  }

  .nav-link-txt-hover {
    display: none;
  }

  .nav-link-txt-hover.txt-color-white.donate {
    display: flex;
  }

  .header-lang-b {
    z-index: 3;
    padding-right: 60px;
  }

  .menu-btn {
    z-index: 4;
    background-color: var(--white);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 5%;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .menu-btn.w--open {
    background-color: var(--white);
  }

  .menu-btn-line-b {
    display: inline-block;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-list {
    width: 100%;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown-col-txt {
    border-left: 2px solid var(--red);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .nav-dropdown-link-b {
    color: var(--off-white);
  }

  .nav-dropdown-mobile {
    display: block;
  }

  .nav-menu-bg {
    z-index: 1;
    background-image: url('../images/menu-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    position: fixed;
    inset: 0%;
  }

  .support-img-b {
    background-attachment: scroll;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 50%;
    position: relative;
  }

  .support-content {
    padding: 0 0%;
  }

  .support-txt-b {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: none;
  }

  .support-img {
    background-attachment: scroll;
  }

  .sticky-menu {
    display: none;
  }

  .side-content {
    float: none;
    width: 100%;
    margin-top: -50px;
    padding-left: 0%;
  }

  .contact-col-l, .contact-col-r {
    width: 100%;
  }

  .input {
    font-size: 1rem;
  }

  .sticky-menu-mobile {
    z-index: 5;
    display: block;
    position: sticky;
    top: 100px;
  }

  .sticky-menu-mobile-btn {
    background-color: var(--white);
    background-image: url('../images/arrow-dropdown.svg');
    background-position: 94%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
    padding: 15px 15% 15px 40px;
    font-weight: 600;
    display: block;
  }

  .sticky-menu-mobile-dropdown-list {
    background-color: var(--white);
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
  }

  .sticky-menu-mobile-dropdown-link-b {
    margin-bottom: -1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-menu-mobile-dropdown-link {
    border-bottom: 1px solid #aeaeae80;
    transition: all .5s;
  }

  .sticky-menu-mobile-dropdown-link:hover, .sticky-menu-mobile-dropdown-link.w--current {
    color: var(--red);
  }

  .news-list-col {
    width: 50%;
  }

  .side-content-line {
    display: none;
  }

  .board-col02 {
    width: 50%;
  }

  .partners-logo-col {
    width: 33.33%;
  }

  .news-slide-nav {
    display: block;
  }

  .other-news-col-img {
    width: 100%;
  }

  .other-news-col-txt {
    width: 100%;
    margin-top: 25px;
  }

  .news-details-more {
    text-align: center;
    margin-top: 25px;
    position: relative;
  }

  .programmes-news {
    background-attachment: scroll;
  }

  .home-news-more {
    text-align: center;
    margin-top: 25px;
    position: relative;
  }

  .news-details-slider-arrow-r, .news-details-slider-arrow-l {
    display: none;
  }

  .tricks-slider_slide {
    width: 300px;
    margin-right: 30px;
  }

  .progress {
    margin-top: 30px;
  }

  .home-about-row {
    margin-top: -25px;
  }

  .home-about-col {
    width: 100%;
    margin-top: 25px;
  }

  .home-programmes {
    background-attachment: scroll;
  }

  .home-programmes-slide-mask {
    width: 40%;
  }

  .home-map {
    width: 100%;
  }

  .home-banner-slider {
    height: auto;
  }

  .home-banner-slide {
    padding-top: 70%;
  }

  .home-banner-slide-img-mask, .home-banner-slide-img {
    height: 600px;
  }

  .home-banner-slide-col-r {
    display: none;
  }

  .home-banner-slide-col-l {
    width: 100%;
  }

  .home-slide-nav {
    margin-right: 5%;
  }

  .header-logo-img-white {
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .menu-donate-b {
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .menu-donate-main {
    margin-top: 18px;
    margin-right: 110px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

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

  .bottom-list-row {
    margin-top: -30px;
  }

  .bottom-list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bottom-list-col {
    margin-top: 30px;
  }

  .bottom-list-b {
    background-color: var(--white);
  }

  .bottom-list-img {
    position: absolute;
    inset: 0%;
  }

  .bottom-list-txt-b {
    color: var(--off-black);
    width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .link-btn-b {
    margin-top: 20px;
  }

  .sub-section, .all {
    padding-top: 60px;
  }

  .footer {
    position: static;
  }

  .newsletter-txt-field {
    border-bottom-color: var(--off-black);
    color: var(--off-black);
  }

  .newsletter-txt-field::placeholder {
    color: var(--off-black);
  }

  .footer-contact-b {
    text-align: left;
    align-items: stretch;
    margin-top: 30px;
  }

  .title {
    font-size: 18px;
  }

  .social-b {
    margin-top: 20px;
  }

  .social-btn.footer-social-btn-margin, .social-btn.contact-social-btn-margin {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-bottom-txt-b {
    text-align: left;
    justify-content: flex-start;
  }

  .footer-bottom-link-b {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-bottom {
    margin-top: 60px;
  }

  .footer-line {
    margin-top: 20px;
    margin-bottom: -30px;
  }

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

  .page-graphic {
    width: 280px;
    margin-top: -45px;
    margin-left: -100px;
  }

  .bottom-list-img-b {
    padding-top: 45%;
    position: relative;
  }

  .header-logo {
    width: 160px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .header-lang-b {
    padding-right: 55px;
  }

  .header-lang, .header-dropdown-link, .menu-btn {
    width: 46px;
    height: 46px;
  }

  .page-top-row {
    margin-top: -15px;
  }

  .page-top-col {
    width: 100%;
    margin-top: 15px;
  }

  .banner-b {
    padding-left: 0;
    padding-right: 0;
  }

  .support-txt-b {
    padding: 20px;
  }

  .banner-img-b {
    border-radius: 0;
    padding-top: 50%;
  }

  .sticky-menu {
    display: none;
  }

  .side-content {
    width: 100%;
    margin-top: -30px;
  }

  .section-title-b {
    margin-bottom: 15px;
  }

  .contact-subtxt-b {
    background-position: 0 2px;
    background-size: 22px;
    padding-bottom: 10px;
  }

  .contact-col-l, .contact-col-r, .contact-form {
    margin-top: 30px;
  }

  .form-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .sticky-menu-mobile {
    top: 80px;
  }

  .sticky-menu-mobile-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .news-list-row {
    margin-bottom: -30px;
  }

  .news-list-col {
    margin-bottom: 30px;
  }

  .news-link {
    padding-bottom: 30px;
  }

  .news-col-l {
    width: 100%;
    margin-top: 15px;
  }

  .news-cat-align {
    justify-content: flex-start;
  }

  .news-col-r {
    width: 100%;
    margin-top: 0;
  }

  .news-dropdown-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-dropdown {
    margin-left: 0;
    margin-right: 10px;
  }

  .news-dropdown-b {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 60px;
    top: 80px;
  }

  .about-col {
    width: 100%;
    margin-top: 20px;
  }

  .about-txt-b {
    padding: 20px;
  }

  .about-txt-stat {
    font-size: 50px;
  }

  .board-row02 {
    margin-bottom: 20px;
  }

  .board-col02 {
    margin-top: 20px;
  }

  .board-row01 {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .heading-b {
    margin-bottom: 15px;
  }

  .list-btn {
    padding: 15px 50px 15px 85px;
  }

  .list-btn-icon {
    width: 20px;
    margin-right: 15px;
  }

  .team-list-expand-txt-b {
    padding: 15px;
  }

  .partners-list-row01 {
    margin-top: -15px;
  }

  .partners-list-col01 {
    width: 50%;
    margin-top: 15px;
  }

  .partners-list-col02 {
    width: 100%;
    margin-top: 15px;
  }

  .partners-list-row02 {
    margin-top: -15px;
  }

  .news-details-title {
    font-size: 28px;
  }

  .news-details-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news-details-top-align {
    margin-bottom: 15px;
  }

  .news-details-others-b {
    margin-top: 60px;
  }

  .other-news-col-txt {
    margin-top: 15px;
  }

  .other-news-content {
    padding-top: 60px;
  }

  .programmes-row {
    margin-top: -30px;
  }

  .programmes-col {
    width: 100%;
    margin-top: 30px;
  }

  .programmes-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news-details-slider-arrow-r, .news-details-slider-arrow-l {
    display: none;
  }

  .tricks-slider_slide {
    width: 260px;
    margin-right: 15px;
  }

  .programmes-news-link {
    padding-bottom: 30px;
  }

  .progress_fill-fix {
    width: 80px;
  }

  .support-section-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-programmes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-programmes-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-programmes-link-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-programmes-title {
    font-size: 18px;
  }

  .home-programmes-arrow-l, .home-programmes-arrow-r {
    display: none;
  }

  .home-programmes-slide-nav {
    margin-top: 15px;
    display: block;
  }

  .home-programmes-arrow-l02, .home-programmes-arrow-r02 {
    display: none;
  }

  .home-programmes-slider02 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-banner-slider {
    height: 90vh;
    padding: 8px;
  }

  .home-banner-slide {
    padding-top: 0%;
  }

  .home-banner-slide-title {
    font-size: 28px;
  }

  .team-list-img-b {
    width: 60px;
    height: 60px;
    margin-left: 15px;
  }

  .menu-donate-main {
    margin-top: 10px;
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .footer-col.donate {
    padding-right: 110px;
  }

  .page-graphic.home {
    width: 240px;
    margin-top: -15px;
  }

  .bottom-list-img-b {
    padding-top: 60%;
  }

  .banner-img-b {
    padding-top: 55%;
  }

  .img, .img.mobile {
    display: block;
  }

  .news-list-col {
    width: 100%;
  }

  .news-col-l {
    width: 40%;
  }

  .news-cat-align {
    justify-content: flex-end;
    align-items: center;
  }

  .news-col-r {
    width: 60%;
    margin-top: 15px;
  }

  .board-col02 {
    width: 100%;
  }

  .txt-color-red.m-align-center {
    text-align: center;
  }

  .board-row01 {
    justify-content: center;
  }

  .board-col-img {
    width: 50%;
    margin-bottom: 15px;
  }

  .board-col-txt {
    text-align: center;
    width: 100%;
  }

  .partners-logo-col {
    width: 50%;
  }

  .partners-list-col01, .other-news-col, .news-details-slide {
    width: 100%;
  }

  .tricks-slider_slide {
    width: 240px;
    max-height: 130vw;
  }

  .home-programmes-slide-mask {
    width: 85%;
  }

  .home-map-dot {
    width: 6px;
    height: 6px;
  }

  .home-map-txt {
    font-size: 10px;
  }

  .home-map-txt.down {
    margin-bottom: -13px;
  }

  .home-map-txt.up {
    margin-bottom: 6px;
  }

  .home-banner-slider {
    height: auto;
    padding: 0;
  }

  .home-banner-slide {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-banner-slide-img._01 {
    background-image: url('../images/home-banner-img04-mobile.jpg');
  }

  .home-banner-slide-img._02 {
    background-image: url('../images/home-banner-img05-mobile.jpg');
  }

  .home-banner-slide-mask {
    border-radius: 0;
  }

  .home-banner-slide-content-b {
    background-image: none;
    padding-top: 25px;
    padding-bottom: 0;
    position: relative;
  }

  .home-banner-slide-title {
    color: var(--off-black);
  }

  .home-banner-slide-img-b {
    border-radius: 10px;
    padding-top: 130%;
    position: relative;
    overflow: hidden;
  }

  .home-banner-side-img, .home-banner-side-img.mobile {
    display: block;
  }

  .home-slide-nav {
    width: auto;
    margin-right: 0%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .menu-donate-main {
    margin-right: 0;
    inset: auto 5% 5% auto;
  }
}


@font-face {
  font-family: 'Hankengrotesk';
  src: url('../fonts/HankenGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankengrotesk';
  src: url('../fonts/HankenGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankengrotesk';
  src: url('../fonts/HankenGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}