:root {
  --steel-blue: #007dbc;
  --midnight-blue: #031c2d;
  --cadet-blue: #5eb3c2;
}

.concept-text {
  z-index: 200;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.concept-text.copy {
  margin-top: 38px;
  font-size: 34px;
  line-height: 70px;
  position: static;
}

.big-title-wrapper {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 100px;
  line-height: 80px;
  overflow: hidden;
}

.big-title-wrapper.title-c2 {
  color: #dd344b;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  display: block;
  position: relative;
}

.big-title-wrapper.title-c2.copy {
  font-size: 100px;
  line-height: 80px;
  display: none;
  position: static;
  top: 50px;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

.block {
  height: 100vh;
  background-color: rgba(178, 160, 160, .82);
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 20%;
  padding-bottom: 15%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.block._2 {
  background-color: rgba(178, 160, 160, 0);
  position: relative;
}

.block.map {
  background-image: url('../images/image-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0%;
  padding-bottom: 0%;
}

.scroll-section {
  display: none;
}

.overlay {
  width: 100%;
  height: 100vh;
  color: #eb0303;
  background-color: #c20101;
}

.hero-section {
  margin-bottom: -20px;
  padding-top: 50px;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
  position: relative;
}

.video-container {
  width: 100%;
  height: 70%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, .23);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.report-hero-container {
  width: 100%;
  height: 30%;
  max-width: 1280px;
  border-bottom: 3px solid var(--steel-blue);
  background-color: #f0f2f4;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pdf-report-wrap {
  width: 19%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.download-hero-wrap {
  flex-direction: column;
  margin-left: 35px;
  padding-top: 29px;
  display: flex;
}

.title-pdf {
  color: var(--steel-blue);
  margin-bottom: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
}

.body {
  color: var(--midnight-blue);
  flex-direction: row;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.buttons-report-container {
  align-items: center;
  display: none;
}

.pdf-hero-wrap {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  display: flex;
}

.button {
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 5px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 16px;
}

.button.learn {
  margin-bottom: 9px;
}

.button.white {
  color: #fff;
  border-color: #fff;
  margin-bottom: 10px;
}

.pdf-img {
  width: 160px;
  height: auto;
  position: absolute;
  top: 30px;
  box-shadow: 3px 0 20px rgba(0, 0, 0, .45);
}

.ribbon {
  z-index: 2;
  height: 32vh;
  position: absolute;
  top: -50px;
  left: 50px;
}

.intro-container {
  width: 100%;
  max-width: 1060px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.intro-paragraph {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 169px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}

.hero-container {
  height: 97vh;
  max-width: 1280px;
}

.bold-blue {
  color: var(--steel-blue);
  font-weight: 700;
}

.bold-blue.big {
  font-size: 1.3rem;
  font-weight: 800;
}

.chapter-intro {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 121px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.chapter-title {
  z-index: 2;
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.chapter-intro-container {
  width: 100%;
  max-width: 1280px;
  border-bottom: 11px solid var(--steel-blue);
  background-color: var(--steel-blue);
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 69px;
  padding-top: 69px;
  padding-bottom: 69px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.chapter-intro-container._02 {
  object-fit: cover;
  background-image: url('../images/33.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 0;
  padding: 134px 66px;
  overflow: hidden;
}

.chapter-intro-container._02.ch2 {
  background-image: url('../images/2352.jpg');
  background-position: 50%;
}

.chapter-intro-container._02.ch3 {
  background-image: url('../images/90138.jpg');
  background-position: 50% 15%;
}

.chapter-intro-container._02.ch4 {
  background-image: url('../images/WF1163438_WFP-Antoine-Vallas-30.jpg');
  background-position: 50% 36%;
}

.chapter-intro-container._02.ch5 {
  background-image: url('../images/PAGE-121-WF1690596_20220426_BOL_Alejandro-Chicheri_1477.jpg');
  background-position: 50%;
}

.number-chapter-div {
  z-index: 2;
  width: 55px;
  height: 55px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
  position: relative;
}

.number {
  color: var(--steel-blue);
  margin-bottom: 0;
  padding-left: 3px;
  font-size: 3.4rem;
  line-height: 120%;
}

.number.purecounter {
  font-size: 4rem;
  line-height: 110%;
}

.number.chapter {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

.subtitle {
  color: var(--midnight-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.linea {
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}

.school-meals-intro {
  width: 100%;
  height: auto;
  max-width: 1280px;
  background-color: #fff;
  margin-bottom: 60px;
  padding-left: 0%;
  padding-right: 0%;
}

.school-meals-container {
  background-color: #040033;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 33px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.logo-smc {
  height: 80px;
  margin-top: 27px;
  margin-bottom: 14px;
}

.text-white {
  color: #fff;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  line-height: 150%;
}

.school-meal-container {
  padding-left: 8%;
  padding-right: 8%;
}

.intro-list-smc {
  max-width: 1280px;
  margin-bottom: 33px;
  font-size: 1.1rem;
  line-height: 130%;
}

.list-item {
  width: 100%;
  height: auto;
  max-width: 1060px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-schoolmeals {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 130%;
}

.point {
  width: 40px;
  height: 40px;
  background-color: #5ea3c7;
  border-radius: 50px;
  align-items: center;
  margin-right: 15px;
  display: flex;
  position: relative;
}

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

.video-school-meal {
  height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.video-schoolmeals-container {
  width: 100%;
  max-width: 1060px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.schollmeal-visual {
  z-index: -1;
  width: 290px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: auto;
  right: 30px;
}

.numbers-container {
  flex-direction: column;
  margin-top: 31px;
  margin-bottom: 70px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.numbers-div {
  width: 33%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-tag {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
}

.div-block {
  display: flex;
}

.schoolmeal-country-section {
  height: auto;
  display: flex;
}

.schoolmeal-country-section.benin {
  flex-direction: row-reverse;
}

.schoolmeal-country-img {
  width: 40%;
  background-image: url('../images/WF1224636_20210528_RWA_Fredrik-Lerneryd_06.JPG');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.schoolmeal-country-img.benin {
  background-image: url('../images/WF1446378_2060B6~1WFP-Alexis_Masciarelli.JPG');
}

.schoolmeal-country-container {
  width: 60%;
  background-color: #fbfbfb;
  padding-top: 30px;
  padding-left: 6%;
  padding-right: 3%;
  position: relative;
}

.schoolmeals-title-div {
  align-items: center;
  display: flex;
}

.school-title-country {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 100%;
}

.school-county-bodytext {
  z-index: 3;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 150%;
  position: relative;
}

.school-county-bodytext.indent {
  padding-left: 22px;
}

.subtitle-info-smc {
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.circle {
  width: 50px;
  height: 50px;
  border: 2px solid var(--midnight-blue);
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 16px;
  display: flex;
}

.image-2 {
  margin-top: -9px;
  margin-right: -9px;
}

.div-block-2 {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.number-country-schoolmeal {
  color: var(--steel-blue);
  margin-top: 24px;
  margin-left: 21px;
  font-size: 2rem;
  font-weight: 300;
}

.rw {
  width: 120px;
  opacity: .45;
  display: none;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.learnmore-section {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.learnmore-section.without-pmargin {
  margin-top: 0;
}

.learn-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.larne-div-text {
  width: 29%;
  flex-direction: column;
  align-items: flex-start;
  line-height: 150%;
  display: flex;
}

.larne-div-text.big {
  width: 44%;
}

.line-learn {
  width: 50px;
  height: 4px;
  background-color: var(--steel-blue);
  margin-bottom: 30px;
}

.image-3 {
  margin-right: 20px;
}

.learn-text {
  color: var(--steel-blue);
  font-size: 1.2rem;
  line-height: 150%;
}

.map-section {
  position: relative;
}

.infograph-title {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 120%;
}

.infograph-title.dark {
  width: auto;
  background-color: var(--steel-blue);
  color: #fff;
}

.infograph-title.dark.hide {
  display: none;
}

.infograph-title.red {
  color: #fff;
  background-color: #ef404c;
  margin-top: 0;
  font-size: 1.6rem;
}

.infograph-title.red.hide {
  display: none;
}

.infograph-line {
  width: 50px;
  height: 4px;
  background-color: var(--steel-blue);
  margin-left: auto;
  margin-right: auto;
}

.map-1 {
  margin-top: 20px;
}

.map-legend-container {
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.map-legend-wrap {
  width: 19%;
}

.map-legend-wrap.smc {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.color-legend {
  width: 20px;
  height: 20px;
  background-color: #b1dcdf;
  flex-direction: row;
  margin-right: 10px;
  display: flex;
}

.color-legend.low-blue {
  background-color: #35b6c6;
}

.color-legend.blue {
  background-color: #007abf;
}

.color-legend.dark-blue {
  background-color: #1a4263;
}

.color-legend.gra {
  background-color: #939496;
}

.color-legend.red {
  background-color: #e8414c;
}

.color-legend.l-gra {
  background-color: #dce1e2;
}

.color-legend.smc1 {
  background-color: #ef4a30;
}

.color-legend.smc2 {
  background-color: #ffcb0b;
}

.color-legend.smc3 {
  background-color: #0a568b;
}

.color-legend.smc4 {
  background-color: #18aada;
}

.color-legend.smc5 {
  background-color: #02a08b;
}

.legend-text {
  margin-bottom: 0;
  font-size: .9rem;
}

.legend-text.country-number {
  color: #24ae83;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
}

.legend-text.country-number.o {
  margin-right: -11px;
}

.legend-text.bold {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 36px;
  font-weight: 700;
}

.legend-text._02 {
  text-align: center;
  margin-top: 22px;
}

.legend-list {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.legend-list.smc {
  width: auto;
  justify-content: flex-start;
  margin-right: 15px;
}

.map-countries-wrap {
  width: 40%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bar-map {
  width: 35px;
  height: 20px;
  background-image: linear-gradient(to right, #24ae83, #53b896);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.bar-map._02 {
  width: 111px;
}

.bar-map._03 {
  width: 22px;
}

.bar-map._04 {
  width: 62px;
}

.bar-map._05 {
  width: 60px;
}

.bar-map._06 {
  width: 160px;
}

.bar-map._07 {
  width: 65px;
}

.bar-map._08 {
  width: 26px;
}

.bar-map._09 {
  width: 70px;
}

.bar-map._10 {
  width: 16px;
}

.bar-map._11 {
  width: 180px;
}

.bar-map._12 {
  width: 26px;
}

.bar-map._13 {
  width: 16px;
}

.colum-text-container {
  max-width: 1060px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.column {
  width: 50%;
  padding-right: 7%;
  font-size: 1rem;
  line-height: 160%;
}

.column._2 {
  width: 100%;
  margin-top: 24px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-3 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 52px;
  padding-left: 7%;
  display: flex;
}

.line-colum {
  width: 50px;
  height: 4px;
  background-color: var(--steel-blue);
  margin-top: 17px;
  margin-left: 0%;
}

.line-colum.center {
  margin: 40px auto;
}

.infograph-section {
  width: 100%;
  height: auto;
  border-top: 2px solid var(--cadet-blue);
  background-image: linear-gradient(#f2f2f2 14%, #fff 31%);
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.infograph-section.white {
  background-image: none;
  border-top-style: none;
  margin-top: -13px;
}

.infograph-section.noborder {
  border-top-style: none;
  margin-top: 0;
}

.image-4 {
  height: 430px;
  max-width: 1280%;
  mix-blend-mode: multiply;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-info {
  max-width: 1060px;
  text-align: center;
  margin-top: 35px;
  font-size: 1.15rem;
  line-height: 150%;
}

.paragraph-info.visual {
  max-width: 620px;
}

.paragraph-info.little {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.paragraph-info.chapter1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.paragraph-info.chapter1.hide {
  display: none;
}

.paragraph-info.chapter1.new-style {
  font-size: 1.3rem;
}

.paragraph-info.intro-ch2 {
  max-width: 1280px;
  text-align: center;
  margin-bottom: 69px;
  margin-left: 8%;
  margin-right: 8%;
}

.paragraph-info.click {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 43px;
  font-style: italic;
  font-weight: 600;
}

.grid-section {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
}

.grid-section.noborder {
  margin-top: -32px;
  padding-top: 0;
}

.grid-container {
  max-width: 1280px;
  display: flex;
}

.grid-col-left {
  width: 55%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.grid-col-right {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-left: 10px;
  display: flex;
}

.image-5 {
  width: 480px;
  height: 400px;
  object-fit: cover;
  margin-bottom: 0;
  display: inline-block;
}

.image-6 {
  width: 380px;
  height: 260px;
  object-fit: cover;
}

.image-7 {
  width: 240px;
  height: 310px;
  object-fit: cover;
  margin-top: 0;
}

.heading {
  max-width: 1060px;
  color: var(--midnight-blue);
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.heading.cap5 {
  margin-top: 41px;
}

.image-8 {
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.negative {
  background-color: var(--steel-blue);
  color: #fff;
}

.video-section {
  width: 100%;
  height: auto;
  background-color: #ececec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 15px;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
}

.video-section.green {
  width: 100%;
  background-color: #51b288;
  margin-bottom: 0;
}

.video {
  width: 800px;
  height: 100%;
}

.visual-text-section {
  justify-content: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.visual-text-container {
  width: 100%;
  max-width: 1060px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: none;
}

.heading-2 {
  color: var(--steel-blue);
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 90%;
}

.more {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 0;
  font-size: 5.5rem;
  line-height: 81%;
}

.accordion-container {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion {
  background-color: rgba(97, 55, 55, 0);
  border-bottom: 1px solid #fff;
}

.p-accordion-answer {
  height: auto;
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 36px;
  font-size: 1rem;
  line-height: 140%;
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  color: var(--steel-blue);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-accordion {
  color: var(--steel-blue);
  margin-right: 40px;
  font-size: 1.6rem;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-highlight-top {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-item {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #fff;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #cacaca;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 13px 50px 13px 26px;
  font-size: 36px;
  display: flex;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.accordion-item-bottom-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.accordion-highlight-bottom {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-section {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.line-accordion {
  width: 40px;
  height: 4px;
  background-color: var(--steel-blue);
  margin-bottom: 30px;
}

.image-9 {
  width: 360px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-right: 25px;
}

.div-block-4 {
  width: 40%;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 103px;
  display: flex;
}

.fixed-bg {
  width: 100%;
  height: 250px;
  background-image: url('../images/image-38.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 40px;
}

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

.click-text {
  color: var(--steel-blue);
  font-size: 1rem;
  font-style: italic;
  display: none;
}

.footer-section {
  width: 100%;
  background-color: var(--steel-blue);
  flex-direction: column;
  align-items: center;
  padding: 0% 8%;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.img-footer {
  width: 20%;
}

.footer-text-div {
  width: 80%;
  padding-top: 30px;
  padding-bottom: 71px;
  padding-left: 30px;
}

.title-foote {
  color: #fff;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 110%;
}

.subtitle-footer {
  color: #fff;
  margin-top: 41px;
  font-size: 1rem;
  font-weight: 600;
}

.footer-img-pdf {
  width: 157px;
  margin-top: -55px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .51);
}

.black-footer-section {
  height: 100px;
}

.section-2 {
  width: 100%;
  height: 200px;
  background-color: #254160;
  flex-direction: column;
  padding-top: 15px;
  display: flex;
}

.div-block-24 {
  height: 100px;
  border-bottom: 1px solid #fff;
  margin-left: 5%;
  margin-right: 5%;
}

.image-17 {
  height: 80%;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  margin-top: 9px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Open Sans, sans-serif;
}

.div-block-25 {
  position: relative;
}

.div-block-26 {
  background-color: rgba(0, 0, 0, .44);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.paragraph-2 {
  width: 240px;
  color: #fff;
  line-height: 17px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-button {
  display: none;
}

.menufixed_number02 {
  width: 40px;
  height: 40px;
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  display: flex;
}

.menufixed_number02.w--current {
  width: 40px;
  height: 40px;
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.menufixed_button_text {
  border-style: none;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
}

.menufixed_button_text:hover {
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.menufixed {
  z-index: 15;
  height: 70px;
  border-bottom: 1px solid var(--steel-blue);
  background-color: rgba(255, 255, 255, .99);
  justify-content: space-around;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 10px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menufixed_number01 {
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menufixed_number01.w--current {
  background-color: var(--steel-blue);
  color: #fff;
  border: 1px solid #36b5c5;
}

.menufixed_title {
  width: auto;
  color: #1a4262;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  display: none;
}

.menufixed_number03 {
  width: 40px;
  height: 40px;
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--steel-blue);
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  display: flex;
}

.menufixed_number03.w--current {
  width: 40px;
  height: 40px;
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
}

.menufixer_iconlottie {
  width: 20px;
  height: 20px;
  max-width: 100%;
  margin-right: 10px;
}

.menufixed_numberscontainer {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menufixed_button_download {
  color: #fff;
  background-image: linear-gradient(142deg, #007dbc, #00b485 90%);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .6s;
  display: none;
}

.menufixed_button_download:hover {
  background-image: linear-gradient(142deg, #00b485, #007dbc 95%);
}

.menufixed_div-menu {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.menufixed_progress_bar {
  z-index: 100;
  width: 100%;
  height: 5px;
  background-color: var(--midnight-blue);
  transform-origin: 0 0;
  margin-top: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menufixed_ch1-sub {
  color: #5a6872;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.animation1a {
  width: 400px;
}

.chapter3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.infograph1-wrapper {
  width: 300px;
  height: 400px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.blueball {
  z-index: 12;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(45deg, var(--midnight-blue), #68879c);
  opacity: .82;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.greenball {
  z-index: 1;
  width: 160px;
  height: 160px;
  opacity: .82;
  background-image: linear-gradient(231deg, #b5d6c6, #75b498 71%);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 90px;
  display: flex;
  position: absolute;
  top: 140px;
}

.greenball.map {
  width: 180px;
  height: 180px;
  opacity: 1;
  background-image: linear-gradient(231deg, #54b997, #2b8f6e);
  flex-direction: column;
  top: auto;
  bottom: 240px;
  left: 30px;
  right: auto;
}

.number-info1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 800;
}

.number-info1.purecounter.little {
  text-align: center;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 100%;
}

.line {
  z-index: 0;
  width: 410px;
  height: 1px;
  background-color: #9e9e9e;
  position: absolute;
  top: 150px;
  bottom: auto;
  left: -53px;
  right: 0%;
  transform: rotate(-51deg);
}

.paragraph-3 {
  font-size: 1.1rem;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -30px;
}

.paragraph-4 {
  font-size: 1.1rem;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 0%;
  right: auto;
}

.div-block-27 {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.name-info1 {
  color: var(--steel-blue);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-lightblue {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to bottom, var(--cadet-blue), var(--cadet-blue));
  margin-top: 30px;
  margin-bottom: 90px;
}

.hero-background-video {
  height: 100%;
  object-fit: cover;
  overflow: visible;
}

.title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .53);
  margin-bottom: 20px;
  margin-left: 8%;
  font-size: 2.5rem;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-new {
  width: 4vw;
  height: 100vh;
  object-fit: fill;
  background-color: #f3f3f3;
  position: fixed;
}

.menu-sec {
  width: 100%;
  height: 60px;
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.menu-sec._1 {
  background-color: #83cbf0;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-sec._2 {
  background-color: #46afe4;
  position: relative;
}

.menu-sec._3 {
  position: relative;
}

.menu-sec._4 {
  background-color: #035f8d;
  position: relative;
}

.menu-sec._5 {
  background-color: #074463;
  position: relative;
}

.menu-button-2 {
  color: var(--steel-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  display: flex;
}

.menu-button-2.w--open {
  z-index: 90;
  background-color: rgba(200, 200, 200, 0);
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.div-block-28 {
  height: 90vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: 0;
}

.menu-number {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.nav-menu {
  width: 100vw;
  height: 100vh;
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link {
  width: 100%;
  color: #fff;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: 300;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: relative;
}

.nav-link:hover {
  padding-left: 28px;
}

.div-block-29 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 65px;
  display: flex;
}

.image-18 {
  margin-bottom: 40px;
  margin-left: 80px;
}

.close {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: 44px;
  right: auto;
}

.div-block-30 {
  width: 100vw;
  flex-direction: column;
  align-items: center;
  padding-left: 4vw;
  display: flex;
}

.image-19 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  width: 50%;
  max-width: 600px;
}

.div-block-31 {
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.triangle-link {
  color: var(--midnight-blue);
  border-left: 9px solid #fbde81;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 1.2rem;
  font-style: italic;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.triangle-link:hover {
  border-left-width: 20px;
}

.triangle-link._2 {
  border-left-color: #a1d0a3;
}

.triangle-link._3 {
  border-left-color: #d3a7cd;
}

.triangle-link._4 {
  border-left-color: #8f96ca;
}

.triangle-link._5 {
  border-left-color: #f5b097;
}

.impact-story-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.impact-story-text.scope {
  overflow: visible;
}

.impact-story-wrapper {
  width: 100%;
  max-width: 88%;
  min-height: 40vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 30px;
  display: flex;
  position: relative;
}

.impact-story-ext-link {
  max-width: 70%;
  color: #e9ecf0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.impact-story-ext-link:hover {
  text-decoration: underline;
}

.impact-story-ext-link.centered {
  justify-content: center;
  display: none;
}

.image-21 {
  border-radius: 11px;
  margin-left: 9px;
  margin-right: 9px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.overlay-titles {
  width: 100%;
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 1px;
  border-left: 20px solid #f5b097;
  padding-left: 18px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.overlay-titles.green {
  border-left-color: #9fd4aa;
}

.overlay-titles.yellow {
  border-left-color: #fbde81;
}

.overlay-titles.pink {
  border-left-color: #d3a7cd;
}

.overlay-titles.violet {
  border-left-color: #8f96ca;
}

.overlay-paraghaph {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 25px;
  margin-bottom: 38px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
}

.adolescent {
  z-index: 40;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-image: linear-gradient(rgba(3, 28, 45, .5), rgba(3, 28, 45, .5)), linear-gradient(rgba(3, 28, 45, .8), rgba(3, 28, 45, .8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.adolescent.overlay {
  opacity: 0;
  background-image: linear-gradient(rgba(26, 66, 98, .91), rgba(0, 125, 188, .9)), linear-gradient(rgba(3, 28, 45, .5), rgba(3, 28, 45, .5)), url('../images/WF1701615_IMG_4249.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: none;
  position: fixed;
  overflow: auto;
}

.adolescent.overlay.square {
  width: 70vw;
  height: auto;
  opacity: 0;
  background-image: linear-gradient(#fff, #fff), linear-gradient(rgba(3, 28, 45, .5), rgba(3, 28, 45, .5)), url('../images/WF1701615_IMG_4249.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border: 1px solid #f9db91;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
}

.adolescent.overlay.square.green {
  opacity: 0;
  border-color: #9fd4aa;
  padding-bottom: 20px;
  display: none;
}

.adolescent.overlay.square.pink {
  opacity: 0;
  border-color: #dea7cd;
  display: none;
}

.adolescent.overlay.square.violet {
  opacity: 0;
  border-color: #8f96ca;
  display: none;
}

.adolescent.overlay.square.orange {
  opacity: 0;
  display: none;
}

.close-modal-impact {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.pdf-report-link-block {
  margin-bottom: 16px;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.pdf-report-link-block:hover {
  transform: scale(1.05);
}

.cta-icon-img {
  width: 12px;
  margin-left: 2px;
}

.cta-icon-img.smaller {
  width: 8px;
}

.cta-icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  background-color: #0a6eb4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.cta-icon.pillar4 {
  background-color: #f47847;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.category-box {
  width: 32%;
  height: 500px;
  background-image: url('../images/WF1429733_BGD_20220111_WFP_Sayed-Asif-Mahmud_DJI_0508.jpg');
  background-position: 100%;
  background-size: auto;
}

.category-box.bg {
  height: 530px;
  background-image: linear-gradient(to top, rgba(0, 125, 188, .92), rgba(38, 145, 198, 0) 58%), url('../images/HI-WF1429733_BGD_20220111_WFP_Sayed-Asif-Mahmud_DJI_0508.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  transition: background-color .7s;
  display: none;
  position: relative;
}

.category-box.bg:hover {
  background-image: url('../images/WF1429733_BGD_20220111_WFP_Sayed-Asif-Mahmud_DJI_0508.jpg');
  background-position: 100%;
  background-size: cover;
}

.category-box.bg.evaluations {
  width: 23%;
  height: 300px;
  margin-bottom: 15px;
  margin-left: 6px;
  margin-right: 6px;
  overflow: hidden;
}

.category-box.bg.evaluations._01 {
  background-image: linear-gradient(to top, rgba(0, 125, 188, .92), rgba(38, 145, 198, 0) 58%), url('../images/WF1668316_4N0A5616.jpg');
  background-position: 0 0, 50%;
  display: block;
}

.div-block-33 {
  z-index: 10;
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 15px;
  right: 15px;
  overflow: visible;
}

.title-cat {
  color: #fff;
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 400;
  line-height: 90%;
}

.title-cat.evaluations {
  font-size: 3vw;
}

.overlay-cat-central {
  width: 100%;
  height: 100%;
  background-color: #007dbc;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  filter: brightness(0%);
}

.black-over {
  width: 100%;
  height: 30px;
  background-color: rgba(31, 23, 23, .58);
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrap-grid {
  margin-bottom: 10px;
  position: relative;
}

.wrap-grid.accordion {
  width: 360px;
  margin-right: 25px;
}

.wrap-grid-2 {
  width: 240px;
  height: auto;
  margin-top: -73px;
  position: relative;
}

.dida {
  color: #fff;
  margin-bottom: 0;
  font-size: .8rem;
}

.button-prova {
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.button-prova.hide {
  display: none;
}

.div-block-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  display: flex;
}

.div-block-34.version-02 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
}

.div-block-34.hide {
  display: none;
}

.div-block-35 {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.number-map-1 {
  color: var(--steel-blue);
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.number-map-1.center {
  text-align: center;
  letter-spacing: -4px;
  margin: 0 auto;
  font-size: 7rem;
  font-weight: 800;
  line-height: 90%;
  display: block;
  position: static;
}

.number-map-1.center._2 {
  letter-spacing: 2px;
  margin-top: 6px;
  font-size: 1.8rem;
}

.number-map-1.center.little {
  color: #ef404c;
  letter-spacing: -5px;
  font-size: 7rem;
  font-weight: 800;
}

.number-map-1.center.little._02 {
  margin-top: 42px;
  font-size: 4.7rem;
}

.number-map-1.center.hide {
  display: none;
}

.image-23 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-36 {
  flex-direction: column;
  display: flex;
}

.paragraph-5 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.paragraph-5.version2 {
  color: #ef404c;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.paragraph-5.version2.hide {
  display: none;
}

.paragraph-5.dark {
  color: var(--midnight-blue);
}

.paragraph-5.dark.little {
  margin-top: 7px;
  font-size: 1rem;
}

.paragraph-5.dark.hide {
  display: none;
}

.paragraph-5.red {
  color: #ef404c;
}

.image-frame {
  width: 96%;
  height: 93vh;
  min-height: auto;
  object-fit: fill;
  border: 1px solid #dbeaf3;
  margin-left: auto;
  margin-right: auto;
}

.prevideo {
  width: 800px;
  color: var(--midnight-blue);
  flex-direction: row;
  margin-top: -5px;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.image-24 {
  margin-top: 28px;
}

.link-2 {
  color: var(--steel-blue);
  text-decoration: underline;
}

.div-block-37 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-39 {
  display: flex;
}

.button-top {
  background-color: rgba(3, 28, 45, .82);
  border-radius: 6px;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.div-block-41 {
  width: 60vw;
  height: 60px;
  opacity: 0;
  background-color: #83cbf0;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-41._2 {
  background-color: #46afe4;
}

.div-block-41._3 {
  background-color: #027dbc;
}

.div-block-41._4 {
  background-color: #045e8d;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-41._5 {
  background-color: #084463;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
}

.overlayblue {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .27);
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bold-text {
  font-size: 3rem;
}

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

.img-ch._04 {
  width: 100%;
  top: -218px;
}

.div-block-42 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .pdf-report-wrap {
    width: 19%;
  }

  .title-pdf {
    font-size: 2.9rem;
  }

  .pdf-hero-wrap {
    padding-left: 7%;
  }

  .pdf-img {
    width: auto;
    height: 100%;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .chapter-title {
    width: 86%;
    font-size: 3.4rem;
  }

  .number-chapter-div {
    width: 70px;
    height: 70px;
  }

  .number.chapter {
    font-size: 1.5rem;
  }

  .learn-text {
    font-size: 1.3rem;
  }

  .map-legend-wrap._2 {
    width: 30%;
  }

  .legend-text {
    font-size: 1rem;
  }

  .map-countries-wrap {
    width: 50%;
  }

  .column {
    font-size: 1.2rem;
  }

  .paragraph-info {
    font-size: 1.4rem;
  }

  .paragraph-info.chapter1 {
    font-size: 1.2rem;
  }

  .paragraph-info.intro-ch2 {
    font-size: 1.3rem;
  }

  .accordion-trigger-top {
    height: 100%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block-25 {
    position: relative;
  }

  .div-block-26 {
    width: 240px;
    background-color: rgba(0, 0, 0, .53);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .paragraph-2 {
    color: #fff;
  }

  .title {
    font-size: 3.3rem;
  }

  .nav-link {
    margin-left: 80px;
  }

  .title-cat.evaluations {
    font-size: 37px;
  }

  .div-block-39 {
    display: flex;
  }

  .div-block-41 {
    opacity: 0;
  }

  .text-block-3 {
    width: 100%;
    font-size: 1.3rem;
  }

  .img-ch {
    width: 100%;
  }

  .img-ch._04 {
    top: -70%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .video-container {
    height: 75%;
    max-width: 1420px;
  }

  .report-hero-container {
    height: 25%;
    max-width: 1420px;
  }

  .pdf-report-wrap {
    width: 18%;
    margin-bottom: -68px;
    top: 0;
  }

  .title-pdf {
    font-size: 3.2rem;
  }

  .pdf-hero-wrap {
    align-items: flex-start;
    padding-left: 5%;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
  }

  .button.learn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pdf-img {
    width: auto;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .intro-paragraph {
    margin-top: 70px;
    font-size: 1.6rem;
  }

  .hero-container {
    width: 100%;
    max-width: 1420px;
  }

  .chapter-title {
    width: 88%;
    font-size: 4rem;
  }

  .chapter-intro-container {
    max-width: 1420px;
  }

  .intro-list-smc {
    max-width: 1420px;
    font-size: 1.6rem;
  }

  .paragraph-schoolmeals {
    width: 80%;
    font-size: 1.5rem;
  }

  .video-schoolmeals-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .school-county-bodytext {
    font-size: 1.3rem;
  }

  .larne-div-text {
    font-size: 1.5rem;
  }

  .learn-text {
    font-size: 1.7rem;
  }

  .infograph-title {
    font-size: 1.6rem;
  }

  .infograph-title.dark {
    font-size: 1.5rem;
  }

  .map-legend-wrap._2 {
    width: 34%;
  }

  .legend-text {
    font-size: 1.3rem;
  }

  .legend-list {
    margin-bottom: 16px;
  }

  .colum-text-container {
    max-width: 1300px;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .column {
    padding-right: 0%;
    font-size: 1.5rem;
  }

  .div-block-3 {
    padding-left: 0%;
  }

  .paragraph-info {
    max-width: 1300px;
  }

  .paragraph-info.little {
    max-width: 1300px;
    font-size: 1.5rem;
  }

  .paragraph-info.chapter1.new-style {
    font-size: 1.5rem;
  }

  .paragraph-info.intro-ch2 {
    max-width: 1420px;
    font-size: 1.5rem;
  }

  .image-5 {
    width: 660px;
  }

  .image-6 {
    width: 440px;
  }

  .image-7 {
    width: 100%;
    height: 360px;
  }

  .heading {
    max-width: 1300px;
    text-align: center;
    font-size: 1.8rem;
  }

  .video {
    width: 100%;
  }

  .accordion-container {
    max-width: 1200px;
  }

  .p-accordion-answer {
    font-size: 1.4rem;
  }

  .accordion-item-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-9 {
    width: auto;
  }

  .title-foote {
    font-size: 3rem;
  }

  .subtitle-footer {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .menu-button {
    display: none;
  }

  .menufixed_number02 {
    width: 40px;
    height: 40px;
  }

  .menufixed_button_text {
    font-size: 1.1em;
  }

  .menufixed {
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .menufixed_number01 {
    width: 40px;
    height: 40px;
  }

  .menufixed_title {
    font-size: 1em;
  }

  .menufixed_number03 {
    color: #f47847;
    border-color: #f47847;
  }

  .menufixed_number03.w--current {
    width: 40px;
    height: 40px;
    background-color: #f47847;
  }

  .menufixed_numberscontainer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menufixed_button_download {
    background-color: #007dbc;
    background-image: linear-gradient(to right, #007dbc 4%, #00b485 98%);
    border-radius: 8px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    transition: font-size .2s;
  }

  .title {
    font-size: 4rem;
  }

  .menu-sec._1, .menu-sec._2, .menu-sec._3, .menu-sec._4, .menu-sec._5 {
    height: 70px;
  }

  .icon {
    font-size: 2.8rem;
  }

  .menu-number {
    font-size: 1.5rem;
  }

  .nav-link {
    margin-left: 180px;
    padding-left: 0;
    font-size: 2rem;
    line-height: 110%;
  }

  .image-18 {
    margin-left: 180px;
  }

  .close {
    font-size: 1.4rem;
    top: 30px;
    left: 56px;
  }

  .triangle-link {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .adolescent.overlay.square {
    max-width: 1300px;
    opacity: 0;
    display: none;
  }

  .title-cat.evaluations {
    font-size: 40px;
  }

  .black-over {
    height: 36px;
  }

  .wrap-grid.accordion {
    width: 410px;
  }

  .wrap-grid-2 {
    width: 290px;
  }

  .dida {
    font-size: 1.1rem;
  }

  .number-map-1.center._2 {
    font-size: 2.2rem;
  }

  .number-map-1.center.purecounter {
    font-size: 7.7rem;
  }

  .paragraph-5.dark {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .prevideo {
    width: 1200px;
    font-size: 1.4rem;
  }

  .div-block-40 {
    width: 1200px;
  }

  .div-block-41 {
    height: 70px;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .img-ch {
    top: -17%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-container, .report-hero-container {
    max-width: none;
  }

  .pdf-report-wrap {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .download-hero-wrap {
    margin-top: 41px;
  }

  .title-pdf {
    margin-bottom: 47px;
    font-size: 4.5rem;
  }

  .pdf-hero-wrap {
    padding-left: 1%;
  }

  .button {
    padding: 11px 19px;
    font-size: 1.2rem;
  }

  .button.learn {
    padding-top: 15px;
  }

  .pdf-img {
    width: auto;
    top: 10%;
    left: auto;
    right: auto;
  }

  .intro-container {
    max-width: 1700px;
    margin-top: 134px;
  }

  .intro-paragraph {
    font-size: 2.1rem;
  }

  .hero-container {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .chapter-title {
    width: 88%;
    font-size: 4.8rem;
  }

  .chapter-intro-container {
    max-width: 1700px;
  }

  .chapter-intro-container._02 {
    max-width: 1920px;
  }

  .number-chapter-div {
    width: 80px;
    height: 80px;
  }

  .number {
    font-size: 4.6rem;
  }

  .number.purecounter {
    font-size: 6.2rem;
  }

  .number.chapter {
    font-size: 1.7rem;
  }

  .text-white {
    font-size: 2.1rem;
  }

  .intro-list-smc {
    max-width: 1500px;
    margin-top: 72px;
    margin-bottom: 48px;
    font-size: 1.7rem;
  }

  .list-item {
    max-width: 1500px;
  }

  .paragraph-schoolmeals {
    font-size: 1.7rem;
  }

  .video-schoolmeals-container {
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .number-tag {
    font-size: 2.7rem;
  }

  .schoolmeal-country-container {
    padding-top: 48px;
  }

  .school-title-country {
    font-size: 3rem;
  }

  .school-county-bodytext {
    font-size: 1.5rem;
  }

  .subtitle-info-smc {
    font-size: 1.8rem;
  }

  .number-country-schoolmeal {
    font-size: 3rem;
  }

  .larne-div-text.big {
    width: 37%;
  }

  .learn-text {
    font-size: 1.8rem;
  }

  .infograph-title {
    margin-bottom: 17px;
    font-size: 1.7rem;
  }

  .map-legend-container {
    max-width: 1700px;
  }

  .map-legend-wrap {
    width: 38%;
  }

  .legend-text {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .legend-text.country-number {
    font-size: 1.6rem;
  }

  .legend-text.bold {
    font-size: 1.7rem;
  }

  .legend-list {
    margin-bottom: 17px;
  }

  .legend-list._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .map-countries-wrap {
    width: 41%;
  }

  .bar-map {
    height: 28px;
  }

  .colum-text-container {
    max-width: 1500px;
  }

  .column {
    font-size: 1.7rem;
  }

  .paragraph-info {
    max-width: 1600px;
    font-size: 1.8rem;
  }

  .paragraph-info.little {
    max-width: 1600px;
    font-size: 1.6rem;
  }

  .paragraph-info.chapter1.new-style {
    max-width: 1600px;
    font-size: 1.7rem;
  }

  .paragraph-info.intro-ch2 {
    max-width: 1800px;
    font-size: 1.7rem;
  }

  .grid-container {
    width: 100%;
    max-width: 1700px;
  }

  .image-5 {
    width: 850px;
    height: 500px;
  }

  .image-6 {
    width: 520px;
    height: 360px;
  }

  .image-7 {
    width: 100%;
    height: 480px;
  }

  .heading {
    max-width: 1500px;
    font-size: 1.9rem;
  }

  .heading.cap5 {
    font-size: 1.9rem;
  }

  .video {
    width: auto;
  }

  .accordion-container {
    max-width: 1700px;
  }

  .p-accordion-answer {
    font-size: 1.5rem;
  }

  .title-accordion {
    font-size: 2.2rem;
  }

  .accordion-item-top-wrapper {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .image-9 {
    width: auto;
  }

  .div-block-4 {
    margin-top: 278px;
  }

  .title-foote {
    font-size: 3.2rem;
  }

  .subtitle-footer {
    font-size: 1.2rem;
  }

  .div-block-24 {
    height: 130px;
  }

  .text-block-2 {
    margin-top: 15px;
    font-size: 22px;
  }

  .infograph1-wrapper {
    width: 560px;
    height: 550px;
  }

  .blueball {
    width: 290px;
    height: 290px;
  }

  .greenball {
    width: 240px;
    height: 240px;
    top: 186px;
  }

  .line {
    width: 590px;
    top: 215px;
    left: 38px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 1.6rem;
  }

  .div-block-27 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .name-info1 {
    font-size: 1.8rem;
  }

  .title {
    margin-left: 4%;
    font-size: 5.5rem;
  }

  .menu-sec._1, .menu-sec._2, .menu-sec._3, .menu-sec._4, .menu-sec._5 {
    height: 90px;
  }

  .icon {
    font-size: 2.5rem;
  }

  .menu-number {
    font-size: 1.9rem;
  }

  .nav-link {
    width: auto;
    margin-right: 10px;
    font-size: 2.5rem;
  }

  .div-block-29 {
    width: 100%;
  }

  .close {
    font-size: 1.7rem;
    top: 26px;
    left: 67px;
  }

  .div-block-31 {
    max-width: 1920px;
  }

  .triangle-link {
    margin-bottom: 53px;
    font-size: 1.8rem;
  }

  .image-21 {
    width: 190px;
    height: auto;
  }

  .overlay-titles {
    font-size: 1.1em;
  }

  .overlay-titles.green {
    font-size: 1.7em;
  }

  .overlay-paraghaph {
    font-size: 1.4em;
  }

  .category-box.bg.evaluations._01 {
    height: 480px;
  }

  .title-cat.evaluations {
    font-size: 2.6vw;
  }

  .black-over {
    height: 43px;
  }

  .wrap-grid.accordion {
    width: 600px;
  }

  .wrap-grid-2 {
    width: 390px;
  }

  .dida {
    font-size: 1.3rem;
  }

  .paragraph-5.dark {
    line-height: 120%;
  }

  .prevideo {
    width: 1500px;
    font-size: 1.6rem;
  }

  .div-block-40 {
    width: 1500px;
  }

  .div-block-41 {
    height: 90px;
    opacity: 0;
  }

  .text-block-3 {
    font-size: 1.9rem;
  }

  .img-ch {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .big-title-wrapper {
    font-size: 70px;
    line-height: 56px;
  }

  .block {
    margin-top: 30%;
  }

  .report-hero-container {
    height: 24%;
  }

  .pdf-report-wrap {
    width: 129px;
    align-items: flex-end;
  }

  .pdf-hero-wrap {
    padding-left: 5%;
  }

  .pdf-img {
    top: auto;
    bottom: -17%;
    left: 0%;
    right: 0%;
  }

  .intro-paragraph {
    margin-top: 76px;
    font-size: 1.3rem;
  }

  .hero-container {
    height: 93vh;
  }

  .chapter-title {
    width: 88%;
    font-size: 2.3rem;
  }

  .chapter-intro-container._02 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .number-chapter-div {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }

  .number.chapter {
    text-align: center;
    padding-left: 0;
  }

  .list-item {
    align-items: center;
  }

  .paragraph-schoolmeals {
    width: 92%;
    font-size: 1.1rem;
  }

  .numbers-container {
    justify-content: center;
  }

  .number-tag {
    font-size: 1.5rem;
  }

  .schoolmeal-country-img.benin {
    background-position: 20%;
  }

  .school-title-country {
    font-size: 1.9rem;
  }

  .school-county-bodytext {
    font-size: .93rem;
    line-height: 140%;
  }

  .subtitle-info-smc {
    font-size: 1.2rem;
  }

  .number-country-schoolmeal {
    font-size: 1.8rem;
  }

  .larne-div-text {
    width: 47%;
  }

  .map-legend-wrap._2 {
    width: 33%;
  }

  .legend-text.bold {
    font-size: 1rem;
  }

  .map-countries-wrap {
    width: 53%;
  }

  .paragraph-info.click {
    color: var(--steel-blue);
    margin-top: 0;
    margin-bottom: 32px;
    font-size: .9rem;
    font-style: italic;
    font-weight: 600;
  }

  .grid-section.noborder {
    justify-content: center;
    display: flex;
  }

  .grid-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .heading {
    font-size: 1.4rem;
  }

  .video-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .video {
    width: auto;
    height: auto;
  }

  .accordion-container {
    max-width: none;
  }

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

  .menufixed_button_text {
    transition-property: none;
  }

  .menufixed_title {
    display: none;
  }

  .animation1a {
    width: 320px;
  }

  .menu-new {
    width: 5vw;
  }

  .nav-link {
    margin-left: 55px;
    font-size: 1.4rem;
    line-height: 110%;
  }

  .div-block-30 {
    width: 100%;
    padding-left: 5vw;
  }

  .overlay-titles, .overlay-titles.yellow {
    font-size: 1.4rem;
  }

  .overlay-paraghaph {
    font-size: 1rem;
  }

  .adolescent.overlay.square {
    left: 10%;
    right: 10%;
  }

  .category-box.bg.evaluations._01 {
    height: 250px;
  }

  .div-block-33 {
    z-index: 5;
  }

  .title-cat.evaluations {
    font-size: 1.5rem;
    line-height: 95%;
  }

  .image-frame {
    height: 80vh;
  }

  .prevideo, .div-block-40 {
    width: 100%;
    max-width: 700px;
  }

  .button-top {
    display: none;
  }

  .lottie-animation {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    width: 100%;
  }

  .pdf-report-wrap {
    width: 114px;
  }

  .download-hero-wrap {
    width: 60%;
  }

  .title-pdf {
    margin-bottom: 19px;
    font-size: 1.6rem;
  }

  .buttons-report-container {
    flex-wrap: wrap;
  }

  .pdf-hero-wrap {
    padding-left: 10px;
  }

  .button {
    margin-bottom: 9px;
  }

  .pdf-img {
    width: 150px;
  }

  .intro-paragraph {
    font-size: 1.1rem;
    line-height: 160%;
  }

  .hero-container {
    height: 710px;
  }

  .chapter-intro {
    padding-left: 5%;
    padding-right: 5%;
  }

  .chapter-title {
    font-size: 2rem;
  }

  .chapter-intro-container {
    border-bottom-width: 8px;
  }

  .chapter-intro-container._02 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .number-chapter-div {
    width: 50px;
    height: 50px;
  }

  .number {
    font-size: 2.7rem;
  }

  .number.purecounter {
    font-size: 3.2rem;
  }

  .school-meals-intro {
    height: auto;
    padding-bottom: 19px;
  }

  .text-white {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .numbers-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .number-tag {
    font-size: 1.1rem;
  }

  .schoolmeal-country-img.benin {
    background-position: 21%;
  }

  .learn-text {
    font-size: 1.2rem;
  }

  .map-legend-container, .map-legend-wrap.smc {
    flex-direction: column;
  }

  .map-legend-wrap._01 {
    width: 90%;
    border-bottom: 1px solid #b3aeae;
    margin-bottom: 20px;
    padding-bottom: 13px;
  }

  .map-legend-wrap._2 {
    width: 90%;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }

  .legend-list._1 {
    justify-content: flex-start;
  }

  .legend-list.smc {
    margin-bottom: -2px;
  }

  .map-countries-wrap {
    width: 90%;
  }

  .colum-text-container {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .column {
    padding-right: 0%;
    line-height: 150%;
  }

  .div-block-3 {
    padding-left: 0%;
  }

  .paragraph-info.little {
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-info.chapter1.new-style {
    width: 90%;
    font-size: 1.1rem;
  }

  .paragraph-info.intro-ch2 {
    font-size: 1.1rem;
  }

  .image-5 {
    width: 390px;
    height: 240px;
  }

  .image-6 {
    width: 290px;
    height: 220px;
  }

  .image-7 {
    width: 200px;
  }

  .heading {
    max-width: 610px;
    font-size: 1.4rem;
  }

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

  .video {
    width: 100%;
  }

  .title-accordion {
    font-size: 1.3rem;
  }

  .accordion-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-9 {
    width: 100%;
  }

  .menufixed_number02 {
    width: 40px;
    height: 40px;
  }

  .menufixed_button_text {
    font-size: 1em;
  }

  .menufixed_number01.w--current, .menufixed_number03 {
    width: 40px;
    height: 40px;
  }

  .menufixed_ch1-sub {
    display: none;
  }

  .chapter3 {
    width: 100%;
  }

  .blueball {
    width: 170px;
    height: 170px;
  }

  .greenball {
    width: 137px;
    height: 137px;
  }

  .number-info1.purecounter {
    font-size: 2.9rem;
  }

  .line {
    left: -94px;
  }

  .div-block-27 {
    width: 500px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .name-info1 {
    font-size: 1rem;
  }

  .hero-background-video {
    height: auto;
    min-height: 500px;
  }

  .menu-new {
    width: 100vw;
    height: 50px;
  }

  .menu-sec._1, .menu-sec._2, .menu-sec._3, .menu-sec._4, .menu-sec._5 {
    width: 15%;
    height: 50px;
  }

  .menu-button-2 {
    width: 100%;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    width: 100%;
    height: 50px;
    flex-direction: row;
  }

  .icon {
    width: 100%;
    height: 50px;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .div-block-28 {
    width: 80%;
    height: 50px;
    flex-direction: row;
    display: none;
  }

  .image-18 {
    margin-left: 20px;
  }

  .close {
    top: 16px;
    left: 70px;
  }

  .div-block-30 {
    padding-top: 50px;
    padding-left: 0;
  }

  .image-20 {
    width: 70%;
  }

  .div-block-31 {
    flex-direction: column;
    align-items: center;
  }

  .impact-story-text {
    text-align: left;
  }

  .impact-story-ext-link {
    max-width: 100%;
    margin-left: 0;
  }

  .overlay-titles {
    font-size: 1.4rem;
  }

  .adolescent.overlay.square {
    width: 80%;
    top: 10%;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .div-block-32 {
    margin-top: 29px;
  }

  .category-box.bg.evaluations._01 {
    width: 30%;
  }

  .title-cat.evaluations {
    font-size: 1.3rem;
  }

  .wrap-grid.accordion {
    width: 280px;
  }

  .wrap-grid-2 {
    width: 200px;
  }

  .number-map-1.center._2 {
    font-size: 1.4rem;
  }

  .number-map-1.center.purecounter {
    font-size: 5rem;
  }

  .paragraph-5.dark {
    font-size: 1rem;
  }

  .prevideo {
    width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-40 {
    max-width: none;
  }

  .lottie-animation {
    width: 470px;
  }
}

@media screen and (max-width: 479px) {
  .concept-text.copy {
    margin-top: -25px;
    font-size: 40px;
    line-height: 80px;
    display: block;
  }

  .big-title-wrapper {
    font-size: 55px;
  }

  .hero-section {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .video-container {
    height: 80%;
  }

  .report-hero-container {
    height: 20%;
  }

  .pdf-report-wrap {
    width: 30%;
  }

  .download-hero-wrap {
    width: 70%;
    margin-left: 0;
    padding-left: 15px;
  }

  .title-pdf {
    font-size: 1.2rem;
  }

  .pdf-img {
    bottom: -60px;
  }

  .ribbon {
    height: 220px;
    top: -10px;
    left: 15px;
  }

  .intro-paragraph {
    font-size: 1rem;
  }

  .hero-container {
    height: 90vh;
  }

  .chapter-intro {
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .chapter-title {
    width: 83%;
    margin-top: 0;
    font-size: 1.9rem;
  }

  .chapter-intro-container {
    margin-bottom: 12px;
    padding-bottom: 1px;
  }

  .chapter-intro-container._02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-chapter-div {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    font-size: 1rem;
  }

  .number.chapter {
    font-size: .8rem;
  }

  .text-white {
    font-size: 1.2rem;
  }

  .school-meal-section {
    width: 100%;
  }

  .video-schoolmeals-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .numbers-container {
    flex-direction: column;
    align-items: center;
  }

  .schoolmeal-country-section, .schoolmeal-country-section.benin {
    flex-direction: column;
  }

  .schoolmeal-country-img {
    width: 100%;
    height: 400px;
  }

  .schoolmeal-country-container {
    width: 100%;
    padding-left: 3%;
  }

  .schoolmeals-title-div {
    padding-left: 13px;
  }

  .school-title-country {
    font-size: 1.6rem;
  }

  .rw {
    width: 100%;
    height: 400px;
  }

  .larne-div-text {
    width: 64%;
  }

  .larne-div-text.big {
    width: 65%;
  }

  .image-3 {
    width: 36px;
  }

  .learn-text {
    font-size: 1rem;
  }

  .infograph-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .map-legend-container {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .map-legend-wrap {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .map-legend-wrap.smc {
    flex-direction: column;
    align-items: flex-start;
  }

  .legend-text.bold {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .legend-list {
    width: 94%;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .legend-list._1 {
    flex-direction: row;
  }

  .legend-list.smc {
    width: 100%;
  }

  .map-countries-wrap {
    width: 100%;
    margin-top: 18px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .bar-map._08, .bar-map._09, .bar-map._10, .bar-map._11, .bar-map._12, .bar-map._13 {
    margin-left: 0;
  }

  .colum-text-container {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .column, .div-block-3 {
    width: 100%;
  }

  .paragraph-info {
    font-size: 1rem;
    line-height: 140%;
  }

  .paragraph-info.little {
    font-size: 1.1rem;
  }

  .paragraph-info.chapter1.new-style, .paragraph-info.intro-ch2 {
    font-size: 1rem;
  }

  .grid-section, .grid-section.noborder {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .image-6 {
    height: auto;
    object-fit: cover;
  }

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

  .heading {
    font-size: 1.2rem;
  }

  .video {
    width: auto;
  }

  .p-accordion-answer {
    max-width: none;
  }

  .title-accordion {
    margin-right: 14px;
    font-size: 1.1rem;
  }

  .accordion-item-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
  }

  .accordion-section {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4 {
    width: 90%;
    margin-top: 27px;
  }

  .fixed-bg {
    background-position: 50%;
    background-size: cover;
  }

  .footer-container {
    flex-direction: column;
  }

  .img-footer {
    width: 34%;
  }

  .footer-text-div {
    width: 100%;
    padding-left: 0;
  }

  .footer-img-pdf {
    width: 170px;
    margin-top: -32px;
  }

  .menu-button {
    display: none;
  }

  .menufixed_number02, .menufixed_number02.w--current {
    width: 30px;
    height: 30px;
  }

  .menufixed_button_text {
    font-size: 1.1em;
  }

  .menufixed {
    width: 100%;
    padding-right: 10px;
  }

  .menufixed_number01, .menufixed_number01.w--current, .menufixed_number03, .menufixed_number03.w--current {
    width: 30px;
    height: 30px;
  }

  .menufixed_button_text_report {
    display: none;
  }

  .menufixed_numberscontainer {
    flex: 1;
    padding-left: 20px;
  }

  .menufixed_button_download {
    margin-right: 10px;
    padding-right: 20px;
    font-size: 11px;
  }

  .menufixed_div-menu {
    margin-right: 20px;
  }

  .menufixed_progress_bar {
    height: 0;
  }

  .animation1a {
    width: 80%;
  }

  .infograph1-wrapper {
    height: 340px;
  }

  .greenball {
    top: 97px;
  }

  .line {
    width: 360px;
    top: 115px;
    left: -14px;
  }

  .div-block-27 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .hero-background-video {
    height: 100%;
    min-height: auto;
  }

  .title {
    margin-left: 15px;
    font-size: 2rem;
  }

  .menu-new {
    height: 50px;
  }

  .menu-sec._1 {
    width: 15%;
    height: 40px;
  }

  .menu-sec._1.w--current {
    width: 15%;
  }

  .menu-sec._2, .menu-sec._3, .menu-sec._4, .menu-sec._5 {
    width: 15%;
    height: 40px;
  }

  .menu-button-2 {
    width: 100%;
    height: 50px;
    justify-content: center;
    padding-top: 0;
  }

  .container {
    height: 50px;
  }

  .icon {
    width: 100%;
    height: 50px;
  }

  .div-block-28 {
    width: 80%;
  }

  .nav-link {
    margin-left: 0;
  }

  .div-block-30 {
    padding-top: 40px;
  }

  .image-20 {
    width: 90%;
  }

  .triangle-link {
    font-size: 1.1rem;
  }

  .impact-story-text.scope {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .impact-story-wrapper {
    width: 95%;
    max-width: 95%;
    align-items: center;
  }

  .overlay-titles, .overlay-titles.green, .overlay-titles.yellow {
    font-size: 1.1rem;
  }

  .overlay-paraghaph {
    font-size: .9rem;
  }

  .adolescent.overlay.square {
    width: 90%;
    top: 10%;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .adolescent.overlay.square.green {
    opacity: 0;
    display: none;
    top: 10%;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .div-block-32 {
    padding-left: 22px;
    padding-right: 20px;
  }

  .category-box.bg.evaluations._01 {
    width: 45%;
    height: 220px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-block-33 {
    z-index: 3;
  }

  .wrap-grid {
    width: 100%;
    height: 250px;
  }

  .wrap-grid.accordion {
    width: 90%;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .wrap-grid.basso {
    width: 91%;
    height: auto;
  }

  .wrap-grid-2 {
    width: 80%;
    height: 190px;
    overflow: hidden;
  }

  .dida {
    font-size: .7rem;
  }

  .image-frame {
    height: 50vh;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-39 {
    display: flex;
  }

  .div-block-40, .lottie-animation {
    width: 100%;
  }
}

#w-node-d415d65c-c662-ac74-96b4-6135ef8c3665-b7dac468, #w-node-dbfad19c-d025-7b5d-8ff9-86e5e1e01f7b-b7dac468, #w-node-_52e53751-52db-364d-eb90-08fc6c02cb47-b7dac468, #w-node-_729ee17b-45b3-5613-7a2e-2d489e117655-b7dac468, #w-node-bcc8ab83-be61-1448-c781-9c5b66bf1d15-b7dac468, #w-node-bcc8ab83-be61-1448-c781-9c5b66bf1d26-b7dac468, #w-node-bcc8ab83-be61-1448-c781-9c5b66bf1d38-b7dac468, #w-node-bcc8ab83-be61-1448-c781-9c5b66bf1d52-b7dac468 {
  align-self: center;
  justify-self: end;
}


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