@charset "UTF-8";
/*
Theme Name:     NWF Zero Deforestation Cattle
Author: 		House9design
Version:        1.0
*/
/*
$window-size-phone	    	  : 320px;
$debug						  : true;
//$debug-responsive 			  : desktop;
//$debug-responsive 			  : laptop;
//$debug-responsive 			  : tablet;
$debug-responsive 			  : phone;
$debug-responsive-selector 	  : 'body, .header, .header--sticky, .header--mobile, .overlay, .debug--columns';
//*/
/*
$window-size-phone	    	  : 320px;
$debug						  : true;
//$debug-responsive 			  : desktop;
//$debug-responsive 			  : laptop;
//$debug-responsive 			  : tablet;
$debug-responsive 			  : phone;
$debug-responsive-selector 	  : 'body, .header, .header--sticky, .header--mobile, .overlay, .debug--columns';
//*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*------------------------------------------------------------------------------
Html & Body
------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.375;
  font-weight: normal;
  min-height: 100%;
  position: relative;
  overflow-anchor: none; }

body {
  margin: 0;
  padding: 0;
  background: white;
  color: #171717;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body * {
  box-sizing: border-box; }

/*------------------------------------------------------------------------------
headings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  color: inherit; }

h1 {
  font-size: 3.125rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

/*------------------------------------------------------------------------------
links
------------------------------------------------------------------------------*/
a {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  color: inherit;
  text-decoration: underline; }

a:focus {
  outline: none; }

h1 a, h2 a {
  color: inherit; }

/*------------------------------------------------------------------------------
Text
------------------------------------------------------------------------------*/
p {
  margin: 1.375em 0;
  padding: 0; }

small {
  font-size: .8em; }

em {
  font-style: italic; }

/*------------------------------------------------------------------------------
Lists
------------------------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.2em 0;
  padding: 0;
  list-style-position: inside; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 20px;
  margin-bottom: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

/*------------------------------------------------------------------------------
images
------------------------------------------------------------------------------*/
img {
  border: 0;
  height: auto;
  vertical-align: top;
  max-width: 100%; }

svg, canvas {
  vertical-align: top; }

.responsive {
  max-width: 100%;
  height: auto; }

.responsive img {
  max-width: 100%; }

/*------------------------------------------------------------------------------
tables
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
forms
------------------------------------------------------------------------------*/
button, input, optgroup, select, textarea, .dropdown {
  color: #171717;
  font-family: "Arial", sans-serif;
  font-size: inherit;
  outline: none; }

input:not([type]), input[type="text"], input[type="password"], textarea, .select-dropdown {
  font-family: "Arial", sans-serif;
  background: #ffffff;
  border: 1px solid gray;
  display: inline-block;
  padding: 11px 15px; }

input:not([type]).placeholder, input[type="text"].placeholder, input[type="password"].placeholder, textarea.placeholder, .select-dropdown.placeholder {
  font-family: inherit; }

input:not([type])::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-dropdown::-moz-placeholder {
  font-family: inherit; }

input:not([type])::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-dropdown::-webkit-input-placeholder {
  font-family: inherit; }

.select-dropdown {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding-right: 30px;
  vertical-align: middle; }

.select-dropdown--label {
  width: calc(100% - 30px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top; }

.select-dropdown--knob {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 30px; }

.select-dropdown--input {
  cursor: pointer; }

.radio {
  display: inline-block;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  border: 1px solid black;
  margin-right: 5px; }

.radio.is-checked {
  background-color: gray; }

.checkbox {
  display: inline-block;
  height: 1em;
  width: 1em;
  border: 1px solid black;
  margin-right: 5px; }

.checkbox.is-checked {
  background-color: gray; }

button, [type="button"], [type="submit"] {
  cursor: pointer; }

button:focus, [type="button"]:focus, [type="submit"]:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, .select-dropdown {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%; }

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.2em 0;
  min-width: 0; }

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="email"], fieldset input[type="number"], fieldset textarea, fieldset select {
  width: 100%; }

/*------------------------------------------------------------------------------
other (source: h5bp.com)
------------------------------------------------------------------------------*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*------------------------------------------------------------------------------
print (source: h5bp.com)
------------------------------------------------------------------------------*/
@media screen {
  .is-print {
    display: none !important; } }

@media print {
  .is-not-print {
    display: none !important; }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
			 * Don't show links for images, or javascript/internal links
			 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.hide {
  display: none; }

.divider {
  background: #CCC;
  height: 1px;
  margin: 25px 0 40px 0;
  overflow: hidden; }

.is-clickable {
  cursor: pointer; }

.disabled, .is-disabled, [disabled] {
  opacity: .1;
  pointer-events: none; }

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

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

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

.img-left {
  float: left;
  margin: 0 10px 10px 0; }

.img-right {
  float: right;
  margin: 0 0 10px 10px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap; }

.cancel-animation, .cancel-animation * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.no-scrollbar {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none; }

.no-scrollbar::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

.no-select, .navigation, .header--sticky [toggle] {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.no-drag {
  -webkit-user-drag: none; }

.error-box {
  font-family: monospace;
  font-size: 12px;
  color: red;
  display: block;
  background: rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  padding: 15px;
  margin: 1em 0; }

.spinner {
  display: inline-block;
  width: 0;
  height: 0;
  background: red;
  animation: loading-spinner 1s ease-in-out infinite; }

.spinner:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: var(--spinner-size, 20px);
  height: var(--spinner-size, 20px);
  border: 3px solid rgba(128, 128, 128, 0.3);
  border-width: var(--spinner-width, 3px);
  border-color: var(--spinner-background, rgba(128, 128, 128, 0.5));
  border-top-color: #fff;
  border-top-color: var(--spinner-color, red); }

.loading-bg {
  background-image: linear-gradient(to right, var(--loading-color, rgba(255, 255, 255, 0)) 10%, var(--loading-color, rgba(255, 255, 255, 0.4)) 30%, var(--loading-color, rgba(255, 255, 255, 0)) 50%);
  animation-duration: var(--loading-duration, 3s);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loading-animated;
  animation-timing-function: linear; }

@keyframes loading-spinner {
  to {
    transform: rotate(360deg); } }

@keyframes loading-animated {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }

[hide] {
  opacity: 0 !important; }

[hide="full"] {
  display: none !important; }

[hide="alt"] {
  pointer-events: none;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

[on-click] {
  cursor: pointer; }

[media^="show-"], [media*=",show-"] {
  display: none !important; }

@media screen and (max-width: 480px) {
  body:before {
    content: "phone";
    display: none !important; }
  [media^="hide-phone"], [media*=",hide-phone"] {
    display: none !important; }
  [media^="show-phone"], [media*=",show-phone"] {
    display: block !important; }
  [media^="show-phone-flex"], [media*=",show-phone-flex"] {
    display: flex !important; }
  [media^="show-phone-inline"], [media*=",show-phone-inline"] {
    display: inline !important; }
  [media^="show-phone-inline-block"], [media*=",show-phone-inline-block"] {
    display: inline-block !important; }
  table[media^="show-phone"], table[media*=",show-phone"] {
    display: table !important; }
  tr[media^="show-phone"], tr[media*=",show-phone"] {
    display: table-row !important; }
  th[media^="show-phone"], th[media*=",show-phone"], td[media^="show-phone"], td[media*=",show-phone"] {
    display: table-cell !important; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  body:before {
    content: "tablet";
    display: none !important; }
  [media^="hide-tablet"], [media*=",hide-tablet"] {
    display: none !important; }
  [media^="show-tablet"], [media*=",show-tablet"] {
    display: block !important; }
  [media^="show-tablet-flex"], [media*=",show-tablet-flex"] {
    display: flex !important; }
  [media^="show-tablet-inline"], [media*=",show-tablet-inline"] {
    display: inline !important; }
  [media^="show-tablet-inline-block"], [media*=",show-tablet-inline-block"] {
    display: inline-block !important; }
  table[media^="show-tablet"], table[media*=",show-tablet"] {
    display: table !important; }
  tr[media^="show-tablet"], tr[media*=",show-tablet"] {
    display: table-row !important; }
  th[media^="show-tablet"], th[media*=",show-tablet"], td[media^="show-tablet"], td[media*=",show-tablet"] {
    display: table-cell !important; } }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  body:before {
    content: "laptop";
    display: none !important; }
  [media^="hide-laptop"], [media*=",hide-laptop"] {
    display: none !important; }
  [media^="show-laptop"], [media*=",show-laptop"] {
    display: block !important; }
  [media^="show-laptop-flex"], [media*=",show-laptop-flex"] {
    display: flex !important; }
  [media^="show-laptop-inline"], [media*=",show-laptop-inline"] {
    display: inline !important; }
  [media^="show-laptop-inline-block"], [media*=",show-laptop-inline-block"] {
    display: inline-block !important; }
  table[media^="show-laptop"], table[media*=",show-laptop"] {
    display: table !important; }
  tr[media^="show-laptop"], tr[media*=",show-laptop"] {
    display: table-row !important; }
  th[media^="show-laptop"], th[media*=",show-laptop"], td[media^="show-laptop"], td[media*=",show-laptop"] {
    display: table-cell !important; } }

@media screen and (min-width: 1201px) {
  body:before {
    content: "desktop";
    display: none !important; }
  [media^="hide-desktop"], [media*=",hide-desktop"] {
    display: none !important; }
  [media^="show-desktop"], [media*=",show-desktop"] {
    display: block !important; }
  [media^="show-desktop-flex"], [media*=",show-desktop-flex"] {
    display: flex !important; }
  [media^="show-desktop-inline"], [media*=",show-desktop-inline"] {
    display: inline !important; }
  [media^="show-desktop-inline-block"], [media*=",show-desktop-inline-block"] {
    display: inline-block !important; }
  table[media^="show-desktop"], table[media*=",show-desktop"] {
    display: table !important; }
  tr[media^="show-desktop"], tr[media*=",show-desktop"] {
    display: table-row !important; }
  th[media^="show-desktop"], th[media*=",show-desktop"], td[media^="show-desktop"], td[media*=",show-desktop"] {
    display: table-cell !important; } }

body {
  --columns-count: 24;
  --columns-gutter: 15px;
  --columns-padding: 30px;
  --columns-width: var(--inner-width);
  --columns-max: 1600px; }

@media screen and (max-width: 480px) {
  body {
    --columns-count: 8;
    --columns-gutter: 16px;
    --columns-padding: 15px;
    --columns-width: var(--inner-width);
    --columns-max: 1600px; } }

@font-face {
  font-family: "HelveticaNeue";
  src: url("assets/fonts/helvetica/HelveticaNeue.eot?v=1");
  src: url("assets/fonts/helvetica/HelveticaNeue.woff2?v=1") format("woff2"), url("assets/fonts/helvetica/HelveticaNeue.woff?v=1") format("woff"), url("assets/fonts/helvetica/HelveticaNeue.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal; }

a[href="#"] {
  display: inline-block;
  text-decoration: line-through;
  background-color: red !important;
  box-shadow: 0 0 10px red; }

.debug--columns {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  bottom: 0;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 0 30px;
  max-width: 1600px; }
  .debug--columns:before {
    content: '';
    height: 100%;
    display: block;
    margin: auto; }
  .debug--columns:before {
    background-position: 0px;
    background-image: repeating-linear-gradient(to right, rgba(200, 0, 0, 0.1), rgba(200, 0, 0, 0.1) calc(100% / 24 - 15px), transparent calc(100% / 24 - 15px), transparent calc(100% / 24)), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.8) 100%);
    background-size: calc(100% + 15px) 100%, 100% 0; }
  @media screen and (max-width: 480px) {
    .debug--columns {
      padding: 0 15px;
      max-width: 1600px; }
      .debug--columns:before {
        background-position: 0px;
        background-image: repeating-linear-gradient(to right, rgba(200, 0, 0, 0.1), rgba(200, 0, 0, 0.1) calc(100% / 8 - 16px), transparent calc(100% / 8 - 16px), transparent calc(100% / 8)), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.8) 100%);
        background-size: calc(100% + 16px) 100%, 100% 0; } }

body, .graphic .page-chapter4--tab-title, .page-partners--group-title {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.00625rem; }
  @media screen and (max-width: 480px) {
    body, .graphic .page-chapter4--tab-title, .page-partners--group-title {
      font-size: 0.875rem;
      line-height: 1.125rem; } }

h1 {
  font-size: 6.25rem;
  line-height: 6.25rem;
  letter-spacing: 0rem; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    h1 {
      font-size: 3.125rem;
      line-height: 3.5rem;
      letter-spacing: 0.0125rem; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2rem;
      line-height: 2.375rem; } }

h2 {
  font-size: 3.125rem;
  line-height: 3.5rem;
  letter-spacing: 0.0125rem; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 2rem;
      line-height: 2.25rem; } }

h3, .further-reading--top, .page-partners--title {
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media screen and (max-width: 480px) {
    h3, .further-reading--top, .page-partners--title {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.button, button, input[type="submit"], .select-dropdown, .element-inline-search--wrapper, h4, .header, .menu--item, .section--content, .section--further-readings a, .page-chapter4--tab-content {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.00625rem; }
  @media screen and (max-width: 480px) {
    .button, button, input[type="submit"], .select-dropdown, .element-inline-search--wrapper, h4, .header, .menu--item, .section--content, .section--further-readings a, .page-chapter4--tab-content {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.legend, .canvas .legend, .wp-block-image figcaption, h5, sub, small, table, .footer, .chart--note, .chart--copyright, .chart-lines .axis-label, .chart-lines .line-axis-label, .chart-bars .axis-label, .chart-bars .bar-start-label, .chart-image .chart--caption, .chart-forest500--head, h6, .chart--tooltip .legend--item {
  font-size: 0.75rem;
  font-size: var(--h5-font-size, 0.75rem);
  line-height: 0.9375rem;
  line-height: var(--h5-line-height, 0.9375rem);
  letter-spacing: 0rem;
  letter-spacing: var(--h5-letter-spacing, 0rem); }
  @media screen and (max-width: 480px) {
    .legend, .canvas .legend, .wp-block-image figcaption, h5, sub, small, table, .footer, .chart--note, .chart--copyright, .chart-lines .axis-label, .chart-lines .line-axis-label, .chart-bars .axis-label, .chart-bars .bar-start-label, .chart-image .chart--caption, .chart-forest500--head, h6, .chart--tooltip .legend--item {
      --h5-font-size: 0.5625rem;
      --h5-line-height: 0.75rem;
      --h5-letter-spacing: 0.009375rem; } }

.chart-donut .donut-title, .chart-forest500 .score.is-mobile {
  font-size: 1.25rem;
  line-height: 1.625rem; }

.chart-lines .title, .chart-bars .title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0rem; }

@media not screen and (max-width: 480px) {
  .menu--name {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.0125rem; } }

.page-intro--content {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem; }
  @media screen and (max-width: 480px) {
    .page-intro--content {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.behavior-tooltips--tooltip {
  font-size: 0.5625rem;
  line-height: 0.75rem; }

.section--content a[href]:not([href^="#"]):not(.button), .section--more-content a[href]:not([href^="#"]):not(.button), .graphic a[href]:not([href^="#"]):not(.button), .further-reading--content-inside a[href]:not([href^="#"]):not(.button) {
  color: var(--link-color, var(--accent-color, inherit));
  text-decoration: none; }
  .section--content a[href]:not([href^="#"]):not(.button):hover, .section--more-content a[href]:not([href^="#"]):not(.button):hover, .graphic a[href]:not([href^="#"]):not(.button):hover, .further-reading--content-inside a[href]:not([href^="#"]):not(.button):hover {
    background: none;
    text-decoration: underline; }

.section--content p, .section--more-content p, .graphic p, .further-reading--content-inside p, .section--content ul, .section--more-content ul, .graphic ul, .further-reading--content-inside ul, .section--content ol, .section--more-content ol, .graphic ol, .further-reading--content-inside ol {
  font: inherit; }

.section--content ul > li, .section--more-content ul > li, .graphic ul > li, .further-reading--content-inside ul > li {
  position: relative;
  list-style-type: none;
  padding-left: 19px; }
  .section--content ul > li:before, .section--more-content ul > li:before, .graphic ul > li:before, .further-reading--content-inside ul > li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 19px;
    content: '–'; }

.section--content ul ul, .section--more-content ul ul, .graphic ul ul, .further-reading--content-inside ul ul, .section--content ul ol, .section--more-content ul ol, .graphic ul ol, .further-reading--content-inside ul ol, .section--content ol ol, .section--more-content ol ol, .graphic ol ol, .further-reading--content-inside ol ol, .section--content ol ul, .section--more-content ol ul, .graphic ol ul, .further-reading--content-inside ol ul {
  margin-left: 0; }

.wp-block-image, .chart-image .chart--image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 562px; }

@media not screen and (max-width: 480px) {
  .wp-block-image.is-style-wide-width, .wp-block-embed, .chart-image .chart--image.is-wide {
    width: auto;
    max-width: none; } }

@media screen and (min-width: 769px) {
  .wp-block-image.is-style-wide-width, .wp-block-embed, .chart-image .chart--image.is-wide {
    margin-left: calc(((var(--inner-width) - 60px) + 15px) * -0.0833333333 - 15px + 15px);
    margin-right: calc(((var(--inner-width) - 60px) + 15px) * -0.0833333333 - 15px + 15px); } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .wp-block-image.is-style-wide-width, .wp-block-embed, .chart-image .chart--image.is-wide {
    margin-left: calc(((var(--inner-width) - 60px) + 15px) * -0.0416666667 - 15px + 15px);
    margin-right: calc(((var(--inner-width) - 60px) + 15px) * -0.0416666667 - 15px + 15px); } }

@media screen and (max-width: 480px) {
  .wp-block-image.is-style-wide-width, .wp-block-embed, .chart-image .chart--image.is-wide {
    margin-left: 0;
    margin-right: 0; } }

.navigation--page, .chart-forest500 .dot {
  display: inline-block;
  height: 10px;
  width: 20px;
  background: #e1e1e1;
  margin: 0 2.5px;
  border-radius: 1em; }

.placeholder {
  position: relative;
  box-shadow: inset 0 0 0 2px gray;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .placeholder:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%; }
  .placeholder > * {
    position: absolute;
    top: 0;
    left: 0; }
  .placeholder > * {
    width: 100%;
    height: 100%; }
  .placeholder:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(to top right, transparent calc(50% - 1px), gray calc(50% - 1px), gray calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom right, transparent calc(50% - 1px), gray calc(50% - 1px), gray calc(50% + 1px), transparent calc(50% + 1px));
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; }

.button, button, input[type="submit"] {
  cursor: pointer;
  border: none;
  border-radius: 3em;
  padding: 0.3em 1em 0.25em;
  color: white;
  background-color: #171717;
  color: var(--accent-text-color);
  background-color: var(--accent-color);
  display: inline-block;
  text-decoration: none; }

.legends--header {
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  .legends--header {
    font-size: 0.75rem;
    line-height: 0.9375rem; } }

.legend--item, .canvas .legend--item {
  display: flex;
  align-items: flex-start; }

.legend--box, .canvas .legend--box {
  flex: 0 0 auto;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  width: 20px;
  width: var(--legend-box-width, 20px);
  height: 10px;
  height: var(--legend-box-height, 10px); }

.legend--header, .canvas .legend--header {
  margin-bottom: 0; }

.legend--text, .canvas .legend--text {
  display: inline-block; }

.legend--item.has-border .legend--box, .canvas .legend--item.has-border .legend--box, .legend--item.has-border .canvas .legend--box, .canvas .legend--item.has-border .canvas .legend--box {
  box-shadow: inset 0 0 0 0.5px #171717; }

@media screen and (max-width: 480px) {
  .legend--box, .canvas .legend--box {
    height: 7px;
    width: 15px;
    margin-right: 3px; } }

/*

    // legend
    &--legends{
        margin-left:auto;

        &-title{
            margin-bottom:0px;
        }
        &-columns{
            @include columns(true);
        }
    }
    &--legend-item{
        @extend %h5;
        display:flex;
        align-items:flex-start;
    }
    &--legend-box{
        @include rect(20px, 10px);
        flex:0 0 auto;
        display:inline-block;
        margin-top:2px;
        margin-right:5px;
    }
	&--legend-item.has-border &--legend-box{
		box-shadow:inset 0 0 0 0.5px $color-dark;
	}

    &--legend-name{
        display:inline-block;
    }
*/
.select-dropdown {
  background: var(--accent-color);
  border: none;
  color: #171717;
  padding: 4px 12px; }
  .select-dropdown--knob {
    background: url(images/dropdown-knob.svg) center no-repeat;
    width: 39px; }

.cursor {
  display: inline-block;
  height: 20px;
  width: 39px;
  border-radius: 2em; }
  .cursor span {
    display: none; }
  .cursor-previous {
    background: url(images/arrow-left.svg) center / 19px 10px no-repeat;
    background-color: #f6f6f6; }
  .cursor-next {
    background: url(images/arrow-right.svg) center / 19px 10px no-repeat;
    background-color: #f6f6f6; }

.navigation {
  margin-bottom: 20px; }
  .navigation--previous, .navigation--next {
    display: inline-block;
    height: 10px;
    width: 20px;
    cursor: pointer; }
  .navigation--previous {
    background: url(images/arrow-left.png) center / contain no-repeat;
    margin-right: 15px; }
  .navigation--next {
    background: url(images/arrow-right.png) center / contain no-repeat;
    margin-left: 15px; }
  .navigation--inside {
    display: none; }
  .navigation--pages {
    display: inline-block; }
  .navigation--page {
    cursor: pointer; }
  .navigation--page.is-selected, .navigation--page:hover {
    background: #171717; }
  @media screen and (max-width: 480px) {
    .navigation {
      text-align: center;
      margin-bottom: 17px; } }

.scrollbar {
  background: #e1e1e1;
  border-radius: 2em;
  overflow: hidden; }
  .scrollbar--knob {
    background: #171717;
    border-radius: 2em; }
  .scrollbar.is-horizontal {
    height: 9px; }

.overlay--background {
  background: rgba(225, 225, 225, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); }

.overlay--content {
  position: absolute;
  top: 30px;
  right: 70px;
  bottom: 30px;
  left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.overlay--outside, .overlay--inside {
  height: auto; }

.overlay--outside {
  background-color: white;
  border: 1px solid #e1e1e1;
  height: 100%; }

.overlay--inside {
  height: 100%; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .overlay--content {
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 10px;
    left: 15px; } }

@media screen and (max-width: 480px) {
  .overlay--content {
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 10px;
    left: 15px; } }

body.chrome .overlay--outside, body.firefox .overlay--outside {
  max-height: 100%;
  height: auto; }

.behavior-tooltips--trigger {
  font-size: 0.7em;
  position: relative;
  top: -0.5em; }

.behavior-tooltips--trigger .behavior-tooltips--counter {
  margin: -0.5em -0.5em 0 -0.5em;
  padding: 0.5em 0.5em;
  background-color: rgba(0, 0, 0, 0); }

.behavior-tooltips--tooltip {
  background: #e1e1e1;
  background: var(--accent-color, lightgray);
  padding: 6px;
  width: 160px; }

.behavior-tooltips--inside span {
  font: inherit !important;
  background: none !important; }

.element-inline-search--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #171717;
  color: white;
  width: calc(calc(((var(--inner-width) - 60px) + 15px) * 0.4166666667 - 15px) + 30px);
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity 0.2s; }

.element-inline-search input {
  color: white;
  background: none;
  border: none;
  border-bottom: 1px solid #3b3b3b;
  padding: 9px 0;
  text-align: right; }

.element-inline-search--top {
  flex: 0 0 auto;
  position: relative; }

.element-inline-search--clear {
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0;
  text-decoration: none; }

.element-inline-search--bottom {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  padding: 15px 30px 15px 0;
  margin-right: -30px; }

.element-inline-search--results {
  margin: 0;
  padding: 0;
  list-style: none; }

.element-inline-search--results li {
  text-align: right;
  padding-bottom: 7px; }

.element-inline-search:not(.is-empty) .element-inline-search--results li {
  text-decoration: underline; }

.element-inline-search--highlight {
  background-color: var(--accent-color);
  box-shadow: 0 0 0 2px var(--accent-color);
  color: #171717; }

.element-inline-search--wrapper:not(.is-visible) {
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%); }

.element-inline-search.is-sticky {
  z-index: 70;
  position: fixed; }

.element-inline-search.is-sticky .element-inline-search--bottom {
  padding-left: 30px; }

@media not screen and (max-width: 480px) {
  .element-inline-search--clear {
    display: none; } }

@media screen and (max-width: 480px) {
  .element-inline-search--wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100vw - 0px); } }

.wp-block-image {
  margin: 1.5em auto; }
  .wp-block-image.is-style-full-width {
    max-width: 100%;
    width: auto; }

.wp-block-embed {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h1 {
  font-weight: 400; }

h2 {
  font-weight: 400; }

h3 {
  font-weight: 400; }

h4 {
  font-weight: 400; }

h5 {
  font-weight: 400; }

h6 {
  font-weight: 400; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child, ul:first-child, ol:first-child {
  margin-top: 0; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong, b {
  font-weight: 400; }

u {
  text-decoration: none; }

ol {
  list-style-position: outside; }
  ol > li {
    margin-left: 35px; }

sub {
  display: inline-block; }

[on-click] {
  cursor: pointer; }

::selection {
  background: var(--accent-color);
  /* WebKit/Blink Browsers */
  color: #171717; }

::-moz-selection {
  background: var(--accent-color);
  /* WebKit/Blink Browsers */
  color: #171717; }

input {
  margin-bottom: 0.5em; }

table {
  border-collapse: collapse;
  width: 100%; }
  table td, table th {
    text-align: right;
    border-bottom: 1px solid rgba(23, 23, 23, 0.15);
    padding-left: 15px;
    width: calc((var(--col) / 10) * 100%); }
  table td:first-child, table th:first-child {
    text-align: left;
    padding-left: 0; }
  table th {
    font-weight: 400;
    padding-bottom: 9px; }
  table tbody th, table tbody td, table tfoot th, table tfoot td {
    padding-top: 7px;
    padding-bottom: 5px; }
  table tr.move--start, table .move--active {
    transition: all 0.3s; }
  table thead {
    vertical-align: bottom; }
  table tfoot {
    color: var(--accent-color, #918f88); }
    table tfoot td, table tfoot th {
      border-bottom: 0; }
  @media screen and (max-width: 480px) {
    table {
      font-size: 0.75rem;
      line-height: 0.9375rem;
      letter-spacing: 0rem; } }

body {
  --inner-width: 100vw;
  --screen-width: 100vh;
  --screen-height: 100vh; }
  @media screen and (min-width: 1600px) {
    body {
      --inner-width: 1600px !important; } }

.header, .section--inside, .footer {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 480px) {
    .header, .section--inside, .footer {
      padding-left: 15px;
      padding-right: 15px; } }

.header {
  background: #171717;
  color: white;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden; }
  .header a {
    text-decoration: none; }
  .header--inside {
    position: relative; }
  .header--top {
    margin-bottom: 0; }
  .header--menu-top ul, .header--menu-bottom ul, .header--languages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header--search {
    text-align: right; }
    .header--search input {
      text-align: right;
      width: 100%; }
  .header--menu {
    padding-top: 26px;
    padding-bottom: 14px; }
  .header--sticky {
    z-index: 70;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #171717; }
    .header--sticky [toggle] {
      cursor: pointer; }
  @media screen and (min-width: 1600px) {
    .header--main, .header--sticky {
      --inner-width: 100vw !important; } }
  @media not screen and (max-width: 480px) {
    .header--top {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      justify-content: space-between; }
      .header--top > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .header--top > *:nth-child(4n - 3) {
        width: calc(16.6666666667% - 15px); }
      .header--top > *:nth-child(4n - 2) {
        width: calc(41.6666666667% - 15px); }
      .header--top > *:nth-child(4n - 1) {
        width: calc(16.6666666667% - 15px); }
      .header--top > *:nth-child(4n) {
        width: calc(25% - 15px); }
    .header--menu-bottom {
      display: none; }
    .header--sticky {
      transition: opacity 0.2s; }
    .header--sticky:not(.is-visible) {
      opacity: 0;
      pointer-events: none; }
    .header--sticky:not(.is-animating) {
      /*
	        &.is-size-mini{
                height:5px;
                
	            .header{
	                display:none;
                }
	        }
	        &.is-size-narrow{
                .header--menu{
	                display:none;
                }
	        }
	        &.is-size-full{

            }
            */ }
      .header--sticky:not(.is-animating).is-size-mini .header--menu-top, .header--sticky:not(.is-animating).is-size-mini .header--languages, .header--sticky:not(.is-animating).is-size-mini .header--menu, .header--sticky:not(.is-animating).is-size-mini .header--menu-bottom, .header--sticky:not(.is-animating).is-size-narrow .header--menu-top, .header--sticky:not(.is-animating).is-size-narrow .header--languages, .header--sticky:not(.is-animating).is-size-narrow .header--menu, .header--sticky:not(.is-animating).is-size-narrow .header--menu-bottom {
        display: none; } }
  @media screen and (max-width: 480px) {
    .header {
      padding-top: 8px;
      padding-bottom: 9px; }
      .header--main {
        display: none; }
      .header--top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
      .header--label {
        order: 1; }
      .header--languages {
        padding-top: 25px;
        order: 3;
        width: 100%; }
      .header--search {
        order: 2; }
      .header--languages ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .header--languages ul > li {
          display: inline-block; }
        .header--languages ul li:not(:first-child):before {
          content: '/';
          display: inline-block;
          margin: 0 0.25em; }
      .header--menu-top {
        display: none; }
      .header--menu {
        padding-top: 25px;
        padding-bottom: 24px; }
      .header--menu-bottom {
        padding-bottom: 33px; }
      .header--bottom {
        padding-top: 1.2em;
        padding-bottom: 1.7em; }
      .header--sticky:not(.is-animating).is-size-mini .header--languages, .header--sticky:not(.is-animating).is-size-mini .header--menu, .header--sticky:not(.is-animating).is-size-mini .header--menu-bottom, .header--sticky:not(.is-animating).is-size-narrow .header--languages, .header--sticky:not(.is-animating).is-size-narrow .header--menu, .header--sticky:not(.is-animating).is-size-narrow .header--menu-bottom {
        display: none; } }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu > li {
    position: relative;
    padding-left: 50px; }
  .menu a {
    text-decoration: none; }
  .menu--item {
    display: block; }
  .menu--icon {
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 36px; }
  .menu--name {
    display: block; }
  .menu--content {
    display: block;
    padding-bottom: 8px; }
  @media not screen and (max-width: 480px) {
    .menu--item {
      border-bottom: 1px solid #3b3b3b; }
    .menu--item:not(:hover) .menu--icon-number {
      display: none; }
    .menu--item:hover .menu--icon-image {
      display: none; }
    .menu--name {
      margin-bottom: -1px; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .menu .accordion--target {
      display: none; }
    .menu--icon-number {
      display: block !important; }
    .menu--icon-image {
      display: none; } }
  @media screen and (max-width: 480px) {
    .menu > li {
      padding-left: 24px; }
    .menu--icon {
      top: 1px;
      width: 18px; }
    .menu--icon-image {
      display: none; }
    .menu--content {
      display: none; } }

.main {
  --accent-color: #e1e1e1;
  --accent-text-color: #171717; }

.section {
  padding-top: 130px;
  padding-bottom: 130px; }
  .section--inside {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
  .section--top {
    text-align: center;
    margin: 0 auto; }
  .section--icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 126px; }
  .section--more {
    padding: 5px 0 70px;
    text-align: center; }
    html:not(.is-mobile) .section--more .button:hover, html:not(.is-mobile) .section--more button:hover, html:not(.is-mobile) .section--more input[type="submit"]:hover {
      background: #171717;
      color: #E3E1D7; }
  .section--more-content {
    margin: 0 auto;
    padding: 20px 0 24px;
    text-align: left; }
  .section--graphic {
    background: rgba(225, 225, 225, 0.3);
    padding: 40px;
    padding-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0416666667 - 15px + 15px);
    padding-right: calc(((var(--inner-width) - 60px) + 15px) * 0.0416666667 - 15px + 15px);
    margin: 0 auto 81px; }
  .section--further-readings {
    margin: 30px auto; }
    .section--further-readings h4 {
      padding-left: 11px;
      margin-bottom: 6px; }
    .section--further-readings a {
      display: block;
      background-color: #E3E1D7;
      background-color: var(--accent-color);
      margin-bottom: 2px;
      padding: 2px 1.5em 4px 11px;
      position: relative;
      text-decoration: none; }
      .section--further-readings a:after {
        position: absolute;
        top: 3px;
        right: 10px;
        bottom: auto;
        left: auto;
        content: '+'; }
      html:not(.is-mobile) .section--further-readings a:hover {
        background: #171717;
        color: #E3E1D7; }
  @media not screen and (max-width: 480px) {
    .section--top {
      width: 83%;
      width: calc(((var(--inner-width) - 60px) + 15px) * 0.8333333333 - 15px); }
    .section--icon:not(:hover) .section--icon-image {
      display: none; }
    .section--icon:hover .section--icon-number {
      display: none; }
    .section--more-content {
      width: 50%;
      width: calc(((var(--inner-width) - 60px) + 15px) * 0.5 - 15px); }
    .section--graphic {
      width: 92%;
      width: calc(((var(--inner-width) - 60px) + 15px) * 0.9166666667 - 15px); }
    .section--further-readings {
      width: 66%;
      width: calc(((var(--inner-width) - 60px) + 15px) * 0.6666666667 - 15px); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .section--more-content {
      width: calc(((var(--inner-width) - 60px) + 15px) * 0.6666666667 - 15px); }
    .section--icon-image {
      display: none; }
    .section--icon-number {
      display: block !important; } }
  @media screen and (max-width: 480px) {
    .section {
      padding-top: 36px;
      padding-bottom: 54px; }
      .section--icon {
        width: 72px;
        margin-bottom: 14px; }
        .section--icon-image {
          display: none; }
      .section--title {
        margin-bottom: 0.3em; }
      .section--content > *:last-child {
        margin-bottom: 0.6em; }
      .section--more {
        padding-bottom: 36px; }
      .section--more-content {
        padding-top: 0;
        padding-bottom: 0; }
      .section--graphic {
        margin: 0 -15px;
        padding: 17px 15px 47px; }
      .section--further-readings {
        margin-top: 35px; }
        .section--further-readings h4 {
          margin-bottom: 3px; } }

.graphic--top {
  margin-bottom: 26px; }

.graphic--content h4 {
  margin-bottom: 20px; }

.graphic--tabs {
  list-style: none;
  margin-bottom: 23px; }
  .graphic--tabs button {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 10px; }
  .graphic--tabs button:not(.is-selected):not(:hover) {
    background: #E3E1D7; }

.graphic .legends {
  margin-left: auto; }
  .graphic .legends--title {
    margin-bottom: 0px; }
  .graphic .legends--list {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .graphic .legends--list > * {
      flex: 1 1 100%;
      flex: 1 1 0;
      margin-left: 15px; }
    body.ie .graphic .legends--list > * {
      flex: 1 1 auto; }

@media screen and (min-width: 769px) {
  .graphic--top {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .graphic--top > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .graphic--top > * {
      width: calc(50% - 15px); }
  .graphic--content {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .graphic--content > * {
      flex: 0 0 auto;
      margin-left: 15px;
      margin-bottom: 26px; }
    .graphic--content > * {
      width: calc(50% - 15px); }
    .graphic--content > *.-full {
      flex: 1 1 100%; }
  .graphic--tabs {
    flex: 1 1 100%; } }

@media screen and (max-width: 1024px) {
  .graphic .legends.count2 {
    margin-left: 0; } }

@media not screen and (max-width: 480px) {
  .graphic .legends {
    width: 500px;
    max-width: 100%; }
    .graphic .legends.count1 {
      width: 250px; }
  .graphic .tabs--dropdown {
    display: none; } }

@media screen and (max-width: 480px) {
  .graphic--top {
    margin-bottom: 32px; }
  .graphic--title {
    margin-bottom: 18px; }
  .graphic--tabs {
    margin-bottom: 17px; }
  .graphic--content h4 {
    margin-bottom: 12px; }
  .graphic--left, .graphic--right {
    margin-bottom: 2em; }
  .graphic .tabs--buttons {
    display: none; } }

.further-reading {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 0 20px; }
  .further-reading--top {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    transition: all 0.2s; }
  .further-reading--title {
    font: inherit;
    flex: 1 1 auto;
    margin: 0; }
  .further-reading--close {
    font: inherit;
    margin-left: 30px;
    flex: 0 0 auto;
    text-decoration: none; }
  .further-reading--content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 100%; }
  .further-reading--content-inside {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 50%;
    width: calc(((var(--inner-width) - 60px) + 15px) * 0.5 - 15px);
    padding-bottom: 50px; }
  .further-reading--content-copyright {
    padding: 1.5em 1.8em; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .further-reading {
      padding: 10px 11px 0 11px; }
      .further-reading--close {
        margin-left: 15px; }
      .further-reading--content-inside {
        width: 90%; }
      .further-reading--content-copyright {
        padding: 1.2em 11px; } }
  @media screen and (max-width: 480px) {
    .further-reading {
      padding: 10px 11px 0 11px; }
      .further-reading--close {
        margin-left: 15px; }
      .further-reading--content {
        margin-right: -11px;
        padding-right: 11px; }
      .further-reading--content-inside {
        width: auto;
        padding-bottom: 11px; }
      .further-reading--content-copyright {
        font-size: 0.5625rem;
        line-height: 0.75rem;
        padding: 1.8em 0; } }

.footer {
  padding-top: 40px;
  padding-bottom: 5px; }
  @media not screen and (max-width: 480px) {
    .footer--inside {
      padding-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px);
      padding-right: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px); } }

#wpadminbar {
  transition: all 0.2s; }
  #wpadminbar:after {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    content: "\f111";
    font-size: 14px;
    border-radius: 0 0 0 3px;
    line-height: 1;
    font-family: dashicons;
    display: block;
    background: #23282d;
    color: white;
    width: 28px;
    text-align: center;
    padding: 0 2px 5px 5px; }

#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 5px)); }

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none; }

html[lang] {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none; } }

.page-intro {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .page-intro .section--inside {
    max-width: none; }
  .page-intro--background {
    z-index: 1; }
  .page-intro--inside {
    color: white; }
  .page-intro--title {
    margin-top: 0; }
    .page-intro--title p {
      margin-bottom: 0; }
  .page-intro--content p {
    margin-top: 0; }
  @media not screen and (max-width: 480px) {
    .page-intro--background {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px; }
    .page-intro--inside {
      padding-top: 20px;
      min-height: calc(100vh - 80px);
      min-height: calc(var(--screen-height) - 80px);
      display: flex;
      flex-direction: column;
      position: relative;
      height: 100%;
      text-align: center;
      justify-content: space-between;
      z-index: 2;
      margin: 0 auto;
      max-width: 1600px; }
    .page-intro--content {
      font-size: 1.875rem;
      line-height: 2.25rem; }
      .page-intro--content p {
        margin: 1em 0; } }
  @media screen and (max-width: 480px) {
    .page-intro {
      padding-top: 0;
      margin-top: 40px;
      padding-bottom: 0; }
      .page-intro--background {
        height: calc(var(--screen-height) - 40px); }
      .page-intro .section--inside {
        padding: 0; }
      .page-intro--title {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        padding: 10px 15px 0;
        z-index: 2; }
      .page-intro--content {
        padding: 20px 15px 18px;
        background: #171717; }
        .page-intro--content p:last-child {
          margin-bottom: 0; } }

.colors-chapter1, .page-chapter1 {
  --accent-color: #d3bb51; }

.colors-chapter2, .page-chapter2 {
  --accent-color: #D96D3B; }

.colors-chapter3, .page-chapter3 {
  --accent-color: #9B67BD; }

.colors-chapter4, .page-chapter4 {
  --accent-color: #B88657; }

.colors-chapter5, .page-chapter5 {
  --accent-color: #3A71ED; }

.colors-chapter6, .page-chapter6 {
  --accent-color: #85D8A3;
  --link-color:#66b78a; }

.page-chapter1--map {
  overflow: hidden;
  margin-bottom: 34px; }

@media not screen and (max-width: 480px) {
  .page-chapter1 .graphic--left, .page-chapter1 .graphic--right {
    margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .page-chapter1 {
    padding-top: 120px; }
    .page-chapter1--map {
      margin-bottom: 15px; }
    .page-chapter1 .section--graphic {
      padding-bottom: 47px; } }

.page-chapter2--chart {
  margin-bottom: 25px; }

.page-chapter2--chart .label {
  padding: 4px 9px; }

@media screen and (min-width: 769px) {
  .page-chapter2--table thead span {
    display: block; }
  .page-chapter2--table .sticky {
    display: none; } }

@media screen and (max-width: 768px) {
  .page-chapter2--table {
    --table-width: 100%;
    --table-col: 100%;
    margin-top: 15px;
    position: relative; }
    .page-chapter2--table table {
      table-layout: fixed;
      width: var(--table-width); }
      .page-chapter2--table table thead span {
        display: inline-block; }
      .page-chapter2--table table th, .page-chapter2--table table td {
        width: var(--table-col); }
    .page-chapter2--table table.sticky {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      background: #f6f6f6; }
  .page-chapter2 .scroller .scrollbar {
    margin-top: 15px;
    position: static; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-chapter2 .graphic--right {
    margin-bottom: 2em; } }

@media screen and (max-width: 480px) {
  .page-chapter2--chart {
    margin-bottom: 16px; }
  .page-chapter2 .graphic--right {
    margin-bottom: 50px; } }

.page-chapter3--map {
  margin-bottom: 34px;
  position: relative; }
  .page-chapter3--map .layer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%; }
  .page-chapter3--map .small-map {
    position: absolute;
    top: 8px;
    right: 30px;
    bottom: auto;
    left: auto;
    width: 14%;
    max-width: 178px; }

.page-chapter3 li[layer] {
  cursor: default; }

.graphic.has-selection .page-chapter3--map .map {
  opacity: 0.5; }

.graphic.has-selection .page-chapter3--map .layer:not(.is-selected) {
  opacity: 0; }

@media screen and (max-width: 480px) {
  .page-chapter3--map {
    margin-bottom: 15px; } }

.page-chapter4 .graphic--top {
  margin-bottom: 46px; }

.page-chapter4--left, .page-chapter4--right {
  margin-bottom: 0; }

.page-chapter4--left {
  padding-top: 7px; }

.graphic .page-chapter4--tab-title {
  margin-bottom: 7px; }

.page-chapter4--map {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  user-select: none;
  /*
        &:after{
            @include corner(tl);
            content:'';
            background-color:$color-gray;
            opacity:0.25;
            pointer-events:none;
            height:100%;
            width:50%;
            z-index:3;
            display:none;
		}
		*/ }
  .page-chapter4--map .image-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 25rem;
    font-weight: 600;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    z-index: 2; }

.graphic.is-hover-previous .page-chapter4--map:after {
  display: block; }

.graphic.is-hover-next .page-chapter4--map:after {
  display: block;
  left: 50%; }

@media screen and (max-width: 480px) {
  .page-chapter4 .graphic--content {
    display: flex;
    flex-direction: column; }
  .page-chapter4 .graphic--top {
    margin-bottom: 32px; }
  .page-chapter4--left {
    order: 2; }
  .page-chapter4--right {
    order: 1;
    margin-bottom: 10px; }
  .page-chapter4--map {
    margin-bottom: 15px; }
    .page-chapter4--map .image-overlay {
      font-size: 12.5rem; }
  .graphic .page-chapter4--tab-title {
    margin-bottom: 1px; }
  .page-chapter4 .section--graphic {
    padding-bottom: 15px; } }

.page-chapter5 .graphic--description {
  padding-top: 5px; }

.page-chapter5 .navigation {
  margin-bottom: 6px; }

.page-chapter5--images {
  position: relative;
  position: relative;
  overflow: hidden;
  user-select: none;
  transform: translateZ(0);
  /*
        &:after{
            @include corner(tl);
            content:'';
            background-color:$color-gray;
            opacity:0.5;
            pointer-events:none;
            height:100%;
            width:50%;
            z-index:3;
            display:none;
		}
		*/ }
  .page-chapter5--images:before {
    content: "";
    display: block;
    padding-top: 63.3579725449%;
    width: 100%; }
  .page-chapter5--images > * {
    position: absolute;
    top: 0;
    left: 0; }
  .page-chapter5--images > * {
    width: 100%;
    height: 100%; }

.page-chapter5--focus {
  transition: transform 0.5s;
  will-change: transform; }
  .page-chapter5--focus img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    transition: opacity 0.5s; }

.graphic.is-hover-previous .page-chapter5--images:after {
  display: block; }

.graphic.is-hover-next .page-chapter5--images:after {
  display: block;
  left: 50%; }

@media screen and (min-width: 769px) {
  .page-chapter5 .image.is-mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .page-chapter5 .image.is-desktop {
    display: none; } }

@media not screen and (max-width: 480px) {
  .page-chapter5 .on-phone {
    display: none; } }

@media screen and (max-width: 480px) {
  .page-chapter5--images {
    position: relative; }
    .page-chapter5--images:before {
      content: "";
      display: block;
      padding-top: 103.448275862%;
      width: 100%; }
    .page-chapter5--images > * {
      position: absolute;
      top: 0;
      left: 0; }
    .page-chapter5--images > * {
      width: 100%;
      height: 100%; }
  .page-chapter5 .on-desktop .graphic--title {
    display: none; }
  .page-chapter5 .section--graphic {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px; }
  .page-chapter5 .graphic--top.on-desktop {
    order: 2; }
  .page-chapter5 .graphic--content {
    order: 1; }
  .page-chapter5 .graphic--top.on-desktop {
    margin-bottom: 0; }
  .page-chapter5 .graphic--description {
    padding-top: 27px; }
    .page-chapter5 .graphic--description .navigation {
      margin-bottom: 18px; } }

.page-chapter6--item {
  padding-top: 8px; }

.page-chapter6 .image--background {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: 210px;
  width: calc(((var(--inner-width) - 60px) + 15px) * 0.25 - 15px); }

@media not screen and (max-width: 480px) {
  .page-chapter6--item {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-chapter6--item > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-chapter6--item > * {
      width: calc(50% - 15px); }
  .page-chapter6--item-right {
    padding-top: 8px; } }

@media screen and (max-width: 480px) {
  .page-chapter6 {
    padding-bottom: 90px; }
    .page-chapter6--item-left {
      margin-bottom: 1.2em; }
    .page-chapter6 .image--background {
      margin-left: 17px;
      height: 80px;
      width: auto; }
    .page-chapter6 .section--graphic {
      padding-bottom: 21px; } }

.page-about {
  --accent-color:#797979;
  color: white;
  background: #171717;
  padding-top: 71px;
  padding-bottom: 33px; }
  .page-about--content {
    padding-top: 6px; }
  @media screen and (min-width: 769px) {
    .page-about--inside {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .page-about--inside > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .page-about--inside > *:nth-child(2n - 1) {
        width: calc(33.3333333333% - 15px); }
      .page-about--inside > *:nth-child(2n) {
        width: calc(66.6666666667% - 15px); }
    .page-about--title {
      padding-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px); }
    .page-about--content {
      padding-right: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px); } }
  @media screen and (max-width: 480px) {
    .page-about {
      padding-top: 17px;
      padding-bottom: 25px; }
      .page-about h2 {
        font-size: 1.25rem;
        line-height: 1.5rem; } }

.page-partners {
  padding-top: 132px;
  padding-bottom: 40px; }
  .page-partners--title {
    margin-bottom: 35px; }
  .page-partners--group {
    padding-bottom: 14px; }
  .page-partners--group-title {
    letter-spacing: 0.0125rem;
    margin-bottom: 0; }
  .page-partners--group-description {
    margin-bottom: -12px; }
  .page-partners .image--background {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .page-partners .image--background:before {
      content: "";
      display: block;
      padding-top: 56.8181818182%;
      width: 100%; }
    .page-partners .image--background > * {
      position: absolute;
      top: 0;
      left: 0; }
    .page-partners .image--background > * {
      width: 100%;
      height: 100%; }
  .page-partners--list {
    margin-top: 5px;
    margin-bottom: 7px; }
  @media screen and (min-width: 769px) {
    .page-partners--inside {
      padding-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px);
      padding-right: calc(((var(--inner-width) - 60px) + 15px) * 0.0833333333 - 15px + 15px); }
    .page-partners--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .page-partners--list > * {
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 26px; }
      .page-partners--list > * {
        width: calc(20% - 15px); } }
  @media screen and (max-width: 768px) {
    .page-partners--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .page-partners--list > * {
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 10px; }
      .page-partners--list > * {
        width: calc(33.3333333333% - 15px); } }
  @media screen and (max-width: 480px) {
    .page-partners {
      padding-top: 53px; }
      .page-partners--title {
        margin-bottom: 17px; }
      .page-partners--list {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(16px * -1); }
        .page-partners--list > * {
          flex: 0 0 auto;
          margin-left: 16px;
          margin-bottom: 10px; }
        .page-partners--list > * {
          width: calc(33.3333333333% - 16px); }
      .page-partners--group {
        padding-bottom: 17px; }
      .page-partners--group-title {
        margin-bottom: 8px; }
      .page-partners--group-description {
        margin-top: -8px;
        margin-bottom: -11px; }
      .page-partners .image--background {
        position: relative; }
        .page-partners .image--background:before {
          content: "";
          display: block;
          padding-top: 86.0465116279%;
          width: 100%; }
        .page-partners .image--background > * {
          position: absolute;
          top: 0;
          left: 0; }
        .page-partners .image--background > * {
          width: 100%;
          height: 100%; } }

[is^="chart/"]:not(.is-loaded) > *:not(h2) {
  display: none; }

[is^="chart/"]:not(.is-loaded):after {
  position: relative;
  padding-top: 66.8587896254%;
  content: '';
  display: block;
  background: #E3E1D7;
  width: auto; }
  [is^="chart/"]:not(.is-loaded):after > * {
    position: absolute;
    top: 0;
    left: 0; }
  [is^="chart/"]:not(.is-loaded):after > * {
    width: 100%;
    height: 100%; }

.chart {
  overflow: visible;
  margin: 3.5em auto;
  /*
    &, .item--legend{
        background-color:rgba(black, 0.2);
    }
    */ }
  .chart--title {
    margin-bottom: 1.5em; }
  .chart--note, .chart--copyright {
    padding-top: 2em; }
  .chart--tooltip {
    background-color: white;
    padding: 9px 11px;
    box-shadow: 0 0 0 1px #e1e1e1; }
    .chart--tooltip .legend {
      padding-top: 0 !important; }
    .chart--tooltip .legend--item {
      display: flex;
      align-items: flex-start;
      margin-bottom: -1px; }
    .chart--tooltip .legend--text {
      display: inline-flex;
      justify-content: space-between;
      flex: 1 1 auto; }
    .chart--tooltip .legend--box {
      width: 15px;
      width: var(--legend-box-width, 15px);
      height: 9px;
      height: var(--legend-box-height, 9px); }
    .chart--tooltip .legend--value {
      display: inline;
      text-align: right;
      min-width: 0;
      padding-left: 0; }
    .chart--tooltip .legend--text.has-label.has-value .legend--value {
      padding-left: 0.5em; }
    .chart--tooltip .legend--text.has-color.has-label.has-value .legend--value {
      min-width: 4.5em;
      padding-left: 1em; }
  .chart--downloads {
    margin-top: 3.6em; }
    .chart--downloads p {
      margin-bottom: 0.5em; }
    .chart--downloads .button {
      padding: 0.1em 1em;
      font-size: 0.75em;
      margin-bottom: 0.25em; }
    .chart--downloads .button:hover {
      color: white;
      background-color: #171717; }
  .chart .legend {
    cursor: default; }
  .chart .inside.direction-down {
    text-align: left; }
  .chart.is-print-size-big {
    --inner-width: 1200px;
    --h5-font-size: 12px;
    --h5-line-height: 15px;
    --h5-letter-spacing: 0px;
    --legend-box-width: 15px;
    --legend-box-height: 9px;
    width: 700px; }
  .chart.is-print-size-small {
    --inner-width: 480px;
    --h5-font-size: 9px;
    --h5-line-height: 12px;
    --h5-letter-spacing: 0.15px;
    --legend-box-width: 13px;
    --legend-box-height: 7px;
    width: 360px; }
  .chart:not(.is-print-size-big):not(.is-print-size-small) .chart--copyright {
    display: none; }
  @media screen and (max-width: 480px) {
    .chart .legend--box {
      --legend-box-width: 13px;
      --legend-box-height: 7px; }
    .chart--downloads {
      margin-top: 3.6em; }
      .chart--downloads p {
        margin-bottom: 0.4em; } }

.chart-donut .donut-title {
  padding: 25px; }
  .chart-donut .donut-title span {
    display: inline-block; }

.chart-donut.is-small .donut-title {
  padding: 8px; }

@media screen and (max-width: 480px) {
  .chart-donut .legend--header {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 3px; } }

.chart-lines .title {
  padding-bottom: 15px; }

.chart-lines .axis-left .axis-label {
  padding-right: 8px;
  text-align: right; }

.chart-lines .line-axis-label {
  padding-top: 8px; }

.chart-lines .legend {
  padding-top: 2em; }

.chart-bars .title {
  padding-bottom: 15px; }

.chart-bars .axis-label {
  text-align: right; }

.chart-bars .axis-left .axis-label {
  padding-right: 8px; }

.chart-bars .axis-right .axis-label {
  padding-left: 8px; }

.chart-bars .bar-start-label {
  padding-top: 10px; }

.chart-bars .legend {
  padding-top: 2em; }

@media screen and (max-width: 768px) {
  .chart-bars .legend {
    padding-top: 2em; } }

.chart-image .chart--image.is-full {
  width: auto; }

.chart-image .chart--caption {
  padding-top: 1em; }

@media not screen and (max-width: 480px) {
  .chart-image.has-mobile .when-mobile {
    display: none; } }

@media screen and (max-width: 480px) {
  .chart-image.has-mobile .when-desktop {
    display: none; } }

.chart-image.is-print-size-big .chart--image.is-wide, .chart-image.is-print-size-small .chart--image.is-wide {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.chart-image.is-print-size-big.has-mobile .when-desktop {
  display: block !important; }

.chart-image.is-print-size-big.has-mobile .when-mobile {
  display: none !important; }

.chart-image.is-print-size-small.has-mobile .when-desktop {
  display: none !important; }

.chart-image.is-print-size-small.has-mobile .when-mobile {
  display: block !important; }

.chart-multiple-images--left h5 {
  margin-bottom: 1em; }

@media not screen and (max-width: 480px) {
  .chart-multiple-images--left {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .chart-multiple-images--left > * {
      flex: 0 0 auto;
      margin-left: 15px;
      margin-bottom: 1.5em; }
    .chart-multiple-images--left > * {
      width: calc(50% - 15px); }
  .chart-multiple-images--right {
    margin-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0416666667 - 15px); }
  .chart-multiple-images .chart--note {
    margin-left: calc(((var(--inner-width) - 60px) + 15px) * 0.0416666667 - 15px);
    margin-right: calc(((var(--inner-width) - 60px) + 15px) * 0.0416666667 - 15px); } }

@media screen and (max-width: 480px) {
  .chart-multiple-images--item {
    padding-bottom: 1.5em; }
    .chart-multiple-images--item .image {
      display: block;
      margin: 0 auto;
      width: calc(((var(--inner-width) - 30px) + 16px) * 0.75 - 16px); }
  .chart-multiple-images--right {
    margin: 0 auto;
    width: calc(((var(--inner-width) - 30px) + 16px) * 0.75 - 16px); }
  .chart-multiple-images .chart--note {
    margin-left: auto;
    margin-right: auto;
    width: calc(((var(--inner-width) - 30px) + 16px) * 0.75 - 16px); } }

.chart-forest500 .dot.is-on {
  background: #171717; }

.chart-forest500 table {
  margin-bottom: 30px; }

.chart-forest500 tbody td {
  text-align: right; }

.chart-forest500--tabs {
  margin-bottom: 32px; }

.chart-forest500--head {
  margin-bottom: 2em;
  overflow: hidden; }
  .chart-forest500--head .score {
    margin-bottom: 0; }
    .chart-forest500--head .score .dot:first-child {
      margin-left: 0; }

.chart-forest500--logos {
  text-align: right; }
  .chart-forest500--logos > * {
    margin-left: auto;
    display: block;
    text-align: right; }
  .chart-forest500--logos > *:not(:last-child) {
    margin-bottom: 2.5em; }

.chart-forest500--info {
  text-align: left; }
  .chart-forest500--info > *:not(:last-child) {
    margin-bottom: 1.5em; }
  .chart-forest500--info .-full {
    padding-top: 10px;
    width: 100%; }

@media screen and (min-width: 1101px) {
  .chart-forest500 .score {
    white-space: nowrap; }
  .chart-forest500 .score.is-mobile {
    display: none; }
  .chart-forest500--head {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1);
    align-items: center; }
    .chart-forest500--head > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .chart-forest500--head > * {
      width: calc(50% - 15px); }
  .chart-forest500--info {
    height: 100%;
    position: relative; }
  .chart-forest500 .tabs--dropdown {
    display: none; } }

@media screen and (max-width: 1100px) {
  .chart-forest500 .score {
    color: #171717; }
    .chart-forest500 .score span {
      opacity: 0.3; }
  .chart-forest500 .score.is-desktop {
    display: none; }
  .chart-forest500--head {
    display: flex;
    flex-direction: column; }
    .chart-forest500--head > *:first-child {
      order: 2; }
    .chart-forest500--head > *:last-child {
      order: 1; }
  .chart-forest500--logos {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 2em; }
    .chart-forest500--logos > * {
      flex: 0 0 auto; }
      .chart-forest500--logos > *:not(:first-child) {
        margin-left: 30px; }
    .chart-forest500--logos > * {
      flex: 0 1 auto;
      text-align: left;
      margin-bottom: 0 !important; }
  .chart-forest500 .tabs--buttons {
    display: none; } }

/*
.element-focus{
    background-color:rgba(red, 0.5);

    &--inside{
        background-color:rgba(black, 0.15);
    }
}
*/

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