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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

p {
  margin-bottom: 0px;
  font-family: 'neue-haas-unica', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

a {
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
}

.wrapper-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.bg-blue {
  background-color: #0179fe;
}

.bg-white {
  background-color: #fcfcf9;
}

.bg-black {
  background-color: #232323;
}

.sg-bg-white {
  padding: 50px;
}

.sg-bg-black {
  padding: 50px;
  background-color: #232323;
}

.f-white {
  color: #fcfcf9;
}

.f-white.all-caps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.f-white.all-caps.no-wrap {
  white-space: nowrap;
}

.f-white.all-caps.no-wrap.donate {
  font-size: 16px;
  line-height: 20px;
}

.f-white.md-15 {
  margin-bottom: 30px;
}

.f-white.md-15.size-14 {
  opacity: 1;
  font-size: 14px;
  line-height: 25px;
}

.f-white.md-15.size-14.p-card {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

.f-white.md-15.title-card {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.f-white.md-15.title-subtitle {
  font-size: 35px;
  line-height: 40px;
}

.f-white.title {
  padding-right: 163px;
}

.f-white.p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.f-white.md-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.f-white.md-10.country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-white.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
}

.f-white.capital {
  text-transform: uppercase;
}

.f-white.hide {
  display: none;
}

.f-white.stories-card-title {
  line-height: 30px;
}

.f-white.footer-text {
  width: auto;
  font-size: 15px;
  line-height: 20px;
}

.f-white.title-tag {
  font-size: 14px;
  line-height: 20px;
}

.f-white.sub-quote {
  font-size: 16px;
  font-weight: 500;
}

.f-white.open {
  font-size: 20px;
}

.f-white.mb-20 {
  margin-bottom: 20px;
}

.sg-bg-blue {
  padding: 50px;
  background-color: #0179fe;
}

.wrapper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.big-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 14px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #0179fe;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.big-button.mb-20 {
  display: block;
  overflow: visible;
  font-style: normal;
  text-align: center;
}

.triangle {
  width: 10px;
  padding-left: 0px;
}

.triangle.ml-10 {
  margin-left: 10px;
}

.f-blue {
  margin-bottom: 20px;
  color: #0179fe;
}

.f-blue.md-10.transition-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f-blue.sub-information-article {
  font-size: 18px;
}

.small-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
}

.small-button.sb-white.mt-10 {
  margin-top: 10px;
}

.small-button.md-150 {
  margin-bottom: 150px;
}

.small-button.md-150.transition-on.md-special {
  margin-bottom: 50px;
}

.small-button.md-150.hide {
  display: none;
}

.small-button.mt-20 {
  margin-top: 20px;
}

.small-button.hidden {
  display: none;
}

.arrow-blue.ml-10 {
  margin-left: 10px;
}

.arrow-blue.ml-10._180 {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.big-button-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  background-color: #232323;
}

.hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-img-hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-img-hero.flex-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-hero {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.black-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
}

.container-new {
  width: 100%;
  max-width: 1180px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-new.absolute-10 {
  position: absolute;
  z-index: 10;
}

.container-new.mt-40 {
  margin-top: 40px;
}

.container-new.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-new.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container-new.absolute.main {
  position: relative;
  top: -13%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-hero {
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-hero.hero-md-60 {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-hero.main {
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
}

.wrapper-title-hero {
  overflow: hidden;
  width: 600px;
  padding-bottom: 0px;
}

.wrapper-title-hero.main-action {
  width: auto;
}

.wrapper-title-hero.pr-50 {
  padding-right: 0px;
}

.wrapper-p-hero {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-p-hero.md-30 {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-p-hero.md-30.pt-10 {
  margin-top: 10px;
}

.wrapper-p-hero.main-activities {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 90px;
  z-index: 4;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.content.beige {
  background-color: #f0eee9;
}

.content.country {
  padding-top: 90px;
  padding-bottom: 90px;
}

.grid-content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-content.option-2 {
  position: relative;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-content.pd-100 {
  padding-bottom: 100px;
}

.grid-content.appeal {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-text-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-text-img-content.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapper-img-content {
  overflow: hidden;
  width: 100%;
}

.wrapper-img-content.wic-two {
  position: relative;
  height: 540px;
}

.wrapper-img-content.wic-one {
  position: relative;
  overflow: hidden;
  height: 304px;
}

.wrapper-img-content.wic-three {
  position: relative;
  height: 540px;
}

.wrapper-img-content.wic-four {
  position: relative;
  height: auto;
}

.img-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-content.special-height {
  height: 300px;
}

.md-60 {
  margin-bottom: 60px;
  padding-left: 0px;
}

.md-60.f-blue {
  display: block;
  color: #0179fe;
}

.md-30 {
  position: static;
  margin-bottom: 30px;
  padding-left: 0px;
  white-space: normal;
}

.md-30.hidden {
  display: none;
}

.md-30.title-country {
  font-weight: 500;
}

.main-actions {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.wrapper-title-main-actions {
  width: 100%;
}

.wrapper-main-activity {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-main-action {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-main-actions {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-text-main-action {
  position: relative;
  z-index: 5;
  width: 80%;
}

.donation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eee9;
}

.donation.mt-100 {
  height: auto;
}

.wrapper-donation-img {
  width: 100%;
  height: 480px;
}

.wrapper-donation-img.md-60 {
  overflow: hidden;
  height: 550px;
  font-weight: 400;
}

.img-donation {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  background-color: #fcfcf9;
}

.wrapper-text-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.donnorbox-embed {
  width: 100%;
}

.donnorbox-embed.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 166px;
}

.donnorbox-embed.relative-mt-200-copy {
  position: relative;
  top: -200px;
}

.newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.nl-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 85%;
}

.nl-mask.bg-beige {
  display: none;
  background-color: #f0eee9;
}

.small-button-main-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-newslteter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-content-nl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-social {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-nl-form {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
}

.wrapper-icon-social.mt-20.md-40 {
  padding-left: 0px;
}

.icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0179fe;
  border-radius: 50%;
}

.icon-social.mr-10 {
  margin-right: 10px;
}

.text-field {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fcfcf9;
  background-color: transparent;
  font-family: neue-haas-unica, sans-serif;
  color: #fcfcf9;
  font-weight: 300;
}

.text-field::-webkit-input-placeholder {
  color: #fcfcf9;
}

.text-field:-ms-input-placeholder {
  color: #fcfcf9;
}

.text-field::-ms-input-placeholder {
  color: #fcfcf9;
}

.text-field::placeholder {
  color: #fcfcf9;
}

.text-field.f-black {
  color: #232323;
}

.text-field.f-black:hover {
  color: #232323;
}

.text-field.f-black:active {
  color: #232323;
}

.text-field.f-black:focus {
  color: #232323;
}

.text-field.f-black::-webkit-input-placeholder {
  color: #232323;
}

.text-field.f-black:-ms-input-placeholder {
  color: #232323;
}

.text-field.f-black::-ms-input-placeholder {
  color: #232323;
}

.text-field.f-black::placeholder {
  color: #232323;
}

.wrapper-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fcfcf9;
}

.submit-button {
  width: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  border-radius: 20px;
  background-color: transparent;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.form-block {
  margin-bottom: 0px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #000;
  background-color: #0179fe;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.sub-grid-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-link.md-10 {
  margin-bottom: 10px;
}

.small-link.mr-40 {
  margin-right: 40px;
}

.small-link.md-10 {
  margin-bottom: 10px;
}

.small-link.dropdown-hych.pr-30 {
  padding-right: 30px;
}

.small-link.dropdown-hych.pr-30._100--h {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-link.dropdown-wwd.pr-30 {
  padding-right: 30px;
}

.small-link.dropdown-wwd.pr-30._100--h {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-link.dropdown-wwa.pr-30 {
  padding-right: 30px;
}

.small-link.dropdown-wwa.pr-30._100--h {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-link._100--h {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-link.dropdown-wwk.pr-30 {
  padding-right: 30px;
}

.small-link.dropdown-wwk.pr-30._100--h {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #232323;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line.bg-white {
  background-color: #fcfcf9;
}

.line.bg-white.opacity-30 {
  opacity: 0.3;
}

.line.opacity-20 {
  opacity: 0.2;
}

.md-2 {
  margin-bottom: 5px;
}

.md-2.f-white.link-footer {
  margin-bottom: 2px;
  font-size: 15px;
}

.md-2.bold {
  font-weight: 400;
}

.md-2.bold.no-wrap {
  white-space: nowrap;
}

.md-2.bold.no-wrap.title-menu {
  font-size: 15px;
}

.md-2.bold.no-wrap.menu {
  font-weight: 300;
}

.md-2.title-office {
  font-size: 35px;
  line-height: 40px;
}

.md-2.f-black {
  color: #232323;
}

.wrapper-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.normal {
  font-weight: 500;
}

.normal.f-white.md-30 {
  font-weight: 400;
}

.footer-main-action-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-down-footer {
  width: 100%;
}

.wrapper-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-copywright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-link-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-wrapper-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.wrapper_menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 50px;
}

.logo-wrapper.w--current {
  width: 130px;
  min-height: 50px;
  min-width: 130px;
}

.img-logo {
  position: static;
  max-width: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.wrapper-button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-links-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.menu-desk {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-window {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.wrapper-menu-window {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper-menu-window.wwa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-menu-window.wwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-menu-window.hwch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-img-menu-window {
  width: 350px;
  height: 250px;
}

.img-menu-window {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-link-menu-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item-ma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-element-menu-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-mob {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-window-mob {
  display: none;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcfcf9;
}

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

.dropdown-mob._3 {
  margin-bottom: 20px;
}

.wrapper-menu-mob {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-menu-mob {
  width: 100%;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-line-mob {
  display: none;
}

.menu-line-mob.mt-20 {
  display: none;
}

.wrapper-normal-link-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.wrapper-normal-link-mob._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-normal-link-mob._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.triangle-dropdown-mob {
  width: 10px;
  margin-left: 10px;
}

.wrapper-link-drop-mob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-link-drop-mob._1 {
  display: none;
}

.collection-item {
  margin-bottom: 10px;
}

.menu-mob-window {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.wrapper-drop-menu-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.wrapper-hero-stories {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
}

.collection-hero-blog {
  width: 100%;
  height: auto;
}

.collection-list-hero-blog {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-hero-blog {
  width: 100%;
  height: 100%;
}

.stories {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.image-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-title-blog {
  position: absolute;
  left: 40px;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-blog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.collection-list-hero-blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.all-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.wrapper-title-section-two {
  width: 50%;
}

.wrapper-title-section-two.md-30 {
  width: 70%;
}

.collection-all-article {
  width: 100%;
}

.collection-list-all-article {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-all-article._3-line {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-all-article {
  width: 100%;
  height: auto;
}

.card-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-img-all-article {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.wrapper-title-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag {
  padding: 5px;
}

.tag.mt-40 {
  margin-top: 20px;
}

.tag.mt-40.md-20 {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 3px 15px;
  border-radius: 20px;
  white-space: nowrap;
}

.wrap-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-cache-vh {
  width: 100%;
  margin-top: 100vh;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-insta {
  font-size: 40px;
  font-weight: 300;
}

.wrapper-title-insta {
  max-width: none;
}

.additionnal-bg-beige {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-color: #f0eee9;
}

.promise {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.grid-plus-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-plus-dropdown.mt-20 {
  margin-top: 20px;
}

.wrapper-plus-dropdown {
  width: 100%;
}

.wrap-top-plus-dropdown {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid-inside-plus-dropdown {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 80px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-plus-dropdown {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.img-plus-dropdown.height-200px {
  overflow: hidden;
  height: 200px;
}

.img-drop-plus {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-img-plus-dropdown {
  padding-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.plus-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper-p-plus-dropdown {
  width: 100%;
}

.wrapper-p-plus-dropdown.mt-50 {
  margin-top: 50px;
}

.accountability {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0179fe;
}

.grid-accountability {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-title-accountability {
  position: relative;
}

.wrapper-title-accountability.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  background-color: #0179fe;
}

.grid-wrapper-account {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-logo-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-content-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-alternative {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-alternative {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 75vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.intro-alternative.blue-bg {
  background-color: #0179fe;
}

.intro-alternative.main {
  margin-top: 100vh;
}

.history {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 139px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.grid-history {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-history.mdt-50 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
  -ms-grid-columns: 0.25fr 2fr 1.5fr;
  grid-template-columns: 0.25fr 2fr 1.5fr;
}

.wrapper-img-history {
  overflow: hidden;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-history {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-content-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.md-20 {
  margin-bottom: 20px;
}

.collection-history.md-150 {
  margin-bottom: 0px;
}

.item-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p.md-10.f-white.quote-main {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
}

.title {
  padding-bottom: 10px;
}

.geneva {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.geneva.pd-100 {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.in-the-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.in-the-field.pd-100 {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.board {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.board.pd-100 {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.manilla-team {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.manilla-team.pd-100 {
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-img-manilla-team {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.manilla-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-manila {
  width: 100%;
  grid-column-gap: 200px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headquarter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.html-embed {
  width: 100%;
}

.grid-headquarter {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-headquarter.md-30 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.all-headquarter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eee9;
}

.title-all-headquarter {
  width: 40%;
}

.list-headquarter {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headquarter-all {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-flag {
  height: 40px;
}

.flag {
  height: 100%;
}

.mt-30 {
  margin-top: 30px;
}

.open-button {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  border-radius: 30px;
}

.sponsors {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.grid-logo {
  grid-column-gap: 90px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: auto;
  height: auto;
  max-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.map {
  overflow: hidden;
  width: 100%;
  height: 50vw;
}

.map-country {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.budget-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.budget-list.beige {
  background-color: #f0eee9;
}

.collection-budget {
  width: 100%;
}

.list-budget {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item-budget {
  width: 100%;
}

.grid-budget {
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.75fr 1fr 0.25fr;
  grid-template-columns: 0.75fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.md-150 {
  margin-bottom: 150px;
}

.section-full-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.section-full-width.p-down-0 {
  padding-bottom: 0px;
}

.section-full-width.p-down-0.impact {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper-img-full {
  overflow: hidden;
  width: 100%;
  height: 80vh;
}

.image-main-country {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.countries-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.list-countries {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-country {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.wrapper-text-countries {
  position: absolute;
  left: 40px;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  width: 60%;
}

.img-countries {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.hero-countries.pt-200 {
  padding-top: 230px;
}

.hero-countries.impact {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  background-color: #f0eee9;
}

.section-main-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mr-20 {
  margin-right: 20px;
}

.mr-20.coma {
  font-size: 70px;
  line-height: 60px;
}

.wrapper-donation {
  width: 100%;
  height: 480px;
}

.wrapper-donation.md-60 {
  overflow: hidden;
  height: 70vh;
}

.wrapper-ember-donnor {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper-img-donation {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.img-illustration-donation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-fundraiser {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-card-fundraising {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.img-fundraise {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fundraise-campaign {
  position: relative;
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.wrapper-creator {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.wrapper-hero-content-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-wrapper.mr-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-wrapper.mr-60.md-5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.reading-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mr-5 {
  margin-right: 5px;
}

.mr-5.sub-information-article {
  font-size: 18px;
}

.wrapper-title-stories {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.corp-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.content-stories {
  width: 80%;
  text-align: left;
}

.caps {
  text-transform: uppercase;
}

.bold {
  font-weight: 500;
}

.form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #fcfcf9;
  background-color: transparent;
  color: #fcfcf9;
}

.contact-form {
  width: 60%;
}

.grid-form {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.wrapper-block-form {
  width: 100%;
  margin-right: 0px;
}

.wrapper-block-form._100 {
  width: 100%;
}

.wrapper-title-contact {
  width: 60%;
}

.submit {
  padding: 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.52, .015, .25, 1);
  transition: all 300ms cubic-bezier(.52, .015, .25, 1);
  font-family: neue-haas-unica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #fcfcf9;
  color: #0179fe;
}

.img-world {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.img-world.absolute {
  position: absolute;
}

.legal-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.legal-section.img-report {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0.35)), to(rgba(35, 35, 35, 0.35))), url('../images/2020-FSD-Webpage-Donation-page03.jpg');
  background-image: linear-gradient(180deg, rgba(35, 35, 35, 0.35), rgba(35, 35, 35, 0.35)), url('../images/2020-FSD-Webpage-Donation-page03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-inside-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
}

.white-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  background-color: #fcfcf9;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.blue-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1201;
  background-color: #0179fe;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
}

.wrapper-legal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blue-screen-loader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0179fe;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.white-screen-loader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcf9;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.open-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  border-radius: 30px;
}

.wrapper-fundraise {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.language-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  border-radius: 20px;
  background-color: transparent;
  color: #fcfcf9;
}

.language-selector.black {
  border-color: #232323;
  color: #232323;
}

.language-selector.black:hover {
  border-color: #232323;
  color: #232323;
}

.language-selector.black:active {
  border-color: #232323;
  color: #232323;
}

.language-selector.black:focus {
  border-color: #232323;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-wrapper.md-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-toggle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mr-50 {
  margin-right: 50px;
}

.dropdown-filter {
  border-style: solid;
  border-width: 1px;
  border-color: #0179fe;
  font-family: neue-haas-unica, sans-serif;
  color: #0179fe;
  font-weight: 400;
}

.text-block {
  color: #0179fe;
}

.icon {
  color: #0179fe;
}

.filter-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.dropdown-list.w--open {
  margin-top: 10px;
}

.filter-by-text {
  color: #0179fe;
  font-size: 14px;
  font-weight: 400;
}

.grid-point-impact {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
}

.wrapper-point-impact {
  position: relative;
}

.inside-impact-point {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-content-impact-point {
  position: relative;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wrapper-image-point-impact {
  width: 40px;
  height: 40px;
}

.wrapper-image-point-impact.mr-20 {
  min-height: 40px;
  min-width: 40px;
}

.icon-impact {
  width: 100%;
  height: 100%;
}

.md-10 {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cookie-accept {
  position: relative;
  overflow: hidden;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 30px;
  text-decoration: none;
}

.text-button {
  position: relative;
  bottom: -3px;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.text-button.small-cookie {
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.cookie-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cookie {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
  color: #fff;
}

.cookiebuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cookie-text {
  width: auto;
  margin-bottom: 25px;
  font-family: neue-haas-unica, sans-serif;
  color: #232323;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.wrapper-second-text-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-link {
  color: #232323;
  font-size: 12px;
  font-weight: 500;
}

.privacy-link:hover {
  color: #232323;
  font-weight: 500;
}

.grid-footer-down {
  position: static;
  width: 100%;
  grid-column-gap: 150px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-footer.md-20 {
  max-width: 100px;
}

.link-white {
  color: #fcfcf9;
}

.span-50 {
  opacity: 0.5;
}

.point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0179fe;
}

.line-verti {
  position: relative;
  right: -11px;
  width: 2px;
  background-color: #0179fe;
}

.line-verti.opacity-20 {
  opacity: 0.2;
}

.grid-report {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-img-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.cookie-refuse {
  position: relative;
  overflow: hidden;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #232323;
  border-radius: 30px;
  text-decoration: none;
}

.cookie-refuse.margin-left-30 {
  margin-left: 30px;
}

.error-form {
  color: red;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
}

.success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: neue-haas-unica, sans-serif;
  color: #fcfcf9;
}

.success-message-2 {
  padding-left: 0px;
  background-color: transparent;
}

.grid-logo-footer {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-logo-footer.mob {
  display: none;
}

.wrapper-logo-footer {
  width: 70px;
}

.div-block {
  right: 15px;
  bottom: 15px;
  border-radius: 10px;
}

.wrapper-quote-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-mail {
  color: #0179fe;
  font-weight: 400;
}

.landing-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.landing-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.wg-element-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper.sw6 {
  border-radius: 20px;
}

.wg-dropdown-1 {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wg-dd-1-togle:hover {
  background-color: #0179fe;
  color: #fff;
}

.wg-selector-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-selector-text-wrapper:hover {
  color: #0179fe;
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.wg-dd-1-list {
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, 0.07);
}

.wg-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-dropdown-1-link {
  padding: 10px 15px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #000;
  text-decoration: none;
}

.wg-dropdown-1-link:hover {
  background-color: #0179fe;
  color: #fff;
}

.wrapper-img-content-value {
  width: 100%;
}

.content-value {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.content-value.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-mega-img-story {
  width: 100%;
}

.title-team {
  font-size: 35px;
  line-height: 40px;
}

.grid-team {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 80px 2.5fr 80px 0.25fr;
  grid-template-columns: 1fr 2.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-appeal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.content-appeal.special-appeal {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-img-content-appeal {
  overflow: hidden;
  width: 100%;
  height: 540px;
}

.donation-appeal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eee9;
}

.donation-appeal.mt-100 {
  height: auto;
  padding-top: 0px;
}

.content-work {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.wrapper-img-content-work {
  overflow: hidden;
  width: 100%;
  height: 540px;
}

.wrapper-img-content-work-two {
  overflow: hidden;
  height: 400px;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(60%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 60%);
}

.gradient.full {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(rgba(35, 35, 35, 0.2)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(35, 35, 35, 0.2));
}

.wrapper-content-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14) #000 #000 rgba(0, 0, 0, 0.1);
}

.icon-main {
  width: 50px;
}

.icon-main.mr-5 {
  width: 50px;
  margin-bottom: 20px;
  opacity: 1;
}

.content-main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

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

.wrap-text-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-section-country {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.section-impact-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-impact-image.impact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100vh;
}

.wrapper-map {
  width: 100%;
}

.wrapper-map.hiden {
  display: none;
}

.embed-sharethis {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wg-dropdown-1-2 {
  display: block;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
  text-transform: uppercase;
}

.wg-dropdown-1-2.hidden-desktop {
  display: none;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wg-dd-1-togle-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0179fe;
  color: #007bd3;
}

.wg-element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-dropdown-1-link-2 {
  padding: 10px 15px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #000;
  text-decoration: none;
}

.wg-dropdown-1-link-2:hover {
  color: #007bd3;
}

.hero-section-landing {
  width: 100vw;
  height: 80vh;
}

.main-img-landing {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donation-section-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.grid-lp-donation-one {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-lp-one {
  margin-top: 80px;
  margin-bottom: 30px;
}

.logo-fsd-lp {
  width: 100px;
}

.embed-donation-lp.relative {
  position: relative;
  top: -70px;
  z-index: 3;
}

.embed-donation-lp.relative-down {
  position: relative;
  top: 80px;
  z-index: 3;
}

.mt-20 {
  margin-top: 20px;
}

.section-p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.grid-lp-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-lp-p2 {
  width: 100%;
  height: 350px;
}

.img-lp-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.all-article-lp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.all-article-lp.extra-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.wrapper-icon-social-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-left: 0px;
}

.hero-lp-newsletter {
  width: 100vw;
  height: 100vh;
}

.grid-hero-lp-news {
  width: 100%;
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-img-hero-news-lp {
  width: 100%;
  height: 100%;
}

.img-news-lp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-nl-form-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-lp {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #fcfcf9;
  background-color: transparent;
  color: #fcfcf9;
}

.form-lp.one-line {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.wrapper-form-lp {
  margin-bottom: 0px;
}

.wrapper-form-lp._100 {
  width: 100%;
}

.submit-button-lp {
  width: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcf9;
  border-radius: 20px;
  background-color: transparent;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button-lp.blue {
  background-color: #0179fe;
}

.submit-button-lp.blue:hover {
  background-color: #0062cf;
}

.submit-button-lp.blue:active {
  background-color: #0062cf;
}

.submit-button-lp.blue:focus {
  background-color: #0062cf;
}

.submit-button-lp.blue.lp {
  background-color: #f11111;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.submit-button-lp.blue.lp:hover {
  background-color: #ca0b0b;
}

.wrapper-form-lp-news {
  width: 100%;
  max-width: 400px;
}

.section-main-activity-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eee9;
}

.grid-main-activity-lp {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-action-lp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-img-action-lp {
  width: 100%;
  height: 550px;
}

.img-lp-action {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-content-action-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-lp-form {
  max-width: 550px;
}

.link {
  color: #fcfcf9;
}

.big-button-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 14px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #0179fe;
}

.img-donation-special {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.wrapper-author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list {
  font-family: neue-haas-unica, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.list-2 {
  font-family: neue-haas-unica, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.contact-person {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcf9;
}

.wrapper-contact-person {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.wrapper-contact-person.margin-right-30 {
  margin-right: 30px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #0179fe;
}

.button.margin-down-10 {
  margin-bottom: 10px;
}

.wrapper-contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-icon-country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-icon-country.md-20 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white {
  color: #fcfcf9;
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f0eee9;
}

.wrapper-title-map {
  max-width: 600px;
}

.wrapper-title-map.md-30 {
  max-width: none;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.img-insta-wrapper {
  overflow: hidden;
  height: 250px;
}

.img-insta {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-lateral {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 50px;
  background-color: #0179fe;
}

.line-lateral.alternatif {
  top: 0%;
}

.annualreport-nav-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  max-width: 100%;
}

.annualreport-nav-inline1 {
  width: 13%;
  height: 6px;
  background-color: #007bd3;
}

.annualreport-nav-inline2 {
  width: 6%;
  height: 6px;
  background-color: #3cc6fe;
}

.anrp-lottie-nv {
  width: 100%;
  height: 100%;
}

.annualrep-sec-img_nav {
  position: absolute;
  left: 0%;
  top: 40%;
  right: auto;
  bottom: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.annual-report-logo-img {
  width: 94px;
  height: 28px;
}

.annual-report-navwrraper-text1 {
  font-size: 16px;
  line-height: 1.6;
}

.annualreport-menu-img-1 {
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.anrp-nv-anim-cont {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.annualreport-navlink {
  max-height: 40px;
  margin-left: 25px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  transition: all 250ms cubic-bezier(.215, .61, .355, 1);
  color: #007bd3;
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
}

.annualreport-navlink:hover {
  border-color: #007bd3;
  background-color: #007bd3;
  color: #fff;
}

.annualreport-navlink.m-hid {
  max-height: 41px;
}

.anrp-nv-btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  color: #007bd3;
  font-weight: 500;
  text-transform: uppercase;
}

.anrp-nv-btn1:hover {
  background-color: #e0e0e0;
}

.anrp-nv-btn1.m-hide {
  background-color: transparent;
}

.anrp-nv-btn1.m-hide:hover {
  background-color: #007bd3;
  color: #fff;
}

.annual-report-h2__26px {
  color: #007bd3;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}

.annualreport-navmenu {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.annualreport-navmenu.w--open {
  padding: 0px;
  background-color: transparent;
}

.anrp-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.anrp-container.nvmnu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-container.phm {
  padding-right: 0%;
}

.anrp-container.min50vh {
  min-height: 50vh;
}

.anrp-container.np {
  padding-right: 0%;
  padding-left: 0%;
}

.annualreport-navwrapper-linine-block {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto minmax(auto, 250px);
  grid-template-columns: auto minmax(auto, 250px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.anrp-grd-1 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.annualreport-nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
}

.annual-report-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-1234 {
  width: 100%;
  margin-top: auto;
}

.annualreport-nav-inline-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.annualreport-nav-inline-div2.d-hide {
  display: none;
}

.annualreport-container_nav {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 18px 8%;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 170px 1fr 60px;
  grid-template-columns: 170px 1fr 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.annualreport-img-4040 {
  width: 40px;
  height: 40px;
}

.annualreport-nav-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #007bd3;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.anrp-cld-img {
  width: 18px;
  height: 12px;
  margin-right: 6px;
}

.anrp-1237 {
  display: none;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eee;
}

.annual-report-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #fff;
}

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

.annualrep-sec-img-nav-real {
  position: static;
  left: -2%;
  top: 10%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  min-height: 220px;
  min-width: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.annual-report-logo {
  width: 170px;
  height: 44px;
}

.annual-report-logo.d-hide {
  display: none;
  padding-left: 0px;
}

.annual-report-logo.m-hide {
  width: 94px;
  height: 28px;
}

.anrp-txt-lnk01 {
  margin-right: 20px;
  margin-left: 20px;
  color: #767676;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.annualreport-nav-inline-div1 {
  display: -ms-grid;
  display: grid;
  max-width: 620px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anrp-1236 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eee;
}

.annualreport-nav-inline-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #767676;
  font-size: 16px;
  line-height: 1.6;
}

.annual-report-navwrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  min-width: 720px;
  margin: auto auto 3% 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annualreport-navwrapper-div1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto minmax(120px, auto) 1fr;
  grid-template-columns: auto minmax(120px, auto) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #444;
  text-decoration: none;
}

.anrp-txt-lnk02 {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  color: #007bd3;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.anrp-1235 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arnp-lottie1-holder {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 80%;
  height: 85%;
  margin-left: auto;
}

.anrp-form-text-feild {
  min-height: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.anp-span-1 {
  display: inline-block;
  padding-top: 6px;
  color: #007bd3;
  font-size: 17px;
  text-transform: uppercase;
}

.anp-span-1.link-sm {
  font-size: 12px;
}

.anrp-knife-no-copy {
  position: absolute;
  left: 0%;
  top: 24%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: -40px;
  padding-right: 0px;
  padding-left: 160px;
  color: #eee;
  font-size: 72px;
  line-height: 0.8;
  font-weight: 500;
}

.anrp-sec-3-para-hldr._350px {
  max-width: 350px;
}

.anrp-sec-3-para-hldr._400px {
  max-width: 400px;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  padding-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-areas: "Area Area . . . ."
    "Area Area . Area-2 Area-2 ."
    ". . . Area-2 Area-2 ."
    ". Area-3 Area-3 . . ."
    ". Area-3 Area-3 . Area-4 Area-4"
    ". . . . Area-4 Area-4"
    "Area-5 Area-5 . . . ."
    "Area-5 Area-5 . Area-6 Area-6 ."
    ". . . Area-6 Area-6 .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto 60px auto 60px auto 60px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.anrp-img-dot-map {
  width: 100%;
}

.anrp-overflow-hidden {
  overflow: hidden;
  max-width: 100%;
}

.annualrep-sec-1-img4 {
  position: absolute;
  left: -10%;
  top: 52%;
  right: auto;
  bottom: auto;
  width: 20%;
  max-height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img4.right {
  left: auto;
  top: 0%;
  right: -14%;
  max-height: 210px;
}

.annualrep-sec-1-img4.fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.annualrep-sec-1-img4.sec-4 {
  left: auto;
  top: 0%;
  right: -4%;
  width: 200px;
  height: auto;
  max-height: 20%;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img4.sec-4.hdhddd {
  display: none;
}

.annualrep-sec-1-img4.sec-2-new-img {
  top: 6%;
  bottom: 6%;
  -o-object-fit: fill;
  object-fit: fill;
}

.annualrep-sec-1-img4.sec-2-new-img.comment {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.annualrep-sec-1-img4.sec-2-new-img._100 {
  left: -18%;
  top: 20%;
  bottom: 30%;
}

.annualrep-sec-1-img4.sec-2-new-img.contact {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 40%;
}

.annualrep-sec-1-img4.sec-2-new-img.angela2 {
  left: -13%;
  top: 20%;
  bottom: 30%;
}

.anrp-comment-no {
  margin-top: -3px;
  padding-right: 30px;
  color: #eee;
  font-size: 72px;
  line-height: 0.6;
  font-weight: 500;
}

.sec-4-textblock-hldr.ar_380px-left {
  max-width: 380px;
  margin-left: auto;
}

.anrp-clock-lottie {
  position: absolute;
  left: auto;
  top: 8%;
  right: 8%;
  bottom: auto;
  width: 52%;
  height: 70%;
}

.repartition {
  width: 100%;
  max-width: 700px;
  min-height: 500px;
  min-width: 500px;
  margin-left: auto;
}

.annual-hero-tect-master-holder {
  overflow: hidden;
  margin-left: 0%;
  padding-right: 10%;
}

.counteranrp4 {
  margin: 0px 4px 0px 32px;
  font-family: neue-haas-unica, sans-serif;
  color: #007bd3;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-telecharger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.anrp-sec-5-img-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area-8 Area-8 . . Area-3"
    ". . . Area-2 Area-2 ."
    ". Area-7 Area-7 Area-2 Area-2 ."
    ". Area-7 Area-7 Area-5 Area-5 Area-4"
    "Area-6 . . . . Area-4";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.anrp-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3cc6fe, #007bd3);
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.arnp-gallery-img-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-sec-5-img-hldr {
  position: relative;
  width: 100%;
}

.annual-hero-tect-master-holder-2 {
  overflow: visible;
  margin-left: auto;
  padding-right: 10%;
}

.anrp-vector-1 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.anrp-social-box-hldr {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anrp-pgbr-sec {
  width: 100%;
  height: 100%;
}

.anrp-sec-3-img-hldr1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-sec-3-img-hldr1.static-arnp-1 {
  position: static;
}

.anrp-map-pattern-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.anrp-sec-1 {
  max-width: 100%;
}

.anrp-sec-1.hero {
  position: static;
  padding-top: 92px;
}

.anrp-sec-1.globe {
  -webkit-perspective: 900px;
  perspective: 900px;
}

.anrp-footer-iin {
  max-width: 260px;
}

.anrp-footer-iin.white {
  max-width: 100%;
  padding-top: 84px;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;
}

.anrp-comment-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 130px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.annualreport-sec-box-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annualrep-sec-1-img3-real {
  width: 100%;
  max-height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img3-real.new-30303030 {
  max-height: 500px;
  min-height: 240px;
}

.html-embed-2 {
  display: none;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.arnp-gallery-img-10 {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualreport-sec-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.annualreport-sec-2.knife {
  padding-bottom: 84px;
}

.anrp-map-lst {
  display: block;
  width: 130%;
  max-width: 520px;
  padding-top: 60px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.html-embed-4 {
  display: none;
}

.anrp-map-grd {
  display: -ms-grid;
  display: grid;
  padding-top: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anrp-g-hover-box {
  position: relative;
  display: block;
  width: 460px;
  min-height: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.anrp-sec-img2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 8%;
  z-index: 1;
  width: 320px;
  height: 310px;
  -o-object-fit: contain;
  object-fit: contain;
}

.anrp-people-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.anrp-people-grid.mobile {
  display: none;
}

.arnp-line-holder {
  width: 70%;
  height: 6px;
  margin-bottom: 18px;
  background-color: #3cc6fe;
}

.arnp-line-holder._50 {
  width: 50%;
}

.arnp-line-holder._25 {
  width: 25%;
}

.arnp-line-holder._20 {
  width: 20%;
}

.anrp-comment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
}

.anrp-comment-box._2 {
  max-width: 340px;
}

.anrp-comment-box.anrp-1-cb {
  position: relative;
  left: 34%;
  top: -10px;
  max-width: 360px;
}

.anrp-vid-im {
  width: 100%;
  height: 100%;
  max-height: 60vh;
  min-height: 60vh;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.arnp-phm-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
  overflow: hidden;
}

.annualrep-sec-1-img2-real {
  position: static;
  left: 68%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-sec-5-txt-hldr {
  width: 100%;
  max-width: 460px;
  margin-right: auto;
  margin-left: 0%;
}

.anrp-sec-5-txt-hldr.rpdrp {
  max-width: 380px;
}

.counteranrp3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-phm-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.anrp-phm-img.abs {
  position: absolute;
  top: 0px;
  display: block;
}

.counteranrp13 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-gallery-spacing-10 {
  padding-top: 10px;
}

.annualreport {
  max-width: 2800px;
  margin-right: auto;
  margin-left: auto;
}

.annual-report-button0img-crotate {
  width: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.anrp-map-th {
  width: 90%;
  max-width: 480px;
}

.anrp-g-circ-cov {
  position: absolute;
  left: -20px;
  top: 10px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 30px;
}

.anrp-g-circ-cov.rt {
  left: auto;
  top: 10px;
  right: -20px;
  bottom: 0%;
  width: 20px;
  height: 20px;
}

.annual-report-button0img {
  width: 11px;
}

.anrp-comments-sec {
  padding-bottom: 100px;
}

.anrp-para-3__18px {
  margin-bottom: 0px;
  font-family: neue-haas-unica, sans-serif;
  color: #767676;
  font-size: 18px;
  line-height: 1.6;
}

.anrp-clock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  padding-bottom: 50px;
  padding-left: 10%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed-5 {
  max-height: 520px;
  min-width: 424px;
  margin-top: 110px;
  margin-bottom: -440px;
}

.anrp-comment-24h {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #007bd3;
  font-weight: 500;
}

.anrp-comment-24h._300vpx-lmt {
  max-width: 220px;
}

.annualrep-sec-2-img2 {
  position: absolute;
  left: 75%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 17%;
  max-height: 220px;
  min-height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-2-img2.down-shifting {
  left: auto;
  top: 40%;
  right: -7%;
  bottom: auto;
}

.anrp-solution-innovative {
  padding-top: 100px;
  padding-bottom: 200px;
}

.anrp-sec-4-mimg {
  position: absolute;
  left: -10%;
  top: -30%;
  right: auto;
  bottom: auto;
  width: 20%;
  max-height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-sec-4-mimg._1 {
  top: 30%;
  display: none;
}

.anrp-sec-3-img-hldr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-sec-3-img-hldr.right-txt {
  position: static;
  padding-top: 140px;
}

.anrp-sec-3-img-hldr.static-block-1 {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-sec-3-img-hldr.static-arnp-2 {
  position: static;
}

.anrp-sec-3-img-hldr.static-arnp {
  position: static;
}

.anrp-sec-3-img-hldr.static-arnp2 {
  position: static;
}

.anrp-sec-3-img-hldr.static-arnp-copy {
  position: static;
}

.anrp-sec-5-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 120px;
}

.arnp-gallery-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-social-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #444;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.anrp-map-pointer {
  position: absolute;
  left: 25%;
  top: 53%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 25px;
}

.anrp-map-pointer.h {
  left: 85%;
  top: 50%;
}

.anrp-map-pointer.g {
  left: 66%;
  top: 17%;
}

.anrp-map-pointer.e {
  left: 56%;
  top: 22%;
}

.anrp-map-pointer.f {
  left: 68%;
  top: 24%;
}

.anrp-map-pointer.d {
  left: 54%;
  top: 14%;
}

.anrp-map-pointer.c {
  left: 54%;
  top: 39%;
}

.anrp-map-pointer.b {
  left: 51%;
  top: 36%;
}

.anrp-colmn2 {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 4px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background-color: #007bd3;
}

.anrp-phm-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  padding-left: 10%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.anrp-vector-1-copy {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-15 {
  position: absolute;
  bottom: 98px;
  display: block;
  opacity: 1;
}

.anrp-bluebox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(211deg, #3cc6fe 16%, #007bd3 62%);
}

.angela {
  width: 100%;
  min-height: 500px;
}

.anrp-1250_line {
  width: 30%;
  height: 6px;
  background-color: #007bd3;
}

.anrp-g-arrow {
  width: 5px;
}

.anrp-g-arrow.rotate-anrp {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.annual-report-holder_main.ar__400px-m {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.sec5-5-box-2 {
  max-width: 400px;
  padding-bottom: 70px;
}

.annual-report-holder_main.ar__400px-m2 {
  max-width: 270px;
  padding-bottom: 30px;
}

.annual-report-holder_main.ar__401 {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.ar_360 {
  max-width: 360px;
  margin-left: auto;
}

.annual-report-holder_main.map {
  max-width: 330px;
  padding-bottom: 70px;
}

.annual-report-holder_main.ar_320px-left {
  max-width: 320px;
  margin-left: auto;
}

.annual-report-holder_main.anrp-si-txt {
  max-width: 320px;
  margin-left: auto;
}

.annual-report-holder_main.ar_320px-left-m {
  max-width: 320px;
  margin-left: auto;
}

.annual-report-holder_main.ar-310-new {
  max-width: 310px;
  padding-bottom: 30px;
}

.annual-report-holder_main.sec5-5-box {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.ar__400px {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.ar__400px._320px {
  max-width: 310px;
}

.annual-report-holder_main.ar__400px.mbl-10 {
  max-width: 310px;
}

.annual-report-holder_main.ar__400px.mbl-30 {
  max-width: 310px;
}

.annual-report-holder_main.ar__400px.full-ms {
  max-width: 340px;
  padding-bottom: 0px;
}

.annual-report-holder_main.ar__400px.phm {
  max-width: 332px;
  padding-bottom: 0px;
}

.annual-report-holder_main.ar__400px._360px {
  max-width: 640px;
  padding-bottom: 0px;
}

.annual-report-holder_main.ar-310 {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.ar__400px--mb0 {
  max-width: 400px;
  padding-bottom: 30px;
}

.annual-report-holder_main.map {
  max-width: 330px;
  padding-bottom: 70px;
}

.anrp-company-sec {
  display: block;
  padding-top: 110px;
  padding-bottom: 200px;
}

.anrp-company-sec.mobile {
  display: none;
}

.anrp-company-sec.hidden {
  display: none;
}

.arnp-gallery-img-9 {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abrp-comment-sub-titel {
  color: #aaa;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.anrp-pgbr-img {
  width: 100%;
  padding: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.anrp-sec-3-box-2 {
  width: 100%;
  max-width: 450px;
  margin-top: 7%;
  margin-right: 0px;
}

.arnp-sec-3-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.financial_repartition {
  width: 100%;
  min-height: 800px;
}

.counteranrp2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #007bd3;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.arnp-slider-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 80vh;
  max-width: 100%;
}

.anrp-1241 {
  position: absolute;
  left: 0%;
  top: -40px;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8.7px;
  text-transform: uppercase;
}

.armp-sldr {
  display: -ms-grid;
  display: grid;
  min-height: 90vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.armp-sldr.touch {
  display: none;
}

.anrp-phm-cont {
  position: relative;
  top: 5vh;
  bottom: 5vh;
  width: 60%;
  margin-right: -15vw;
  margin-bottom: 10%;
  margin-left: auto;
}

.landbot-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-bluebox-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mylandbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-merch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 84px;
  padding-top: 10%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 120% 10%, #3cc6fe, #017cd3 72%, #007bd3);
  color: #fff;
  text-align: center;
}

.annual-report-para-3__12px {
  display: block;
  max-width: 130px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
}

.annual-report-para-3__12px._767676-full {
  max-width: 100%;
  color: #767676;
}

.annual-report-para-3__12px.full {
  max-width: 100%;
}

.annual-report-para-3__12px.aaa {
  max-width: 150px;
  color: #aaa;
}

.annualreport-sec-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annualreport-sec-1.noor {
  min-height: 80vh;
}

.annualrep-sec-1-img5 {
  position: absolute;
  left: -10%;
  top: -30%;
  right: auto;
  bottom: auto;
  width: 20%;
  max-height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img5.sec-3-ani.sh {
  display: none;
}

.annualrep-sec-1-img5.sec-3-ani.nre-dd {
  display: none;
}

.annualrep-sec-1-img5._1 {
  top: 30%;
}

.annualrep-sec-1-img5.mao {
  display: none;
}

.annualrep-sec-1-img5.img-sec-3-rt {
  left: auto;
  top: 19%;
  right: 250px;
  z-index: -1;
  max-height: 200px;
  max-width: 250px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007bd3;
  font-size: 110px;
  line-height: 1;
  font-weight: 200;
}

.anrp-sec-4-wrap2 {
  width: 100%;
  max-width: 460px;
  margin-top: 7%;
  margin-right: auto;
  margin-left: 24%;
}

.anrp-sec-4-wrap2.ml5 {
  margin-left: 5%;
}

.counteranrp10 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #007bd3;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-ch-h-hldr {
  max-width: 400px;
}

.anrp-hldr-si {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 66vh;
  margin-top: -10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anrp-phm-pattern {
  position: absolute;
  left: 20%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.anrp-sec-4-vect-1 {
  position: absolute;
  left: -10%;
  top: -30%;
  right: auto;
  bottom: auto;
  width: 20%;
  max-height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-sec-4-vect-1.sec-3-ani.sh {
  display: none;
}

.annual-report-button0img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-bottom: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.annual-report-button0img-holder._2 {
  margin-bottom: -5px;
}

.anrp-si-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -10%;
}

.anrp-parallax_5_img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-parallax_5_img._400px-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-parallax_5_img._400px {
  max-height: 470px;
}

.counteranrp-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #007bd3;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-knife-sec {
  position: relative;
  max-width: 500px;
  text-align: center;
}

.anrp-36px-comment-h {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #007bd3;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

.counter-copy {
  position: relative;
  display: none;
  margin-top: -20px;
  color: #fff;
  font-size: 240px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-sec-4-img-wrap {
  position: absolute;
  left: -10%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 94%;
  max-height: 80vh;
  min-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-sec-4-img-wrap.sec-4-move {
  left: 0%;
}

.anrp-sec-2-new-20spacing {
  padding-top: 28px;
}

.annualrep-sec-1-img3 {
  position: absolute;
  left: -10%;
  top: 10%;
  right: auto;
  bottom: auto;
  width: 6%;
  max-height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img3.move-12121212 {
  top: 20%;
  width: 7%;
}

.annualrep-sec-1-img3.graph {
  top: 30%;
}

.annualrep-sec-1-img3._30-pattern-new {
  top: 50%;
  width: 7%;
  max-height: 520px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.annualrep-sec-1-img3._30 {
  top: 50%;
}

.anrp-1247 {
  width: 100%;
  max-width: 460px;
  margin-right: auto;
  margin-left: 30%;
}

.anrp-1247.sec-3-tb {
  max-width: 300px;
  margin-left: 20%;
}

.anrp-1247.sec-3-tb.sec-3-sub-set-8 {
  max-width: 470px;
  margin-left: 5%;
}

.anrp-1247.sec-3-tb.sec-3-sub-set {
  max-width: 470px;
}

.anrp-1247.sec-3-tb.sec-3-sub-set.sec-10-subset {
  max-width: 270px;
}

.anrp-1247.sec-3-tb.sec-3-sub-set.sec-3-subset {
  max-width: 360px;
}

.anrp-1247.sec-3-tb.sec-3-sub-set.sec-3-subset.ml-0 {
  margin-left: 5%;
}

.anrp-1247.sec-3-tb.sec-3-sub-set.ml5 {
  max-width: 370px;
  margin-left: 13%;
}

.anrp-1247.aut0-fit-0 {
  max-width: 400px;
  margin-right: 0px;
  margin-left: auto;
}

.anrp-1247.arnp-1247__400px {
  width: 80%;
  margin-left: 10%;
}

.anrp-1247._0-copy {
  margin-left: 10%;
}

.anrp-1247._0-copy.w260 {
  max-width: 400px;
}

.anrp-1247._350px {
  max-width: 340px;
  margin-top: -30px;
  margin-right: 0px;
  margin-left: auto;
}

.anrp-people {
  padding-top: 120px;
  padding-bottom: 120px;
}

.annualrep-sec-1-img1-real {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img1-real.hero.secn-globe {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.arnp-slider-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anrp-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.lottie1-ar-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anrp-1245-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.anrp-sec-3.set-1 {
  padding-top: 84px;
  padding-bottom: 122px;
}

.anrp-sec-3.set-1.sub-set-6 {
  position: relative;
  margin-top: 0px;
  padding-top: 130px;
  padding-bottom: 20px;
}

.anrp-sec-3.set-1.sub-set-9 {
  position: relative;
  padding-top: 260px;
  padding-bottom: 40px;
}

.anrp-sec-3.set-1.sub-set-4 {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.anrp-sec-3.set-1.sub-set-3 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 280px;
}

.anrp-sec-3.set-1.sub-set-2 {
  position: relative;
  padding-top: 220px;
}

.anrp-sec-3.set-1.sub-set-1 {
  position: relative;
  padding-top: 340px;
}

.anrp-sec-3.set-1.sub-set-1.pt-0 {
  padding-top: 140px;
}

.anrp-sec-3.set-1.anrp-1249 {
  padding-top: 340px;
}

.anrp-sec-3.set-1.sub-set-7 {
  position: relative;
  padding-top: 150px;
}

.anrp-sec-3.set-1.sub-set-5 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 140px;
}

.anrp-sec-3.set-1.sub-set-6 {
  position: relative;
  margin-top: 0px;
  padding-top: 130px;
  padding-bottom: 20px;
}

.anrp-sec-3.set-1.sub-set-1 {
  position: relative;
  padding-top: 340px;
}

.anrp-sec-3.set-1.sub-set-2 {
  position: relative;
  padding-top: 220px;
}

.anrp-contact-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-top: -120px;
}

.anrp-contact-head {
  margin-bottom: 38px;
  color: #fcfcf9;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.anrp-gallery {
  padding-top: 160px;
  padding-bottom: 40px;
}

.anrp-company-logo-img {
  position: static;
}

.anrp-company-logo-img.republic-geneve {
  margin-top: -10%;
}

.anrp-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anrp-phm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 80vh;
  min-height: 80vh;
  margin-top: 0px;
  background-image: radial-gradient(circle farthest-side at 100% 45%, #3cc6fe, #007bd3 70%);
}

.anrp-sec3-img-holder {
  position: absolute;
  top: -300px;
  right: 0px;
  width: 320px;
  margin-right: auto;
  margin-left: 30%;
}

.anrp-sec3-img-holder.full-block-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-sec3-img-holder.mid {
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-sec3-img-holder._90--fmfm {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-sec3-img-holder._430px {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anrp-sec3-img-holder._430px._500px {
  width: 400px;
}

.anrp-sec3-img-holder.top-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blue-bold {
  color: #007bd3;
  font-weight: 500;
}

.annual-report-para-2__18px {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.annual-report-para-2__18px.tmsm {
  margin-top: -20px;
  color: #aaa;
}

.anrp-people-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.anrp-people-div.brown-men {
  margin-top: -20%;
}

.anrp-people-div.bakhtar-txt {
  padding-top: 10%;
}

.anrp-people-div.kurshad-txt {
  margin-right: -30%;
  margin-bottom: -10px;
  padding-top: 10%;
}

.anrp-people-div.up-10as {
  margin-top: -30px;
}

.anrp-people-div.move-right-10--as {
  margin-right: -10%;
}

.anrp-people-div.ako-man {
  margin-bottom: -20%;
}

.anrp-people-div.jan-man {
  margin-top: -10%;
}

.anrp-people-div.sara {
  margin-top: 10%;
}

.anrp-people-div.brown-hari-girl-student {
  margin-top: -20%;
  padding-right: 18%;
}

.anrp-people-div.inna-text {
  padding-top: 10%;
  padding-right: 26%;
}

.anrp-people-div.mary-jane {
  margin-bottom: 0px;
  padding-top: 10%;
}

.anrp-people-div.white-osana {
  margin-top: -23%;
  margin-right: -10%;
}

.anrp-people-div.eduard-txt {
  padding-top: 30%;
  padding-right: 20%;
  padding-left: 0%;
}

.anrp-people-div.as-hijab {
  margin-top: -30%;
  padding-right: 10%;
}

.anrp-people-div.osana-txt {
  margin-top: -27%;
  margin-right: -10%;
}

.anrp-people-div.raza {
  margin-top: 15%;
}

.anrp-people-div.omer-txt {
  padding-top: 16%;
}

.anrp-people-div.saman-txt {
  padding-bottom: 13%;
  padding-left: 20%;
}

.anrp-people-div.inna {
  margin-top: -10%;
  padding-left: 20%;
}

.anrp-phm-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.anrp-sec-map-content {
  padding-top: 0px;
  padding-bottom: 80px;
}

.anrp-submitt {
  padding: 12px;
  background-color: #007bd3;
}

.annualreport-hero-div {
  position: relative;
  overflow: hidden;
  max-width: 390px;
  margin-top: auto;
  padding: 50px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.annualreport-hero-div._1 {
  max-width: 380px;
  min-width: 310px;
}

.annualreport-hero-div.globe {
  max-width: 340px;
  margin-bottom: -50px;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.anrp-sec-2._130-122px {
  padding-top: 130px;
  padding-bottom: 122px;
}

.anrp-sec-2._84-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.anrp-sec-2._84-122px {
  padding-top: 24px;
  padding-bottom: 122px;
}

.anrp-sec-2._84-122px.anrp-1238_130px {
  padding-top: 130px;
}

.anrp-sec-2._84-122px {
  padding-top: 24px;
  padding-bottom: 122px;
}

.anrp-sec-2._84-122px.anrp-1238_130px {
  padding-top: 130px;
}

.annualrep-sec-1-img2 {
  position: absolute;
  left: 75%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 17%;
  max-height: 220px;
  min-height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img2.down-shifting {
  bottom: -13%;
}

.annualrep-sec-1-img2.down-shifting.graphm {
  display: none;
}

.annualrep-sec-1-img2.sec3 {
  left: 90%;
  bottom: 0%;
}

.anrp-slddr {
  background-color: transparent;
}

.anrp-sec4-img {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-bluebox-mesh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  max-width: 360px;
  font-size: 18px;
  line-height: 1.6;
}

.anrp-si-head {
  color: #007bd3;
  font-size: 65px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.anrp-phm-txt1 {
  margin-bottom: 8px;
  color: #aaa;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.anrp-phm-txt1.opacity-50-white {
  opacity: 0.5;
  color: #fff;
  font-weight: 300;
  letter-spacing: 6px;
}

.anrp-clock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80vh;
  margin-top: 0px;
  background-image: radial-gradient(circle farthest-side at 100% 45%, #3cc6fe, #007bd3 70%);
}

.anrp-colmn1 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anrp-sec-map {
  padding-top: 100px;
}

.si-span {
  color: #767676;
  font-size: 80px;
  font-weight: 300;
}

.si-span._1 {
  font-size: 66px;
}

.sec-3-tbtb {
  max-width: 360px;
  margin-top: 30px;
  font-family: neue-haas-unica, sans-serif;
  color: #767676;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: none;
}

.anrp-knifr0lottie {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.anrp-bluebox-textbox1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -88px;
  width: 130%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lottie1-section-ar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.anrp-company-th {
  width: 130%;
  max-width: 500px;
  min-width: 390px;
  margin-left: 0%;
  letter-spacing: normal;
  text-transform: none;
}

.anrp-g-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.anrp-bluebox-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anrp-clock-text {
  margin-top: 90px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
}

.anrp-1251-div {
  position: relative;
  width: 35%;
  max-width: 450px;
}

.anrp-36px-clock-h {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

.anrp-sec-4-hldr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anrp-sec-4-hldr.noor {
  min-height: 80vh;
}

.anrp-ar-th {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 35px;
  max-width: 450px;
  opacity: 0;
}

.anrp-sec-4-head.ar__330px {
  max-width: 330px;
  padding-bottom: 80px;
}

.counter {
  position: relative;
  margin-top: -20px;
  font-family: neue-haas-unica, sans-serif;
  color: #fff;
  font-size: 240px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-tb2-16px {
  margin-bottom: 8px;
  color: #aaa;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.annual-report-para-1__14px {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.anrp-button {
  margin-top: 50px;
  padding: 12px;
  background-color: #fff;
  color: #007bd3;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.anrp-button:hover {
  background-color: #007bd3;
  color: #fff;
}

.anrp-sec.map {
  position: relative;
}

.anrp-sec.lottie-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anrp-sec.merch {
  padding-bottom: 300px;
}

.anrp-sec.phm-sec {
  min-height: 650vh;
}

.anrp-sec.arnp-0vh00vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anrp-sec.foot {
  padding-bottom: 80px;
}

.annual-report-h3__36px {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 1;
  color: #007bd3;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

.anrp-heart-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Lifes-Saved-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.anrp-sec-5-img {
  -o-object-fit: contain;
  object-fit: contain;
}

.anrp-sec-5-img.anrp-sec-5-mv1 {
  margin-left: -70px;
}

.anrp-sec-5-img.anrp-sec-5-mv3 {
  margin-right: 20px;
  margin-bottom: 40px;
}

.anrp-sec-5-img.anrp-sec-5-mv2 {
  margin-bottom: 20px;
  margin-left: 0px;
}

.anrp-sec-5-img.anrp-sec-5-mv4 {
  margin-right: -30px;
  margin-bottom: -70px;
}

.anrp-sec--5-hllft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.angela2-box {
  width: 100%;
  min-height: 500px;
  margin-top: 84px;
}

.annualreport-hero-div-2 {
  position: relative;
  top: 12.8vw;
  right: -7vw;
  z-index: 1;
  overflow: hidden;
  width: 430px;
  max-width: 430px;
  margin-left: auto;
  padding: 50px;
  background-color: #fff;
}

.annualreport-hero-div-2._1 {
  top: 0vw;
}

.anrp-si-pattern {
  position: absolute;
  top: 28%;
  right: 4%;
  bottom: 28%;
  z-index: -1;
  width: 13%;
  opacity: 0.5;
}

.text-block-2 {
  color: #aaa;
  font-size: 10px;
}

.arnp-gallery-img-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.anrp-si-png {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.anrp-si-lottie {
  width: 60%;
  margin-right: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007bd3;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.anrp-tb1 {
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
}

.anrp-tb1._8 {
  margin-bottom: 8px;
}

.anrpmap-lcn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007bd3;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.arnp-clock-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.anrp-g-moving-circ {
  position: absolute;
  top: -20px;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #007bd3;
  background-image: url('../images/hand.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.anrp-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.anrp-clock-pattern {
  position: absolute;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 20%;
  max-width: 230px;
}

.anrp-g-circ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #007bd3;
}

.annual-report-para-2__20px {
  margin-bottom: 0px;
  color: #767676;
  font-size: 20px;
  line-height: 1.4;
}

.anrp-1244 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20px;
  opacity: 0;
  color: #767676;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.anrp-sec-5-para-hldr {
  position: relative;
  padding-left: 80px;
}

.anrp-sec-5-para-hldr.map-mobile {
  display: none;
}

.anrp-angela2sec {
  width: 100%;
  padding-top: 30px;
}

.anrp-company-logo {
  position: relative;
}

.anrp-company-logo.zug {
  top: 230%;
  right: 10%;
}

.anrp-company-logo.kanton-glarus {
  left: -115px;
  top: 120%;
}

.anrp-company-logo.cologny {
  top: 20%;
}

.anrp-company-logo.canton {
  left: 15%;
}

.anrp-company-logo.pleinvent {
  left: -58px;
  top: 45%;
}

.anrp-company-logo.vevey {
  top: 60%;
}

.anrp-company-logo.sodatech {
  top: 120%;
}

.anrp-company-logo.baur {
  left: 5%;
  bottom: -80%;
}

.anrp-company-logo.appenzel {
  left: -116px;
  top: 40%;
  right: auto;
  margin-top: 52px;
}

.anrp-company-logo.ggl {
  top: 120%;
  right: 14%;
}

.anrp-company-logo.saconnnex {
  top: 160%;
}

.anrp-company-logo.johnson-foundation {
  left: -34px;
  top: 80%;
}

.anrp-company-logo.eurpoe {
  margin-right: -20%;
  margin-bottom: 20%;
}

.anrp-company-logo.meyrin {
  left: -1%;
  top: 40%;
}

.anrp-company-logo.sig {
  top: 51%;
  right: 32%;
  margin-right: -129px;
  padding-top: 14px;
}

.anrp-company-logo.ville-de {
  right: -10%;
  bottom: -60%;
}

.anrp-company-logo.primavera {
  left: 10%;
  top: 110%;
}

.anrp-company-logo.stiftens {
  top: 160%;
  margin-top: -54px;
  margin-left: -76px;
}

.anrp-company-logo.tauw {
  top: 70%;
}

.anrp-company-logo.delemont {
  margin-bottom: 22px;
  margin-left: -83px;
  padding-top: 65px;
}

.anrp-company-logo.pully {
  margin-right: 67px;
}

.anrp-company-logo.laconnex {
  margin-right: 0px;
  margin-left: -94px;
}

.anrp-company-logo.jona {
  margin-right: 20px;
  padding-top: 150px;
}

.anrp-company-logo.solidatech {
  margin-left: -47px;
}

.anrp-company-logo.troinex {
  margin-top: -39px;
}

.anrp-gallery-wrap {
  max-width: 350px;
}

.annual-report-h1__28px {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #007bd3;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.annual-report-h1__28px._20 {
  margin-bottom: 20px;
}

.annual-report-h1__28px._8px {
  margin-bottom: 8px;
}

.annual-report-h1__28px._0-margin {
  margin-bottom: 0px;
}

.anrp-bluebox-textbox {
  font-family: neue-haas-unica, sans-serif;
  line-height: 1.4;
}

.counteranrp12 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: neue-haas-unica, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrpfield-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 67px;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #767676;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.annualrep-sec-1-img1 {
  position: absolute;
  left: -10%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 94%;
  max-height: 80vh;
  min-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.annualrep-sec-1-img1.hero.sec-globe {
  background-image: -webkit-gradient(linear, left top, right top, from(#007bd3), to(#3cc6fe));
  background-image: linear-gradient(90deg, #007bd3, #3cc6fe);
}

.anrp-sec-4.rel {
  position: relative;
}

.anrp-sec-4.rel.overflow-hidden {
  overflow: hidden;
  max-width: 100%;
}

.anrp-title-110px {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #007bd3;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 200;
}

.anrp-map-img-hldr {
  position: relative;
}

.recapta {
  margin-bottom: 0px;
}

.anrp-bluebox-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 65vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: neue-haas-unica, sans-serif;
}

.wg-dd-1-togle-3 {
  z-index: 1;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wg-dd-1-togle-3:hover {
  background-color: transparent;
  color: #0179fe;
}

.wg-dropdown-1-link-3 {
  padding: 10px 15px;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #232323;
  text-decoration: none;
}

.wg-dropdown-1-link-3:hover {
  background-color: transparent;
  color: #0179fe;
}

.anrp-para-3__18px-2 {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #767676;
  font-size: 18px;
  line-height: 1.6;
}

.anrp-map-th-2 {
  width: 90%;
  max-width: 480px;
}

.polychrome {
  color: #929292;
  font-size: 12px;
}

.financial-box {
  width: 100%;
  min-height: 500px;
  margin-top: 84px;
}

.anrp-contact-head-2 {
  margin-bottom: 38px;
  color: #fcfcf9;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.polychrome-2 {
  color: #929292;
  font-size: 12px;
}

.preloader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcf9;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 460px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: neue-haas-unica, sans-serif;
  color: #007bd3;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-7 {
  margin-top: 20px;
}

.html-embed-6 {
  margin-top: 25px;
  margin-left: -65px;
}

.heading {
  position: relative;
  left: 0%;
  top: 14%;
  right: auto;
  bottom: auto;
  padding-bottom: 60px;
  color: #fcfcf9;
  font-size: 36px;
  line-height: 34px;
  font-weight: 200;
}

.annual-report-h3_32px {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #007bd3;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}

.text-span {
  opacity: 0.5;
}

.wrapper-lang-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-18 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-8 {
  display: block;
  font-family: neue-haas-unica, sans-serif;
  color: #999;
  text-transform: uppercase;
}

.image-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-9 {
  font-family: neue-haas-unica, sans-serif;
  color: #929292;
  font-size: 12px;
}

.image-7 {
  display: none;
}

.image-8 {
  display: none;
}

.body-2 {
  display: block;
  margin-top: 3px;
  margin-left: 5px;
}

.html-embed-7 {
  margin: 10px;
}

.open-pdf {
  border-radius: 20px;
}

.statute {
  background-color: transparent;
  color: #fcfcf9;
}

.charter-and-principles {
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.grille-chartes {
  padding-bottom: 60px;
}

.image-9 {
  margin-top: 0px;
}

.text-span-2 {
  background-color: #232323;
}

.text-span-3 {
  background-color: transparent;
  color: #0179fe;
}

.text-span-4 {
  color: #232323;
}

.heading-7 {
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 35px;
}

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

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

.bold-text-3 {
  font-size: 25px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .f-white {
    padding-left: 0px;
  }

  .f-white.p.mb-20 {
    padding: 20px;
    background-color: rgba(8, 8, 8, 0.5);
  }

  .f-white.mb-20 {
    padding: 20px;
    border-radius: 0px;
    background-color: rgba(8, 8, 8, 0.5);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .big-button {
    margin-top: 10px;
  }

  .big-button.ukraine-dons {
    margin-top: 40px;
  }

  .big-button.afghanistan-button {
    margin-top: 40px;
  }

  .black-mask {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-new {
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-p-hero {
    margin-top: 80px;
    padding-top: 0px;
  }

  .grid-content {
    -ms-grid-columns: 2fr minmax(200px, 1fr);
    grid-template-columns: 2fr minmax(200px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-content.value {
    grid-auto-flow: row;
    -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 2fr);
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 2fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .md-60.f-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding-top: 0%;
    color: #0179fe;
  }

  .donnorbox-embed.sticky {
    width: 80%;
    padding-left: 0px;
  }

  .wrapper-title-accountability.sticky {
    top: 60px;
  }

  .wrapper-donation.md-60 {
    height: 100vh;
    margin-bottom: 20px;
  }

  .wrapper-ember-donnor {
    margin-right: 10%;
    margin-left: 10%;
  }

  .content-value.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-team {
    -ms-grid-columns: 1fr 2.5fr 0.25fr;
    grid-template-columns: 1fr 2.5fr 0.25fr;
  }

  .main-img-landing {
    position: static;
    float: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .annual-hero-tect-master-holder.down {
    margin-bottom: -40px;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-7 {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .annualreport-sec-2.knife {
    padding-bottom: 80px;
  }

  .html-embed-4 {
    display: none;
  }

  .anrp-map-grd {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 0px;
  }

  .arnp-phm-holder {
    min-height: 100vh;
  }

  .anrp-comments-sec {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  .anrp-comments-sec.pb-0 {
    margin-bottom: 0px;
  }

  .arnp-landbot-holder {
    min-height: 90vh;
  }

  .annual-report-holder_main.map {
    position: static;
    overflow: visible;
    width: auto;
    float: none;
  }

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

  .landbot-holder {
    overflow: hidden;
  }

  .mylandbot {
    overflow: hidden;
  }

  .anrp-1247.aut0-fit-0 {
    margin-right: 10%;
  }

  .anrp-1247.arnp-1247__400px {
    margin-left: 25%;
  }

  .anrp-1247._0-copy.w260 {
    margin-left: 20%;
  }

  .anrp-sec-3.set-1.sub-set-4 {
    margin-top: 0px;
    padding-top: 60px;
  }

  .anrp-sec-3.set-1.sub-set-2 {
    min-height: 800px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .anrp-phm {
    overflow: hidden;
  }

  .anrp-sec3-img-holder.mid {
    width: 550px;
  }

  .div-block-12 {
    width: 100%;
  }

  .anrp-sec-2._84-122px {
    padding-top: 150px;
  }

  .anrp-clock {
    overflow: hidden;
  }

  .anrp-si-lottie {
    margin-right: 78px;
  }

  .arnp-clock-holder {
    min-height: 100vh;
  }

  .anrp-sec-5-para-hldr.map {
    height: auto;
  }

  .anrp-para-3__18px-2.map {
    overflow: visible;
    height: auto;
  }

  .div-block-16 {
    display: block;
  }

  .div-block-17 {
    margin-top: -120px;
  }

  .polychrome {
    color: #8f8f8f;
    font-size: 13px;
  }

  .polychrome:hover {
    color: #0179fe;
  }

  .polychrome-2 {
    color: #8f8f8f;
    font-size: 13px;
  }

  .polychrome-2:hover {
    color: #0179fe;
  }

  .preloader {
    display: none;
  }

  .heading {
    position: relative;
    padding-bottom: 60px;
  }

  .collection-list-4 {
    position: static;
    display: block;
  }

  .paragraph {
    position: relative;
  }

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

  .text-block-10 {
    position: static;
  }

  .section {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 100px;
    background-color: #0179fe;
  }

  .titre-principles {
    padding-left: 70px;
  }

  .cta-codes {
    padding-right: 70px;
  }

  .grid-7 {
    grid-auto-flow: column;
    grid-column-gap: 16px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .open-pdf {
    margin-right: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fcfcf9;
    border-radius: 20px;
    background-color: transparent;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .open-pdf:hover {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.16);
    font-size: 20px;
  }

  .statute {
    font-family: neue-haas-unica, sans-serif;
    color: #fcfcf9;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
  }

  .charter-and-principles {
    padding-bottom: 40px;
    padding-left: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1.75fr;
    grid-template-columns: 1fr 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .prevention {
    margin-top: 0px;
    margin-left: 37%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .statutes {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .whistleblower {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .whistleblowe {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .code-eng {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .code-fr {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .code-ethics {
    margin-top: 42px;
    margin-bottom: 0px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .environment {
    margin-top: 42px;
    margin-left: 37%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .stakeholder {
    margin-top: 42px;
    margin-bottom: 0px;
    margin-left: 37%;
    padding-bottom: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grille-chartes {
    padding-bottom: 60px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .button-2 {
    padding-right: 120px;
    padding-left: 120px;
    border-radius: 30px;
    background-color: #0179fe;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .heading-3 {
    width: 70%;
    padding-right: 0px;
  }

  .heading-4 {
    width: 65%;
  }

  .heading-5 {
    width: 70%;
  }

  .heading-6 {
    width: 65%;
  }

  .heading-7 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 50px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .columns {
    background-image: url('../images/Three-Children-laugh-in-the-field.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-20 {
    height: 100vh;
    background-image: url('../images/Three-Children-laugh-in-the-field.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-8 {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 34px;
    margin-bottom: 0px;
    margin-left: 50%;
    padding-top: 0px;
    color: #232323;
  }

  .heading-9 {
    position: static;
    top: 10px;
    margin-bottom: 14px;
    color: #0179fe;
  }

  .heading-11 {
    color: #0179fe;
  }

  .heading-12 {
    font-size: 35px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .paragraph-2 {
    margin-right: 10%;
    margin-left: 10%;
    color: #232323;
  }

  .grid-9 {
    margin-bottom: 40px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-3 {
    margin-right: 10%;
    margin-bottom: 40px;
    margin-left: 10%;
  }

  .heading-15 {
    line-height: 40px;
  }

  .heading-16 {
    line-height: 40px;
  }

  .paragraphe-donation {
    padding: 10px 100px 20px;
    font-size: 20px;
  }

  .image-10 {
    margin-top: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-18 {
    color: #0179fe;
  }

  .bold-text-4 {
    padding-right: 60px;
    padding-left: 100px;
    color: #0179fe;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .bold-text-5 {
    padding-left: 100px;
    color: #0179fe;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .bold-text-6 {
    padding-left: 100px;
    color: #0179fe;
    font-size: 25px;
  }

  .grid-12 {
    grid-template-areas: ". Area";
    -ms-grid-columns: 5.75fr 1fr;
    grid-template-columns: 5.75fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-13 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-21 {
    margin-top: 60px;
    padding-left: 60px;
  }

  .grid-14 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-19 {
    color: #0179fe;
  }

  .heading-21 {
    color: #0179fe;
  }

  .heading-22 {
    padding-bottom: 20px;
  }

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

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

  .link-2 {
    font-size: 20px;
  }

  .link-3 {
    font-size: 20px;
  }

  .link-4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
  }

  h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .f-white.stories-card-title {
    font-size: 30px;
  }

  .f-white.open {
    font-size: 16px;
  }

  .f-blue.md-10 {
    margin-bottom: 10px;
  }

  .f-blue.md-10.transition-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-button {
    white-space: pre-wrap;
  }

  .small-button.md-150 {
    margin-bottom: 80px;
  }

  .grid-hero.hero-md-60 {
    margin-bottom: 20px;
  }

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

  .wrapper-title-hero {
    width: auto;
  }

  .wrapper-title-hero.pr-50 {
    padding-right: 200px;
  }

  .content.country {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-content.option-2 {
    grid-row-gap: 30px;
  }

  .grid-content.main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-content.person-contact {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-text-img-content {
    width: auto;
  }

  .md-60.f-blue {
    margin-bottom: 30px;
  }

  .md-30.footer-lp {
    font-size: 27px;
    line-height: 33px;
  }

  .wrapper-text-main-action {
    width: 90%;
  }

  .donation {
    padding-bottom: 50px;
  }

  .wrapper-text-donation {
    width: auto;
  }

  .newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-newsletter {
    height: auto;
  }

  .wrapper-content-nl {
    width: 70%;
  }

  .wrapper-icon-social {
    padding-left: 0px;
  }

  .wrapper-icon-social.mt-20 {
    margin-top: 20px;
  }

  .wrapper-icon-social.mt-20.md-40 {
    margin-bottom: 40px;
  }

  .small-link.md-10.transition-in {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .line._2px {
    height: 2px;
  }

  .md-2.dropdown-title {
    font-size: 22px;
    font-weight: 400;
  }

  .footer-main-action-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-main-action-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-legal {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-link-legal {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu {
    width: 100%;
  }

  .menu-desk {
    display: none;
  }

  .menu-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-window-mob {
    position: relative;
    display: none;
    width: 100%;
    padding-bottom: 0px;
    background-color: #fcfcf9;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .dropdown-mob {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-menu-mob {
    width: 100%;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .menu-line-mob {
    display: none;
  }

  .dropdown-title {
    font-family: neue-haas-unica, sans-serif;
    color: #232323;
    font-size: 18px;
  }

  .wrapper-normal-link-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-normal-link-mob._1 {
    margin-bottom: 0px;
  }

  .triangle-dropdown-mob {
    width: 10px;
  }

  .wrapper-link-drop-mob {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-link-drop-mob._1 {
    display: none;
  }

  .wrapper-link-drop-mob._2 {
    display: none;
  }

  .wrapper-link-drop-mob._3 {
    display: none;
  }

  .wrapper-link-drop-mob._4 {
    display: none;
  }

  .collection-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-mob-window {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-hero-stories {
    height: auto;
  }

  .stories {
    height: 500px;
  }

  .hero-blog-section {
    height: auto;
  }

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

  .all-article {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-list-all-article._3-line {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-all-article._3-line.lp {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrap-text-content.md-150 {
    margin-bottom: 100px;
  }

  .link-insta.f-blue {
    font-size: 30px;
    line-height: 30px;
  }

  .wrapper-title-insta {
    max-width: 500px;
  }

  .promise {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-plus-dropdown {
    height: 200px;
  }

  .img-plus-dropdown.height-200px {
    height: 150px;
  }

  .accountability {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-accountability {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .wrapper-title-accountability.sticky {
    background-color: #0179fe;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .grid-history.mdt-50 {
    width: 100%;
    grid-column-gap: 50px;
  }

  .wrapper-img-history {
    height: 200px;
  }

  .wrapper-img-manilla-team {
    height: 250px;
  }

  .grid-manila {
    grid-column-gap: 100px;
  }

  .grid-headquarter.md-30 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .list-headquarter {
    grid-column-gap: 30px;
  }

  .sponsors {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-logo {
    height: 100px;
  }

  .map {
    height: 60vw;
  }

  .section-full-width.p-down-0.impact {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-text-countries {
    width: 80%;
  }

  .hero-countries.pt-200 {
    height: auto;
    padding-bottom: 100px;
  }

  .section-main-image {
    height: 500px;
  }

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

  .contact-form {
    width: 100%;
  }

  .legal-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }

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

  .wrapper-legal-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open-box {
    width: 100%;
  }

  .cookiebuttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cookietext {
    margin-right: 0px;
  }

  .cookie-text {
    width: 100%;
    line-height: 20px;
    text-align: left;
  }

  .grid-footer-down {
    grid-column-gap: 80px;
  }

  .grid-report {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing-hero {
    padding-top: 93px;
  }

  .content-value.padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-appeal.special-appeal {
    overflow: hidden;
  }

  .wrapper-img-content-appeal.special {
    height: 300px;
  }

  .wrapper-img-content-work {
    height: 300px;
  }

  .wrapper-img-content-work-two {
    height: 250px;
  }

  .content-main.padding {
    padding-bottom: 60px;
  }

  .section-impact-image {
    height: 75vh;
  }

  .wg-element {
    width: 50%;
  }

  .grid-lp-donation-one {
    grid-column-gap: 30px;
  }

  .grid-lp-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .all-article-lp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .all-article-lp.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-icon-social-lp {
    padding-left: 0px;
  }

  .hero-lp-newsletter {
    height: auto;
  }

  .grid-hero-lp-news {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-img-hero-news-lp {
    height: 500px;
  }

  .form-lp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-form-lp-news.mt-60 {
    margin-top: 60px;
  }

  .section-main-activity-lp {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-action.margin {
    margin-top: 60px;
  }

  .grid-action-lp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-img-action-lp {
    height: 500px;
  }

  .wrapper-contact-person.special {
    height: 300px;
  }

  .wrapper-title-map {
    max-width: 500px;
  }

  .img-insta-wrapper {
    height: 180px;
  }

  .annualrep-sec-img_nav {
    left: -20%;
  }

  .anrp-div1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .anrp-grd-1 {
    -ms-grid-columns: 0.25fr 1fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 0.25fr;
  }

  .anrp-txt-lnk01 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .annual-report-navwrapper-div {
    min-width: auto;
    margin-left: 10%;
  }

  .arnp-lottie1-holder {
    width: 90%;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-template-areas: "Area Area . ."
      "Area Area Area-2 Area-2"
      ". . Area-2 Area-2"
      "Area-3 Area-3 . ."
      "Area-3 Area-3 Area-4 Area-4"
      ". . Area-4 Area-4"
      "Area-5 Area-5 . ."
      "Area-5 Area-5 Area-6 Area-6"
      ". . Area-6 Area-6";
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .annualrep-sec-1-img4 {
    width: 30%;
  }

  .annual-hero-tect-master-holder {
    overflow: visible;
  }

  .div-block-14.w260 {
    width: 260px;
  }

  .anrp-map-pattern-img {
    left: -10%;
  }

  .anrp-sec-1.hero {
    height: auto;
  }

  .anrp-sec-1.globe {
    padding-bottom: 40px;
  }

  .annualreport-sec-box-holder {
    padding-top: 70px;
  }

  .annualrep-sec-1-img3-real.new-30303030 {
    max-height: 180px;
    min-height: 180px;
  }

  .anrp-sec-img2 {
    bottom: 41%;
    width: 20vw;
    height: 190px;
  }

  .anrp-sec-5-txt-hldr {
    margin-left: 0%;
  }

  .anrp-map-th {
    margin-left: 0%;
  }

  .anrp-clock-wrap {
    margin-right: -22%;
  }

  .html-embed-5 {
    max-height: 630px;
    min-width: 350px;
  }

  .anrp-comment-24h {
    font-size: 22px;
  }

  .annualrep-sec-2-img2 {
    left: 71%;
    width: 28%;
  }

  .annualrep-sec-2-img2.down-shifting {
    top: 20%;
    right: -10%;
    width: 20%;
    max-height: none;
  }

  .anrp-solution-innovative {
    padding-bottom: 150px;
  }

  .anrp-sec-4-mimg {
    width: 30%;
  }

  .anrp-sec-4-mimg._1 {
    width: 20%;
  }

  .anrp-sec-3-img-hldr.right-txt {
    padding-top: 280px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .anrp-sec-3-img-hldr.static-arnp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .anrp-sec-3-img-hldr.static-arnp2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .anrp-phm-wrap {
    margin-right: -22%;
  }

  .div-block-15 {
    bottom: 29px;
  }

  .annual-report-holder_main.ar__400px {
    padding-bottom: 0px;
  }

  .anrp-sec-3-box-2 {
    max-width: 340px;
    margin-left: 70px;
  }

  .arnp-sec-3-box-2 {
    max-width: 100%;
    margin-left: 0%;
  }

  .anrp-sldl {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -23%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #007bd3;
  }

  .anrp-sldl.lft {
    right: 60px;
  }

  .arnp-slider-sec {
    overflow: visible;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .armp-sldr {
    display: block;
    min-height: auto;
  }

  .armp-sldr.touch {
    display: none;
    min-height: auto;
    padding-bottom: 0px;
  }

  .anrp-phm-cont {
    right: -20vw;
    width: 100%;
  }

  .annualreport-sec-1 {
    min-height: 580px;
  }

  .annualreport-sec-1.noor {
    max-height: 450px;
    min-height: 453px;
  }

  .annualrep-sec-1-img5 {
    width: 30%;
  }

  .annualrep-sec-1-img5._1 {
    width: 20%;
  }

  .annualrep-sec-1-img5.img-sec-3-rt {
    left: auto;
    top: 17%;
    right: 330px;
    width: 20%;
    max-height: 150px;
    max-width: 240px;
  }

  .anrp-sec-4-wrap2 {
    margin-left: 24%;
  }

  .anrp-hldr-si {
    max-height: none;
  }

  .anrp-sec-4-vect-1 {
    width: 30%;
  }

  .anrp-parallax_5_img._400px {
    max-height: 330px;
  }

  .anrp-sec-4-img-wrap {
    max-height: 500px;
    min-height: auto;
  }

  .annualrep-sec-1-img3 {
    width: 8%;
  }

  .annualrep-sec-1-img3._30-pattern-new {
    top: 40%;
  }

  .annualrep-sec-1-img3._30 {
    top: 40%;
  }

  .anrp-1247 {
    margin-left: 24%;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set-8 {
    margin-left: 0%;
    padding-top: 250px;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set.sec-10-subset {
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-1247.aut0-fit-0 {
    width: auto;
    max-width: none;
    margin-left: auto;
  }

  .anrp-1247.arnp-1247__400px {
    margin-left: 10%;
  }

  .anrp-1247._0-copy {
    max-width: 460px;
    margin-left: 0%;
  }

  .anrp-1247._0-copy.w260 {
    max-width: 260px;
  }

  .anrp-1247._350px {
    margin-top: -10px;
    margin-left: auto;
  }

  .annualrep-sec-1-img1-real {
    max-height: 450px;
    min-height: auto;
  }

  .annualrep-sec-1-img1-real.hero {
    max-height: 520px;
    min-height: 520px;
  }

  .arnp-slider-bottom {
    text-align: left;
  }

  .anrp-sec-3.set-1.sub-set-9 {
    padding-top: 400px;
  }

  .anrp-sec-3.set-1.sub-set-4 {
    margin-top: 0px;
    padding-top: 60px;
  }

  .anrp-sec3-img-holder {
    width: 240px;
    margin-left: 24%;
  }

  .anrp-sec3-img-holder.full-block-1 {
    top: 60%;
    width: 100%;
  }

  .anrp-sec3-img-holder.mid {
    top: 60%;
    width: 50%;
  }

  .anrp-sec3-img-holder._90--fmfm {
    top: -78px;
  }

  .anrp-sec3-img-holder._430px {
    top: -342px;
  }

  .anrp-sec3-img-holder._430px._500px {
    top: -184px;
    width: 40vw;
  }

  .anrp-sec3-img-holder.top-left {
    top: 0%;
    width: 50%;
  }

  .annualreport-hero-div {
    padding: 30px;
  }

  .annualrep-sec-1-img2 {
    left: 74%;
    bottom: auto;
    width: 19%;
    max-height: 160px;
  }

  .anrp-sec4-img {
    max-height: 450px;
    min-height: auto;
  }

  .anrp-company-th {
    margin-left: 0%;
  }

  .anrp-clock-thld {
    max-width: 500px;
  }

  .anrp-1251-div {
    width: 45%;
    max-width: 550px;
  }

  .anrp-slider-arrow {
    width: 8px;
  }

  .anrp-slider-arrow.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .anrp-sec-4-hldr {
    min-height: 580px;
  }

  .anrp-sec-4-hldr.noor {
    max-height: 450px;
    min-height: 453px;
  }

  .anrp-ar-th {
    bottom: 0px;
    max-width: 650px;
    margin-bottom: 0px;
    opacity: 0;
  }

  .anrp-tb2-16px {
    margin-bottom: 0px;
    padding-top: 21px;
  }

  .annualreport-hero-div-2 {
    top: 2vw;
    width: 380px;
    max-width: 430px;
    padding: 30px;
  }

  .anrp-si-pattern {
    right: -4%;
    width: 17%;
  }

  .arnp-gallery-img-1 {
    width: 100%;
  }

  .anrp-si-png {
    width: 100px;
  }

  .anrp-si-lottie {
    width: 70%;
    margin-right: 0px;
  }

  .slide-nav {
    display: none;
  }

  .anrpmap-lcn-link {
    font-size: 17px;
  }

  .anrp-sec-5-para-hldr {
    padding-bottom: 140px;
  }

  .anrp-company-logo.eurpoe {
    margin-left: -107px;
    padding-left: 0px;
  }

  .annual-report-h1__28px {
    font-size: 24px;
  }

  .annual-report-h1__28px._20 {
    font-size: 22px;
  }

  .annual-report-h1__28px._8px {
    font-size: 22px;
  }

  .annualrep-sec-1-img1 {
    max-height: 500px;
    min-height: auto;
  }

  .annualrep-sec-1-img1.hero {
    max-height: 520px;
    min-height: 520px;
  }

  .anrp-map-th-2 {
    margin-left: 0%;
  }

  .annual-report-h3_32px {
    margin-bottom: -17px;
    font-size: 32px;
  }

  .section {
    position: static;
    background-color: #0179fe;
  }

  .open-pdf {
    padding-left: 20px;
    border-radius: 20px;
  }

  .statute {
    color: #fcfcf9;
  }

  .charter-and-principles {
    padding-top: 40px;
    padding-left: 20px;
  }

  .grille-chartes {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 37px;
  }

  p {
    font-size: 16px;
  }

  .big-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-new.absolute.main {
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0px;
    width: auto;
  }

  .grid-hero {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-hero.hero-md-60 {
    margin-bottom: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-title-hero {
    padding-bottom: 0px;
  }

  .wrapper-title-hero.pr-50 {
    padding-right: 100px;
  }

  .wrapper-p-hero.main-activities {
    left: 0px;
    max-width: 100%;
  }

  .grid-content {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-content.option-2 {
    grid-row-gap: 10px;
  }

  .grid-content.main {
    grid-row-gap: 30px;
  }

  .grid-content.person-contact {
    grid-row-gap: 10px;
  }

  .wrapper-img-content.wic-two {
    height: 400px;
    padding-left: 0px;
  }

  .wrapper-img-content.wic-two.pl-60 {
    padding-left: 60px;
  }

  .wrapper-img-content.wic-one {
    width: 100%;
    padding-right: 0px;
  }

  .wrapper-img-content.wic-one.pr-110 {
    padding-right: 110px;
  }

  .wrapper-img-content.wic-three {
    height: 400px;
    padding-left: 0px;
  }

  .wrapper-img-content.wic-four {
    height: 400px;
    padding-left: 0px;
  }

  .wrapper-title-main-actions {
    width: 70%;
  }

  .grid-main-actions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-content-nl {
    width: 100%;
  }

  .sub-grid-footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-legal {
    width: 90%;
  }

  .wrapper-link-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-wrapper-legal.md-30 {
    margin-bottom: 20px;
  }

  .menu-window-mob {
    display: none;
  }

  .grid-menu-mob {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .menu-line-mob {
    display: none;
  }

  .all-article {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-title-section-two.md-30 {
    width: 100%;
  }

  .collection-list-all-article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-all-article._3-line.lp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrap-text-content.md-150 {
    margin-bottom: 50px;
  }

  .grid-inside-plus-dropdown {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img-plus-dropdown {
    width: 40%;
    height: 250px;
  }

  .plus {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .grid-3 {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-history {
    grid-column-gap: 40px;
    -ms-grid-columns: 1.25fr 1.5fr;
    grid-template-columns: 1.25fr 1.5fr;
  }

  .wrapper-img-history {
    height: 150px;
  }

  .p.md-10.f-white.quote-main {
    font-size: 25px;
    line-height: 30px;
  }

  .wrapper-img-manilla-team {
    height: 150px;
  }

  .grid-manila {
    grid-column-gap: 50px;
  }

  .grid-headquarter.md-30 {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .list-headquarter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .map {
    height: 50vw;
  }

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

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

  .wrapper-img-full {
    height: 50vh;
  }

  .wrapper-text-countries {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: 80%;
  }

  .hero-countries.pt-200 {
    height: auto;
    padding-top: 178px;
  }

  .wrapper-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-stories {
    width: 100%;
  }

  .wrapper-title-contact.md-60 {
    width: 100%;
  }

  .wrapper-legal-footer {
    width: 100%;
  }

  .grid-point-impact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cookie-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cookietext {
    margin-right: 0px;
  }

  .cookie-text {
    margin-bottom: 15px;
    text-align: left;
  }

  .grid-footer-down {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .success-message {
    text-align: left;
  }

  .grid-logo-footer.desk {
    display: none;
  }

  .grid-logo-footer.mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-team {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-img-content-appeal.special {
    height: 540px;
  }

  .wrapper-img-content-work {
    height: 350px;
  }

  .wrapper-img-content-work-two {
    height: 400px;
  }

  .wg-element {
    width: 100%;
  }

  .grid-lp-donation-one {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-lp-one {
    margin-top: 0px;
  }

  .embed-donation-lp.relative-down {
    top: 0px;
  }

  .all-article-lp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-nl-form-lp {
    padding: 40px 10px;
  }

  .wrapper-form-lp-news {
    max-width: 100%;
  }

  .grid-main-activity-lp {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .big-button-red {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-contact-person.special {
    height: 540px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .img-insta-wrapper {
    height: 250px;
  }

  .annualrep-sec-img_nav {
    left: auto;
    right: -30%;
  }

  .annual-report-logo-img {
    width: auto;
  }

  .annualreport-navlink {
    background-color: #007bd3;
    color: #fff;
  }

  .annualreport-navlink.white {
    background-color: #fff;
    color: #007bd3;
  }

  .annualreport-navlink.m-hid {
    display: none;
  }

  .anrp-nv-btn1.m-hide {
    display: none;
  }

  .anrp-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-container.nvmnu {
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-container.mhide {
    display: none;
  }

  .anrp-container.full {
    padding-right: 0%;
    padding-left: 0%;
  }

  .anrp-container.full-mobile {
    padding-right: 0%;
    padding-left: 0%;
  }

  .annualreport-navwrapper-linine-block {
    padding-top: 30px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .anrp-grd-1.m-hide {
    display: none;
  }

  .annual-report-nav-menu.anrp-1238 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .annualreport-nav-inline-div2.d-hide {
    display: block;
  }

  .annualreport-nav-inline-div2.d-hide.adf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .annualreport-nav-inline-div2.m-hide {
    display: none;
  }

  .annualreport-container_nav {
    padding-right: 20px;
    padding-left: 30px;
    -ms-grid-columns: auto 1fr 60px;
    grid-template-columns: auto 1fr 60px;
  }

  .anrp-1237 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #007bd3;
  }

  .annual-report-navbar {
    position: -webkit-sticky;
    position: sticky;
  }

  .annual-report-logo.d-hide {
    display: block;
    width: auto;
  }

  .annual-report-logo.m-hide {
    display: none;
  }

  .annual-report-navwrapper-div {
    width: 100%;
    height: auto;
    margin-left: auto;
  }

  .annualreport-navwrapper-div1 {
    grid-row-gap: 1px;
    -ms-grid-columns: auto minmax(120px, auto);
    grid-template-columns: auto minmax(120px, auto);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .anrp-txt-lnk02 {
    margin-left: 20px;
    color: #fff;
  }

  .anrp-1235 {
    padding-bottom: 40px;
  }

  .anrp-knife-no-copy {
    margin-top: 0px;
    line-height: 0.8;
    text-align: right;
  }

  .anrp-sec-3-para-hldr {
    max-width: 70%;
    margin-left: auto;
  }

  .anrp-sec-3-para-hldr._350px {
    position: relative;
    max-width: 100%;
    margin-left: 0px;
  }

  .anrp-sec-3-para-hldr._400px {
    margin-left: 0px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "Area Area ."
      ". Area-2 Area-2"
      "Area-3 Area-3 ."
      ". Area-4 Area-4"
      "Area-5 Area-5 ."
      ". Area-6 Area-6";
    -ms-grid-columns: 10% 0px 1fr 0px 10%;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-rows: auto 50px auto 50px auto 50px auto 50px auto 50px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .annualrep-sec-1-img4 {
    left: -20%;
    top: 66%;
    width: 30%;
    max-height: none;
  }

  .annualrep-sec-1-img4.right {
    left: auto;
    top: 10%;
    right: -30px;
    bottom: 10%;
  }

  .annualrep-sec-1-img4.m {
    left: -20%;
    width: 30%;
    height: 50%;
    max-height: none;
  }

  .annualrep-sec-1-img4.sec-4.hdhddd {
    display: none;
  }

  .annualrep-sec-1-img4.sec-2-new-img.comment {
    display: none;
  }

  .annualrep-sec-1-img4.sec-2-new-img.contact {
    top: 10%;
    right: -100px;
    display: block;
  }

  .annualrep-sec-1-img4.sec-2-new-img.angela2 {
    display: none;
  }

  .anrp-comment-no {
    margin-top: 0px;
    line-height: 0.8;
    text-align: right;
  }

  .sec-4-textblock-hldr.ar_380px-left {
    margin-left: 0px;
  }

  .anrp-clock-lottie {
    position: relative;
    top: auto;
    right: auto;
    z-index: 10;
  }

  .annual-hero-tect-master-holder {
    width: 100%;
    padding-right: 10%;
  }

  .counteranrp4 {
    font-size: 90px;
  }

  .anrp-sec-5-img-wrap {
    max-width: 100%;
    grid-row-gap: 30px;
  }

  .annual-hero-tect-master-holder-2 {
    width: 100%;
    padding-right: 10%;
  }

  .anrp-sec-3-img-hldr1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-sec-3-img-hldr1.static-arnp-1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-map-pattern-img {
    display: none;
  }

  .anrp-sec-1 {
    padding-top: 0px;
  }

  .anrp-sec-1.hero {
    padding-top: 0px;
  }

  .anrp-comment-grid {
    padding-top: 28px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .annualreport-sec-box-holder {
    padding-top: 30px;
    padding-left: 30px;
  }

  .div-block-7 {
    display: block;
    padding-top: 50px;
    padding-bottom: 80px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    column-gap: 80px;
  }

  .annualreport-sec-2.knife {
    padding-bottom: 60px;
  }

  .anrp-map-lst {
    width: 190%;
    max-width: none;
    font-size: 12px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .anrp-map-grd {
    display: block;
  }

  .anrp-g-hover-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .anrp-sec-img2 {
    bottom: 45%;
    width: 50%;
    height: auto;
  }

  .anrp-people-grid {
    display: none;
    max-width: 300px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .anrp-people-grid.mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    background-color: #fff;
  }

  .arnp-line-holder._50 {
    width: 80%;
  }

  .arnp-line-holder._20 {
    width: 80%;
  }

  .anrp-comment-box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-comment-box.anrp-1-cb {
    left: 0%;
    top: 0px;
    max-width: 100%;
  }

  .anrp-sec-5-txt-hldr {
    max-width: 100%;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-sec-5-txt-hldr.rpdrp {
    margin-left: 0px;
  }

  .counteranrp3 {
    font-size: 90px;
  }

  .anrp-phm-img {
    padding-left: 60px;
  }

  .counteranrp13 {
    font-size: 90px;
  }

  .div-block-9 {
    display: none;
  }

  .anrp-map-th {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-comments-sec {
    padding-bottom: 50px;
  }

  .anrp-para-3__18px.map {
    max-width: 360px;
  }

  .anrp-para-3__18px.daf {
    max-width: 360px;
  }

  .anrp-para-3__18px.company {
    max-width: 360px;
  }

  .anrp-para-3__18px._100-10 {
    max-width: 360px;
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-para-3__18px.mbl {
    max-width: 360px;
    margin-left: auto;
  }

  .anrp-para-3__18px.mbl._100--full1 {
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-para-3__18px.mbl._22 {
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-clock-wrap {
    margin-right: 0%;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .html-embed-5 {
    max-height: 512px;
    margin-bottom: -300px;
  }

  .annualrep-sec-2-img2 {
    left: 90%;
    z-index: 1;
    width: 32%;
    max-height: 230px;
  }

  .anrp-sec-4-mimg {
    width: 30%;
    max-height: 320px;
  }

  .anrp-sec-4-mimg._1 {
    left: auto;
    top: 47%;
    right: 0px;
    bottom: auto;
    display: block;
    width: 10%;
    height: 60%;
    max-height: none;
  }

  .anrp-sec-3-img-hldr {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-sec-3-img-hldr.right-txt {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-3-img-hldr.static-block-1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-3-img-hldr.static-arnp-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-3-img-hldr.static-arnp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-3-img-hldr.static-arnp2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-3-img-hldr.static-arnp-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-sec-5-h {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arnp-gallery-img {
    width: 100vw;
  }

  .anrp-phm-wrap {
    margin-right: 0%;
  }

  .anrp-bluebox {
    min-height: 100vh;
  }

  .annual-report-holder_main.ar__400px-m {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.sec5-5-box-2 {
    padding-bottom: 20px;
  }

  .annual-report-holder_main.ar__400px-m2 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__401 {
    max-width: 390px;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.map {
    padding-bottom: 20px;
  }

  .annual-report-holder_main.anrp-si-txt {
    max-width: 260px;
    margin-left: 0px;
  }

  .annual-report-holder_main.ar_320px-left-m {
    max-width: 260px;
  }

  .annual-report-holder_main.ar-310-new {
    margin-left: auto;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.sec5-5-box {
    padding-bottom: 20px;
  }

  .annual-report-holder_main.ar__400px {
    padding-bottom: 75px;
  }

  .annual-report-holder_main.ar__400px.mbl-10 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px.mbl-30 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px.full-ms {
    margin-left: auto;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px.phm {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px._360px {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar-310 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px--mb0 {
    padding-bottom: 75px;
  }

  .annual-report-holder_main.map {
    padding-bottom: 20px;
  }

  .anrp-company-sec {
    display: none;
  }

  .anrp-company-sec.mobile {
    display: block;
    padding-top: 52px;
    padding-bottom: 0px;
  }

  .anrp-sec-3-box-2 {
    max-width: 100%;
    margin-left: auto;
  }

  .arnp-sec-3-box-2 {
    max-width: 100%;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-sldl {
    right: 30px;
  }

  .anrp-sldl.lft {
    right: 90px;
  }

  .financial_repartition {
    min-height: auto;
  }

  .counteranrp2 {
    font-size: 90px;
  }

  .anrp-phm-cont {
    margin-top: 30px;
    margin-bottom: 0%;
  }

  .landbot-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mylandbot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .anrp-merch {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 20%;
  }

  .annualreport-sec-1 {
    min-height: auto;
  }

  .annualreport-sec-1.noor {
    max-height: none;
    min-height: auto;
  }

  .annualrep-sec-1-img5 {
    width: 30%;
    max-height: 320px;
  }

  .annualrep-sec-1-img5.sec-3-ani {
    top: 25%;
    width: 20%;
    height: 20%;
    max-height: none;
  }

  .annualrep-sec-1-img5.sec-3-ani.sh.hidenow {
    display: none;
  }

  .annualrep-sec-1-img5._1 {
    top: auto;
    bottom: 4%;
    width: 24%;
    max-height: none;
  }

  .annualrep-sec-1-img5.mao {
    left: -80px;
    top: 10%;
    display: block;
    width: 20%;
    height: 40%;
    max-height: none;
  }

  .annualrep-sec-1-img5.img-sec-3-rt {
    left: 0px;
    top: 57%;
    right: auto;
    bottom: 57%;
    width: 120px;
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .anrp-sec-4-wrap2 {
    position: relative;
    max-width: 100%;
    margin-left: auto;
  }

  .counteranrp10 {
    font-size: 90px;
  }

  .anrp-hldr-si {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-phm-pattern {
    left: 0%;
    top: 0%;
    height: auto;
    max-height: none;
    max-width: 40%;
    padding-left: 30px;
  }

  .anrp-sec-4-vect-1 {
    width: 30%;
    max-height: 320px;
  }

  .anrp-sec-4-vect-1.sec-3-ani {
    top: 25%;
    width: 20%;
    height: 20%;
    max-height: none;
  }

  .anrp-si-text {
    position: static;
    top: 80%;
    bottom: -32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .anrp-parallax_5_img {
    max-height: none;
  }

  .anrp-parallax_5_img._400px-copy {
    max-height: none;
  }

  .anrp-parallax_5_img._400px {
    max-height: none;
  }

  .counteranrp-text {
    font-size: 90px;
  }

  .anrp-36px-comment-h {
    font-size: 36px;
  }

  .counter-copy {
    font-size: 170px;
  }

  .anrp-sec-4-img-wrap {
    position: relative;
    left: auto;
    width: 100%;
    max-height: none;
  }

  .anrp-1247 {
    max-width: 100%;
    margin-left: auto;
  }

  .anrp-1247.sec-3-tb {
    max-width: 100%;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set-8 {
    padding-top: 30px;
    padding-left: 30px;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set.sec-10-subset {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247.aut0-fit-0 {
    margin-left: 0%;
    padding-top: 0%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247.arnp-1247__400px {
    margin-left: 0%;
    padding-top: 50%;
  }

  .anrp-1247._0-copy {
    margin-left: 0%;
    padding-top: 0%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247.m30-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247._350px {
    max-width: 100%;
    margin-left: 0%;
    padding-top: 0%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .annualrep-sec-1-img1-real {
    height: 100%;
    max-height: none;
    min-height: auto;
  }

  .annualrep-sec-1-img1-real.hero {
    max-height: none;
    min-height: auto;
  }

  .arnp-slider-bottom {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .anrp-sec-3 {
    padding-top: 0px;
  }

  .anrp-sec-3.set-1 {
    padding-bottom: 54px;
  }

  .anrp-sec-3.set-1.sub-set-6 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anrp-sec-3.set-1.sub-set-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-4 {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anrp-sec-3.set-1.sub-set-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anrp-sec-3.set-1.sub-set-2 {
    padding-top: 50px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.anrp-1249 {
    padding-top: 84px;
  }

  .anrp-sec-3.set-1.sub-set-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-5 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anrp-sec-3.set-1.sub-set-6 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-2 {
    padding-top: 50px;
  }

  .anrp-contact-box-1 {
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-gallery {
    padding-top: 50px;
  }

  .anrp-company-logo-img {
    width: 100%;
  }

  .anrp-phm {
    display: -ms-grid;
    display: grid;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .anrp-sec-5 {
    padding-top: 0px;
  }

  .anrp-sec3-img-holder {
    position: relative;
    top: 30px;
    right: -22vw;
    width: 440px;
    max-width: 100%;
    margin-left: auto;
  }

  .anrp-sec3-img-holder.full-block-1 {
    right: -30px;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .anrp-sec3-img-holder.mid {
    right: -30px;
    width: 70%;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .anrp-sec3-img-holder._90--fmfm {
    right: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .anrp-sec3-img-holder._430px {
    right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .anrp-sec3-img-holder._430px._500px {
    right: -30px;
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
  }

  .anrp-sec3-img-holder.top-left {
    right: -30px;
    width: 80%;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .anrp-people-div.kurshad-txt {
    margin-right: -8px;
    margin-bottom: 0px;
    padding-top: 15px;
  }

  .anrp-people-div.up-10as {
    margin-top: 10px;
    margin-left: -60px;
  }

  .anrp-people-div.move-right-10--as {
    margin-right: 0%;
    padding-top: 0%;
    padding-bottom: 30%;
  }

  .anrp-people-div.raza-txt {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .anrp-people-div.ako-man {
    margin-bottom: 0%;
    margin-left: -17px;
  }

  .anrp-people-div.specs {
    margin-right: -54px;
  }

  .anrp-people-div.sara-txxt {
    padding-top: 10px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-people-div.ako-text {
    padding-bottom: 20px;
  }

  .anrp-people-div.salome {
    margin-left: -10px;
  }

  .anrp-people-div.brown-hari-girl-student {
    margin-top: 10%;
  }

  .anrp-people-div.inna-text {
    margin-left: -30px;
    padding-right: 0%;
  }

  .anrp-people-div.white-osana {
    margin-top: 0%;
    margin-right: -10px;
  }

  .anrp-people-div.eduard-txt {
    padding-top: 50px;
    padding-right: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anrp-people-div.as-hijab {
    margin-top: 0%;
    margin-left: -30px;
    padding-right: 0%;
  }

  .anrp-people-div.osana-txt {
    margin-top: 0%;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .anrp-people-div.raza {
    margin-top: 0%;
    padding-right: 10px;
  }

  .anrp-people-div.saman-txt {
    padding-right: 10px;
    padding-left: 0%;
  }

  .anrp-people-div.inna {
    margin-top: 0%;
    margin-right: -50px;
    padding-left: 10px;
  }

  .anrp-people-div.ali-txt {
    padding-top: 10px;
    padding-left: 20px;
  }

  .annualreport-hero-div {
    width: 100%;
    max-width: 100%;
  }

  .annualreport-hero-div._1 {
    min-width: auto;
  }

  .annualreport-hero-div._1.graph {
    overflow: visible;
  }

  .div-block-12 {
    max-height: 70vh;
  }

  .anrp-sec-2 {
    padding-top: 0px;
  }

  .anrp-sec-2._130-122px {
    padding-bottom: 54px;
  }

  .anrp-sec-2._84-84 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .anrp-sec-2._84-122px {
    padding-bottom: 54px;
  }

  .anrp-sec-2._84-122px.anrp-1238_130px {
    padding-top: 84px;
  }

  .anrp-sec-2._84-122px {
    padding-bottom: 54px;
  }

  .anrp-sec-2._84-122px.anrp-1238_130px {
    padding-top: 84px;
  }

  .annualrep-sec-1-img2 {
    left: 90%;
    z-index: 1;
    width: 32%;
    max-height: 230px;
  }

  .annualrep-sec-1-img2.down-shifting.graphm {
    display: none;
  }

  .annualrep-sec-1-img2.down-shifting.graph {
    display: none;
  }

  .annualrep-sec-1-img2.sec3 {
    bottom: 10%;
    width: 150px;
    height: 150px;
  }

  .annualrep-sec-1-img2.sec3.hdhdhd {
    display: none;
  }

  .anrp-sec4-img {
    height: 100%;
    max-height: none;
    min-height: auto;
  }

  .anrp-si-head {
    font-size: 40px;
  }

  .anrp-clock {
    display: -ms-grid;
    display: grid;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .si-span {
    font-size: 49px;
  }

  .si-span._1 {
    font-size: 40px;
  }

  .sec-3-tbtb {
    max-width: 360px;
    padding-left: 30px;
  }

  .anrp-bluebox-textbox1 {
    width: 120%;
  }

  .anrp-company-th {
    max-width: 100%;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrppgbr-hld {
    width: 100%;
  }

  .anrp-36px-clock-h {
    font-size: 36px;
  }

  .anrp-sec-4-hldr {
    min-height: auto;
  }

  .anrp-sec-4-hldr.noor {
    max-height: none;
    min-height: auto;
  }

  .anrp-sec-3-para-hldr2 {
    max-width: 70%;
    margin-left: 0px;
  }

  .anrp-sec-4-head.ar__330px {
    padding-bottom: 30px;
  }

  .counter {
    font-size: 170px;
  }

  .anrp-sec.arnp-0vh00vh {
    padding-bottom: 0px;
  }

  .anrp-sec.foot {
    padding-bottom: 20px;
  }

  .annual-report-h3__36px {
    font-size: 28px;
  }

  .anrp-sec--5-hllft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anrp-sec--5-hllft.ar {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .annualreport-hero-div-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }

  .anrp-si-pattern {
    top: 60%;
    right: -40%;
    bottom: 50%;
    width: 50%;
  }

  .anrp-si-png {
    display: none;
  }

  .anrp-si-lottie {
    width: 100%;
    margin-bottom: -60px;
    margin-left: -22%;
  }

  .anrpmap-lcn-link {
    font-size: 16px;
  }

  .anrp-clock-pattern {
    left: -30px;
    top: 0%;
    z-index: 0;
    width: 40%;
    height: auto;
    max-height: none;
    max-width: 40%;
    padding-left: 30px;
  }

  .anrp-sec-5-para-hldr {
    max-width: 70%;
    margin-left: auto;
  }

  .anrp-sec-5-para-hldr.map-mobile {
    max-width: 70%;
    margin-left: 0px;
    padding-left: 60px;
  }

  .anrp-sec-5-para-hldr._1 {
    max-width: none;
    padding-left: 0px;
  }

  .anrp-sec-5-para-hldr.map {
    max-width: 70%;
    margin-left: 0px;
    padding-left: 60px;
  }

  .anrp-company-logo {
    margin-bottom: 50px;
  }

  .anrp-company-logo.anrp-company-transpartent {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
  }

  .anrp-company-logo._0 {
    margin-bottom: 0px;
  }

  .annual-report-h1__28px {
    font-size: 28px;
  }

  .annual-report-h1__28px._8px {
    font-size: 28px;
  }

  .counteranrp12 {
    font-size: 90px;
  }

  .annualrep-sec-1-img1 {
    position: relative;
    left: auto;
    width: 100%;
    max-height: none;
  }

  .annualrep-sec-1-img1.hero {
    max-height: none;
    min-height: auto;
  }

  .anrp-sec-4 {
    padding-top: 0px;
  }

  .anrp-sec-4.rel.overflow-hidden {
    padding-top: 70px;
  }

  .anrp-title-110px {
    font-size: 90px;
  }

  .anrp-bluebox-text-wrapper {
    height: auto;
    min-height: 60vh;
  }

  .anrp-para-3__18px-2.map {
    max-width: 360px;
  }

  .anrp-para-3__18px-2.map {
    max-width: 360px;
  }

  .anrp-map-th-2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .annual-report-h3_32px {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .f-white.md-15.title-subtitle {
    font-size: 30px;
    line-height: 35px;
  }

  .f-white.stories-card-title {
    font-size: 25px;
    line-height: 30px;
  }

  .f-white.mb-20 {
    background-color: transparent;
  }

  .big-button._100--width {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-button._100--width.mob {
    width: 37%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .big-button._100--width.mob.w--current {
    margin-right: 40px;
  }

  .f-blue.md-30 {
    font-size: 23px;
  }

  .f-blue.sub-information-article {
    white-space: nowrap;
  }

  .small-button.md-150.transition-on {
    white-space: nowrap;
  }

  .hero {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero.mt-70 {
    margin-top: 70px;
  }

  .wrapper-img-hero {
    height: 100%;
  }

  .img-hero {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .img-hero.history {
    -o-object-position: 81% 50%;
    object-position: 81% 50%;
  }

  .img-hero.funding {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .img-hero.special-appeal {
    -o-object-position: 56% 50%;
    object-position: 56% 50%;
  }

  .black-mask {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-new.absolute-10 {
    padding-top: 0px;
  }

  .grid-hero {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-hero.hero-md-60 {
    margin-bottom: 0px;
    grid-row-gap: 20px;
  }

  .wrapper-title-hero.pr-50 {
    padding-right: 0px;
  }

  .content {
    padding-bottom: 60px;
  }

  .grid-content {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-text-img-content.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-img-content.wic-two {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrapper-img-content.wic-two.pl-60 {
    padding-left: 40px;
  }

  .wrapper-img-content.wic-one {
    height: 200px;
    padding-right: 40px;
  }

  .wrapper-img-content.wic-one.pr-110 {
    padding-right: 70px;
  }

  .wrapper-img-content.wic-three {
    height: 250px;
  }

  .wrapper-img-content.wic-four {
    height: 100%;
  }

  .img-content {
    text-align: left;
  }

  .md-30 {
    font-size: 15px;
  }

  .md-30.footer-lp {
    font-size: 18px;
  }

  .main-actions {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-title-main-actions {
    width: 80%;
  }

  .wrapper-main-activity {
    height: 500px;
    padding: 30px;
  }

  .wrapper-text-main-action {
    width: 100%;
  }

  .donation {
    padding-bottom: 50px;
  }

  .donation.mt-100 {
    margin-top: 100px;
  }

  .wrapper-donation-img.md-60 {
    height: 250px;
    margin-bottom: 20px;
  }

  .donnorbox-embed.relative-mt-200-copy {
    top: 0px;
  }

  .newsletter {
    overflow: hidden;
  }

  .wrapper-newsletter {
    height: auto;
    padding: 30px;
  }

  .img-newslteter {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }

  .wrapper-content-nl {
    width: 100%;
  }

  .wrapper-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-icon-social {
    margin-top: 30px;
    padding-left: 0px;
  }

  .submit-button {
    width: 100%;
  }

  .footer {
    height: auto;
  }

  .sub-grid-footer {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-legal {
    width: 100%;
  }

  .wrapper-link-legal {
    margin-bottom: 0px;
  }

  .sub-wrapper-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-wrapper-legal.md-30 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-wrapper.w--current {
    width: 100px;
    height: 30px;
  }

  .menu-hamburger {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-window-mob {
    z-index: 1001;
    display: none;
  }

  .wrapper-menu-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-menu-mob {
    display: none;
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-line-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-line-mob.mt-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .dropdown-title {
    font-family: neue-haas-unica, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .wrapper-link-drop-mob._1 {
    display: none;
  }

  .menu-mob-window {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-blog-section.mt-70 {
    margin-top: 70px;
  }

  .all-article {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .wrapper-img-all-article {
    height: 220px;
  }

  .wrapper-img-all-article.lp {
    height: 200px;
  }

  .collection-tag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-insta.f-blue {
    font-size: 25px;
  }

  .wrapper-title-insta {
    max-width: 100%;
  }

  .img-plus-dropdown {
    width: 100%;
    height: 350px;
  }

  .img-plus-dropdown.height-200px {
    height: 200px;
  }

  .plus {
    height: 35px;
  }

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

  .grid-3 {
    grid-column-gap: 10px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .hero-alternative.mt-70 {
    margin-top: 70px;
    padding-left: 0px;
  }

  .history {
    padding-bottom: 100px;
  }

  .grid-history {
    grid-column-gap: 100px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .grid-history.mdt-50 {
    grid-column-gap: 20px;
    -ms-grid-columns: 0.25fr 2fr;
    grid-template-columns: 0.25fr 2fr;
  }

  .wrapper-img-history {
    width: 85%;
    height: 200px;
  }

  .p.md-10.f-white.quote-main {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .wrapper-img-manilla-team {
    height: 100px;
  }

  .grid-manila {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-headquarter.md-30 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .open-button {
    text-align: left;
  }

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

  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-img-full {
    height: 30vh;
  }

  .countries-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-countries {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-country {
    height: 400px;
  }

  .wrapper-text-countries {
    width: 90%;
  }

  .hero-countries.pt-200 {
    padding-top: 167px;
  }

  .section-main-image {
    height: 350px;
  }

  .mr-20.coma {
    line-height: 40px;
  }

  .wrapper-donation.md-60 {
    height: auto;
    margin-bottom: 20px;
  }

  .mega-wrapper-text-donation {
    margin-right: 0px;
  }

  .wrapper-img-donation {
    height: 330px;
  }

  .wrapper-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .author-wrapper.mr-60.md-5 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mr-5.sub-information-article {
    white-space: nowrap;
  }

  .form {
    grid-row-gap: 15px;
  }

  .grid-form.md-30 {
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .legal-section.img-report {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/2020-FSD-Webpage-Donation-page03.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/2020-FSD-Webpage-Donation-page03.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 100%;
  }

  .wrapper-legal-footer {
    width: 100%;
    margin-top: 30px;
  }

  .wrapper-fundraise {
    height: 500px;
    padding: 30px;
  }

  .filter-wrapper.md-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-filter {
    width: auto;
  }

  .filter-controls {
    width: 100%;
  }

  .cookie-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie {
    width: 100%;
  }

  .cookiebuttons {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cookietext {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .cookie-text {
    width: 100%;
    margin-bottom: 0px;
  }

  .privacy-link {
    font-size: 12px;
  }

  .grid-footer-down {
    grid-row-gap: 10px;
    -ms-grid-rows: auto 10px auto;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-report {
    grid-column-gap: 10px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block {
    left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }

  .landing-hero {
    padding-top: 131px;
  }

  .wg-element-wrapper.sw6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wg-selector-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-value {
    padding-bottom: 60px;
  }

  .wrapper-mega-img-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .content-appeal {
    padding-bottom: 60px;
  }

  .wrapper-img-content-appeal {
    height: 350px;
  }

  .wrapper-img-content-appeal.special {
    height: 250px;
  }

  .donation-appeal {
    padding-bottom: 50px;
  }

  .donation-appeal.mt-100 {
    margin-top: 100px;
  }

  .content-work {
    padding-bottom: 60px;
  }

  .wrapper-img-content-work {
    height: 250px;
  }

  .wrapper-img-content-work-two {
    height: 300px;
  }

  .gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), color-stop(60%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0) 60%);
  }

  .content-main {
    padding-bottom: 60px;
  }

  .section-impact-image {
    height: 600px;
  }

  .wg-dropdown-1-2 {
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wg-dropdown-1-2.hidden-desktop {
    display: none;
    margin-right: 20px;
    margin-left: auto;
  }

  .wg-element {
    display: block;
    width: auto;
    padding-right: 10px;
  }

  .hero-section-landing {
    position: relative;
    height: auto;
    margin-top: 100px;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .main-img-landing {
    position: static;
    display: inline-block;
    margin-top: 0px;
    float: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donation-section-one {
    width: 100vw;
    height: auto;
  }

  .grid-lp-donation-one {
    position: relative;
  }

  .content-lp-one {
    position: relative;
  }

  .img-lp-p2 {
    height: 250px;
  }

  .all-article-lp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-donation {
    position: relative;
    height: auto;
  }

  .wrapper-icon-social-lp {
    margin-top: 30px;
    padding-left: 0px;
  }

  .wrapper-img-hero-news-lp {
    height: 400px;
  }

  .wrapper-nl-form-lp {
    padding-top: 85px;
  }

  .form-lp {
    grid-row-gap: 15px;
  }

  .submit-button-lp.blue.lp {
    width: 100%;
  }

  .section-action.margin {
    margin-top: 40px;
  }

  .wrapper-img-action-lp {
    height: 300px;
  }

  .wrapper-content-action-lp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .big-button-red._100--width {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-button-red._100--width.mob {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .wrapper-contact-person {
    height: 100px;
  }

  .wrapper-contact-person.special {
    height: 250px;
  }

  .button._100--width {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button._100--width.mob {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .wrapper-title-map {
    max-width: 100%;
  }

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

  .img-insta-wrapper {
    height: 300px;
  }

  .annualrep-sec-img_nav {
    right: -50%;
  }

  .annualreport-navlink {
    margin-left: 0px;
  }

  .annualreport-navlink.white {
    margin-left: 0px;
  }

  .anrp-container {
    overflow: hidden;
  }

  .anrp-container.mhide {
    display: block;
  }

  .anrp-container.phm {
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .anrp-container.full-mobile {
    overflow: visible;
  }

  .anrp-container.p0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .anrp-container.ovvisible {
    overflow: visible;
  }

  .annualreport-nav-wrapper {
    height: 100vh;
    min-height: 680px;
  }

  .annual-report-nav-menu {
    width: 100%;
  }

  .annual-report-nav-menu.anrp-1238 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .annualreport-container_nav {
    padding-right: 8px;
    padding-left: 30px;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }

  .anrp-txt-lnk02 {
    margin-left: 0px;
  }

  .arnp-lottie1-holder {
    width: 130%;
    height: auto;
    margin-left: -5%;
  }

  .anp-span-1.link-sm {
    font-size: 13px;
  }

  .anrp-knife-no-copy {
    top: 0%;
  }

  .anrp-sec-3-para-hldr {
    position: relative;
    max-width: 100%;
    padding-right: 10px;
  }

  .anrp-sec-3-para-hldr.hldr1 {
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-sec-3-para-hldr._350px {
    margin-left: 0px;
  }

  .div-block-5 {
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
  }

  .annualrep-sec-1-img4 {
    left: -20%;
    top: 62%;
    height: 37%;
  }

  .annualrep-sec-1-img4.right {
    left: auto;
    top: 10%;
    right: -50px;
    bottom: 10%;
    width: 20%;
    height: 80%;
  }

  .annualrep-sec-1-img4.m {
    top: 50%;
  }

  .annualrep-sec-1-img4.sec-2-new-img.comment {
    left: -40%;
    top: 0%;
    width: 50%;
  }

  .annualrep-sec-1-img4.sec-2-new-img._100 {
    left: -40%;
    top: 0%;
    width: 50%;
  }

  .annualrep-sec-1-img4.sec-2-new-img.contact {
    left: auto;
    top: 10%;
    right: -80px;
    bottom: 1%;
    width: 35%;
    height: 30%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .annualrep-sec-1-img4.sec-2-new-img.angela2 {
    left: -40%;
    top: 0%;
    width: 50%;
  }

  .anrp-comment-no {
    padding-right: 0px;
  }

  .sec-4-textblock-hldr.ar_380px-left {
    position: relative;
    max-width: 100%;
    padding-left: 0px;
  }

  .anrp-clock-lottie {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-left: auto;
  }

  .repartition {
    max-width: 100%;
    min-height: 300px;
    min-width: auto;
  }

  .annual-hero-tect-master-holder {
    margin-top: -100px;
  }

  .counteranrp4 {
    margin-left: -4px;
  }

  .anrp-sec-5-img-wrap {
    grid-template-areas: ". Area-8 Area-8 . . Area-3"
      ". . . Area-2 Area-2 ."
      ". Area-7 Area-7 . . ."
      ". . . . Area-5 Area-4"
      "Area-6 . . . . Area-4";
  }

  .anrp-social-box-hldr {
    grid-column-gap: 30px;
  }

  .anrp-sec-3-img-hldr1.static-arnp-1 {
    position: relative;
  }

  .anrp-map-pattern-img {
    display: none;
  }

  .anrp-sec-1.globe {
    padding-bottom: 0px;
  }

  .anrp-comment-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .background-video {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .html-embed-2 {
    display: block;
  }

  .div-block-7 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .div-block-7.hidden {
    display: none;
  }

  .anrp-map-lst {
    display: block;
    width: 100%;
    padding-top: 30px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .anrp-map-lst.mb-hidden {
    display: none;
  }

  .anrp-g-hover-box {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .anrp-sec-img2 {
    bottom: 63%;
  }

  .arnp-line-holder._25 {
    width: 80%;
  }

  .anrp-comment-box._2 {
    max-width: 80%;
  }

  .anrp-comment-box.anrp-1-cb {
    left: 0%;
    top: 0px;
  }

  .anrp-vid-im {
    height: auto;
    min-height: 20vh;
  }

  .arnp-phm-holder {
    display: block;
    min-height: 80vh;
  }

  .annualrep-sec-1-img2-real {
    width: 70%;
    max-height: 100%;
  }

  .anrp-sec-5-txt-hldr.rpdrp {
    max-width: 100%;
  }

  .anrp-phm-img {
    display: block;
    width: auto;
    max-width: 194vw;
    min-height: 400px;
    min-width: 194vw;
    padding-left: 20px;
  }

  .anrp-map-th {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .anrp-comments-sec.pb-0 {
    padding-bottom: 0px;
  }

  .anrp-para-3__18px {
    padding-right: 20px;
  }

  .anrp-para-3__18px.map {
    max-width: 100%;
    margin-top: 40px;
  }

  .anrp-para-3__18px.daf {
    max-width: 220px;
    margin-top: 40px;
  }

  .anrp-para-3__18px.company {
    max-width: 100%;
    margin-top: 0px;
  }

  .anrp-para-3__18px.sec-4-mbl {
    max-width: 220px;
    margin-left: 0px;
  }

  .anrp-para-3__18px._100-10 {
    max-width: 100%;
    margin-left: auto;
  }

  .anrp-para-3__18px.mbl {
    max-width: 220px;
    margin-left: auto;
  }

  .anrp-para-3__18px.mbl._100--full1 {
    max-width: 100%;
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-para-3__18px.mbl._22 {
    margin-right: auto;
    margin-left: 0px;
  }

  .anrp-clock-wrap {
    padding-left: 30px;
  }

  .html-embed-5 {
    width: 100%;
    max-height: 510px;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: -210px;
  }

  .anrp-lottie1 {
    width: 120%;
    margin-bottom: 50px;
    margin-left: -8%;
  }

  .anrp-comment-24h {
    font-size: 22px;
  }

  .anrp-comment-24h._300vpx-lmt {
    font-size: 22px;
  }

  .annualrep-sec-2-img2 {
    left: 88%;
    bottom: -8%;
    width: 60%;
  }

  .anrp-solution-innovative {
    padding-bottom: 60px;
  }

  .anrp-sec-4-mimg {
    left: -20%;
    height: 220px;
  }

  .anrp-sec-4-mimg._1 {
    display: none;
  }

  .anrp-sec-3-img-hldr.right-txt {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-sec-5-h {
    padding-top: 0px;
  }

  .anrp-social-box {
    width: 100%;
  }

  .anrp-map-pointer {
    width: 10px;
  }

  .anrp-phm-wrap {
    padding-left: 30px;
  }

  .arnp-landbot-holder {
    display: block;
  }

  .div-block-15 {
    bottom: 40px;
    margin-bottom: 27px;
  }

  .anrp-bluebox {
    min-height: 100vh;
  }

  .annual-report-holder_main.sec5-5-box-2 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__401 {
    max-width: 85%;
  }

  .annual-report-holder_main.ar_360 {
    max-width: 100%;
    padding-left: 60px;
  }

  .annual-report-holder_main.map {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar_320px-left {
    max-width: 100%;
    padding-left: 60px;
  }

  .annual-report-holder_main.anrp-si-txt {
    max-width: 100%;
    padding-left: 0px;
  }

  .annual-report-holder_main.ar_320px-left-m {
    max-width: 100%;
    padding-left: 60px;
  }

  .annual-report-holder_main.ar-310-new {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.sec5-5-box {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px {
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .annual-report-holder_main.ar__400px._320px {
    padding-right: 30px;
    padding-left: 30px;
  }

  .annual-report-holder_main.ar__400px.mbl-10 {
    padding-bottom: 10px;
  }

  .annual-report-holder_main.ar__400px.mbl-30 {
    padding-bottom: 30px;
  }

  .annual-report-holder_main.ar__400px.full-ms {
    max-width: 100%;
    margin-left: 0px;
    padding-bottom: 10px;
  }

  .annual-report-holder_main.ar__400px.phm {
    max-width: 100vw;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .annual-report-holder_main.ar__400px._20 {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .annual-report-holder_main.ar__400px._360px {
    padding-bottom: 10px;
  }

  .annual-report-holder_main.ar__400px--mb0 {
    padding-bottom: 0px;
  }

  .annual-report-holder_main.map {
    padding-bottom: 0px;
  }

  .anrp-company-sec {
    display: none;
    width: 100%;
  }

  .anrp-company-sec.mobile {
    display: block;
  }

  .arnp-gallery-img-9 {
    height: auto;
  }

  .abrp-comment-sub-titel {
    max-width: 180px;
  }

  .anrp-sec-3-box-2 {
    margin-top: 10%;
  }

  .arnp-sec-3-box-2 {
    padding-top: 10px;
  }

  .anrp-sldl {
    right: 10px;
  }

  .anrp-sldl.lft {
    right: 60px;
  }

  .financial_repartition {
    height: 80vw;
    min-height: 600px;
  }

  .counteranrp2 {
    font-size: 65px;
  }

  .arnp-slider-sec {
    max-height: none;
  }

  .anrp-1241 {
    top: -25%;
  }

  .armp-sldr.touch {
    padding-bottom: 0px;
  }

  .anrp-phm-cont {
    margin-top: -92px;
    margin-bottom: 5%;
    margin-left: auto;
  }

  .anrp-merch {
    padding-top: 20%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .annualrep-sec-1-img5 {
    left: -20%;
    height: 220px;
  }

  .annualrep-sec-1-img5.sec-3-ani {
    top: 86vw;
    display: none;
    width: 30%;
  }

  .annualrep-sec-1-img5.sec-3-ani.sh {
    left: -20%;
    top: 3%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 26%;
    height: 100%;
    max-height: 100%;
  }

  .annualrep-sec-1-img5.sec-3-ani.nre-dd {
    left: 0vw;
    top: 20px;
    right: auto;
    bottom: 0%;
    display: block;
    width: 50px;
    height: 100%;
    max-height: 190px;
  }

  .annualrep-sec-1-img5._1 {
    display: none;
  }

  .annualrep-sec-1-img5._1._2 {
    left: -56%;
    top: 70%;
    bottom: 20%;
    display: block;
    width: 70%;
    height: auto;
  }

  .annualrep-sec-1-img5.mao {
    left: -30px;
    top: 20%;
    bottom: 11%;
    height: 20%;
  }

  .annualrep-sec-1-img5.img-sec-3-rt {
    display: none;
  }

  .counteranrp10 {
    font-size: 65px;
  }

  .anrp-hldr-si {
    margin-top: -20%;
  }

  .anrp-phm-pattern {
    width: 50%;
    max-width: 100%;
  }

  .anrp-sec-4-vect-1 {
    left: -20%;
    height: 220px;
  }

  .anrp-sec-4-vect-1.sec-3-ani {
    top: 86vw;
    display: none;
    width: 30%;
  }

  .anrp-sec-4-vect-1.sec-3-ani.sh {
    left: auto;
    top: 9%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 15%;
    height: 80%;
    max-height: 100%;
  }

  .anrp-si-text {
    bottom: -50%;
    max-width: 88%;
    padding-left: 20px;
  }

  .anrp-parallax_5_img {
    max-height: none;
  }

  .anrp-parallax_5_img._400px-copy {
    display: none;
    min-height: 160px;
  }

  .counteranrp-text {
    font-size: 65px;
  }

  .anrp-knife-sec {
    width: 100%;
    max-width: none;
  }

  .counter-copy {
    font-size: 90px;
  }

  .anrp-sec-4-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .anrp-1247.sec-3-tb {
    margin-left: 10%;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set-8 {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set.sec-10-subset {
    max-width: 100%;
    padding-top: 20px;
  }

  .anrp-1247.sec-3-tb.sec-3-sub-set.sec-3-subset {
    padding-right: 0px;
  }

  .anrp-1247.aut0-fit-0 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .anrp-1247._0-copy {
    padding-top: 20px;
  }

  .anrp-1247._0-copy.w260 {
    max-width: 360px;
  }

  .anrp-1247.m30-30.mb-m30 {
    margin-bottom: -90px;
  }

  .anrp-1247._350px {
    padding-top: 10px;
  }

  .annualrep-sec-1-img1-real {
    width: 100%;
    max-width: 120%;
  }

  .lottie1-ar-holder {
    overflow: visible;
    width: auto;
    max-width: 100%;
    min-height: 400px;
    margin-right: -30px;
    margin-left: -30px;
  }

  .anrp-sec-3.set-1.sub-set-6 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .anrp-sec-3.set-1.sub-set-4 {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-2 {
    padding-bottom: 20px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 0px;
  }

  .anrp-sec-3.set-1.sub-set-5 {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .anrp-sec-3.set-1.sub-set-6 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .anrp-sec-3.set-1.sub-set-1 {
    padding-top: 0px;
  }

  .anrp-sec-3.set-1.sub-set-2 {
    padding-bottom: 20px;
  }

  .anrp-contact-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
  }

  .anrp-gallery {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .anrp-company-logo-img {
    width: 80%;
  }

  .anrp-form {
    max-width: 100%;
  }

  .anrp-phm {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    max-height: none;
    min-height: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: repeating-linear-gradient(83deg, #007bd3, #0683d7 20%, #3cc6fe);
  }

  .anrp-sec3-img-holder {
    right: -12%;
    width: 100%;
  }

  .anrp-sec3-img-holder.full-block-1 {
    top: 0px;
    right: -30px;
    width: 100%;
    margin-bottom: 20px;
  }

  .anrp-sec3-img-holder.mid {
    top: 0px;
    right: -30px;
    width: 100%;
    margin-bottom: 20px;
  }

  .anrp-sec3-img-holder._90--fmfm {
    top: 0px;
    width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .anrp-sec3-img-holder._430px {
    top: 0px;
    margin-bottom: 20px;
  }

  .anrp-sec3-img-holder._430px._500px {
    top: 0px;
  }

  .anrp-sec3-img-holder.top-left {
    top: 0px;
    right: -30px;
    width: 90%;
    margin-bottom: 20px;
  }

  .anrp-sec-map-content {
    padding-bottom: 40px;
  }

  .annualreport-hero-div._1 {
    max-width: 100%;
  }

  .annualreport-hero-div._1.graph {
    overflow: visible;
    padding-bottom: 0px;
  }

  .annualreport-hero-div.globe {
    overflow: hidden;
    margin-bottom: 0px;
  }

  .anrp-sec-2._130-122px {
    padding-top: 60px;
  }

  .annualrep-sec-1-img2 {
    left: 88%;
    bottom: -8%;
    width: 60%;
  }

  .annualrep-sec-1-img2.down-shifting.graphm {
    left: auto;
    top: 20%;
    right: -78%;
    bottom: 11%;
    display: block;
    width: 80%;
    max-height: 160px;
    min-height: auto;
  }

  .annualrep-sec-1-img2.down-shifting.graph {
    left: auto;
    top: 20%;
    right: -78%;
    bottom: 11%;
    display: none;
    width: 80%;
    max-height: 160px;
    min-height: auto;
  }

  .anrp-slddr {
    height: 56vw;
  }

  .anrp-sec4-img {
    width: 100%;
    max-width: 100%;
  }

  .anrp-bluebox-mesh {
    width: 270px;
    height: 270px;
  }

  .anrp-clock {
    min-height: auto;
    -ms-grid-rows: 222px auto;
    grid-template-rows: 222px auto;
    background-image: linear-gradient(260deg, #007bd3, transparent 43%), repeating-linear-gradient(79deg, #007bd3, #0683d7 20%, #3cc6fe);
  }

  .sec-3-tbtb {
    max-width: 100%;
    padding-right: 30px;
  }

  .anrp-knifr0lottie {
    width: 120%;
    max-width: 600px;
    margin-top: 50px;
    margin-left: -13%;
  }

  .anrp-bluebox-textbox1 {
    bottom: -45%;
    width: 100%;
  }

  .lottie1-section-ar {
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .anrp-company-th {
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .anrp-clock-text {
    margin-top: 0px;
  }

  .anrp-1251-div {
    width: 100%;
    height: 150px;
    max-width: 100%;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .anrp-sec-3-para-hldr2 {
    position: relative;
    max-width: 100%;
  }

  .anrp-ar-th {
    bottom: 0px;
    padding-left: 30px;
    border-radius: 0px;
    opacity: 0;
  }

  .anrp-slide {
    width: 100vw;
    height: 56vw;
  }

  .counter {
    font-size: 90px;
  }

  .anrp-tb2-16px.mb20 {
    margin-bottom: 20px;
  }

  .anrp-sec-5-img {
    max-width: 110px;
  }

  .anrp-sec-5-img.anrp-sec-5-mv4 {
    max-width: 76px;
  }

  .annualreport-hero-div-2 {
    padding-left: 0px;
  }

  .anrp-si-lottie {
    width: 130%;
    margin-right: -10%;
    margin-left: 0%;
  }

  .slide-nav {
    right: 0%;
  }

  .arnp-clock-holder {
    display: block;
  }

  .anrp-form-block {
    max-width: 100%;
  }

  .anrp-clock-pattern {
    width: 60%;
    max-width: 100%;
  }

  .annual-report-para-2__20px {
    padding-right: 20px;
  }

  .anrp-sec-5-para-hldr {
    position: relative;
    display: none;
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .anrp-sec-5-para-hldr.map-mobile {
    display: none;
    max-width: 100%;
    padding-left: 50px;
  }

  .anrp-sec-5-para-hldr.map {
    display: none;
    max-width: 100%;
  }

  .anrp-angela2sec {
    padding-top: 0px;
  }

  .anrp-company-logo {
    margin: 0px;
  }

  .anrp-company-logo.kanton-glarus {
    left: 0px;
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.cologny {
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.gacam {
    margin-bottom: 0px;
  }

  .anrp-company-logo.usa {
    margin-bottom: 0px;
  }

  .anrp-company-logo.pleinvent {
    left: 0px;
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.vevey {
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.patrip {
    margin-bottom: 0px;
  }

  .anrp-company-logo.anrp-company-transpartent {
    margin-bottom: 0px;
  }

  .anrp-company-logo.baur {
    left: auto;
    bottom: auto;
    margin-bottom: 0px;
  }

  .anrp-company-logo.appenzel {
    left: 0px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .anrp-company-logo.ggl {
    top: auto;
    right: auto;
    margin-bottom: 0px;
  }

  .anrp-company-logo.johnson-foundation {
    left: 0px;
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.eurpoe {
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0px;
  }

  .anrp-company-logo.meyrin {
    left: 0%;
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.sig {
    top: 0%;
    right: 0%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .anrp-company-logo.ville-de {
    margin-bottom: 0px;
  }

  .anrp-company-logo.primavera {
    left: 0%;
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.le-solstice {
    margin-bottom: 0px;
  }

  .anrp-company-logo.stiftens {
    top: auto;
    margin: 0px;
  }

  .anrp-company-logo.tauw {
    top: 0%;
    margin-bottom: 0px;
  }

  .anrp-company-logo.delemont {
    margin: 0px;
    padding-top: 0px;
  }

  .anrp-company-logo.dudingen {
    margin: 1px;
  }

  .anrp-company-logo.pully {
    margin: 0px;
  }

  .anrp-company-logo.laconnex {
    margin: 0px;
  }

  .anrp-company-logo.jona {
    margin: 0px;
    padding: 0px;
  }

  .anrp-company-logo.puplinge {
    margin: 0px;
  }

  .anrp-company-logo.solidatech {
    margin: 0px;
  }

  .anrp-company-logo.troinex {
    margin: 0px;
  }

  .anrp-gallery-wrap {
    max-width: 100%;
    margin-right: 0px;
  }

  .anrp-sld-mask {
    overflow: hidden;
    height: 56vw;
  }

  .annual-report-h1__28px._8px {
    font-size: 28px;
  }

  .annualrep-sec-1-img1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .anrp-title-110px {
    line-height: 0.9;
  }

  .anrp-bluebox-text-wrapper {
    width: 80%;
    min-height: 60vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wg-dd-1-togle-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .anrp-para-3__18px-2.map {
    max-width: 100%;
    margin-top: 40px;
  }

  .anrp-para-3__18px-2.map {
    max-width: 100%;
    margin-top: 40px;
  }

  .anrp-map-th-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-17 {
    margin-top: -100px;
  }

  .polychrome {
    display: block;
    color: #929292;
    font-size: 11px;
  }

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

  .financial-box {
    min-height: auto;
  }

  .polychrome-2 {
    display: block;
    color: #929292;
    font-size: 11px;
  }

  .preloader {
    display: none;
  }

  .heading {
    left: 8%;
    top: 22%;
    padding-bottom: 39px;
    font-size: 24px;
    font-weight: 300;
  }

  .body-2 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .section {
    position: relative;
    background-color: #0179fe;
  }

  .titre-principles {
    padding-right: 10%;
    padding-left: 10%;
  }

  .cta-codes {
    position: static;
    display: block;
  }

  .grid-7 {
    position: static;
    margin-left: 20px;
    padding: 20px 5% 10px;
    justify-items: center;
  }

  .grid-7.suite {
    position: static;
    display: -ms-grid;
    display: grid;
    width: auto;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 20px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .open-pdf {
    width: auto;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fcfcf9;
    border-radius: 20px;
    font-size: 14px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .statute {
    color: #fcfcf9;
    font-size: 16px;
  }

  .charter-and-principles {
    padding-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .prevention {
    display: -ms-grid;
    display: grid;
    padding: 10px 0% 10px 0px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .statutes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .statutes.suite {
    display: -ms-grid;
    display: grid;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .whistleblower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .whistleblower.suite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .whistleblowe {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .code-eng {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grille-chartes {
    width: 100%;
    padding: 20px 10px 40px;
    grid-column-gap: 10px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .image-9 {
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .heading-7 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 25px;
    text-align: center;
  }

  .bold-text-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
  }

  .bold-text-3 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
  }

  .heading-10 {
    margin-right: 10px;
    margin-left: 10px;
    color: #0179fe;
    font-size: 20px;
    text-align: center;
  }

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

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

  .heading-14 {
    padding-right: 10px;
    padding-left: 10px;
    color: #0179fe;
  }

  .heading-15 {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 20px;
    text-align: left;
  }

  .heading-16 {
    padding-right: 10px;
    padding-left: 10px;
    color: #232323;
    text-align: center;
  }

  .heading-17 {
    color: #0179fe;
    text-align: center;
  }

  .paragraphe-donation {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #232323;
    text-align: left;
  }

  .image-10 {
    margin-top: 100px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .paragraph-4 {
    padding-right: 20px;
    padding-left: 20px;
    color: #0179fe;
  }

  .titre-en-bleu {
    padding-right: 10px;
    padding-left: 20px;
    color: #0179fe;
  }

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

  .bold-text-4 {
    font-weight: 400;
    text-transform: uppercase;
  }

  .bold-text-5 {
    font-weight: 400;
    text-transform: uppercase;
  }

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

  .heading-20 {
    color: #0179fe;
  }

  .heading-21 {
    padding-right: 20px;
    padding-left: 20px;
    color: #0179fe;
  }

  .heading-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-24 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-b050d4f3-f468-d9a7-d9ba-57750cdae6a4-6f982f52 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#nl-submit-btn.w-node-b050d4f3-f468-d9a7-d9ba-57750cdae6a8-6f982f52 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_080da0f8-75a1-4158-9be9-2b7575e223eb-75e223cf {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b9799f-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a3-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979aa-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979e6-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979ed-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-team>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-29bf31ca {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-29bf31ca {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
  -ms-grid-row: 15;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-6;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6a6-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6a9-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ab-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b0-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b7-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b9-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6bc-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6be-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6bf-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c4-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c6-29bf31ca {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c9-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6cb-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d0-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d3-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d5-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d8-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6e3-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ed-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f2-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f8-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fa-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ff-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a702-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a704-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a706-29bf31ca {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a709-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70c-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70e-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a716-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71a-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a724-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
  -ms-grid-column-align: end;
  justify-self: end;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-29bf31ca {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-29bf31ca {
  -ms-grid-row: 15;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-6;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-29bf31ca {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a764-29bf31ca {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-8;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-29bf31ca {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-29bf31ca {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a766-29bf31ca {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-29bf31ca {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-29bf31ca {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78d-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78f-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a791-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a793-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a795-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a797-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a799-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a79b-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a79f-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a1-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a3-29bf31ca {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a5-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a9-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7b1-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7af-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ad-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bee6adc6-042c-7410-d7ad-7171537dc0d0-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d9a5a8a5-bdfe-bae7-4532-4168c5ea5f16-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_731ffb77-f453-8a70-321c-bd6a2c81e98b-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_18d35343-5b23-bdca-2b90-0f1171990add-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_428e006f-2c41-67f3-d7b9-84b89af83504-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_05dd0aab-79db-8657-0055-14136e579293-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ba20dce2-c9c5-e0eb-79b0-8515c585dc10-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4000048a-1fe8-344a-bdcf-29a7630f1508-29bf31ca {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7669e51b-91e3-d6e0-48ad-b6cd4fbed322-29bf31ca {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f14f86b-117f-c53b-d384-771e7ceace0c-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51221726-05ee-f7ce-fa34-fb204cad5f07-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f32a64b1-3fa0-9c8f-3594-b150e1defe0d-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7b9-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7bb-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4a7-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4a9-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4ab-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4ad-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4af-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b1-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b3-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b5-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b9-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bb-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bd-29bf31ca {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bf-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c5-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c7-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c9-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cb-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cd-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cf-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d1-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d3-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d5-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d7-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d9-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4db-29bf31ca {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4dd-29bf31ca {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4df-29bf31ca {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e1-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e3-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e5-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e7-29bf31ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7cb-29bf31ca {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7e5-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7eb-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ed-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ef-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f1-29bf31ca {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f3-29bf31ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f7-29bf31ca {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-29bf31ca {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-29bf31ca {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-29bf31ca {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-29bf31ca {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-29bf31ca {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a98e-29bf31ca {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b9799f-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a3-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979aa-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979e6-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979ed-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-team>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-f2bf3233 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-f2bf3233 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
  -ms-grid-row: 15;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-6;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6a6-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6a9-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ab-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b0-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b7-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6b9-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6bc-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6be-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6bf-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c4-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c6-f2bf3233 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6c9-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6cb-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d0-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d3-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d5-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6d8-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6e3-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ed-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f2-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f8-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fa-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ff-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a702-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a704-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a706-f2bf3233 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a709-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70c-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70e-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a716-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71a-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a724-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
  -ms-grid-column-align: end;
  justify-self: end;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-f2bf3233 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-f2bf3233 {
  -ms-grid-row: 15;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-6;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-f2bf3233 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a764-f2bf3233 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-8;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-f2bf3233 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-f2bf3233 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a766-f2bf3233 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-f2bf3233 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-f2bf3233 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

@media screen and (min-width: 1440px) {
  .grid-7>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-12>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-7>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-12>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 991px) {
  .div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-29bf31ca {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-29bf31ca {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-29bf31ca {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-29bf31ca {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-f2bf3233 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-f2bf3233 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-f2bf3233 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-f2bf3233 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-29bf31ca {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-29bf31ca {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-29bf31ca {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-29bf31ca {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-29bf31ca {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-29bf31ca {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .div-block-5>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-f2bf3233 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-f2bf3233 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-f2bf3233 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-f2bf3233 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-f2bf3233 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-f2bf3233 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 479px) {
  .grid-footer-down>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-29bf31ca {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-29bf31ca {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a764-29bf31ca {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-29bf31ca {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a766-29bf31ca {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-29bf31ca {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .grid-footer-down>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a66f-f2bf3233 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a679-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a67e-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a683-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a761-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a762-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a763-f2bf3233 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a764-f2bf3233 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a765-f2bf3233 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a766-f2bf3233 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .anrp-sec-5-img-wrap>#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a767-f2bf3233 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78d-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78f-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a791-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a793-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a795-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a797-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a799-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a79b-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a79f-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a1-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a3-f2bf3233 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a5-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7a9-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7b1-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7af-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ad-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bee6adc6-042c-7410-d7ad-7171537dc0d0-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d9a5a8a5-bdfe-bae7-4532-4168c5ea5f16-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_731ffb77-f453-8a70-321c-bd6a2c81e98b-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_18d35343-5b23-bdca-2b90-0f1171990add-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_428e006f-2c41-67f3-d7b9-84b89af83504-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_05dd0aab-79db-8657-0055-14136e579293-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ba20dce2-c9c5-e0eb-79b0-8515c585dc10-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4000048a-1fe8-344a-bdcf-29a7630f1508-f2bf3233 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7669e51b-91e3-d6e0-48ad-b6cd4fbed322-f2bf3233 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f14f86b-117f-c53b-d384-771e7ceace0c-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51221726-05ee-f7ce-fa34-fb204cad5f07-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f32a64b1-3fa0-9c8f-3594-b150e1defe0d-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7b9-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7bb-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4a7-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4a9-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4ab-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4ad-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4af-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b1-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b3-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b5-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4b9-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bb-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bd-f2bf3233 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4bf-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c5-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c7-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4c9-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cb-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cd-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4cf-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d1-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d3-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d5-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d7-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4d9-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4db-f2bf3233 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4dd-f2bf3233 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4df-f2bf3233 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e1-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e3-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e5-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0202e4c-f253-b88a-49bc-07425a55b4e7-f2bf3233 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7cb-f2bf3233 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7e5-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7eb-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ed-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7ef-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f1-f2bf3233 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f3-f2bf3233 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7f7-f2bf3233 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-f2bf3233 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-f2bf3233 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-f2bf3233 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-f2bf3233 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-f2bf3233 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a98e-f2bf3233 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d3948d1e-3e79-327d-446a-176ff0f412d6-71bf3244 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_16a3c0cf-d6b2-59cb-1b7d-d9aa535ab876-535ab84a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_882eaf3f-570c-a8c4-4d5b-fd62ae769ea1-21bf324d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_70793e44-fead-de80-9378-a9fcfd510928-21bf324d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9090570e-bb42-3fc7-5e24-f4788b4ba8b0-b8bf325e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cdfe2b7a-1ec9-7561-b998-a2571f618dd9-ccbf325f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_51969b61-bf2b-e329-1a23-1c6d65a3b43e-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1e2dd7eb-391f-d00a-3b19-68e78b2a962e-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f9e913dd-7d83-c778-58c6-9b11b4792433-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2f6ff5b7-3204-53db-0d54-ec56d04e0582-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-eaf09163-2be8-f6a8-a5d1-fb268e549a1c-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dce0741d-fa89-9326-609f-fcacccbdb8d9-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c4fc405d-332e-712f-d044-38cf51ab5392-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c4cbc1e6-8fe3-dc33-461c-b44ba867a976-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6d5b4b89-06cb-c3d5-65e5-225c51115217-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4f6f3d5e-d0cb-dd54-81b8-f3819e088820-dcbf3260 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3f434d83-e8cd-7c7f-58fd-8df68165db30-07bf3263 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f434d83-e8cd-7c7f-58fd-8df68165db32-07bf3263 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3f434d83-e8cd-7c7f-58fd-8df68165db32-07bf3263 {
  -ms-grid-row: span 8;
  grid-row-start: span 8;
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f434d83-e8cd-7c7f-58fd-8df68165db32-07bf3263 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_47448cac-5470-89f4-090f-20869c19f81a-07bf3263 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_47448cac-5470-89f4-090f-20869c19f81c-07bf3263 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_47448cac-5470-89f4-090f-20869c19f81c-07bf3263 {
  -ms-grid-row: span 8;
  grid-row-start: span 8;
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_47448cac-5470-89f4-090f-20869c19f81c-07bf3263 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_766643a2-9855-cf22-446c-a0d4c7e26812-e2bf326c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b9799f-99846efa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-99846efa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979a3-99846efa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979aa-99846efa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979e6-99846efa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef8d31be-38dc-16ec-a5cd-059939b979ed-99846efa {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a785-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7bb-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b49f-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4e7-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a785-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7bb-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b49f-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4e7-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e944a047-404a-5725-af52-ff7b97d4f491-b5bf3241 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_57d4542e-6a83-805c-4bca-2ca62b65c006-b5bf3241 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_51969b61-bf2b-e329-1a23-1c6d65a3b43e-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_1e2dd7eb-391f-d00a-3b19-68e78b2a962e-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f9e913dd-7d83-c778-58c6-9b11b4792433-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2f6ff5b7-3204-53db-0d54-ec56d04e0582-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eaf09163-2be8-f6a8-a5d1-fb268e549a1c-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-dce0741d-fa89-9326-609f-fcacccbdb8d9-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c4fc405d-332e-712f-d044-38cf51ab5392-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c4cbc1e6-8fe3-dc33-461c-b44ba867a976-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_6d5b4b89-06cb-c3d5-65e5-225c51115217-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4f6f3d5e-d0cb-dd54-81b8-f3819e088820-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e944a047-404a-5725-af52-ff7b97d4f491-edf6f803 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_57d4542e-6a83-805c-4bca-2ca62b65c006-edf6f803 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46d59826-78fc-512a-6c72-d27412c4b77d-c4bf31a7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78d-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4a7-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a78d-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4a7-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b3-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a8b5-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_51969b61-bf2b-e329-1a23-1c6d65a3b43e-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_1e2dd7eb-391f-d00a-3b19-68e78b2a962e-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f9e913dd-7d83-c778-58c6-9b11b4792433-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2f6ff5b7-3204-53db-0d54-ec56d04e0582-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-eaf09163-2be8-f6a8-a5d1-fb268e549a1c-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-dce0741d-fa89-9326-609f-fcacccbdb8d9-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c4fc405d-332e-712f-d044-38cf51ab5392-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c4cbc1e6-8fe3-dc33-461c-b44ba867a976-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_6d5b4b89-06cb-c3d5-65e5-225c51115217-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4f6f3d5e-d0cb-dd54-81b8-f3819e088820-dcbf3260 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-29bf31ca {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979b9-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979bf-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979c5-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979cb-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979d1-29bf31ca {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a4f4-29bf31ca {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f0-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f8-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fa-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fc-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ff-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a702-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a704-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a706-29bf31ca {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a709-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70e-29bf31ca {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a713-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a716-29bf31ca {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71a-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71d-29bf31ca {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a722-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a724-29bf31ca {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a76c-29bf31ca {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7fd-29bf31ca {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a806-29bf31ca {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a94a-29bf31ca {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-f2bf3233 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979b9-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979bf-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979c5-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979cb-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979d1-f2bf3233 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a4f4-f2bf3233 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a674-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a688-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f0-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6f8-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fa-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6fc-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a6ff-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a702-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a704-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a706-f2bf3233 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a709-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a70e-f2bf3233 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a713-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a716-f2bf3233 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71a-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a71d-f2bf3233 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a722-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a724-f2bf3233 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a76c-f2bf3233 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a7fd-f2bf3233 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a806-f2bf3233 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a94a-f2bf3233 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979a1-99846efa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979b9-99846efa {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979bf-99846efa {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979c5-99846efa {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979cb-99846efa {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef8d31be-38dc-16ec-a5cd-059939b979d1-99846efa {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0202e4c-f253-b88a-49bc-07425a55b49f-29bf31ca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4a9-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4af-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4b5-29bf31ca {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4b9-29bf31ca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4bd-29bf31ca {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4bf-29bf31ca {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4db-29bf31ca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-29bf31ca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a98d-29bf31ca {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b49f-f2bf3233 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4a9-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4af-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4b5-f2bf3233 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4b9-f2bf3233 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4bd-f2bf3233 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4bf-f2bf3233 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0202e4c-f253-b88a-49bc-07425a55b4db-f2bf3233 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a828-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a86a-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a97e-f2bf3233 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51ed6d92-fcbe-87df-936f-dfa97e39a98d-f2bf3233 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e944a047-404a-5725-af52-ff7b97d4f491-b5bf3241 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_57d4542e-6a83-805c-4bca-2ca62b65c006-b5bf3241 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d3948d1e-3e79-327d-446a-176ff0f412d6-71bf3244 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-div-block-b8bf325e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_5caa472c-2790-d43f-5314-fd22f85c3b40-dcbf3260 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51969b61-bf2b-e329-1a23-1c6d65a3b43e-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_552d62d3-a134-448f-0dd6-ba37151b59a5-dcbf3260 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1e2dd7eb-391f-d00a-3b19-68e78b2a962e-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f9e913dd-7d83-c778-58c6-9b11b4792433-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2f6ff5b7-3204-53db-0d54-ec56d04e0582-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eaf09163-2be8-f6a8-a5d1-fb268e549a1c-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-dce0741d-fa89-9326-609f-fcacccbdb8d9-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c4fc405d-332e-712f-d044-38cf51ab5392-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c4cbc1e6-8fe3-dc33-461c-b44ba867a976-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6d5b4b89-06cb-c3d5-65e5-225c51115217-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4f6f3d5e-d0cb-dd54-81b8-f3819e088820-dcbf3260 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_766643a2-9855-cf22-446c-a0d4c7e26812-e2bf326c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e944a047-404a-5725-af52-ff7b97d4f491-edf6f803 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_57d4542e-6a83-805c-4bca-2ca62b65c006-edf6f803 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

