@charset "UTF-8";
/* Digital Report */
/* Follow up variables */
/* 3D icons */
.threed-container {
  padding-top: 100%;
  position: relative;
  margin-bottom: -26%;
}
.threed-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dg.ac {
  z-index: 2000 !important;
}

.farm-3d {
  position: relative;
}
.farm-3d video {
  position: absolute;
  width: 18.75%;
  top: 40.5%;
  left: 9.5%;
}

.pyramid-3d {
  position: relative;
}
.pyramid-3d .num-food-loss {
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  color: #d31300;
  margin-top: 0;
}

.truck-video {
  width: 100%;
}

.kitchen-3d {
  position: relative;
}
.kitchen-3d .kitchen-video {
  width: 37.5%;
  position: absolute;
  left: 35.187%;
  top: 0;
}

.shop-3d {
  position: relative;
}
.shop-3d .shop-video {
  width: 21.25%;
  position: absolute;
  left: 56.437%;
  top: 14.166%;
}

.storage-3d {
  position: relative;
}
.storage-3d .storage-video {
  width: 48.75%;
  position: absolute;
  left: 42%;
  top: 46.833%;
}

/* Big Numbers */
/* Blockquotes */
blockquote {
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 55px 35px 0;
  padding: 19px 0 0 0;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
blockquote.right {
  margin: 10px 0 35px 55px;
  float: right;
}
blockquote.right span {
  text-align: left;
}
blockquote.center {
  margin: 20px 0 60px 0;
  float: none;
}
blockquote.center h3 {
  font-style: normal;
  margin-bottom: 30px;
  font-size: 20px;
}
blockquote.center p {
  font-weight: 300;
}
blockquote.center h6 {
  font-size: 12px;
}
blockquote.center .story-links {
  color: #c9c9c9;
}
@media (min-width: 992px) {
  blockquote.center {
    margin: 20px 0 60px 0;
    width: 100%;
  }
}
blockquote span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 15px;
}
@media (min-width: 992px) {
  blockquote {
    margin: 10px 48px 20px -15%;
    width: 329px;
  }
  blockquote.right {
    margin: 10px -15% 20px 48px;
  }
  blockquote.story-block {
    width: 50%;
  }
}

/* Boxes */
.story-box {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 5;
}
.story-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}
.story-box h6 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #999999;
}
.story-box p {
  font-weight: 700;
}
.story-box a.centered-box-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.story-box .caret {
  margin-top: 0;
  transform: rotate(-90deg);
}

/* Buttons */
.btn {
  font-size: 16px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 12px 9px 12px;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  padding: 2px 7px 2px 7px;
  font-size: 12px;
}

.btn-primary {
  background-color: #d31300;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #ff1d07;
  border-color: transparent;
}

.btn-secondary {
  background-color: #999999;
  border-color: transparent;
}

/* Charts */
.chart-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px;
  background-color: #efefef;
}
.chart-container .chart-title {
  text-align: center;
}
.chart-container .chart-title h2 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.chart-container .chart-title h6 {
  color: #6f6f6f;
}
.chart-container h6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #1b1d1f;
}
.chart-container h6 a i {
  margin-right: 5px;
}
.chart-container h6 a:hover {
  text-decoration: none;
}

.highcharts-tooltip > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.highcharts-tooltip > span span {
  font-size: 14px !important;
}
.highcharts-tooltip > span span:first-child {
  font-size: 18px !important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
}

.chart-internal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highcharts-legend-item {
  overflow: visible !important;
}
.highcharts-legend-item span {
  font-size: 12px !important;
  color: #1b1d1f !important;
  font-weight: normal !important;
}
.highcharts-legend-item > span {
  overflow: visible !important;
}
.highcharts-legend-item:first-child .undefined {
  background-color: #ff6600;
}
.highcharts-legend-item:last-child .undefined {
  background-color: #4c5d6a;
}

.undefined {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -21px;
  position: relative;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.y-label {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 5px;
}

p.note {
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
p.note.note-white {
  color: #999999;
}

.stacked-label-shift .highcharts-stack-labels text {
  transform: translate(15px, 0);
}

#figure-bar-wasting .highcharts-container, #figure-bar-stunting .highcharts-container, #figure-bar-overweight .highcharts-container {
  overflow: visible !important;
}

.highlighted-value {
  position: relative;
}
.highlighted-value > span {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.column-marker-top {
  width: 28px;
  height: 24px;
  position: absolute;
  left: -45px;
  top: 3px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../images/column-marker-top.svg);
  background-size: contain;
}

.multi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .multi-title {
    margin-bottom: 0;
  }
}
.multi-title .multiple-ico {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.multi-title .multiple-ico.stunting-ico {
  background-image: url(../images/multiple-chart-icons/stunting.svg);
}
.multi-title .multiple-ico.birthweight-ico {
  background-image: url(../images/multiple-chart-icons/birthweight.svg);
}
.multi-title .multiple-ico.wasting-ico {
  background-image: url(../images/multiple-chart-icons/wasting.svg);
}
.multi-title .multiple-ico.overweight-ico {
  background-image: url(../images/multiple-chart-icons/overweight.svg);
}
.multi-title .multiple-ico.exclusive-ico {
  background-image: url(../images/multiple-chart-icons/exclusive.svg);
}
.multi-title .multiple-ico.anemia-ico {
  background-image: url(../images/multiple-chart-icons/anemia.svg);
}
.multi-title .multiple-ico.obesity-ico {
  background-image: url(../images/multiple-chart-icons/obesity.svg);
}
.multi-title .multiple-title-text h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}
.multi-title .multiple-title-text p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  margin: 0;
  line-height: 1.1;
}

.figure-gpd {
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .container-multiple-gnt {
    width: 1155px;
  }
}
@media (min-width: 1350px) {
  .container-multiple-gnt {
    width: 1280px;
  }
}

.row-multiple-gnt .col {
  width: 100%;
}
@media (min-width: 1200px) {
  .row-multiple-gnt .col-xl-auto {
    width: 14.28%;
  }
}

/* Conceptual Framework */
.conceptual-f-container {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.conceptual-f-container .f-boxes-holder {
  height: 60px;
  margin-bottom: 220px;
}

.conc-f-map-container {
  margin-bottom: 50px;
}
.conc-f-map-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.conc-f-map-container .framework-phases {
  margin-top: 50px;
}
.conc-f-map-container .conc-f-map {
  width: calc(100% - 4px);
  height: 20px;
  position: relative;
  left: 2px;
}
.conc-f-map-container .conc-f-map .conc-f-map-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #009d6f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.conc-f-map-container .conc-f-map .conc-f-map-a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: black transparent transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -25px;
}
.conc-f-map-container .conc-f-map .conc-f-map-b {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fa7400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.conc-f-map-container .conc-f-map .conc-f-map-c {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 25%;
  background-color: #fa7400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.conc-f-map-container .conc-f-map .conc-f-map-d {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 36%;
  background-color: #b3b2b2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.conc-f-map-container .conc-f-map .conc-f-map-e {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 44%;
  background-color: #c22e0c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.f-box {
  position: relative;
  background-color: #efefef;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.f-box .label {
  position: absolute;
  width: 100px;
  padding: 0 5px;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
  text-align: right;
  opacity: 0;
}
.f-box .label:before {
  content: "";
  width: 1px;
  position: absolute;
  bottom: 4px;
  background-color: #b9b7b7;
  right: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.f-box.active .label {
  opacity: 1;
}
.f-box.active .label:before {
  opacity: 1;
}
.f-box .box-color {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.f-box-1.active .label {
  bottom: -40px;
}
.f-box-1.active .label:before {
  height: 40px;
}
.f-box-1.active.stat-3 .label {
  bottom: -180px;
  margin-left: 0;
  margin-right: -100px;
  text-align: left;
}
.f-box-1.active.stat-3 .label:before {
  height: 180px;
  right: auto;
  left: 0;
}
.f-box-1.active.stat-4 .label {
  bottom: -40px;
  margin-left: 0;
  margin-right: -100px;
  text-align: left;
}
.f-box-1.active.stat-4 .label:before {
  height: 40px;
  right: auto;
  left: 0;
}

.f-box-2.active .label {
  bottom: -80px;
}
.f-box-2.active .label:before {
  height: 80px;
}
.f-box-2.active.stat-4 .label {
  bottom: -120px;
}
.f-box-2.active.stat-4 .label:before {
  height: 120px;
}

.f-box-3.active .label {
  bottom: -120px;
}
.f-box-3.active .label:before {
  height: 120px;
}

.f-box-4.active .label {
  bottom: -160px;
}
.f-box-4.active .label:before {
  height: 160px;
}

.f-box-5.active .label {
  bottom: -200px;
}
.f-box-5.active .label:before {
  height: 200px;
}

.conceptual-f-container .rangeslider {
  margin: 0 0 30px 0;
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.conceptual-f-container .rangeslider .rangeslider__fill {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.conceptual-f-container .range-holder {
  padding: 0 20px;
}
.conceptual-f-container .rangeslider__handle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  top: -15px;
  background: #9d9d9c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.conceptual-f-container .rangeslider__handle:after {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  right: -14px;
  left: auto;
  opacity: 0;
  -webkit-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.conceptual-f-container .rangeslider__handle.range-moved:after {
  display: none;
}

/* Cover */
.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.cover .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}
.cover .content .scene {
  position: absolute;
  top: 0;
  left: 0;
}
.cover .content .cover-overlay {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 30px;
  max-width: 648px;
  max-height: 648px;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 576px) {
  .cover .content .cover-overlay {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cover .content .cover-overlay {
    height: 50%;
  }
}
.cover .content .cover-overlay .cover-header, .cover .content .cover-overlay .cover-body, .cover .content .cover-overlay .cover-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cover .content .cover-overlay .cover-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 0 30px 0;
}
@media (min-width: 576px) {
  .cover .content .cover-overlay .cover-body {
    padding: 30px 0;
  }
}
.cover .content .cover-overlay h1, .cover .content .cover-overlay h2, .cover .content .cover-overlay p {
  font-family: "Montserrat", sans-serif;
}
.cover .content .cover-overlay h1 {
  font-weight: 600;
  color: #d31300;
}
.cover .content .cover-overlay h2 {
  color: #d31300;
}
.cover .content .cover-overlay p {
  margin-bottom: 15px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
}
.cover .content .cover-overlay p:last-child {
  margin-bottom: 0;
}

html {
  height: 100%;
}

body {
  background-color: white;
  width: 100%;
  height: 100%;
}
body.padding-top {
  padding-top: 75px;
}

.dr-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .dr-container {
    width: 648px;
  }
}

.dr-container-chart {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-chart {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-chart {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart {
    width: 812px;
  }
}

.dr-container-chart-half {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .dr-container-chart-half {
    width: 404px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart-half {
    width: 406px;
  }
}

.photo-container {
  padding: 30px 15px;
  font-family: "Montserrat", sans-serif;
}
.photo-container img {
  margin-bottom: 15px;
}

.dr-container-photo {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-photo {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-photo {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-photo {
    width: 812px;
  }
}

.audio-container {
  margin: 30px 0;
}

.website-showcase-container {
  margin: 60px 0;
}

.embargoed-div {
  background-color: red;
  color: white;
  position: absolute;
  z-index: 1029;
  width: 100%;
  height: 32px;
  top: 53px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0;
}
@media (min-width: 768px) {
  .embargoed-div {
    top: 63px;
  }
}

.linkDwnPdf {
  font-size: 12px;
  font-weight: 800;
  display: block;
  position: relative;
  text-align: center;
}
.linkDwnPdf b {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.linkDwnPdf i {
  font-size: 20px;
  position: absolute;
  left: 0px;
  opacity: 0.5;
  top: -1px;
}

.title-logo {
  margin: 20px 0 0 0;
}
.title-logo .title-logo-block-container {
  display: inline-block;
}
.title-logo .title-logo-block-container h2 {
  margin-top: 15px;
}
.title-logo img {
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  .title-logo img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .title-logo img {
    width: 350px;
  }
}

.legend-text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  margin: 0;
  line-height: 1.1;
}

.state-of-logo {
  position: absolute;
  width: 80px;
  top: 30px;
  right: calc(50% - 40px);
  z-index: 1030;
}
@media (min-width: 576px) {
  .state-of-logo {
    width: 100px;
    top: 50px;
    right: 30px;
  }
}
.state-of-logo img {
  width: 100%;
  height: auto;
}

.fixed-download {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fixed-download img {
  position: relative;
  left: -30px;
}
.fixed-download a {
  color: black;
}
.fixed-download i {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.fixed-download h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

/* Fies */
.static-fies-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .static-fies-container {
    left: -15%;
  }
}
@media (min-width: 992px) {
  .static-fies-container {
    left: -35%;
  }
}

.fies-modal .modal-content {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  width: 90%;
  margin: 0 auto;
}
.fies-modal .modal-content .modal-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
}
.fies-modal .modal-content p, .fies-modal .modal-content h2 {
  font-family: "Montserrat", sans-serif;
}
.fies-modal .modal-content h2 {
  font-weight: 600;
  margin-top: 10px;
}

#food-secure-anim-big, #moderate-anim-big, #severe-anim-big {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

#food-secure-anim-big {
  width: 150px;
  height: 150px;
}
#food-secure-anim-big svg {
  height: 204px !important;
}

.food-secure-btn, .moderate-btn, .severe-btn {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}

.food-secure-btn {
  background-image: url("img/food-secure.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.moderate-btn {
  background-image: url("img/moderate.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.severe-btn {
  background-image: url("img/severe.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.sdg-2-container {
  position: absolute;
  height: calc(33.33% + 60px);
  background-color: rgba(221, 166, 58, 0.3);
  border: 1px dashed #DDA63A;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  top: calc(50% - 30px);
  width: 60px;
  right: -5px;
}
@media (min-width: 992px) {
  .sdg-2-container {
    height: 66.66%;
    top: 33.33%;
    width: 75%;
    right: -40.5%;
  }
}
@media (min-width: 1200px) {
  .sdg-2-container {
    width: 73%;
    right: -39%;
  }
}

.sdg2-legend {
  margin: 0 auto 30px auto;
}
.sdg2-legend h2, .sdg2-legend p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.sdg2-legend h2 {
  font-weight: 600;
  color: #DDA63A;
}
.sdg2-legend p {
  margin-bottom: 0;
}
.sdg2-legend .sdg-2-legend-ico {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(221, 166, 58, 0.3);
  border: 1px dashed #DDA63A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-image: url("http://www.fao.org/fileadmin/templates/faoboot/css/img/sdg-icons/EN_02.svg");
  flex-shrink: 0;
}

.fies-desc-container {
  position: absolute;
  width: 100%;
  height: 33.33%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fies-desc-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.fies-desc-container p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fies-desc-container {
    width: 120%;
    left: 19%;
  }
}
@media (min-width: 1200px) {
  .fies-desc-container {
    left: 18%;
  }
}
.fies-desc-container.food-secure-desc {
  top: 0;
}
.fies-desc-container.moderate-desc {
  top: 33.33%;
}
.fies-desc-container.severe-desc {
  bottom: 0;
}
.fies-desc-container .fies-large-desc {
  width: 50%;
  margin-left: 15px;
}
.fies-desc-container .fies-desc-arrow {
  width: calc(50% - 66px);
  height: 1px;
  background-color: white;
  position: relative;
  left: -8px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .fies-desc-container .fies-desc-arrow {
    width: calc(65% - 66px);
  }
}
@media (min-width: 992px) {
  .fies-desc-container .fies-desc-arrow {
    width: calc(50% - 66px);
  }
}
.fies-desc-container .fies-desc-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: -8px;
}
.fies-desc-container .fies-desc-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.pulse {
  margin: 100px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#food-secure-anim {
  width: 50px;
  height: 50px;
}
#food-secure-anim svg {
  height: 68px !important;
}

#food-secure-anim, #moderate-anim, #severe-anim {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}

.fies-chart.static-fies {
  margin: 0 auto 30px auto;
  display: block;
  padding-top: 100%;
}
@media (min-width: 992px) {
  .fies-chart.static-fies {
    width: 80%;
    padding-top: 80%;
  }
}

.fies-chart-container {
  border-bottom: 1px solid #999999;
  text-align: center;
  max-width: 1300px;
  margin: 60px auto 60px auto;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .fies-chart-container {
    display: block;
  }
}
.fies-chart-container:before {
  content: "Number (millions) 2018";
  display: block;
  position: absolute;
  left: -62.5px;
  font-size: 10px;
  top: calc(50% - 75.5px);
  text-transform: uppercase;
  font-weight: 600;
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
}
@media (min-width: 1200px) {
  .fies-chart-container:before {
    left: -75.5px;
    font-size: 12px;
    top: calc(50% - 75.5px);
  }
}
.fies-chart-container .tooltip {
  top: 25px !important;
  pointer-events: none;
}
.fies-chart-container .tooltip .tooltip-inner {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.fies-chart-container .tooltip .label-total {
  color: #009167;
}
.fies-chart-container .tooltip .label-moderate {
  color: #F39D2E;
}
.fies-chart-container .tooltip .label-severe {
  color: #c41718;
}
.fies-chart-container .tooltip .arrow {
  display: none;
}

.fies-mobile-chart-container {
  border-bottom: 1px solid #999999;
  padding: 0 60px;
  margin: 60px auto 15px auto;
  position: relative;
}
.fies-mobile-chart-container:before {
  content: "Number (millions) 2018";
  display: block;
  position: absolute;
  left: -60px;
  top: calc(50% - 35px);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .fies-mobile-chart-container {
    display: none;
  }
}
.fies-mobile-chart-container .tooltip {
  top: 25px !important;
  pointer-events: none;
}
.fies-mobile-chart-container .tooltip .tooltip-inner {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.fies-mobile-chart-container .tooltip .label-total {
  color: #009167;
}
.fies-mobile-chart-container .tooltip .label-moderate {
  color: #F39D2E;
}
.fies-mobile-chart-container .tooltip .label-severe {
  color: #c41718;
}
.fies-mobile-chart-container .tooltip .arrow {
  display: none;
}

.fies-chart {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: -6px;
  cursor: pointer;
}
.fies-chart.mobile {
  margin-right: 0;
}
.fies-chart.mobile .bubble-total-population {
  top: calc(100% + 45px);
}
@media (min-width: 768px) {
  .fies-chart {
    margin-right: 55px;
  }
}
@media (min-width: 992px) {
  .fies-chart {
    margin-right: 60px;
  }
}
.fies-chart:last-child {
  margin-right: 0;
}
.fies-chart .total, .fies-chart .moderate, .fies-chart .severe {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 10%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.fies-chart .total:hover .fies-tooltip, .fies-chart .moderate:hover .fies-tooltip, .fies-chart .severe:hover .fies-tooltip {
  display: block;
}
.fies-chart .fies-tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.fies-chart .bubble-total-population {
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  text-align: center;
  min-width: 95px;
  font-size: 10px;
  font-weight: 600;
}
.fies-chart .bubble-total-population .tot-pop-text {
  color: #009167;
}
.fies-chart .bubble-name {
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: calc(100% + 15px);
  text-align: center;
  min-width: 95px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.fies-chart .total {
  background-color: #009167;
}
.fies-chart .moderate {
  background-image: url("img/moderate-gradient.svg");
}
.fies-chart .moderate .mod-label {
  position: relative;
  height: 1px;
  left: 0;
  transform: translate(-50%, 0);
  top: 50%;
  background-color: #F39D2E;
}
.fies-chart .moderate .mod-label span {
  position: absolute;
  left: 0;
  padding-right: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #F39D2E;
  transform: translate(-100%, -50%);
  line-height: 1;
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}
.fies-chart .severe {
  background-image: url("img/severe-gradient.svg");
}
.fies-chart .severe .sev-label {
  position: relative;
  height: 1px;
  left: 50%;
  top: 50%;
  background-color: #c41718;
}
.fies-chart .severe .sev-label span {
  position: absolute;
  right: 0;
  padding-left: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #c41718;
  transform: translate(100%, -50%);
  line-height: 1;
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}

.swiper-fies-mobile {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .swiper-fies-mobile {
    display: none;
  }
}
.swiper-fies-mobile .swiper-slide {
  padding: 0 90px;
}

.swiper-container {
  width: 100%;
}

.mobile-bubble-name, .mobile-bubble-total-sub, .mobile-bubble-total-value {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

.mobile-bubble-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-bubble-total-sub {
  font-size: 10px;
  font-weight: 600;
}

.mobile-bubble-total-value {
  font-size: 10px;
  font-weight: 600;
  color: #009167;
  margin-bottom: 30px;
}

.swiper-fies-mobile-prev, .swiper-fies-mobile-next {
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  background-size: 30px 23px;
  top: 0;
  margin-top: 0;
}
.swiper-fies-mobile-prev:hover, .swiper-fies-mobile-prev:active, .swiper-fies-mobile-prev:focus, .swiper-fies-mobile-prev:active:hover, .swiper-fies-mobile-prev:active:focus, .swiper-fies-mobile-next:hover, .swiper-fies-mobile-next:active, .swiper-fies-mobile-next:focus, .swiper-fies-mobile-next:active:hover, .swiper-fies-mobile-next:active:focus {
  outline: 0;
}

.swiper-fies-mobile-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E");
  background-position: 8px;
}

.swiper-fies-mobile-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A");
  background-position: 12px;
}

/* Footer */
footer {
  margin-top: 250px !important;
  padding-bottom: 100px;
}
footer .section-title {
  color: #999999;
  font-size: 14px;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.footer-icon-list a {
  color: #b1bac3;
}
.footer-icon-list a:hover {
  color: #b1bac3;
}
.footer-icon-list a i.material-icons {
  font-size: 40px;
}

.footer-links li {
  margin: 15px 0;
}

.social-column {
  /* Small devices (tablets, 768px and up) */
}
.social-column img {
  max-width: 200px;
}
.social-column .fa, .social-column .fab {
  font-size: 23px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #b1bac3;
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 992px) {
  .social-column .fa, .social-column .fab {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .social-column .fa, .social-column .fab {
    width: 18%;
  }
}
.social-column .store-box {
  width: 140px;
  height: 41px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  display: inline-block;
}
.social-column .store-box.apple {
  background-image: url(img/app-store.svg);
}
.social-column .store-box.google {
  background-image: url(img/google-play.svg);
}

.legend .point {
  display: inline-block;
  width: 20px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.legend li {
  margin: 5px;
}
.legend.legend-bar13 {
  color: #999999;
}
.legend.legend-bar13 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar13 li:nth-child(4) .point {
  background-color: #E18230;
}
.legend.legend-bar13 li:nth-child(3) .point {
  background-color: #EBA966;
}
.legend.legend-bar13 li:nth-child(2) .point {
  background-color: #2A678D;
}
.legend.legend-bar13 li:nth-child(1) .point {
  background-color: #3D8EAF;
}
.legend.legend-bar27-1 {
  color: #999999;
}
.legend.legend-bar27-1 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar27-1 li:nth-child(4) .point {
  background-color: #F5C141;
}
.legend.legend-bar27-1 li:nth-child(3) .point {
  background-color: #9F5D1E;
}
.legend.legend-bar27-1 li:nth-child(2) .point {
  background-color: #912216;
}
.legend.legend-bar27-1 li:nth-child(1) .point {
  background-color: #E18130;
}
.legend.legend-bar6 {
  color: #999999;
}
.legend.legend-bar6 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar6 li:nth-child(1) .point {
  background-color: #29698D;
}
.legend.legend-bar6 li:nth-child(2) .point {
  background-color: #B33A20;
}
.legend.legend-bar6 li:nth-child(3) .point {
  background-color: #B3C952;
}
.legend.legend-bar27-2 {
  color: #999999;
}
.legend.legend-bar27-2 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar27-2 li:nth-child(4) .point {
  background-color: #9FA486;
}
.legend.legend-bar27-2 li:nth-child(3) .point {
  background-color: #44592C;
}
.legend.legend-bar27-2 li:nth-child(2) .point {
  background-color: #B2C852;
}
.legend.legend-bar27-2 li:nth-child(1) .point {
  background-color: #3A8841;
}
.legend.legend-bar27-3 {
  color: #999999;
}
.legend.legend-bar27-3 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar27-3 li:nth-child(4) .point {
  background-color: #7A9AB8;
}
.legend.legend-bar27-3 li:nth-child(3) .point {
  background-color: #2F297C;
}
.legend.legend-bar27-3 li:nth-child(2) .point {
  background-color: #C0CDDB;
}
.legend.legend-bar27-3 li:nth-child(1) .point {
  background-color: #29688D;
}
.legend.legend-bar3, .legend.legend-bar4 {
  color: #999999;
}
.legend.legend-bar3 .point, .legend.legend-bar4 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-bar3 li:nth-child(1) .point, .legend.legend-bar4 li:nth-child(1) .point {
  background-color: #d31300;
}
.legend.legend-range-fig-12 {
  color: #999999;
}
.legend.legend-range-fig-12 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-range-fig-12 li:nth-child(1) .point {
  background-color: #9d9d9c;
}
.legend.legend-range-fig-12 li:nth-child(2) .point {
  background-color: #009e83;
}
.legend.legend-range-fig-12 li:nth-child(3) .point {
  background-color: #ff7503;
}
.legend.legend-range-fig-17 {
  color: #999999;
}
.legend.legend-range-fig-17 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-range-fig-17 li:nth-child(1) .point {
  background-color: #009a72;
}
.legend.legend-range-fig-17 li:nth-child(2) .point {
  background-color: #e77b06;
}

/* Morph Background */
.scene {
  background: #4E2682;
}

.scene path:first-child {
  fill: #6464AB;
}

.scene path:nth-child(2) {
  fill: #00667E;
}

.scene path:nth-child(3) {
  fill: #009BA4;
}

.scene path:nth-child(4) {
  fill: #95C11F;
}

.scene path:nth-child(5) {
  fill: #354D9C;
}

.scene path:nth-child(6) {
  fill: #009640;
}

.scene path:nth-child(7) {
  fill: #45B2D9;
}

/* Navbar */
.navbar {
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  height: 54px;
}
@media (min-width: 768px) {
  .navbar {
    height: 63px;
  }
}

.navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
}
.navbar-brand img {
  height: 38px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 45px;
  }
}

.language-switch .dropdown-menu {
  left: auto;
  right: 0;
}
.language-switch .dropdown-item {
  font-size: 12px;
}

/* Particles */
.particle-story-a-holder, .particle-story-b-holder {
  position: relative;
  background-color: black;
  color: white;
}
.particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
    width: 50%;
  }
}
.particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  color: white;
}
@media (min-width: 992px) {
  .particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
    justify-content: flex-start;
  }
}
.particle-story-a-holder .trigger h6 a i, .particle-story-b-holder .trigger h6 a i {
  margin-right: 5px;
}
.particle-story-a-holder .trigger h6 a:hover, .particle-story-b-holder .trigger h6 a:hover {
  text-decoration: none;
}
.particle-story-a-holder .trigger p, .particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-b-holder .trigger p, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2 {
  font-family: "Montserrat", sans-serif;
}
.particle-story-a-holder .trigger h1, .particle-story-b-holder .trigger h1 {
  margin-bottom: 0;
}
.particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2 {
  font-weight: 600;
}

#particle-container, #particle-container-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#particle-container .dragged-container, #particle-container-b .dragged-container {
  height: 100vh;
  width: 100%;
  position: relative;
}
#particle-container.is-fixed, #particle-container-b.is-fixed {
  position: fixed;
}
#particle-container.is-bottom, #particle-container-b.is-bottom {
  top: auto;
  bottom: 0;
}
#particle-container.is-bottom canvas, #particle-container.is-bottom .dragged-container, #particle-container-b.is-bottom canvas, #particle-container-b.is-bottom .dragged-container {
  bottom: 0;
  position: absolute;
}
#particle-container canvas, #particle-container-b canvas {
  display: block;
  /* fix necessary to remove space at bottom of canvas */
  position: relative;
  left: 0;
}
@media (min-width: 1200px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -80px;
  }
}
@media (min-width: 1600px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -140px;
  }
}
@media (min-width: 2000px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -250px;
  }
}

.cover-trigger {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cover-trigger.in {
  opacity: 1;
}

.dr-container-chart-half img {
  width: 100%;
}

[data-name=step-0] .dr-container-chart-half {
  position: relative;
}
[data-name=step-0] .dr-container-chart-half:before {
  content: "";
  position: absolute;
  background-color: #d31300;
  width: 150px;
  height: 20px;
  left: 50%;
  top: -30px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  [data-name=step-0] .dr-container-chart-half:before {
    width: 20px;
    height: 100%;
    left: -30px;
    top: 0;
  }
}

/* Range Sliders */
.range-fig-12 {
  margin: 60px 0;
  position: relative;
}
.range-fig-12 .triangle-marker-holder {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
}
.range-fig-12 .triangle-marker {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: black transparent transparent transparent;
  top: -40px;
  left: calc(10% - 10px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .range-fig-12 .triangle-marker {
    top: -20px;
  }
}
.range-fig-12 .line-container {
  position: absolute;
  overflow-x: hidden;
  width: calc(100% - 40px);
  height: calc(100% - 10px);
  margin: 0 20px;
}
.range-fig-12 .line-0, .range-fig-12 .line-1, .range-fig-12 .line-2, .range-fig-12 .line-3, .range-fig-12 .line-4, .range-fig-12 .line-5 {
  position: absolute;
  height: 100%;
  width: 20%;
  border-left: 1px dashed black;
}
.range-fig-12 .text-line {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  opacity: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .range-fig-12 .text-line {
    opacity: 1;
  }
}
.range-fig-12 .line-0 {
  left: 0;
}
.range-fig-12 .line-1 {
  left: 20%;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .range-fig-12 .line-1 {
    opacity: 1;
  }
}
.range-fig-12 .line-2 {
  left: 40%;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .range-fig-12 .line-2 {
    opacity: 1;
  }
}
.range-fig-12 .line-3 {
  left: 60%;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .range-fig-12 .line-3 {
    opacity: 1;
  }
}
.range-fig-12 .line-4 {
  left: 80%;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .range-fig-12 .line-4 {
    opacity: 1;
  }
}
.range-fig-12 .line-5 {
  left: calc(100% - 1px);
}
.range-fig-12 .swiper-range-fig-12 {
  width: 100%;
  height: 180px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .range-fig-12 .swiper-range-fig-12 {
    opacity: 0;
    pointer-events: none;
  }
}
.range-fig-12 .swiper-range-fig-12 .slide-range-12 {
  padding: 60px;
  text-align: center;
  font-weight: 600;
}
.range-fig-12 .rangeslider {
  background-color: #009e83;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-fig-12 .rangeslider:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #009e84;
  position: absolute;
  right: -16px;
  top: -5px;
}
.range-fig-12 .rangeslider .rangeslider__fill {
  background-color: #ff7503;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-fig-12 .rangeslider .rangeslider__fill:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  border-color: transparent #ff7403 transparent transparent;
  position: absolute;
  left: -16px;
  top: -5px;
}
.range-fig-12 .range-holder {
  padding: 0 20px;
}
.range-fig-12 .rangeslider__handle.sl-fig12 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0;
  border: 0;
  width: 100px;
  height: 80px;
  top: -30px;
  background: #9d9d9c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .range-fig-12 .rangeslider__handle.sl-fig12 {
    width: 20%;
  }
}
.range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "FOOD LOSS REDUCTION";
  text-align: center;
  display: block;
  color: white;
  font-weight: 600;
  pointer-events: none;
}
.range-fig-12 .rangeslider__handle.sl-fig12.or-waste {
  height: 110px;
  top: -45px;
}
.range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "FOOD LOSS OR WASTE REDUCTION";
}
.range-fig-12 .rangeslider__handle.sl-fig12.waste-red {
  height: 100px;
  top: -40px;
}
.range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "FOOD WASTE REDUCTION";
}
.range-fig-12 .rangeslider__handle.sl-fig12:after {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  right: -14px;
  left: auto;
  opacity: 0;
  -webkit-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.range-fig-12 .rangeslider__handle.sl-fig12.range-moved:after {
  display: none;
}

@-webkit-keyframes right-arr {
  to {
    right: -30px;
    opacity: 1;
  }
}
@-moz-keyframes right-arr {
  to {
    right: -30px;
    opacity: 1;
  }
}
@-ms-keyframes right-arr {
  to {
    right: -30px;
    opacity: 1;
  }
}
@keyframes right-arr {
  to {
    right: -30px;
    opacity: 1;
  }
}
@-webkit-keyframes left-arr {
  to {
    left: -30px;
    opacity: 1;
  }
}
@-moz-keyframes left-arr {
  to {
    left: -30px;
    opacity: 1;
  }
}
@-ms-keyframes left-arr {
  to {
    left: -30px;
    opacity: 1;
  }
}
@keyframes left-arr {
  to {
    left: -30px;
    opacity: 1;
  }
}
.desc-fig-17 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.desc-fig-17:before {
  content: "";
  width: 1px;
  height: 191px;
  border-left: 1px dashed black;
  position: absolute;
  top: 0;
  left: 50%;
}
.desc-fig-17 .fig-17-line {
  width: 1px;
  height: 20px;
}
.desc-fig-17 .text-desc-fig17 {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}
.desc-fig-17 .ic {
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  background-size: 40px 40px;
  background-position: center;
}
.desc-fig-17 .ic.farm {
  background-image: url("img/farm.svg");
}
.desc-fig-17 .ic.cons {
  background-image: url("img/consumer.svg");
}

.range-fig-17 {
  margin: 40px 0 25px 0;
  position: relative;
}
.range-fig-17 .triangle-marker-holder {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
}
.range-fig-17 .triangle-marker {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: black transparent transparent transparent;
  top: -40px;
  left: calc(10% - 10px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .range-fig-17 .triangle-marker {
    top: -20px;
  }
}
.range-fig-17 .rangeslider {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 20px solid #efefef;
}
.range-fig-17 .rangeslider:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #c6c6c6;
  position: absolute;
  right: -20px;
  top: -5px;
}
.range-fig-17 .rangeslider .rangeslider__fill {
  background-color: #989898;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-fig-17 .range-holder {
  padding: 0 20px;
}
.range-fig-17 .rangeslider__handle.sl-fig17 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 30px;
  height: 30px;
  top: -5px;
  background: #9d9d9c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.range-fig-17 .rangeslider__handle.sl-fig17:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 76px;
  background-color: black;
  top: 100%;
  left: calc(50% - 1px);
  right: auto;
  pointer-events: none;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  right: -14px;
  left: auto;
  opacity: 0;
  -webkit-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container {
  margin: 40px 0 25px 0;
  position: relative;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .rangeslider {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .rangeslider .rangeslider__fill {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .range-holder {
  padding: 0 20px;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .rangeslider__handle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  top: -15px;
  background: #9d9d9c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .rangeslider__handle:after {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  right: -14px;
  left: auto;
  opacity: 0;
  -webkit-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.range-fig-17 .rangeslider__handle.sl-fig17:after .scenarios-container .rangeslider__handle.range-moved:after {
  display: none;
}
.range-fig-17 .rangeslider__handle.sl-fig17.range-moved:after {
  display: none;
}

.levels-holder {
  padding: 0 20px;
  margin-bottom: 60px;
}
.levels-holder .env-levels {
  background-color: rgba(0, 154, 114, 0.2);
  margin-bottom: 5px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 1px;
}
.levels-holder .env-levels:before {
  content: "Environmental";
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -35px;
  top: 60px;
  font-weight: 600;
  font-size: 10px;
  color: #009a72;
  text-transform: uppercase;
}
.levels-holder .env-levels:after {
  content: "sustainability";
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -18px;
  top: 60px;
  font-weight: 600;
  font-size: 10px;
  color: #009a72;
  text-transform: uppercase;
}
.levels-holder .food-sec-levels {
  background-color: rgba(231, 123, 6, 0.2);
  position: relative;
  padding-top: 5px;
  padding-bottom: 1px;
}
.levels-holder .food-sec-levels:before {
  content: "Food security";
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -32px;
  top: 60px;
  font-weight: 600;
  font-size: 10px;
  color: #e77b06;
  text-transform: uppercase;
}
.levels-holder .food-sec-levels:after {
  content: "";
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -18px;
  top: 60px;
  font-weight: 600;
  font-size: 10px;
  color: #e77b06;
  text-transform: uppercase;
}

.level-range-17 {
  margin-bottom: 5px;
}

.swiperL1, .swiperL2, .swiperL3, .swiperL4 {
  height: 60px;
}
.swiperL1 .swiper-slide, .swiperL2 .swiper-slide, .swiperL3 .swiper-slide, .swiperL4 .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiperL1 .swiper-slide div, .swiperL2 .swiper-slide div, .swiperL3 .swiper-slide div, .swiperL4 .swiper-slide div {
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.swiperL1 .swiper-slide:nth-child(1) div {
  background-color: #009a72;
}
.swiperL1 .swiper-slide:nth-child(3) div {
  background-color: #009a72;
}

.swiperL2 .swiper-slide:nth-child(1) div {
  background-color: #009a72;
}
.swiperL2 .swiper-slide:nth-child(3) div {
  background-color: #009a72;
}

.swiperL3 .swiper-slide:nth-child(1) div {
  background-color: #e77b06;
}
.swiperL3 .swiper-slide:nth-child(3) div {
  background-color: #e77b06;
}
.swiperL3 .swiper-slide:nth-child(5) div {
  background-color: #e77b06;
}

.swiperL4 .swiper-slide:nth-child(1) div {
  background-color: #e77b06;
}
.swiperL4 .swiper-slide:nth-child(3) div {
  background-color: #e77b06;
}

.map-range-17 {
  padding: 0 20px;
  margin-bottom: 10px;
}
.map-range-17 .map-l {
  height: 10px;
  position: relative;
  margin-bottom: 2px;
}
.map-range-17 .map-l div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.map-range-17 .m-a {
  background-color: #009a72;
  position: absolute;
  height: 100%;
  width: 20%;
}
.map-range-17 .m-b {
  background-color: #009a72;
  position: absolute;
  height: 100%;
  width: 29%;
  right: 0;
}
.map-range-17 .m-c {
  background-color: #009a72;
  position: absolute;
  height: 100%;
  width: 20%;
}
.map-range-17 .m-d {
  background-color: #009a72;
  position: absolute;
  height: 100%;
  width: 21%;
  right: 8%;
}
.map-range-17 .m-e {
  background-color: #e77b06;
  position: absolute;
  height: 100%;
  width: 20%;
}
.map-range-17 .m-f {
  background-color: #e77b06;
  position: absolute;
  height: 100%;
  width: 30%;
  left: 47%;
}
.map-range-17 .m-g {
  background-color: #e77b06;
  position: absolute;
  height: 100%;
  width: 17%;
  right: 3%;
}
.map-range-17 .m-h {
  background-color: #e77b06;
  position: absolute;
  height: 100%;
  width: 43%;
  left: 0;
}
.map-range-17 .m-i {
  background-color: #e77b06;
  position: absolute;
  height: 100%;
  width: 21%;
  right: 16%;
}

/* Scenarios */
.scenarios1-swiper {
  margin-bottom: 30px;
  width: 100%;
}
.scenarios1-swiper .swiper-slide {
  height: auto;
  background-color: #efefef;
}

.scenarios2-swiper {
  margin-bottom: 30px;
  width: 100%;
}
.scenarios2-swiper .swiper-slide {
  background-color: #efefef;
  height: 400px;
}

.scenario-slide-holder {
  height: 100%;
}
@media (min-width: 576px) {
  .scenario-slide-holder {
    display: flex;
  }
}
.scenario-slide-holder .s-photo {
  top: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center top;
}
.scenario-slide-holder .s-photo.s-ph-farm {
  background-image: url("img/shutterstock_434750917.jpg");
}
.scenario-slide-holder .s-photo.s-ph-process {
  background-image: url("img/24969_307.jpg");
}
.scenario-slide-holder .s-photo.s-ph-consumption {
  background-image: url("img/24854_0032.jpg");
}
@media (min-width: 576px) {
  .scenario-slide-holder .s-photo {
    width: 50%;
    height: auto;
  }
}
.scenario-slide-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.scenario-slide-holder .s-text {
  padding: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .scenario-slide-holder .s-text {
    padding: 30px 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .scenario-slide-holder .s-text {
    padding: 30px;
  }
}
.scenario-slide-holder .s-text h1, .scenario-slide-holder .s-text h2, .scenario-slide-holder .s-text h3, .scenario-slide-holder .s-text p {
  font-family: "Montserrat", sans-serif;
}
.scenario-slide-holder .s-text h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #d31300;
}
.scenario-slide-holder .s-text p {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.scenario-slide-holder .s-text p:last-child {
  margin-bottom: 0;
}
.scenario-slide-holder.lwc-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.scenario-slide-holder.lwc-slide.lwc-slide-1 {
  background-image: url("img/shutterstock_1024452661.jpg");
}
.scenario-slide-holder.lwc-slide.lwc-slide-2 {
  background-image: url("img/shutterstock_232928557.jpg");
}
.scenario-slide-holder.lwc-slide.lwc-slide-3 {
  background-image: url("img/shutterstock_138494549.jpg");
}
.scenario-slide-holder.lwc-slide .lwc-dark-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.scenario-slide-holder.lwc-slide .s-text {
  text-align: center;
  width: 61%;
}
@media (min-width: 768px) {
  .scenario-slide-holder.lwc-slide .s-text {
    width: 350px;
  }
}
.scenario-slide-holder.lwc-slide .s-text h1, .scenario-slide-holder.lwc-slide .s-text h2, .scenario-slide-holder.lwc-slide .s-text h3, .scenario-slide-holder.lwc-slide .s-text p {
  color: white;
}
.scenario-slide-holder.lwc-slide .s-text h1 {
  font-size: 80px;
  font-weight: 600;
}
.scenario-slide-holder.lwc-slide .s-text h3 {
  color: #d31300;
}

.scenarios-range-container {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .scenarios-range-container {
    padding: 0 20%;
  }
}

.scenarios-container {
  margin: 40px 0 25px 0;
  position: relative;
}
.scenarios-container .rangeslider {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scenarios-container .rangeslider .rangeslider__fill {
  background-color: #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scenarios-container .range-holder {
  padding: 0 20px;
}
.scenarios-container .rangeslider__handle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  top: -15px;
  background: #9d9d9c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.scenarios-container .rangeslider__handle:after {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  right: -14px;
  left: auto;
  opacity: 0;
  -webkit-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: right-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.scenarios-container .rangeslider__handle.range-moved:after {
  display: none;
}

.trd-icons-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .trd-icons-holder {
    padding: 0 20%;
  }
}
.trd-icons-holder .trd-ico {
  text-align: center;
  position: relative;
}
.trd-icons-holder .trd-ico img {
  width: 50px;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}
.trd-icons-holder .trd-ico h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 65px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.trd-icons-holder .trd-ico:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  top: -10px;
  background-color: #c6c6c6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.trd-icons-holder .trd-ico.active:before {
  background-color: black;
}

.lwc-icons-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .lwc-icons-holder {
    padding: 0 20%;
  }
}
.lwc-icons-holder .lwc-ico {
  text-align: center;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  background-color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lwc-icons-holder .lwc-ico .lwc-ico-fig {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background-size: 80px 40px;
  background-position: 0 center;
}
.lwc-icons-holder .lwc-ico .lwc-ico-fig.lwc-ico-land {
  background-image: url("img/land.svg");
}
.lwc-icons-holder .lwc-ico .lwc-ico-fig.lwc-ico-water {
  background-image: url("img/water.svg");
}
.lwc-icons-holder .lwc-ico .lwc-ico-fig.lwc-ico-carbon {
  background-image: url("img/carbon.svg");
}
.lwc-icons-holder .lwc-ico h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 60px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.lwc-icons-holder .lwc-ico.active {
  background-color: black;
}
.lwc-icons-holder .lwc-ico.active .lwc-ico-fig.lwc-ico-land {
  background-position: 40px center;
}
.lwc-icons-holder .lwc-ico.active .lwc-ico-fig.lwc-ico-water {
  background-position: 40px center;
}
.lwc-icons-holder .lwc-ico.active .lwc-ico-fig.lwc-ico-carbon {
  background-position: 40px center;
}

.scenarios-3-container .reveal-icons-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .scenarios-3-container .reveal-icons-holder {
    padding: 0 20%;
  }
}
.scenarios-3-container .reveal-ico {
  width: 100px;
}
.scenarios-3-container .reveal-ico h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.scenarios-3-container .reveal-ico:first-child h2 {
  text-align: left;
}
.scenarios-3-container .reveal-ico:last-child h2 {
  text-align: right;
}

.scenarios-reveal-holder {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.scenarios-reveal-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.scenarios-reveal-holder .scenario-rev-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
}
.scenarios-reveal-holder .scenario-rev-b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 8;
  overflow: hidden;
}

.scenario-reveal-slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scenario-reveal-slide .reveal-dark-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.scenario-reveal-slide .reveal-text {
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scenario-reveal-slide .reveal-text h1, .scenario-reveal-slide .reveal-text h2, .scenario-reveal-slide .reveal-text h3, .scenario-reveal-slide .reveal-text p {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: center;
}
@media (min-width: 576px) {
  .scenario-reveal-slide .reveal-text h1, .scenario-reveal-slide .reveal-text h2, .scenario-reveal-slide .reveal-text h3, .scenario-reveal-slide .reveal-text p {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .scenario-reveal-slide .reveal-text h1, .scenario-reveal-slide .reveal-text h2, .scenario-reveal-slide .reveal-text h3, .scenario-reveal-slide .reveal-text p {
    width: 80%;
  }
}
.scenario-reveal-slide .reveal-text h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #d31300;
}
.scenario-reveal-slide .reveal-text p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.scenario-reveal-slide .reveal-text p:last-child {
  margin-bottom: 0;
}

/* Scroll Call to action */
#wrapper-scroll-cat {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper-scroll-cat.out {
  opacity: 0;
}

#scroll-down {
  display: block;
  position: relative;
  padding-top: 89px;
  text-align: center;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  position: relative;
  left: 1px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}

#scroll-down::before {
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: white;
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
/* Social Share buttons */
.social-share {
  position: absolute;
  bottom: 30px;
  right: 30px;
  pointer-events: auto;
}
.social-share span.facebook-icon {
  background-image: url("img/share-facebook-white.svg");
}
.social-share span.twitter-icon {
  background-image: url("img/share-twitter-white.svg");
}
.social-share span.google-icon {
  background-image: url("img/share-google-plus-white.svg");
}
.social-share span.linkedin-icon {
  background-image: url("img/share-linkedin-white.svg");
}
.social-share.social-mobile {
  position: relative;
  bottom: auto;
  right: auto;
  justify-content: center;
}
.social-share.social-cover {
  position: static;
  margin-top: 30px;
}
.social-share.social-cover span.facebook-icon {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share.social-cover span.twitter-icon {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share.social-cover span.google-icon {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share.social-cover span.linkedin-icon {
  background-image: url("img/share-linkedin-sec.svg");
}
.social-share span.facebook-icon-sec {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share span.twitter-icon-sec {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share span.google-icon-sec {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share span.linkedin-icon-sec {
  background-image: url("img/share-linkedin-sec.svg");
}

.social-share a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}

.social-share span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a.social-button {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
}
a.social-button:first-child {
  margin-left: 0;
}
a.social-button:last-child {
  margin-right: 0;
}
a.social-button span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Table */
.table-framework-container {
  overflow-x: hidden;
}

.conceptual-framework {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: 600;
  font-size: 8px;
  padding: 5px;
}
.conceptual-framework .green-one {
  background-color: #419775;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .conceptual-framework .green-one {
    font-size: smaller;
    padding: 0.15rem !important;
  }
}
.conceptual-framework .red-one {
  background-color: #B43B20;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .conceptual-framework .red-one {
    font-size: smaller;
    padding: 0.15rem !important;
  }
}
.conceptual-framework .orange-one {
  background-color: #DA8030;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .conceptual-framework .orange-one {
    font-size: smaller;
    padding: 0.15rem !important;
  }
}
.conceptual-framework .white-one {
  background-color: white;
  color: black;
  vertical-align: middle;
  border: 0;
}
@media (max-width: 320px) {
  .conceptual-framework .white-one {
    font-size: smaller;
    padding: 0.15rem !important;
    max-width: 30px;
  }
}
.conceptual-framework .spacer {
  border: 0 !important;
  padding: 5px;
}
@media (max-width: 320px) {
  .conceptual-framework .spacer {
    font-size: smaller;
    padding: 0.1rem !important;
  }
}
@media (max-width: 320px) {
  .conceptual-framework .lowres-hide {
    display: none;
  }
}
.conceptual-framework .lowres-show {
  display: none;
}
@media (max-width: 320px) {
  .conceptual-framework .lowres-show {
    display: contents;
  }
}
@media (max-width: 320px) {
  .conceptual-framework .rotate-me {
    display: block;
    transform: rotate(-90deg);
    position: relative;
    top: 10px;
    left: 0px;
  }
}
@media (max-width: 320px) {
  .conceptual-framework .vertical {
    word-break: break-all;
  }
}

.figure-table-prevalence .table > thead > tr > th {
  border-bottom: 0;
}
.figure-table-prevalence td {
  text-align: center;
}
.figure-table-prevalence .table-prevalence-title {
  background-color: #d31300;
}
.figure-table-prevalence .table-prevalence-title.subcategory_thead th {
  color: white;
}
.figure-table-prevalence th {
  font-weight: normal;
}
.figure-table-prevalence .category_thead {
  background-color: #4c5d6a;
  color: #fff;
}
.figure-table-prevalence .category_thead tr {
  border: 0px;
}
.figure-table-prevalence .category_thead th {
  border: 0px;
  text-align: center;
}
.figure-table-prevalence .subcategory_thead tr, .figure-table-prevalence .subcategory_thead th {
  border: 0;
  color: #005d81;
}
@media (min-width: 768px) {
  .figure-table-prevalence .indent {
    padding-left: 25px;
  }
}
.figure-table-prevalence .marked-cell {
  background-color: #fef3e7;
}
@media (min-width: 768px) {
  .figure-table-prevalence .indent-2 {
    padding-left: 50px;
  }
}
.figure-table-prevalence .othcategory_thead {
  background-color: #eaeaea;
}
.figure-table-prevalence .othcategory_thead tr th {
  position: relative;
}
@media (min-width: 768px) {
  .figure-table-prevalence .othcategory_thead tr th {
    padding-left: 25px;
  }
}
.figure-table-prevalence .othcategory_thead span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #4c5d6a;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  left: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.figure-table-prevalence .othcategory_thead span.cap_leg {
  background-color: #d31300;
}
.figure-table-prevalence .total_tab tr th {
  font-weight: bold;
  position: relative;
}
.figure-table-prevalence .total_tab tr {
  font-weight: bold;
}
.figure-table-prevalence .total_tab span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4c5d6a;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
}

.table-anim-container thead, .table-anim-container tbody {
  opacity: 0;
}

.table-anim-container thead.enter, .table-anim-container tbody.enter {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.figure-table-employment .table > thead > tr > th {
  border: 0px;
}
.figure-table-employment .table > tbody > tr > th {
  font-weight: 400;
}
.figure-table-employment .category_thead {
  background-color: #4c5d6a;
  color: #fff;
}
.figure-table-employment .subcategory_thead {
  background-color: #eaeaea;
}
.figure-table-employment .table > tbody > tr.total_tab > th, .figure-table-employment .table > tbody > tr.total_tab > td {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* use the max to specify at each container level */
  .table-anim-container > .table > thead > tr > th, .table-anim-container > .table > tbody > tr > th {
    white-space: normal;
  }

  .figure-table-prevalence table, .figure-table-prevalence thead, .figure-table-prevalence tbody, .figure-table-prevalence th, .figure-table-prevalence td, .figure-table-prevalence tr {
    display: block;
  }

  .figure-table-prevalence td:before {
    display: block;
    float: left;
    width: 50%;
    border-right: 1px solid #eaeaea;
    color: #4c5d6a;
  }

  .figure-table-prevalence {
    text-align: center;
  }
  .figure-table-prevalence th {
    text-align: center;
    font-weight: bold;
    background-color: rgba(236, 236, 236, 0.44);
  }
  .figure-table-prevalence .category_thead {
    display: none;
  }
  .figure-table-prevalence tbody td:nth-child(2):before {
    content: "2005";
  }
  .figure-table-prevalence tbody td:nth-child(3):before {
    content: "2010";
  }
  .figure-table-prevalence tbody td:nth-child(4):before {
    content: "2012";
  }
  .figure-table-prevalence tbody td:nth-child(5):before {
    content: "2014";
  }
  .figure-table-prevalence tbody td:nth-child(6):before {
    content: "2016";
  }
  .figure-table-prevalence tbody td:nth-child(7):before {
    content: "2017¹";
  }
}
/* Typography */
body {
  font-family: "Montserrat", sans-serif;
  color: #1b1d1f;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 26px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 35px;
    margin-top: 40px;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h1 small {
  font-size: 50%;
  font-weight: 300;
}

h6 {
  font-weight: 700;
  font-size: 14px;
}

.highlighted-text-purple {
  color: #6464AB;
}

.highlighted-text-green {
  color: #95C11F;
}

.highlighted-text-blue {
  color: #45B2D9;
}

.highlighted-text-red {
  color: #df232b;
}

.paragraph_title {
  font-weight: 700;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 30px;
}

.paragraph_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px;
}

.paragraph_sub_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px;
}

p {
  font-size: 17px;
  line-height: 1.7;
  font-family: "Merriweather", serif;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

a {
  color: #0d6cac;
}

hr {
  border-top: 1px solid #999999;
  max-width: 200px;
  margin-top: 100px;
}

/* Video Cover */
header.report-header {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.video-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.video-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+86&0.1+0,1+86 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
  z-index: 2;
}
.video-gradient.light {
  background: #5B5B5B;
  opacity: 0.4;
}
.video-gradient.dark {
  background: black;
  opacity: 0.2;
}

.video-wrapper .report-video, .video-wrapper canvas.topper.video {
  height: 100vh;
  width: 100%;
}

.video-wrapper video, .video-wrapper canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right top;
  z-index: 1;
}

@media (min-width: 768px) {
  .video-wrapper {
    display: block;
  }

  .video-wrapper .report-video, .video-wrapper canvas.topper.video {
    width: 100%;
  }
}
.report-meta hr {
  border-top: 1px solid white;
  max-width: 200px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.report-based {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  margin-bottom: 25px;
}

.report-meta {
  display: flex;
  opacity: 0;
  flex-direction: column;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.report-meta img {
  width: 172px;
  height: 126px;
  /* Small devices (tablets, 768px and up) */
  position: relative;
  top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #d31300;
  padding: 15px;
}
@media (min-width: 768px) {
  .report-meta img {
    width: 322px;
    height: 236px;
  }
}
@media (min-width: 992px) {
  .report-meta {
    flex-direction: row;
  }
}
.report-heading {
  color: white;
  font-weight: lighter;
  padding-left: 20px;
  font-size: 21px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .report-heading {
    width: 560px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .report-heading {
    border-left: 1px solid white;
    width: 560px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .report-heading {
    width: 560px;
    font-size: 35px;
  }
}

.report-sub {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.topic-circle {
  margin-top: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d31300;
}

.fixed-stripes {
  width: 150px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc(50% - 75px);
  z-index: 2;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .fixed-stripes {
    top: 60px;
    right: 30px;
  }
}
.fixed-stripes a {
  display: block;
}
.fixed-stripes a:link, .fixed-stripes a:visited, .fixed-stripes a:hover, .fixed-stripes a:focus, .fixed-stripes a:active {
  text-decoration: none;
}

/* Montserrat Arabic */
@font-face {
  font-family: "montserrat-arabicregular";
  src: url("fonts/mont-arabic/Montserrat-Arabic-Regular.woff2") format("woff2"), url("fonts/mont-arabic/Montserrat-Arabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-arabiclight";
  src: url("fonts/mont-arabic/Montserrat-Arabic-Light.woff2") format("woff2"), url("fonts/mont-arabic/Montserrat-Arabic-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[lang=ar] .language-switch .dropdown-menu {
  left: 0;
  right: auto;
}
[lang=ar] body, [lang=ar] p, [lang=ar] h1, [lang=ar] h2, [lang=ar] h3 {
  font-family: "montserrat-arabiclight", sans-serif;
}
[lang=ar] p {
  text-align: right;
}
[lang=ar] .chart-container .chart-title h2 {
  font-family: "montserrat-arabiclight", sans-serif;
}
[lang=ar] .story-box {
  text-align: right;
}
[lang=ar] .state-of-logo {
  left: calc(50% - 40px);
  right: auto;
  z-index: 1030;
}
@media (min-width: 576px) {
  [lang=ar] .state-of-logo {
    right: auto;
    left: 30px;
  }
}
[lang=ar] .scenario-slide-holder h1, [lang=ar] .scenario-slide-holder h2, [lang=ar] .scenario-slide-holder h3, [lang=ar] .scenario-slide-holder p {
  font-family: "montserrat-arabiclight", sans-serif;
  text-align: right;
}
[lang=ar] .scenarios-container .rangeslider__handle:after {
  right: auto;
  left: -14px;
  opacity: 0;
  border-width: 8px 13.9px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
[lang=ar] .range-fig-12 .range-holder {
  direction: ltr;
}
[lang=ar] .range-fig-12 .triangle-marker {
  left: calc(90% - 10px);
}
[lang=ar] .range-fig-12 .rangeslider {
  background-color: #ff7403;
}
[lang=ar] .range-fig-12 .rangeslider:after {
  border-color: transparent transparent transparent #ff7403;
}
[lang=ar] .range-fig-12 .rangeslider .rangeslider__fill {
  background-color: #009e84;
}
[lang=ar] .range-fig-12 .rangeslider .rangeslider__fill:before {
  border-color: transparent #009e84 transparent transparent;
}
[lang=ar] .range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "الحد من الفاقد من الأغذية";
}
[lang=ar] .range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "الحد من الفاقد والمهدر من الأغذية";
}
[lang=ar] .range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "الحد من الهدر الغذائي";
}
[lang=ar] .range-fig-12 .rangeslider__handle.sl-fig12:after {
  right: auto;
  left: -14px;
  opacity: 0;
  border-width: 8px 13.9px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
[lang=ar] .reveal-text h1, [lang=ar] .reveal-text h2, [lang=ar] .reveal-text h3, [lang=ar] .reveal-text p {
  font-family: "montserrat-arabiclight", sans-serif;
}
[lang=ar] .lwc-slide h1, [lang=ar] .lwc-slide h2, [lang=ar] .lwc-slide h3, [lang=ar] .lwc-slide p {
  text-align: center;
}
[lang=ar] .range-fig-17 {
  width: calc(100% - 20px);
}
[lang=ar] .range-fig-17 .range-holder {
  direction: ltr;
  padding: 0 20px 0 0;
}
[lang=ar] .range-fig-17 .rangeslider {
  background-color: #989898;
  border-right: 0;
}
[lang=ar] .range-fig-17 .rangeslider:after {
  border-width: 15px 26px 15px 0;
  border-color: transparent #c6c6c6 transparent transparent;
  right: auto;
  left: -20px;
  top: -5px;
}
[lang=ar] .range-fig-17 .rangeslider .rangeslider__fill {
  background-color: #c6c6c6;
}
[lang=ar] .range-fig-17 .rangeslider__handle:after {
  right: auto;
  left: -14px;
  opacity: 0;
  border-width: 8px 13.9px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: left-arr 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
[lang=ar] .map-range-17 {
  direction: ltr;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .levels-holder .env-levels:before {
  content: "  الاستقرار البيئي";
  left: -12px;
  top: 60px;
}
[lang=ar] .levels-holder .env-levels:after {
  content: "";
  left: -28px;
  top: 60px;
}
[lang=ar] .levels-holder .food-sec-levels:before {
  content: "الأمن الغذائي";
  left: -10px;
  top: 60px;
}
[lang=ar] .fixed-download img {
  left: 30px;
}
[lang=ar] .highcharts-tooltip span {
  text-align: right;
}

/* Languages Override */
[lang=es] .range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "REDUCCIÓN DE LA PÉRDIDA DE ALIMENTOS";
}
[lang=es] .range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "REDUCCIÓN DE LA PÉRDIDA O EL DESPERDICIO DE ALIMENTOS";
}
[lang=es] .range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "REDUCCIÓN DEL DESPERDICIO DE ALIMENTOS";
}
[lang=es] .levels-holder .env-levels:before {
  content: "ESTABILIDAD";
  left: -12px;
  top: 60px;
}
[lang=es] .levels-holder .env-levels:after {
  content: "AMBIENTAL";
  left: -20px;
  top: 60px;
}
[lang=es] .levels-holder .food-sec-levels:before {
  content: "SEGURIDAD";
  left: -21px;
  top: 60px;
}
[lang=es] .levels-holder .food-sec-levels:after {
  content: "ALIMENTARIA";
  left: -13px;
  top: 60px;
}

/* Languages Override */
[lang=fr] .range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "RÉDUCTION DES PERTES ALIMENTAIRES";
}
[lang=fr] .range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "RÉDUCTION DES PERTES OU DU GASPILLAGE ALIMENTAIRES";
}
[lang=fr] .range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "RÉDUCTION DU GASPILLAGE ALIMENTAIRE";
}
[lang=fr] .levels-holder .env-levels:before {
  content: "STABILITÉ";
  left: -12px;
  top: 60px;
}
[lang=fr] .levels-holder .env-levels:after {
  content: "ENVIRONNEMENTALE";
  left: -28px;
  top: 60px;
}
[lang=fr] .levels-holder .food-sec-levels:before {
  content: "SÉCURITÉ ALIMENTAIRE";
  left: -48px;
  top: 60px;
}

[lang=ru] .range-fig-12 .text-line {
  font-size: 9px;
}
[lang=ru] .range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "СОКРАЩЕНИЕ ПОТЕРЬ ПИЩЕВОЙ ПРОДУКЦИИ";
  font-size: 10px;
}
[lang=ru] .range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "СОКРАЩЕНИЕ ПОТЕРЬ ИЛИ ПОРЧИ ПИЩЕВОЙ ПРОДУКЦИИ";
}
[lang=ru] .range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "СОКРАЩЕНИЕ ПОРЧИ ПИЩЕВОЙ ПРОДУКЦИИ";
}
[lang=ru] .levels-holder .env-levels:before {
  content: "ЭКОЛОГИЧЕСКАЯ";
  left: -18px;
  top: 60px;
}
[lang=ru] .levels-holder .env-levels:after {
  content: "УСТОЙЧИВОСТЬ";
  left: -28px;
  top: 60px;
}
[lang=ru] .levels-holder .food-sec-levels:before {
  content: "ПРОДОВОЛЬСТВЕННАЯ ";
  left: -48px;
  top: 60px;
}
[lang=ru] .levels-holder .food-sec-levels:after {
  content: "БЕЗОПАСНОСТЬ";
  left: -13px;
  top: 60px;
}

/* Languages Override */
[lang=zh] .range-fig-12 .rangeslider__handle.sl-fig12:before {
  content: "减少粮食损失";
}
[lang=zh] .range-fig-12 .rangeslider__handle.sl-fig12.or-waste:before {
  content: "减少粮食损失或浪费";
}
[lang=zh] .range-fig-12 .rangeslider__handle.sl-fig12.waste-red:before {
  content: "减少粮食浪费";
}
[lang=zh] .levels-holder .env-levels:before {
  content: "环境可持续性";
  left: -12px;
  top: 60px;
}
[lang=zh] .levels-holder .env-levels:after {
  content: "";
  left: -28px;
  top: 60px;
}
[lang=zh] .levels-holder .food-sec-levels:before {
  content: "粮食安全";
  left: -2px;
  top: 60px;
}

/*# sourceMappingURL=index.css.map */
