/* ----------COLORS */
/* ----------MEASURES */
/* ---------FONTS */
/*
 * Function to keep consistency on font sizes

 .selector { font-size: fs(x-small);}

 * The MAP used for this is in variables.scss
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Roboto+Condensed:wght@700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

*, *:before, *:after {
  box-sizing: border-box; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: inherit;
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
  resize: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  width: calc(100% - 42px * 2);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 60.625em) {
    .container {
      width: calc(100% - 60px) !important; } }
  @media (max-width: 580px) {
    .container {
      width: calc(100% - 20px * 2) !important; } }

.half-container {
  width: calc(100% - 42px);
  max-width: calc(100% - (100% - 1020px) / 2);
  margin-left: auto; }
  @media (max-width: 60.625em) {
    .half-container {
      width: calc(100% - 60px) !important;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (max-width: 580px) {
    .half-container {
      width: calc(100% - 20px * 2) !important; } }

.flex {
  display: flex; }

.items--flex-1 {
  flex: 1 1 auto; }

p {
  margin-top: 0;
  font-family: "Open Sans", sans-serif; }

.title {
  font-size: 1.62rem;
  font-family: "Merriweather", serif;
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
  padding-right: calc((100% - 650px) / 2);
  padding-left: calc((100% - 650px) / 2); }
  @media (min-width: 840px) {
    .title {
      font-size: 2.5rem; } }
  .title--small {
    font-size: 1.3rem;
    width: 100%;
    padding-right: calc((100% - 60%) / 2);
    padding-left: calc((100% - 60%) / 2); }

.hugetext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .hugetext__h1 {
    font-family: "Roboto Condensed", sans-serif;
    color: #ec6b10;
    line-height: 80%;
    font-size: 160px;
    letter-spacing: -0.05em; }
    @media (max-width: 1024px) {
      .hugetext__h1 {
        font-size: 112px; } }
    @media (max-width: 740px) {
      .hugetext__h1 {
        font-size: 60px; } }
    .hugetext__h1--br {
      color: #331c0c;
      font-size: 4.68rem;
      text-align: center; }
    .hugetext__h1--white {
      color: #f2e7ca;
      font-size: 4.68rem;
      text-align: center;
      line-height: 50pt;
      letter-spacing: 3pt; }
  .hugetext__subtittle {
    font-family: "Merriweather", serif;
    font-size: 32px;
    line-height: 130%;
    padding-bottom: 20px;
    text-align: center;
    font-weight: lighter;
    letter-spacing: -0.04em;
    color: #331c0c; }
    @media (max-width: 1024px) {
      .hugetext__subtittle {
        font-size: 24px; } }
    .hugetext__subtittle:last-of-type {
      padding-top: 20px; }
    .hugetext__subtittle--wh {
      color: #f2e7ca;
      font-family: "Merriweather", serif;
      font-weight: lighter; }
    .hugetext__subtittle--white {
      color: #f2e7ca;
      font-size: 1rem; }
  .hugetext__justify {
    text-justify: center;
    text-align: center;
    padding-top: 32px; }
  .hugetext--white {
    color: #f2e7ca;
    font-size: 2.5rem;
    text-align: center; }

/*
*
*   Classes for font- sizes, you can check them in _variables.scss
*   Same name of the variables with the `font-` prefix

    .font-x-small {
        font-size: .7rem;
    }

    *
 */
.font-small {
  font-size: 0.75rem; }

.font-medium {
  font-size: 0.875rem; }

.font-normal {
  font-size: 1rem; }

.font-x-normal {
  font-size: 1.12rem; }

.font-big {
  font-size: 1.3rem; }

.font-x-big {
  font-size: 1.62rem; }

.font-xx-big {
  font-size: 2.5rem; }

.font-xl-big {
  font-size: 3.43rem; }

.font-xxl-big {
  font-size: 4.68rem; }

.font-huge {
  font-size: 5.62rem; }

.font-hero {
  font-size: 10rem; }

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

.margin-left {
  margin-left: 8px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fade-in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .fade-in.show, .fade-in.is-inview {
    opacity: 1; }

.fade-in-y {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .fade-in-y > * {
    transform: translateY(200px);
    transition: transform 2s cubic-bezier(0.26, 0.1, 0, 1); }
  .fade-in-y.show, .fade-in-y.is-inview {
    opacity: 1; }
    .fade-in-y.show > *, .fade-in-y.is-inview > * {
      transform: none; }

.no-transition,
.no-transition * {
  transition: none !important; }

[data-scroll-bacground] {
  background: transparent; }

.no-events,
.no-events * {
  pointer-events: none !important; }

.justify {
  text-align: center; }

.rtl .fullheight--smallres,
.rtl .continents,
.rtl .modal--hunger__item,
.rtl .modal--insecure__item_thrd,
.rtl .modal--insecure__item_full,
.rtl #takeAction .fullBlocks,
.rtl #popUpTakeAction .fullBlocks,
.rtl #severelyNum,
.rtl #severelyText,
.rtl #comparison-slide .hugetext__h1 {
  direction: rtl; }

.rtl .modal--insecure__item_thrd h5 {
  text-align: right; }

.rtl #takeAction .fullTitle h2,
.rtl #popUpTakeAction .fullTitle h2 {
  line-height: 1.2; }

:lang(cn) .hugetext__h1 {
  line-height: 100%; }

:lang(cn) .galleryIntroTop .copy {
  top: 28%; }
  @media (max-width: 580px) {
    :lang(cn) .galleryIntroTop .copy {
      top: 50%; } }

:lang(ar) .hugetext__subtittle:last-of-type {
  padding-top: 50px; }

:lang(ar) .hugetext__subtittle {
  font-size: 45px; }

:lang(ar) #map-intro-content h1 {
  line-height: 100%; }

:lang(ar) .galleryIntro .copy h2 {
  line-height: 1; }

:lang(ar) #gallery .copy p {
  font-size: 20px;
  max-width: 400px; }

@media (max-width: 580px) {
  :lang(es) .galleryIntroTop .copy {
    top: 50%; } }

:lang(ru) .continents:hover .continents__data__number,
:lang(ru) .continents:hover .continents__data__percent {
  font-size: 1.2rem; }

:lang(ru) .continents:hover::before {
  transform: translate(-50%, calc(-50% - 30px)) scale(1.2); }

:lang(ru) .continents:hover .continents__figure,
:lang(ru) .continents:hover .continents__data {
  transform: translateX(-25px) !important; }

:lang(ru) .continents:hover .continents__data {
  width: 115%; }

:lang(ru) .continents:hover .btn--state {
  transform: translateY(0); }

:lang(ru) #map-intro-content h1 {
  line-height: 100%; }

:lang(ru) .galleryIntro .copy {
  max-width: 800px; }
  @media (max-width: 80em) {
    :lang(ru) .galleryIntro .copy {
      max-width: 500px; } }

:lang(ru) #takeAction .fullBlocks .block p {
  height: 130px; }

body, html {
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100 + 1px);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  user-select: none;
  -ms-user-select: none;
  overscroll-behavior-y: none; }

body {
  color: #331c0c;
  background-color: #f2e7ca;
  background-attachment: fixed;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  font-smooth: almays;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

a, a:visited {
  font-family: "Open Sans", sans-serif;
  text-decoration: underline; }

.text-line {
  display: block; }

.iconsvg {
  /* Flow with text content */
  display: inline-block;
  /* Inherit the parent text color */
  fill: currentColor;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  position: relative;
  top: -0.0725em;
  overflow: hidden;
  pointer-events: none; }

.native-scroll-mobile {
  overscroll-behavior-y: none; }

#scroll-pointer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  transform: translateZ(0); }

#main {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 + 1px);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden !important;
  overscroll-behavior-y: none; }
  #main a {
    pointer-events: all; }

#page {
  width: 100%;
  position: relative;
  background: white; }

.hero {
  display: flex;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px; }
  .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 1; }
    .hero__content--continents {
      flex-direction: row;
      justify-content: space-between;
      width: calc(100% - 130px);
      margin: auto; }
      @media (max-width: 1024px) {
        .hero__content--continents {
          width: 100vw;
          overflow-x: scroll;
          padding-bottom: 20px;
          padding-left: 16px;
          flex-wrap: nowrap;
          min-height: auto;
          height: 480px;
          box-sizing: border-box;
          position: relative;
          top: 30px; } }
  .hero--orange {
    background-color: #ec6b10;
    background-image: url(/assets/images/background-orange.svg);
    background-attachment: fixed;
    background-size: cover; }

.continents {
  transition: all 0.2s ease-in-out;
  max-width: 20%;
  width: 248px;
  min-height: 340px;
  position: relative; }
  .continents::before {
    position: absolute;
    width: calc(100% + 120px);
    height: calc(100% + 100px);
    border-radius: 14px;
    opacity: 0;
    background-color: white;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%) scale(0.8);
    content: '';
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    z-index: -1;
    pointer-events: none; }
  .continents__figure {
    pointer-events: none;
    margin-bottom: 32px;
    padding: 0 10px;
    position: relative; }
    .continents__figure figcaption {
      margin-top: -20px;
      height: 50px;
      font-size: 15px;
      position: relative;
      text-transform: uppercase; }
    .continents__figure > img {
      width: 100%;
      filter: brightness(100); }
    .continents__figure img {
      display: block;
      margin-left: auto; }
    .continents__figure-line {
      position: absolute;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: #331c0c;
      opacity: .3;
      top: 39%; }
  .continents__data {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .continents__data__percent {
      margin: 0;
      font-size: 3.43rem;
      font-family: "Roboto Condensed", sans-serif; }
      .continents__data__percent span {
        display: none; }
    .continents__data small {
      text-transform: uppercase;
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      margin-top: 0.75rem;
      margin-bottom: 1.62rem;
      display: block;
      text-transform: uppercase; }
    .continents__data__number {
      font-size: 1.62rem;
      color: #ec6b10;
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 0; }
      .continents__data__number span {
        display: none; }
      .continents__data__number small {
        color: black;
        margin-top: 0; }

@keyframes hover {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media (min-width: 1024px) {
    .continents:hover {
      z-index: 1; }
      .continents:hover > * {
        opacity: 0; }
      .continents:hover .continents__figure {
        padding: 0; }
      .continents:hover::before {
        opacity: 1;
        transform: translate(-50%, calc(-50% - 30px)) scale(1);
        pointer-events: initial; }
      .continents:hover .continents__data {
        flex-direction: row; }
      .continents:hover .btn--state {
        opacity: 1;
        transition-delay: .8s;
        transform: translateY(-30px);
        display: block; }
      .continents:hover .continents__figure > img {
        filter: brightness(1); }
      .continents:hover .continents__data__percent {
        font-size: 1.3rem;
        width: 50%;
        white-space: nowrap; }
      .continents:hover .continents__data__number {
        padding-left: 1.3rem;
        font-size: 1.3rem;
        color: #331c0c;
        width: 50%;
        white-space: nowrap; }
      .continents:hover small {
        text-transform: initial; }
      .continents:hover .continents__data__percent span,
      .continents:hover .continents__data__number span {
        display: inline-block;
        font-size: .7rem;
        font-family: "Open Sans", sans-serif;
        margin-top: 0.75rem;
        margin-bottom: 1.62rem; }
      .continents:hover figcaption {
        top: 15px;
        font-size: 24px; } }
  @media (max-width: 1024px) {
    .continents {
      background-color: white;
      border-radius: 14px;
      box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
      margin-bottom: 24px;
      min-width: 300px;
      margin: 0 4px;
      padding: 40px; }
      .continents .continents__figure {
        margin-bottom: 10px;
        padding: 0; }
      .continents .btn--state {
        opacity: 1 !important;
        display: block; }
      .continents .continents__data {
        flex-direction: row; }
      .continents .continents__figure > img {
        height: 130px;
        filter: brightness(1);
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; }
      .continents .continents__data__percent {
        font-size: 1.3rem;
        width: 50%;
        white-space: nowrap; }
      .continents .continents__data__number {
        padding-left: 1.3rem;
        font-size: 1.3rem;
        color: #331c0c;
        width: 50%;
        white-space: nowrap; }
      .continents small {
        text-transform: initial; }
      .continents .continents__data__percent span,
      .continents .continents__data__number span {
        display: inline-block;
        font-size: 0.875rem;
        font-family: "Open Sans", sans-serif;
        margin-top: 0.75rem;
        margin-bottom: 1.62rem; }
      .continents figcaption {
        top: 0;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px; } }

.fullheight--smallres {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(var(--vh, 1vh) * 30); }
  @media (min-width: 840px) {
    .fullheight--smallres {
      height: auto; } }

.no-transition, .no-transition * {
  transition: none !important; }

[data-scroll-bacground] {
  background: transparent; }

.no-events, .no-events * {
  pointer-events: none !important; }

#footer {
  display: flex;
  justify-content: center;
  margin-bottom: 24px; }

#nav {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  pointer-events: none; }
  #nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100vw;
    max-width: none;
    padding: 16px 32px 8px 32px;
    align-items: start; }
    @media (max-width: 1024px) {
      #nav .container {
        padding: 10px 0; } }
  #nav-center {
    display: flex;
    align-items: center;
    pointer-events: all; }
    #nav-center .nav-item {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.28px;
      text-transform: uppercase;
      cursor: pointer;
      pointer-events: all; }
      #nav-center .nav-item .btn {
        pointer-events: all; }
      #nav-center .nav-item + .nav-item {
        margin-left: 8px; }
      #nav-center .nav-item__ext {
        display: flex;
        align-items: center;
        margin-right: 0; }
        #nav-center .nav-item__ext::after {
          display: none; }
  #nav-logo {
    pointer-events: all; }
    #nav-logo img {
      filter: brightness(0);
      transition: filter 1s ease; }
      @media (max-width: 1024px) {
        #nav-logo img {
          width: 200px; } }
  #nav.dark:not(.difference) {
    color: black; }
  #nav.dark #nav-logo img {
    filter: brightness(100);
    transition: filter 7s ease; }
  #nav.difference {
    mix-blend-mode: difference; }
    #nav.difference #nav-center,
    #nav.difference #nav-langs a {
      color: white; }
    #nav.difference #nav-center .nav-item-circle svg {
      fill: black; }
    #nav.difference #nav-langs a.active {
      background: white;
      color: black; }
    #nav.difference #menu-toggle.close {
      color: #fff; }
  #nav.hide {
    transform: translateY(-100px);
    opacity: 0 !important; }
  @media (max-width: 1024px) {
    #nav-logo img {
      width: 70%; }
    #nav-center {
      display: none; }
    #nav-close span {
      display: none; }
    #nav-close svg {
      width: 40px;
      height: 40px;
      margin-left: 0px; } }

#menu-toggle {
  width: 40px;
  height: 40px;
  color: #331c0c;
  border-radius: 50%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.6s cubic-bezier(0.18, 0.03, 0, 1), background 0.6s cubic-bezier(0.18, 0.03, 0, 1);
  pointer-events: all; }
  #menu-toggle .line {
    width: 75%;
    height: 4px;
    display: block;
    background: currentColor;
    margin-bottom: 6px;
    transform-origin: 50% 50%;
    transition: opacity 0.6s cubic-bezier(0.18, 0.03, 0, 1), transform 1s cubic-bezier(0.18, 0.03, 0, 1) 0.1s; }
    #menu-toggle .line:last-child {
      margin-bottom: 0; }
  #menu-toggle.close {
    color: white; }
    #menu-toggle.close .line:first-child {
      transform: translateY(10px) rotateZ(45deg); }
    #menu-toggle.close .line:nth-child(2) {
      transform: rotateZ(-45deg); }
  @media (max-width: 1024px) {
    #menu-toggle {
      display: flex; } }

#menu {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: block; }
  #menu .content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media (max-width: 740px) {
      #menu .content {
        justify-content: start;
        padding-top: 200px; }
        #menu .content #menu-box {
          margin-top: 95px; }
          #menu .content #menu-box + #menu-box {
            margin-top: 20px; } }
    @media (max-width: 740px) and (max-width: 374px) {
      #menu .content #menu-box {
        margin-top: 20px; } }
  #menu .menu-item {
    cursor: pointer; }
    #menu .menu-item + .menu-item {
      margin-top: 20px; }
    #menu .menu-item .btn {
      background-color: #fff;
      color: #331c0c;
      padding: 7px 50px;
      height: 50px;
      width: 250px; }
    #menu .menu-item .dropdown__translation-mobile {
      position: relative; }
      #menu .menu-item .dropdown__translation-mobile .btn {
        background-color: transparent;
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.3);
        transition: all .4s ease; }
        #menu .menu-item .dropdown__translation-mobile .btn.open {
          background-color: #fff;
          color: #331c0c;
          border-color: #fff;
          border-radius: 6px 6px 0 0;
          transition: all .4s ease; }
      #menu .menu-item .dropdown__translation-mobile-lang {
        position: absolute;
        left: 0;
        right: 0;
        top: 48px;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        opacity: 0;
        transition: all .4s ease;
        height: 1px;
        overflow: hidden; }
        #menu .menu-item .dropdown__translation-mobile-lang.open {
          opacity: 1;
          height: 225px;
          transition: all .4s ease; }
        #menu .menu-item .dropdown__translation-mobile-lang ul {
          list-style: none;
          padding: 0;
          margin: 0;
          color: #331c0c;
          text-align: center; }
          #menu .menu-item .dropdown__translation-mobile-lang ul a {
            text-decoration: none; }
          #menu .menu-item .dropdown__translation-mobile-lang ul li {
            padding: 12px 0;
            border-top: 1px solid #e8e4e3;
            font-size: 14px; }
    @media (max-width: 374px) {
      #menu .menu-item {
        font-size: 45px;
        line-height: 40px; } }
    #menu .menu-item:last-child {
      margin-bottom: 0; }
  #menu .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #331c0c;
    background-position: center;
    background-size: cover; }
  #menu:not(.show), #menu:not(.show) * {
    pointer-events: none; }
  #menu.show {
    pointer-events: initial; }
  @media (max-width: 580px) {
    #menu .content {
      padding-bottom: 20px; } }

#nav.dark {
  position: fixed; }

.btn {
  display: inline-block;
  padding: 8px 32px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background: #331c0c;
  border-radius: 6px;
  color: #f2e7ca;
  text-transform: uppercase;
  border-color: transparent;
  transition: color ease-out 0.2s, background ease-out 0.2s; }
  .btn-on-hover {
    white-space: nowrap;
    height: 38px;
    padding: 0 32px; }
    .btn-on-hover span {
      transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 36px; }
    .btn-on-hover:hover {
      background-color: #ec6b10;
      color: white; }
      .btn-on-hover:hover span {
        transform: translateY(-100%);
        color: white; }

.btn--line {
  background-color: transparent;
  color: #331c0c;
  border: 2px solid rgba(51, 28, 12, 0.3); }

.btn--white {
  background: white;
  color: #331c0c;
  border-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-width: 160px;
  text-decoration: none; }

.btn--block {
  display: block;
  width: 100%; }

.btn--state {
  display: none; }

.btn--state:hover {
  display: inline-block; }

[data-mask-text] .line {
  line-height: 132%;
  overflow: hidden; }
  [data-mask-text] .line > * {
    display: inline-block;
    transform: translateY(110%);
    will-change: transform;
    transition: transform 2s cubic-bezier(0.32, 0.09, 0, 1); }
  [data-mask-text] .line > a > * {
    display: inline !important; }
  [data-mask-text] .line:nth-child(1) > * {
    transition-delay: 0s; }
  [data-mask-text] .line:nth-child(2) > * {
    transition-delay: 0.5s; }
  [data-mask-text] .line:nth-child(3) > * {
    transition-delay: 1s; }
  [data-mask-text] .line:nth-child(4) > * {
    transition-delay: 1.5s; }
  [data-mask-text] .line:nth-child(5) > * {
    transition-delay: 2s; }
  [data-mask-text] .line:nth-child(6) > * {
    transition-delay: 2.5s; }
  [data-mask-text] .line:nth-child(7) > * {
    transition-delay: 3s; }
  [data-mask-text] .line:nth-child(8) > * {
    transition-delay: 3.5s; }
  [data-mask-text] .line:nth-child(9) > * {
    transition-delay: 4s; }
  [data-mask-text] .line:nth-child(10) > * {
    transition-delay: 4.5s; }
  [data-mask-text] .line:nth-child(11) > * {
    transition-delay: 5s; }
  [data-mask-text] .line:nth-child(12) > * {
    transition-delay: 5.5s; }
  [data-mask-text] .line:nth-child(13) > * {
    transition-delay: 6s; }
  [data-mask-text] .line:nth-child(14) > * {
    transition-delay: 6.5s; }
  [data-mask-text] .line:nth-child(15) > * {
    transition-delay: 7s; }
  [data-mask-text] .line:nth-child(16) > * {
    transition-delay: 7.5s; }
  [data-mask-text] .line:nth-child(17) > * {
    transition-delay: 8s; }
  [data-mask-text] .line:nth-child(18) > * {
    transition-delay: 8.5s; }
  [data-mask-text] .line:nth-child(19) > * {
    transition-delay: 9s; }
  [data-mask-text] .line:nth-child(20) > * {
    transition-delay: 9.5s; }
  [data-mask-text] .line:nth-child(21) > * {
    transition-delay: 10s; }
  [data-mask-text] .line:nth-child(22) > * {
    transition-delay: 10.5s; }
  [data-mask-text] .line:nth-child(23) > * {
    transition-delay: 11s; }
  [data-mask-text] .line:nth-child(24) > * {
    transition-delay: 11.5s; }
  [data-mask-text] .line:nth-child(25) > * {
    transition-delay: 12s; }
  [data-mask-text] .line:nth-child(26) > * {
    transition-delay: 12.5s; }
  [data-mask-text] .line:nth-child(27) > * {
    transition-delay: 13s; }
  [data-mask-text] .line:nth-child(28) > * {
    transition-delay: 13.5s; }
  [data-mask-text] .line:nth-child(29) > * {
    transition-delay: 14s; }
  [data-mask-text] .line:nth-child(30) > * {
    transition-delay: 14.5s; }
  [data-mask-text] .line:nth-child(31) > * {
    transition-delay: 15s; }
  [data-mask-text] .line:nth-child(32) > * {
    transition-delay: 15.5s; }
  [data-mask-text] .line:nth-child(33) > * {
    transition-delay: 16s; }
  [data-mask-text] .line:nth-child(34) > * {
    transition-delay: 16.5s; }
  [data-mask-text] .line:nth-child(35) > * {
    transition-delay: 17s; }
  [data-mask-text] .line:nth-child(36) > * {
    transition-delay: 17.5s; }
  [data-mask-text] .line:nth-child(37) > * {
    transition-delay: 18s; }
  [data-mask-text] .line:nth-child(38) > * {
    transition-delay: 18.5s; }
  [data-mask-text] .line:nth-child(39) > * {
    transition-delay: 19s; }
  [data-mask-text] .line:nth-child(40) > * {
    transition-delay: 19.5s; }
  [data-mask-text] .line:nth-child(41) > * {
    transition-delay: 20s; }
  [data-mask-text] .line:nth-child(42) > * {
    transition-delay: 20.5s; }
  [data-mask-text] .line:nth-child(43) > * {
    transition-delay: 21s; }
  [data-mask-text] .line:nth-child(44) > * {
    transition-delay: 21.5s; }
  [data-mask-text] .line:nth-child(45) > * {
    transition-delay: 22s; }
  [data-mask-text] .line:nth-child(46) > * {
    transition-delay: 22.5s; }
  [data-mask-text] .line:nth-child(47) > * {
    transition-delay: 23s; }
  [data-mask-text] .line:nth-child(48) > * {
    transition-delay: 23.5s; }
  [data-mask-text] .line:nth-child(49) > * {
    transition-delay: 24s; }
  [data-mask-text] .line:nth-child(50) > * {
    transition-delay: 24.5s; }
  [data-mask-text] .line:nth-child(51) > * {
    transition-delay: 25s; }
  [data-mask-text] .line:nth-child(52) > * {
    transition-delay: 25.5s; }
  [data-mask-text] .line:nth-child(53) > * {
    transition-delay: 26s; }
  [data-mask-text] .line:nth-child(54) > * {
    transition-delay: 26.5s; }
  [data-mask-text] .line:nth-child(55) > * {
    transition-delay: 27s; }
  [data-mask-text] .line:nth-child(56) > * {
    transition-delay: 27.5s; }
  [data-mask-text] .line:nth-child(57) > * {
    transition-delay: 28s; }
  [data-mask-text] .line:nth-child(58) > * {
    transition-delay: 28.5s; }
  [data-mask-text] .line:nth-child(59) > * {
    transition-delay: 29s; }
  [data-mask-text] .line:nth-child(60) > * {
    transition-delay: 29.5s; }
  [data-mask-text] .line:nth-child(61) > * {
    transition-delay: 30s; }
  [data-mask-text] .line:nth-child(62) > * {
    transition-delay: 30.5s; }
  [data-mask-text] .line:nth-child(63) > * {
    transition-delay: 31s; }
  [data-mask-text] .line:nth-child(64) > * {
    transition-delay: 31.5s; }
  [data-mask-text] .line:nth-child(65) > * {
    transition-delay: 32s; }
  [data-mask-text] .line:nth-child(66) > * {
    transition-delay: 32.5s; }
  [data-mask-text] .line:nth-child(67) > * {
    transition-delay: 33s; }
  [data-mask-text] .line:nth-child(68) > * {
    transition-delay: 33.5s; }
  [data-mask-text] .line:nth-child(69) > * {
    transition-delay: 34s; }
  [data-mask-text] .line:nth-child(70) > * {
    transition-delay: 34.5s; }
  [data-mask-text] .line:nth-child(71) > * {
    transition-delay: 35s; }
  [data-mask-text] .line:nth-child(72) > * {
    transition-delay: 35.5s; }
  [data-mask-text] .line:nth-child(73) > * {
    transition-delay: 36s; }
  [data-mask-text] .line:nth-child(74) > * {
    transition-delay: 36.5s; }
  [data-mask-text] .line:nth-child(75) > * {
    transition-delay: 37s; }
  [data-mask-text] .line:nth-child(76) > * {
    transition-delay: 37.5s; }
  [data-mask-text] .line:nth-child(77) > * {
    transition-delay: 38s; }
  [data-mask-text] .line:nth-child(78) > * {
    transition-delay: 38.5s; }
  [data-mask-text] .line:nth-child(79) > * {
    transition-delay: 39s; }
  [data-mask-text] .line:nth-child(80) > * {
    transition-delay: 39.5s; }
  [data-mask-text] .line:nth-child(81) > * {
    transition-delay: 40s; }
  [data-mask-text] .line:nth-child(82) > * {
    transition-delay: 40.5s; }
  [data-mask-text] .line:nth-child(83) > * {
    transition-delay: 41s; }
  [data-mask-text] .line:nth-child(84) > * {
    transition-delay: 41.5s; }
  [data-mask-text] .line:nth-child(85) > * {
    transition-delay: 42s; }
  [data-mask-text] .line:nth-child(86) > * {
    transition-delay: 42.5s; }
  [data-mask-text] .line:nth-child(87) > * {
    transition-delay: 43s; }
  [data-mask-text] .line:nth-child(88) > * {
    transition-delay: 43.5s; }
  [data-mask-text] .line:nth-child(89) > * {
    transition-delay: 44s; }
  [data-mask-text] .line:nth-child(90) > * {
    transition-delay: 44.5s; }
  [data-mask-text] .line:nth-child(91) > * {
    transition-delay: 45s; }
  [data-mask-text] .line:nth-child(92) > * {
    transition-delay: 45.5s; }
  [data-mask-text] .line:nth-child(93) > * {
    transition-delay: 46s; }
  [data-mask-text] .line:nth-child(94) > * {
    transition-delay: 46.5s; }
  [data-mask-text] .line:nth-child(95) > * {
    transition-delay: 47s; }
  [data-mask-text] .line:nth-child(96) > * {
    transition-delay: 47.5s; }
  [data-mask-text] .line:nth-child(97) > * {
    transition-delay: 48s; }
  [data-mask-text] .line:nth-child(98) > * {
    transition-delay: 48.5s; }
  [data-mask-text] .line:nth-child(99) > * {
    transition-delay: 49s; }
  [data-mask-text] .line:nth-child(100) > * {
    transition-delay: 49.5s; }
  [data-mask-text] .line:nth-child(101) > * {
    transition-delay: 50s; }
  [data-mask-text] .line:nth-child(102) > * {
    transition-delay: 50.5s; }
  [data-mask-text] .line:nth-child(103) > * {
    transition-delay: 51s; }
  [data-mask-text] .line:nth-child(104) > * {
    transition-delay: 51.5s; }
  [data-mask-text] .line:nth-child(105) > * {
    transition-delay: 52s; }
  [data-mask-text] .line:nth-child(106) > * {
    transition-delay: 52.5s; }
  [data-mask-text] .line:nth-child(107) > * {
    transition-delay: 53s; }
  [data-mask-text] .line:nth-child(108) > * {
    transition-delay: 53.5s; }
  [data-mask-text] .line:nth-child(109) > * {
    transition-delay: 54s; }
  [data-mask-text] .line:nth-child(110) > * {
    transition-delay: 54.5s; }
  [data-mask-text] .line:nth-child(111) > * {
    transition-delay: 55s; }
  [data-mask-text] .line:nth-child(112) > * {
    transition-delay: 55.5s; }
  [data-mask-text] .line:nth-child(113) > * {
    transition-delay: 56s; }
  [data-mask-text] .line:nth-child(114) > * {
    transition-delay: 56.5s; }
  [data-mask-text] .line:nth-child(115) > * {
    transition-delay: 57s; }
  [data-mask-text] .line:nth-child(116) > * {
    transition-delay: 57.5s; }
  [data-mask-text] .line:nth-child(117) > * {
    transition-delay: 58s; }
  [data-mask-text] .line:nth-child(118) > * {
    transition-delay: 58.5s; }
  [data-mask-text] .line:nth-child(119) > * {
    transition-delay: 59s; }
  [data-mask-text] .line:nth-child(120) > * {
    transition-delay: 59.5s; }
  [data-mask-text] .line:nth-child(121) > * {
    transition-delay: 60s; }
  [data-mask-text] .line:nth-child(122) > * {
    transition-delay: 60.5s; }
  [data-mask-text] .line:nth-child(123) > * {
    transition-delay: 61s; }
  [data-mask-text] .line:nth-child(124) > * {
    transition-delay: 61.5s; }
  [data-mask-text] .line:nth-child(125) > * {
    transition-delay: 62s; }
  [data-mask-text] .line:nth-child(126) > * {
    transition-delay: 62.5s; }
  [data-mask-text] .line:nth-child(127) > * {
    transition-delay: 63s; }
  [data-mask-text] .line:nth-child(128) > * {
    transition-delay: 63.5s; }
  [data-mask-text] .line:nth-child(129) > * {
    transition-delay: 64s; }
  [data-mask-text] .line:nth-child(130) > * {
    transition-delay: 64.5s; }
  [data-mask-text] .line:nth-child(131) > * {
    transition-delay: 65s; }
  [data-mask-text] .line:nth-child(132) > * {
    transition-delay: 65.5s; }
  [data-mask-text] .line:nth-child(133) > * {
    transition-delay: 66s; }
  [data-mask-text] .line:nth-child(134) > * {
    transition-delay: 66.5s; }
  [data-mask-text] .line:nth-child(135) > * {
    transition-delay: 67s; }
  [data-mask-text] .line:nth-child(136) > * {
    transition-delay: 67.5s; }
  [data-mask-text] .line:nth-child(137) > * {
    transition-delay: 68s; }
  [data-mask-text] .line:nth-child(138) > * {
    transition-delay: 68.5s; }
  [data-mask-text] .line:nth-child(139) > * {
    transition-delay: 69s; }
  [data-mask-text] .line:nth-child(140) > * {
    transition-delay: 69.5s; }
  [data-mask-text] .line:nth-child(141) > * {
    transition-delay: 70s; }
  [data-mask-text] .line:nth-child(142) > * {
    transition-delay: 70.5s; }
  [data-mask-text] .line:nth-child(143) > * {
    transition-delay: 71s; }
  [data-mask-text] .line:nth-child(144) > * {
    transition-delay: 71.5s; }
  [data-mask-text] .line:nth-child(145) > * {
    transition-delay: 72s; }
  [data-mask-text] .line:nth-child(146) > * {
    transition-delay: 72.5s; }
  [data-mask-text] .line:nth-child(147) > * {
    transition-delay: 73s; }
  [data-mask-text] .line:nth-child(148) > * {
    transition-delay: 73.5s; }
  [data-mask-text] .line:nth-child(149) > * {
    transition-delay: 74s; }
  [data-mask-text] .line:nth-child(150) > * {
    transition-delay: 74.5s; }
  [data-mask-text] .line:nth-child(151) > * {
    transition-delay: 75s; }
  [data-mask-text] .line:nth-child(152) > * {
    transition-delay: 75.5s; }
  [data-mask-text] .line:nth-child(153) > * {
    transition-delay: 76s; }
  [data-mask-text] .line:nth-child(154) > * {
    transition-delay: 76.5s; }
  [data-mask-text] .line:nth-child(155) > * {
    transition-delay: 77s; }
  [data-mask-text] .line:nth-child(156) > * {
    transition-delay: 77.5s; }
  [data-mask-text] .line:nth-child(157) > * {
    transition-delay: 78s; }
  [data-mask-text] .line:nth-child(158) > * {
    transition-delay: 78.5s; }
  [data-mask-text] .line:nth-child(159) > * {
    transition-delay: 79s; }
  [data-mask-text] .line:nth-child(160) > * {
    transition-delay: 79.5s; }
  [data-mask-text] .line:nth-child(161) > * {
    transition-delay: 80s; }
  [data-mask-text] .line:nth-child(162) > * {
    transition-delay: 80.5s; }
  [data-mask-text] .line:nth-child(163) > * {
    transition-delay: 81s; }
  [data-mask-text] .line:nth-child(164) > * {
    transition-delay: 81.5s; }
  [data-mask-text] .line:nth-child(165) > * {
    transition-delay: 82s; }
  [data-mask-text] .line:nth-child(166) > * {
    transition-delay: 82.5s; }
  [data-mask-text] .line:nth-child(167) > * {
    transition-delay: 83s; }
  [data-mask-text] .line:nth-child(168) > * {
    transition-delay: 83.5s; }
  [data-mask-text] .line:nth-child(169) > * {
    transition-delay: 84s; }
  [data-mask-text] .line:nth-child(170) > * {
    transition-delay: 84.5s; }
  [data-mask-text] .line:nth-child(171) > * {
    transition-delay: 85s; }
  [data-mask-text] .line:nth-child(172) > * {
    transition-delay: 85.5s; }
  [data-mask-text] .line:nth-child(173) > * {
    transition-delay: 86s; }
  [data-mask-text] .line:nth-child(174) > * {
    transition-delay: 86.5s; }
  [data-mask-text] .line:nth-child(175) > * {
    transition-delay: 87s; }
  [data-mask-text] .line:nth-child(176) > * {
    transition-delay: 87.5s; }
  [data-mask-text] .line:nth-child(177) > * {
    transition-delay: 88s; }
  [data-mask-text] .line:nth-child(178) > * {
    transition-delay: 88.5s; }
  [data-mask-text] .line:nth-child(179) > * {
    transition-delay: 89s; }
  [data-mask-text] .line:nth-child(180) > * {
    transition-delay: 89.5s; }
  [data-mask-text] .line:nth-child(181) > * {
    transition-delay: 90s; }
  [data-mask-text] .line:nth-child(182) > * {
    transition-delay: 90.5s; }
  [data-mask-text] .line:nth-child(183) > * {
    transition-delay: 91s; }
  [data-mask-text] .line:nth-child(184) > * {
    transition-delay: 91.5s; }
  [data-mask-text] .line:nth-child(185) > * {
    transition-delay: 92s; }
  [data-mask-text] .line:nth-child(186) > * {
    transition-delay: 92.5s; }
  [data-mask-text] .line:nth-child(187) > * {
    transition-delay: 93s; }
  [data-mask-text] .line:nth-child(188) > * {
    transition-delay: 93.5s; }
  [data-mask-text] .line:nth-child(189) > * {
    transition-delay: 94s; }
  [data-mask-text] .line:nth-child(190) > * {
    transition-delay: 94.5s; }
  [data-mask-text] .line:nth-child(191) > * {
    transition-delay: 95s; }
  [data-mask-text] .line:nth-child(192) > * {
    transition-delay: 95.5s; }
  [data-mask-text] .line:nth-child(193) > * {
    transition-delay: 96s; }
  [data-mask-text] .line:nth-child(194) > * {
    transition-delay: 96.5s; }
  [data-mask-text] .line:nth-child(195) > * {
    transition-delay: 97s; }
  [data-mask-text] .line:nth-child(196) > * {
    transition-delay: 97.5s; }
  [data-mask-text] .line:nth-child(197) > * {
    transition-delay: 98s; }
  [data-mask-text] .line:nth-child(198) > * {
    transition-delay: 98.5s; }
  [data-mask-text] .line:nth-child(199) > * {
    transition-delay: 99s; }
  [data-mask-text] .line:nth-child(200) > * {
    transition-delay: 99.5s; }
  [data-mask-text] .line:nth-child(201) > * {
    transition-delay: 100s; }
  [data-mask-text] .line:nth-child(202) > * {
    transition-delay: 100.5s; }
  [data-mask-text] .line:nth-child(203) > * {
    transition-delay: 101s; }
  [data-mask-text] .line:nth-child(204) > * {
    transition-delay: 101.5s; }
  [data-mask-text] .line:nth-child(205) > * {
    transition-delay: 102s; }
  [data-mask-text] .line:nth-child(206) > * {
    transition-delay: 102.5s; }
  [data-mask-text] .line:nth-child(207) > * {
    transition-delay: 103s; }
  [data-mask-text] .line:nth-child(208) > * {
    transition-delay: 103.5s; }
  [data-mask-text] .line:nth-child(209) > * {
    transition-delay: 104s; }
  [data-mask-text] .line:nth-child(210) > * {
    transition-delay: 104.5s; }
  [data-mask-text] .line:nth-child(211) > * {
    transition-delay: 105s; }
  [data-mask-text] .line:nth-child(212) > * {
    transition-delay: 105.5s; }
  [data-mask-text] .line:nth-child(213) > * {
    transition-delay: 106s; }
  [data-mask-text] .line:nth-child(214) > * {
    transition-delay: 106.5s; }
  [data-mask-text] .line:nth-child(215) > * {
    transition-delay: 107s; }
  [data-mask-text] .line:nth-child(216) > * {
    transition-delay: 107.5s; }
  [data-mask-text] .line:nth-child(217) > * {
    transition-delay: 108s; }
  [data-mask-text] .line:nth-child(218) > * {
    transition-delay: 108.5s; }
  [data-mask-text] .line:nth-child(219) > * {
    transition-delay: 109s; }
  [data-mask-text] .line:nth-child(220) > * {
    transition-delay: 109.5s; }
  [data-mask-text] .line:nth-child(221) > * {
    transition-delay: 110s; }
  [data-mask-text] .line:nth-child(222) > * {
    transition-delay: 110.5s; }
  [data-mask-text] .line:nth-child(223) > * {
    transition-delay: 111s; }
  [data-mask-text] .line:nth-child(224) > * {
    transition-delay: 111.5s; }
  [data-mask-text] .line:nth-child(225) > * {
    transition-delay: 112s; }
  [data-mask-text] .line:nth-child(226) > * {
    transition-delay: 112.5s; }
  [data-mask-text] .line:nth-child(227) > * {
    transition-delay: 113s; }
  [data-mask-text] .line:nth-child(228) > * {
    transition-delay: 113.5s; }
  [data-mask-text] .line:nth-child(229) > * {
    transition-delay: 114s; }
  [data-mask-text] .line:nth-child(230) > * {
    transition-delay: 114.5s; }
  [data-mask-text] .line:nth-child(231) > * {
    transition-delay: 115s; }
  [data-mask-text] .line:nth-child(232) > * {
    transition-delay: 115.5s; }
  [data-mask-text] .line:nth-child(233) > * {
    transition-delay: 116s; }
  [data-mask-text] .line:nth-child(234) > * {
    transition-delay: 116.5s; }
  [data-mask-text] .line:nth-child(235) > * {
    transition-delay: 117s; }
  [data-mask-text] .line:nth-child(236) > * {
    transition-delay: 117.5s; }
  [data-mask-text] .line:nth-child(237) > * {
    transition-delay: 118s; }
  [data-mask-text] .line:nth-child(238) > * {
    transition-delay: 118.5s; }
  [data-mask-text] .line:nth-child(239) > * {
    transition-delay: 119s; }
  [data-mask-text] .line:nth-child(240) > * {
    transition-delay: 119.5s; }
  [data-mask-text] .line:nth-child(241) > * {
    transition-delay: 120s; }
  [data-mask-text] .line:nth-child(242) > * {
    transition-delay: 120.5s; }
  [data-mask-text] .line:nth-child(243) > * {
    transition-delay: 121s; }
  [data-mask-text] .line:nth-child(244) > * {
    transition-delay: 121.5s; }
  [data-mask-text] .line:nth-child(245) > * {
    transition-delay: 122s; }
  [data-mask-text] .line:nth-child(246) > * {
    transition-delay: 122.5s; }
  [data-mask-text] .line:nth-child(247) > * {
    transition-delay: 123s; }
  [data-mask-text] .line:nth-child(248) > * {
    transition-delay: 123.5s; }
  [data-mask-text] .line:nth-child(249) > * {
    transition-delay: 124s; }
  [data-mask-text] .line:nth-child(250) > * {
    transition-delay: 124.5s; }
  [data-mask-text] .line:nth-child(251) > * {
    transition-delay: 125s; }
  [data-mask-text] .line:nth-child(252) > * {
    transition-delay: 125.5s; }
  [data-mask-text] .line:nth-child(253) > * {
    transition-delay: 126s; }
  [data-mask-text] .line:nth-child(254) > * {
    transition-delay: 126.5s; }
  [data-mask-text] .line:nth-child(255) > * {
    transition-delay: 127s; }
  [data-mask-text] .line:nth-child(256) > * {
    transition-delay: 127.5s; }
  [data-mask-text] .line:nth-child(257) > * {
    transition-delay: 128s; }
  [data-mask-text] .line:nth-child(258) > * {
    transition-delay: 128.5s; }
  [data-mask-text] .line:nth-child(259) > * {
    transition-delay: 129s; }
  [data-mask-text] .line:nth-child(260) > * {
    transition-delay: 129.5s; }
  [data-mask-text] .line:nth-child(261) > * {
    transition-delay: 130s; }
  [data-mask-text] .line:nth-child(262) > * {
    transition-delay: 130.5s; }
  [data-mask-text] .line:nth-child(263) > * {
    transition-delay: 131s; }
  [data-mask-text] .line:nth-child(264) > * {
    transition-delay: 131.5s; }
  [data-mask-text] .line:nth-child(265) > * {
    transition-delay: 132s; }
  [data-mask-text] .line:nth-child(266) > * {
    transition-delay: 132.5s; }
  [data-mask-text] .line:nth-child(267) > * {
    transition-delay: 133s; }
  [data-mask-text] .line:nth-child(268) > * {
    transition-delay: 133.5s; }
  [data-mask-text] .line:nth-child(269) > * {
    transition-delay: 134s; }
  [data-mask-text] .line:nth-child(270) > * {
    transition-delay: 134.5s; }
  [data-mask-text] .line:nth-child(271) > * {
    transition-delay: 135s; }
  [data-mask-text] .line:nth-child(272) > * {
    transition-delay: 135.5s; }
  [data-mask-text] .line:nth-child(273) > * {
    transition-delay: 136s; }
  [data-mask-text] .line:nth-child(274) > * {
    transition-delay: 136.5s; }
  [data-mask-text] .line:nth-child(275) > * {
    transition-delay: 137s; }
  [data-mask-text] .line:nth-child(276) > * {
    transition-delay: 137.5s; }
  [data-mask-text] .line:nth-child(277) > * {
    transition-delay: 138s; }
  [data-mask-text] .line:nth-child(278) > * {
    transition-delay: 138.5s; }
  [data-mask-text] .line:nth-child(279) > * {
    transition-delay: 139s; }
  [data-mask-text] .line:nth-child(280) > * {
    transition-delay: 139.5s; }
  [data-mask-text] .line:nth-child(281) > * {
    transition-delay: 140s; }
  [data-mask-text] .line:nth-child(282) > * {
    transition-delay: 140.5s; }
  [data-mask-text] .line:nth-child(283) > * {
    transition-delay: 141s; }
  [data-mask-text] .line:nth-child(284) > * {
    transition-delay: 141.5s; }
  [data-mask-text] .line:nth-child(285) > * {
    transition-delay: 142s; }
  [data-mask-text] .line:nth-child(286) > * {
    transition-delay: 142.5s; }
  [data-mask-text] .line:nth-child(287) > * {
    transition-delay: 143s; }
  [data-mask-text] .line:nth-child(288) > * {
    transition-delay: 143.5s; }
  [data-mask-text] .line:nth-child(289) > * {
    transition-delay: 144s; }
  [data-mask-text] .line:nth-child(290) > * {
    transition-delay: 144.5s; }
  [data-mask-text] .line:nth-child(291) > * {
    transition-delay: 145s; }
  [data-mask-text] .line:nth-child(292) > * {
    transition-delay: 145.5s; }
  [data-mask-text] .line:nth-child(293) > * {
    transition-delay: 146s; }
  [data-mask-text] .line:nth-child(294) > * {
    transition-delay: 146.5s; }
  [data-mask-text] .line:nth-child(295) > * {
    transition-delay: 147s; }
  [data-mask-text] .line:nth-child(296) > * {
    transition-delay: 147.5s; }
  [data-mask-text] .line:nth-child(297) > * {
    transition-delay: 148s; }
  [data-mask-text] .line:nth-child(298) > * {
    transition-delay: 148.5s; }
  [data-mask-text] .line:nth-child(299) > * {
    transition-delay: 149s; }
  [data-mask-text] .line:nth-child(300) > * {
    transition-delay: 149.5s; }

[data-mask-text].is-inview .line > * {
  transform: translateY(0%); }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  pointer-events: none; }
  .navbar .btn {
    pointer-events: all; }
  .navbar__action {
    display: none; }
  @media (min-width: 840px) {
    .navbar {
      padding-top: 16px;
      padding-left: 32px;
      padding-right: 32px;
      align-items: center;
      z-index: 9; }
      .navbar__action {
        display: block; } }

.modal {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 80);
  background-color: white;
  padding: 24px;
  border-radius: 1rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .modal {
      height: 96vh; } }
  .modal__close {
    position: absolute;
    top: 16px;
    right: 24px; }
  .modal--hunger {
    padding: 140px;
    display: flex;
    transform: translate(0, 100%);
    opacity: 1;
    /* flex-grow: 1; */
    pointer-events: none; }
    .modal--hunger.open {
      pointer-events: initial;
      z-index: 3;
      opacity: 1; }
    .modal--hunger__item {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%; }
      .modal--hunger__item__image {
        width: 100%;
        height: auto;
        margin: 15%; }
      .modal--hunger__item:last-child {
        padding-left: 140px;
        padding-right: 50px;
        flex-direction: column;
        font-size: 1rem; }
        @media (max-width: 80em) {
          .modal--hunger__item:last-child {
            padding-left: 0;
            padding-right: 0; } }
    @media (max-width: 1024px) {
      .modal--hunger {
        padding: 90px 20px 40px;
        flex-direction: column;
        overflow-y: scroll; }
        .modal--hunger__item {
          width: 100%; }
          .modal--hunger__item__image {
            margin: 0 0 20px 0; }
          .modal--hunger__item:last-child {
            padding-left: 0px;
            padding-right: 0px; } }
  .modal--insecure {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    transform: translate(0, 100%);
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    opacity: 0;
    padding: 60px 0 0;
    pointer-events: none; }
    .modal--insecure.open {
      pointer-events: initial;
      z-index: 99;
      opacity: 1; }
    .modal--insecure__item_thrd {
      width: 33%;
      padding: 0 3%;
      max-width: 450px; }
      .modal--insecure__item_thrd h5 {
        font-family: "Merriweather", serif;
        font-weight: 300;
        text-align: left; }
    .modal--insecure__item_full {
      width: 100%;
      background: #F4F4F4;
      min-height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      border-radius: 14px 14px 0 0; }
    .modal--insecure p {
      font-size: 17px;
      line-height: 1.4;
      font-family: "Open Sans", sans-serif;
      max-width: 640px; }
    @media (max-width: 1024px) {
      .modal--insecure {
        padding: 90px 20px 0px;
        display: block;
        overflow-y: scroll; }
        .modal--insecure__item_thrd {
          width: 100%;
          margin: 0 0 30px; }
          .modal--insecure__item_thrd h5 {
            padding-top: 0; } }

.chart {
  flex: 1;
  display: flex;
  width: 80%;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 70px;
  max-height: calc(var(--vh, 1vh) * 60); }
  .chart__item {
    display: flex;
    position: relative;
    align-items: flex-end;
    padding: 0 12px;
    margin: 0 .9em;
    background: radial-gradient(72.44% 146.87% at 21.09% 48.48%, #C2570A 0%, #ED6A0C 39.57%, #DA620B 72.54%, #B04900 100%);
    height: calc(((var(--p)) * 100) / (768) * 1%);
    width: 67px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }
    .chart__item.world {
      background: radial-gradient(72.44% 146.87% at 21.09% 48.48%, #7E4736 0%, #934C37 39.57%, #9C492F 72.54%, #7C351F 100%); }
  .chart__zone {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210%;
    transform: translate(-25%, 140%);
    text-align: center; }
  .chart__quantity {
    position: absolute;
    left: 0;
    top: -54px;
    transform: translate(-25%, -100%);
    width: 200%;
    font-size: 5.62rem; }
  .chart__unity {
    position: absolute;
    left: 0;
    top: -25px;
    width: 200%;
    text-align: center;
    transform: translate(-25%, -100%); }
  @media (max-width: 80em) {
    .chart__quantity {
      top: -25px;
      text-align: center;
      font-size: 4.68rem; }
    .chart__unity {
      top: -15px; } }
  @media (max-width: 1024px) {
    .chart {
      width: calc(100% - 22px * 2);
      max-width: 900px;
      max-height: calc(calc(var(--vh, 1vh) * 100) - 160px); }
      .chart__quantity {
        font-size: 32px;
        line-height: 106%;
        letter-spacing: -0.06em; }
      .chart__unity {
        font-size: 12px;
        line-height: 106%;
        letter-spacing: 0.01em; }
      .chart__zone {
        font-size: 12px;
        line-height: 96%;
        letter-spacing: 0.01em;
        max-width: 101px; } }

/* @import "./components/locomotive.scss"; */
/* @import "./components/dropdown"; */
.dropdown-container {
  position: relative;
  display: inline-block;
  text-align: center; }
  .dropdown-container .dropdown {
    position: absolute;
    left: 50%;
    bottom: 5rem;
    width: 28rem;
    height: 31rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin: auto;
    flex-wrap: wrap;
    transform: translateX(-50%) translateY(-30px);
    opacity: 0; }
    .dropdown-container .dropdown.hide {
      z-index: -1; }
      .dropdown-container .dropdown.hide, .dropdown-container .dropdown.hide * {
        pointer-events: none !important; }
    .dropdown-container .dropdown:before {
      content: "";
      position: absolute;
      bottom: -2.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      border: 1.25rem solid;
      border-color: white transparent transparent transparent; }
      @media (max-width: 1024px) {
        .dropdown-container .dropdown:before {
          display: none; } }
    .dropdown-container .dropdown .search-box {
      right: 0;
      width: 100%;
      outline: 0;
      border: 8px;
      position: relative;
      outline: none; }
      .dropdown-container .dropdown .search-box > svg {
        position: absolute;
        top: 52%;
        right: 50px; }
      .dropdown-container .dropdown .search-box__tittle {
        margin-top: 32px;
        color: #331c0c;
        font-size: 19px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700; }
      .dropdown-container .dropdown .search-box .search-control {
        width: 380px;
        height: 40px;
        background-color: white;
        border: 1px solid #E8E8E8;
        border-radius: 8px;
        margin: 32px;
        padding: 32px; }
        .dropdown-container .dropdown .search-box .search-control:focus, .dropdown-container .dropdown .search-box .search-control:hover {
          border: 1px solid #331c0c; }
      .dropdown-container .dropdown .search-box .search-icon {
        width: 16px;
        height: 16px;
        position: absolute;
        color: #331c0c;
        right: -10px;
        top: 5.62rem; }
        .dropdown-container .dropdown .search-box .search-icon:after {
          content: "";
          width: 3px;
          height: 7px;
          background: #ccc;
          position: absolute;
          top: 7px;
          right: -3px; }
      @media (max-width: 1024px) {
        .dropdown-container .dropdown .search-box .search-control {
          width: calc(100% - 60px);
          margin: 30px; } }
    .dropdown-container .dropdown .option-list {
      padding: 0 50px;
      margin: 0 auto;
      background-color: white;
      border-radius: 0;
      font-size: 0.875rem;
      list-style: none;
      max-height: 18.75rem;
      overflow-y: scroll;
      display: inline-block;
      width: 100%; }
      .dropdown-container .dropdown .option-list li {
        text-align: left;
        border-bottom: 1px solid #E8E8E8;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px; }
        .dropdown-container .dropdown .option-list li a, .dropdown-container .dropdown .option-list li a:visited {
          text-decoration: none;
          display: block;
          line-height: 3; }
      @media (max-width: 1024px) {
        .dropdown-container .dropdown .option-list {
          padding: 0 30px; } }
    .dropdown-container .dropdown ::-webkit-scrollbar {
      display: none; }
    @media (max-width: 1024px) {
      .dropdown-container .dropdown {
        width: 100vw;
        height: calc(calc(var(--vh, 1vh) * 80) + 30px);
        bottom: 46px; } }
  .dropdown-container .select {
    background: white;
    color: #331c0c;
    border: 1px solid white;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.42857;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    min-width: 10rem; }
  .dropdown-container .closeChangeLocation {
    display: none; }
  @media (max-width: 1024px) {
    .dropdown-container .dropdown {
      bottom: -16px;
      border-radius: 1rem 1rem 0 0;
      height: 86vh; }
      .dropdown-container .dropdown .search-box .search-control {
        width: calc(100% - 40px);
        margin: 20px;
        padding: 25px 20px; }
      .dropdown-container .dropdown .search-box > svg {
        right: 40px; }
      .dropdown-container .dropdown .search-box__tittle {
        text-align: left;
        padding-left: 20px;
        font-size: 1.62rem; }
      .dropdown-container .dropdown .option-list {
        padding: 0 20px;
        max-height: 100%; }
        .dropdown-container .dropdown .option-list li {
          font-size: 16px; }
          .dropdown-container .dropdown .option-list li a {
            line-height: 4; }
    .dropdown-container .closeChangeLocation {
      display: inherit;
      width: 75px;
      height: 38px;
      border: 2px solid #E6E4DE;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      position: absolute;
      right: 30px;
      top: 20px;
      align-items: center;
      justify-content: center;
      z-index: 9; }
      .dropdown-container .closeChangeLocation svg {
        width: 14px; } }

.dropdown__translation {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif; }
  .dropdown__translation-wrapper {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    transform: translateY(60px);
    opacity: 0;
    z-index: 9;
    transition: all .4s ease; }
  .dropdown__translation-list {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 18px;
    position: relative; }
    .dropdown__translation-list:before {
      content: '';
      position: absolute;
      top: -1.75rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      border: 1.25rem solid;
      border-color: transparent transparent #fff transparent; }
    .dropdown__translation-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .dropdown__translation-list ul li + li {
        margin-top: 5px; }
      .dropdown__translation-list ul li a {
        text-decoration: none; }
      .dropdown__translation-list ul li:hover {
        font-weight: 700; }
  .dropdown__translation:hover .dropdown__translation-wrapper {
    opacity: 1;
    pointer-events: all;
    transform: translateY(84px);
    transition: all .4s ease; }

.block-text-small {
  max-width: 284px; }

.title_continents {
  font-size: 32px;
  font-weight: 300;
  max-width: 500px;
  margin: 20px auto;
  padding: 0; }
  @media (max-width: 80em) {
    .title_continents {
      font-size: 25.6px;
      max-width: 400px; } }
  @media (max-width: 580px) {
    .title_continents {
      max-width: 310px;
      font-size: 22px;
      line-height: 140%;
      letter-spacing: -0.04em; } }

.slide.conti {
  display: flex;
  flex-direction: column; }
  @media (max-width: 580px) {
    .slide.conti {
      justify-content: center; }
      .slide.conti .text-align-center {
        font-size: 14px;
        line-height: 106%;
        letter-spacing: -0.01em; }
      .slide.conti .fullheight--smallres {
        height: calc(var(--vh, 1vh) * 100 - 500px);
        position: relative;
        top: 40px; } }

.continents .btn--state {
  display: block;
  opacity: 0;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }

.content_graph_bar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .content_graph_bar .auto-scroll-item:nth-child(2) {
    width: 100%;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    align-items: center; }
  @media (max-width: 1024px) {
    .content_graph_bar .auto-scroll-item:first-child {
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .content_graph_bar .auto-scroll-item:nth-child(2) {
      height: 100%;
      justify-content: center; } }

.title_graph_bar {
  font-size: 21px;
  font-weight: 300;
  max-width: 730px;
  margin: 20px auto;
  padding: 0; }
  @media (max-width: 80em) {
    .title_graph_bar {
      font-size: 16px;
      max-width: 470px; } }
  @media (max-width: 1024px) {
    .title_graph_bar {
      width: calc(100% - 22px * 2);
      max-width: 400px;
      font-size: 22px;
      line-height: 140%;
      letter-spacing: -0.04em; } }

.range_input {
  position: relative;
  width: 80%;
  padding-bottom: 24px; }
  .range_input .sliderRange {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0.01);
    width: calc(100% + 30px);
    transform: translateX(-15px);
    height: 1px;
    opacity: 1;
    display: block;
    margin: auto;
    top: 30%;
    position: relative; }
    .range_input .sliderRange::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none;
      cursor: pointer;
      background: url("../assets/images/slider.png");
      background-size: cover;
      width: 72px;
      height: 72px;
      outline: 0; }
      @media (max-width: 1024px) {
        .range_input .sliderRange::-webkit-slider-thumb {
          width: 32px;
          height: 32px; } }

@-moz-document url-prefix() {
  .range_input .sliderRange::-moz-range-thumb {
    -moz-appearance: none;
    border: none;
    cursor: pointer;
    background: url("../assets/images/slider.png");
    background-size: cover;
    width: 72px;
    height: 72px;
    outline: 0; }
    @media (max-width: 1024px) {
      .range_input .sliderRange::-moz-range-thumb {
        width: 32px;
        height: 32px; } } }
  .range_input > img, .range_input > .img {
    width: 100%; }
  .range_input > .img {
    background-image: url("../assets/images/line-year.svg");
    background-position: center 34%;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 580px) {
      .range_input > .img {
        background-image: url("../assets/images/line-year-mobile.svg"); } }

.block-text-medium {
  max-width: 476px; }

.block-text-small-strong {
  max-width: 280px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center; }

#scrollPoints {
  position: fixed;
  top: 50%;
  left: 33px;
  z-index: 8;
  transform: translateY(-50%);
  display: none; }
  @media (max-width: 1024px) {
    #scrollPoints {
      display: none; } }

.scroll-points {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .scroll-points li {
    display: block;
    height: 17px; }
    .scroll-points li + li {
      margin-top: 10px; }
  .scroll-points__item {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 2px solid #331c0c;
    opacity: .3;
    transition: background 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .scroll-points__item:hover {
      cursor: pointer;
      background-color: #331c0c; }
    .scroll-points__item.active {
      transform: scale(1.5);
      background-color: #331c0c;
      opacity: 1; }

#share {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  color: black; }
  #share .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: all; }
  #share-close {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -56px;
    cursor: pointer;
    background: #EFEDED;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.52, 0.04, 0.84, 0.62);
    pointer-events: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #share-close img {
      width: 13px;
      height: 13px; }
    #share-close.show {
      opacity: 1;
      pointer-events: all; }
  #share-container {
    width: 80%;
    max-width: 650px;
    position: relative;
    z-index: 1; }
  #share-card {
    width: 100%;
    background: white;
    border-radius: 10px;
    overflow: hidden; }
  #share-image {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  #share-content {
    width: 100%;
    padding: 20px 25px 25px 25px;
    box-sizing: border-box; }
  #share-text, #share-url {
    display: block;
    word-break: break-word;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  #share-text a {
    text-decoration: none;
    color: #ec6b10; }
  #share-url {
    opacity: 0.6; }
  #share p {
    margin: 0; }
  #share-footer {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #868686; }
    #share-footer .flex {
      display: flex;
      align-items: center; }
    #share-footer.mobile {
      display: none; }
  #share-title-mobile {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
    opacity: 0.39;
    display: block;
    margin-bottom: 20px; }
  #share .share-footer-button {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    pointer-events: all;
    cursor: pointer;
    border-left: 1px solid #868686;
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    padding-left: 20px; }
    #share .share-footer-button:first-child {
      padding-left: 0;
      border-left: 0; }
    #share .share-footer-button img {
      width: 20px;
      height: 20px;
      margin-left: 10px; }
  #share.show {
    display: flex; }
    #share.show #share-card {
      pointer-events: all; }
  @media (max-width: 580px) {
    #share {
      align-items: flex-end; }
      #share-close {
        top: -46px;
        right: 0; }
      #share-container {
        width: calc(100% - 13px * 2);
        padding-bottom: 13px; }
      #share-image {
        height: calc(var(--vh, 1vh) * 100 - 270px - 76px); }
      #share-content {
        padding: 24px; }
      #share-text, #share-url {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.42px; }
      #share-footer {
        margin-top: 27px; }
        #share-footer.desktop {
          display: none; }
        #share-footer.mobile {
          display: block; } }
#map-open-popup, #map-food-undernourishment a, #map-food-insecurity a{
  display:none !important;
  pointer-events:none !important;
}