@font-face {
  font-family: Gt America Mono Bold Trial;
  src: url('../fonts/GT-America-Mono-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Mono Light Trial;
  src: url('../fonts/GT-America-Mono-Light-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Mono Regular Trial;
  src: url('../fonts/GT-America-Mono-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Mono Medium Trial;
  src: url('../fonts/GT-America-Mono-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.42em;
  padding-right: 2.42em;
  display: block;
}

.container.nav.new {
  z-index: 2;
  position: relative;
}

.container.this {
  padding-left: 0;
  padding-right: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.tableau-embed {
  width: 100%;
}

.html-embed-2 {
  max-width: 100%;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.section {
  margin-top: 0;
  position: relative;
}

.section.yellow {
  background-color: #f1a827;
  margin-top: 0;
}

.section.yellow.red {
  z-index: 1;
  background-color: #da3833;
}

.section.top {
  margin-top: 4.5em;
}

.section.top.image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.top.m {
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.section.deep {
  background-color: #da3833;
}

.section.cta, .section.cta-copy {
  margin-top: 3.64em;
}

.div-block {
  width: 100%;
}

.tableau_embed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tableau_embed.global {
  width: 1366px;
  padding-left: 0;
  padding-right: 0;
}

.tableau_embed.global.media {
  z-index: 0;
  width: 1300px;
  position: relative;
}

.tableau_embed.global.media.this {
  width: 1366px;
}

.tableau_embed.other {
  width: 1000px;
  height: 100%;
}

.tableau_embed.other._900 {
  width: 900px;
}

.tableau_embed.other._600 {
  width: 600px;
}

.tableau_embed.other.auto {
  width: 500px;
  height: auto;
}

.tableau_embed.other.media {
  width: 1300px;
}

.tableau_embed._430, .tableau_embed._420 {
  width: 420px;
}

.body {
  font-size: 1vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-section_padding {
  margin-top: -24px;
  padding-top: 3.64em;
}

.main-section_padding.background {
  padding-top: 4.85em;
  padding-bottom: 4.85em;
}

.main-section_padding.background.bigger {
  padding-top: 6em;
  padding-bottom: 4em;
}

.main-section_padding.background.bigger.home.break {
  margin-top: 0;
  padding-top: 10em;
  padding-bottom: 10em;
}

.main-section_padding.top, .main-section_padding.cta {
  padding-top: 0;
}

.main-section_padding.split {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 3em;
  display: flex;
}

.main-section_padding.split.center {
  justify-content: center;
  align-items: center;
}

.main-section_padding.neg {
  margin-top: 0;
}

.navigation {
  z-index: 2;
  background-color: #231f20;
  position: sticky;
  top: 0;
}

.navigation.regions {
  background-color: #b90748;
}

.navigation.deep {
  background-color: #691b32;
}

.navigation.eassys {
  background-color: #da3833;
}

.navigation.new {
  z-index: 2;
}

.navigation-wrapper {
  justify-content: space-between;
  padding-top: 1.21em;
  padding-bottom: 1.82em;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 2.42em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.links-wrapper.regions {
  background-color: #0000;
}

.image {
  width: 17.21em;
}

.image.this {
  background-color: #231f20;
}

.image-2 {
  width: 9.64em;
}

.brand-link {
  margin-right: 40px;
}

.brand-link.w--current {
  margin-right: 2.42em;
}

.brand-link.second.w--current {
  margin-right: 3.03em;
}

.nav-link {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  line-height: .83;
}

.nav-link:hover {
  color: #ffffff80;
}

.nav-link.hide {
  display: none;
}

.text-block {
  color: #000;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.21em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-3 {
  grid-column-gap: 1.52em;
  padding-top: 1.21em;
  padding-bottom: 1.21em;
  display: flex;
}

.section-content.deep {
  padding-bottom: 3.03em;
}

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

.section-content.hide {
  display: none;
}

.section-content.hide.desktop {
  display: block;
}

.section-content._2023 {
  display: none;
}

.section-content.fix {
  max-width: 75.27em;
  margin-left: auto;
  margin-right: auto;
}

.section-content.fix.split {
  width: 20%;
  max-width: none;
}

.section-header {
  margin-left: 20px;
}

.section-header.essay {
  margin-top: 2.73em;
}

.section-header.top {
  margin-top: 3.03em;
}

.section-header.center {
  justify-content: center;
  align-items: center;
}

.section-header.ver {
  cursor: pointer;
  background-color: #000000d4;
  border: 3px solid #e50202;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: .5em 1em;
}

.section-header.ver.nod {
  background-color: #0000;
  border-style: none;
  margin-top: 2.5em;
  padding-left: 0;
  display: none;
}

.section-header.this {
  margin-left: 0;
}

.section-header.this.cent {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section-header.tt {
  margin-top: 4em;
  margin-left: 0;
}

.heading {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 3em;
  line-height: 1.26;
}

.heading.white {
  color: #fff;
  text-transform: none;
}

.heading.white.mobile {
  display: none;
}

.heading.non-cap {
  text-align: center;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.heading.center {
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 3em;
}

.heading.center._10 {
  width: 100%;
  padding-left: 0;
}

.heading.center.left {
  text-align: left;
  font-size: 3em;
  font-style: normal;
}

.heading.center.left.top {
  margin-top: .5em;
}

.heading.center.new {
  margin-bottom: 20px;
}

.heading.center.th {
  margin-bottom: 0;
}

.heading._2 {
  color: #fff;
  font-size: 2.1em;
  line-height: 1;
}

.heading.caps {
  text-transform: none;
}

.heading.region {
  margin-bottom: 20px;
  font-size: 2.5em;
}

.heading.region.centre {
  text-align: left;
}

.section-chart {
  width: 100%;
  margin-top: 3.03em;
  margin-left: auto;
  margin-right: auto;
}

.section-chart.bottom-margin {
  margin-top: 0;
  margin-bottom: 3.03em;
}

.section-chart.bottom-margin.res {
  position: relative;
}

.section-chart.both {
  margin-bottom: 3.03em;
}

.section-chart.both.essay {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.section-chart.both.essay.inv {
  grid-column-gap: 1em;
  flex-direction: row-reverse;
}

.section-chart.both.essay._2 {
  justify-content: space-between;
}

.section-sllider {
  margin-top: 3.03em;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slider.mobile, .slide-nav {
  display: none;
}

.text-block-2 {
  color: #000;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.26;
}

.text-block-2.white {
  color: #fff;
}

.div-block-4 {
  margin-top: .91em;
}

.image-3 {
  height: 30.3em;
}

.text-light {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.26;
  display: block;
}

.text-light.white {
  color: #fff;
  max-width: 22em;
}

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

.text-light.white.center._121 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-weight: 300;
}

.text-light.white._121 {
  margin-left: 0;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.21em;
  line-height: 1.26;
}

.text-light.essay {
  text-align: center;
  letter-spacing: -2px;
  text-transform: capitalize;
  max-width: none;
  font-size: 2.18em;
}

.text-light.essay.bold {
  text-align: left;
  text-transform: none;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-weight: 300;
}

.text-light.big {
  font-size: 2.5em;
}

.text-light.center {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-style: normal;
}

.text-light.center.more {
  margin-top: 35px;
}

.text-light.center.thiss {
  margin-bottom: 35px;
}

.text-light.test {
  font-family: Noto Sans, sans-serif;
}

.text-light.w {
  color: #fff;
  font-family: Gt America Mono Regular Trial, sans-serif;
  font-size: 1.8em;
}

.text-light.w.b {
  color: #000;
}

.text-light.top {
  margin-top: .5em;
  font-family: Gt America Mono Light Trial, sans-serif;
}

.div-block-5 {
  margin-top: .91em;
}

.div-block-6 {
  grid-column-gap: 2.12em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 30.3em) minmax(0, 30.3em) minmax(0, 30.3em);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.div-block-6._2 {
  grid-template-columns: minmax(0, 30.3em) minmax(0, 30.3em);
  place-content: stretch center;
  place-items: stretch stretch;
}

.right-arrow, .left-arrow {
  filter: invert();
}

.section-description {
  max-width: 75.27em;
  margin-top: 3.03em;
  margin-left: 1.21em;
  padding-left: 0;
}

.section-description.essay {
  max-width: 66.48em;
  margin: 4.85em auto;
}

.section-description.center {
  max-width: 77em;
  margin-left: auto;
  margin-right: auto;
}

.section-description.center.no-top {
  margin-top: 0;
}

.section-description.center.fix {
  max-width: none;
}

.section-description._0 {
  margin-left: 0;
}

.section-description.max {
  flex-flow: column;
  flex: 0 auto;
  max-width: none;
  margin-left: 0;
  display: block;
}

.section-description.max._0 {
  margin-top: 0;
}

.section-description.center {
  margin-left: auto;
  margin-right: auto;
}

.image-article {
  height: 16.97em;
}

.text-bold {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.17;
  position: static;
}

.div-block-7 {
  margin-top: 1.82em;
}

.button {
  text-align: center;
  background-color: #d62d26;
  border-radius: 25px;
  width: auto;
  padding: .5em 1.5em;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.26;
}

.button.smaller {
  font-size: 1.25em;
}

.button.top {
  margin-top: 1em;
}

.button.sign {
  padding-left: .5em;
  padding-right: .5em;
}

.button.sign.gov {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.button.regions {
  display: none;
}

.button.spaceing {
  margin-top: 1em;
  margin-bottom: 3em;
}

.footer {
  z-index: 4;
  background-color: #010101;
  margin-top: 3.64em;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  padding-top: 4.85em;
  padding-bottom: 4.85em;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 3em;
  margin-right: 3em;
  display: flex;
}

.div-block-8.max {
  grid-column-gap: 2em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 40em;
  height: 27.4em;
  position: absolute;
}

.div-block-8.max.dark {
  opacity: 1;
  background-color: #00000080;
}

.div-block-8.fix {
  margin-left: 3em;
  margin-right: 0;
}

.div-block-9 {
  margin-left: 0;
}

.text-block-3 {
  color: #fff;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.82em;
  line-height: 1.26;
}

.text-block-3.max {
  max-width: 12em;
}

.div-block-10 {
  grid-column-gap: 1.75em;
  margin-top: 1.21em;
  display: flex;
}

.image-4 {
  width: 3.64em;
}

.image-4.inv {
  filter: invert();
}

.text-block-4 {
  font-family: Gt America Mono Medium Trial, sans-serif;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.26;
}

.text-block-4.white {
  color: #fff;
}

.image-5 {
  width: 1.09em;
  margin-right: .61em;
}

.image-5.inv {
  transform: rotate(180deg);
}

.text-block-5 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: .91em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-11 {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-11.top {
  align-items: flex-start;
}

.div-block-12 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.image-6 {
  width: 13.03em;
}

.image-6.essay {
  width: 95.03em;
}

.link-block, .link-block-2 {
  color: #000;
  text-decoration: none;
}

.overlay {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/a.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.overlay.subsaharanafrica {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Tanzania-RC2TKEA61MV5P-protest-870x538.jpg');
  background-position: 0 0, 50% 100%;
}

.overlay.americas {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/d.jpg');
}

.overlay.asia-pacific {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Protest-China-embassy-London-RC2EQCALKNFA--870x581.avif');
}

.overlay.eca {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/2025-03-Reuters-RC24JDAOWB5M-TURKEY-OPPOSITION-PROTEST-870x580.avif');
  background-position: 0 0, 50%;
}

.overlay.mena {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Israel-Hamas-ceasefire-celebration-January-2015-1-870x580.jpg');
}

.body-2 {
  font-size: 1vw;
}

.section-facts {
  margin-top: 1.52em;
}

.section-facts.top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-transform: none;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.94em;
  font-weight: 700;
  line-height: 1.26;
}

.div-block-13 {
  border: 1px #000;
  justify-content: flex-start;
  height: 4.24em;
  margin-top: 1.21em;
  display: flex;
}

.div-block-13._90 {
  justify-content: flex-start;
  width: 88.75em;
  height: 5em;
}

.div-block-13._90._2 {
  height: 4.24em;
}

.div-block-14 {
  background-color: #691b32;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20.12em;
  height: 100%;
  display: flex;
}

.div-block-14._2 {
  width: 30.79em;
}

.div-block-14._2.region {
  width: 8.67em;
}

.div-block-14._2.region._2024 {
  width: 22em;
}

.div-block-14._2.americ {
  width: 25em;
}

.div-block-14._2.middle {
  width: 60em;
}

.div-block-14._2.asia {
  width: 37em;
}

.div-block-14._2.asia._2024 {
  width: 36em;
}

.div-block-14._2.this {
  width: 48em;
}

.div-block-14.region {
  width: 19.33em;
}

.div-block-14.region._2024.this {
  width: 23em;
}

.div-block-14._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-14.americ {
  width: 13em;
}

.div-block-14.americ._4 {
  background-color: #b90748;
  border-style: solid solid solid none;
  width: 2em;
}

.div-block-14.americ._5 {
  width: 9em;
}

.div-block-14.americ._5._2024 {
  width: 13em;
}

.div-block-14.middle {
  width: 45em;
}

.div-block-14.asia {
  width: 28em;
}

.div-block-14.this {
  width: 21em;
}

.text-lregular {
  color: #fff;
  font-family: Gt America Mono Regular Trial, sans-serif;
  font-size: 1.21em;
  font-weight: 400;
  line-height: 1.26;
}

.text-lregular.white {
  color: #fff;
  max-width: 28em;
}

.text-lregular.black {
  color: #000;
  font-weight: 400;
}

.text-lregular.max.mobile {
  display: none;
}

.text-lregular.more {
  font-size: 1.21em;
}

.text-lregular.less {
  font-size: 1em;
}

.div-block-15 {
  background-color: #b90748;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 13.33em;
  height: 100%;
  display: flex;
}

.div-block-15._2 {
  width: 24.67em;
}

.div-block-15._2.region {
  width: 25.76em;
}

.div-block-15._2.region._2024 {
  width: 18em;
}

.div-block-15._2.americ {
  width: 20em;
}

.div-block-15._2.americ._3 {
  border-left: 3px solid #fff;
  width: 22em;
}

.div-block-15._2.americ._3._1 {
  background-color: #691b32;
  width: 3em;
}

.div-block-15._2.americ._3._1._2024 {
  width: 4em;
}

.div-block-15._2.americ._3._22 {
  background-color: #b90748;
  width: 1em;
}

.div-block-15._2.americ._3._22._2024 {
  width: 3em;
}

.div-block-15._2.americ._3._4 {
  width: 18em;
}

.div-block-15._2.americ._3._4._2024 {
  width: 15em;
}

.div-block-15._2.americ._34 {
  width: 2em;
}

.div-block-15._2.americ._34._2024 {
  width: 3em;
}

.div-block-15._2.middle {
  width: 22em;
}

.div-block-15._2.asia {
  width: 32.7em;
}

.div-block-15._2.asia._2024 {
  width: 32em;
}

.div-block-15._2.this {
  width: 8.5em;
}

.div-block-15.region {
  width: 17.15em;
}

.div-block-15.region._2024.this {
  width: 20em;
}

.div-block-15._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-15.americ {
  background-color: #eb8a23;
  width: 13em;
}

.div-block-15.americ._2 {
  width: 3em;
}

.div-block-15.americ._2.this {
  width: 5em;
}

.div-block-15.americ._7 {
  width: 9em;
}

.div-block-15.americ._7._2024 {
  width: 15em;
}

.div-block-15.middle {
  width: 24em;
}

.div-block-15.asia {
  width: 15.5em;
}

.div-block-15.asia._2024, .div-block-15.this {
  width: 14em;
}

.div-block-16 {
  background-color: #eb8a23;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15.76em;
  height: 100%;
  display: flex;
}

.div-block-16._2 {
  width: 14.12em;
}

.div-block-16._2.region {
  width: 37.15em;
}

.div-block-16._2.region._2024 {
  width: 15em;
}

.div-block-16._2.americ {
  width: 11.6em;
}

.div-block-16._2.americ._3 {
  width: 22em;
}

.div-block-16._2.americ._3._2024 {
  width: 14em;
}

.div-block-16._2.middle {
  width: 4.5em;
}

.div-block-16._2.middle._2024 {
  width: 4em;
}

.div-block-16._2.asia {
  width: 15em;
}

.div-block-16._2.asia._2024, .div-block-16._2.this {
  width: 13em;
}

.div-block-16.region {
  width: 25.39em;
}

.div-block-16.region._2024.this {
  width: 19em;
}

.div-block-16._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-16.americ {
  background-color: #f1a827;
  width: 30em;
}

.div-block-16.americ._8 {
  width: 25em;
}

.div-block-16.americ._8._2024 {
  width: 15em;
}

.div-block-16.americ.herr {
  width: 29em;
}

.div-block-16.middle {
  width: 13.5em;
}

.div-block-16.asia {
  width: 17.5em;
}

.div-block-16.asia._2024 {
  width: 22em;
}

.div-block-16.this {
  width: 15em;
}

.div-block-17 {
  background-color: #f1a827;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 21.21em;
  height: 100%;
  display: flex;
}

.div-block-17._2 {
  width: 7.7em;
}

.div-block-17._2.region {
  width: 17.76em;
}

.div-block-17._2.region._2024 {
  width: 34.75em;
}

.div-block-17._2.americ {
  width: 45em;
}

.div-block-17._2.americ._7 {
  width: 44.6em;
}

.div-block-17._2.americ._7._2024 {
  width: 52em;
}

.div-block-17._2.americ._2024 {
  width: 43em;
}

.div-block-17._2.middle {
  width: 2em;
}

.div-block-17._2.middle._2024 {
  width: 3em;
}

.div-block-17._2.asia {
  width: 1em;
}

.div-block-17._2.asia._2024 {
  width: 3em;
}

.div-block-17._2.this {
  width: 5.5em;
}

.div-block-17.region {
  border-right: 3px solid #fff;
  width: 27.25em;
}

.div-block-17._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-17.americ {
  background-color: #00946e;
  border-right: 3px solid #fff;
  width: 37.5em;
}

.div-block-17.americ._9 {
  width: 43.5em;
}

.div-block-17.americ._9._2024 {
  width: 43em;
}

.div-block-17.middle {
  border-right: 3px solid #fff;
  width: 6em;
}

.div-block-17.asia {
  width: 15.5em;
}

.div-block-17.asia._2024 {
  width: 9em;
}

.div-block-17.asia2 {
  background-color: #00946e;
  border: 3px solid #fff;
  width: 12em;
}

.div-block-17.asia2._2024 {
  width: 15em;
}

.div-block-17.asia3 {
  background-color: #00946e;
  border: 3px solid #fff;
  width: 3em;
}

.div-block-17.asia3._2024 {
  width: 4em;
}

.div-block-17.this {
  width: 18.75em;
}

.div-block-18 {
  background-color: #00946e;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 18.55em;
  height: 100%;
  display: flex;
}

.div-block-18._2 {
  width: 11.64em;
}

.div-block-18._2.this {
  width: 13.75em;
}

.div-block-18._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-18.thi {
  width: 20em;
}

.div-block-19 {
  margin-top: 1.33em;
}

.div-block-19.more {
  margin-top: 3em;
}

.div-block-19.more.top {
  margin-top: 6em;
}

.div-block-19.more.top.center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-left: 0;
  display: flex;
}

.div-block-19.more.top.home {
  margin-top: 0;
  margin-bottom: 6em;
}

.div-block-20.center {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.div-block-20.center._0 {
  margin-bottom: 0;
}

.burger-wrapper {
  display: none;
}

.div-block-25 {
  grid-column-gap: 3em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4.06em;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 11em;
  font-weight: 100;
  line-height: 1.17;
}

.text-block-7.pink {
  color: #b90748;
}

.text-block-7.move {
  font-size: 11em;
  position: static;
  left: -.06em;
}

.text-block-8 {
  color: #fff;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.82em;
  font-weight: 300;
  line-height: 1.26;
}

.text-block-8.black {
  color: #000;
}

.text-block-8.less {
  text-align: center;
  font-size: 1.21em;
}

.div-block-26 {
  margin-top: 3.03em;
}

.div-block-27 {
  height: 44.24em;
  margin-top: 3.03em;
  margin-bottom: -150px;
}

.rich-text-block {
  direction: ltr;
  color: #000;
  -webkit-text-stroke-color: #000;
  text-indent: 0;
  white-space: normal;
  font-family: Roboto, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.43;
}

.div-block-28 {
  height: auto;
  margin-top: 3.03em;
}

.div-block-28.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #000;
  text-align: left;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 2.42em;
  font-weight: 700;
  line-height: 1.17;
}

.text-block-9.white.sm {
  color: #191919;
  margin-left: 0;
  font-size: 2.5em;
}

.text-block-9.hide.small {
  font-size: 1.88em;
}

.div-block-29 {
  margin-top: 1.82em;
}

.text-block-10 {
  color: #000;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.21em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-30 {
  margin-top: 1.88em;
}

.image-8 {
  cursor: pointer;
}

.div-block-8-copy {
  display: flex;
}

.text-field {
  margin-top: .6em;
}

.text-field-2 {
  color: #000;
  border-radius: 25px;
  width: 18em;
  height: 2.5em;
  margin-top: .4em;
  margin-bottom: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.sign-up {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-32 {
  background-color: #000000f2;
  border-radius: 20px;
  padding: 3em 2em 1em;
  position: relative;
}

.image-9 {
  filter: invert();
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.pre-loader {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-10 {
  width: 40em;
}

.div-block-33 {
  background-color: #000;
  border-radius: 20px;
  width: 25em;
  height: 8em;
  padding: 3em 2em 2em;
  display: block;
  position: absolute;
  inset: -4em 0% auto auto;
}

.div-block-33._1, .div-block-33._2, .div-block-33._3 {
  display: none;
}

.div-block-34 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-11 {
  filter: invert();
  cursor: pointer;
  width: 4em;
}

.div-block-35 {
  width: auto;
}

.image-12 {
  cursor: pointer;
  width: 4em;
}

.div-block-36 {
  width: auto;
}

.image-13, .image-14 {
  cursor: pointer;
  width: 4em;
}

.image-15 {
  filter: invert();
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.image-16 {
  cursor: pointer;
  width: 4em;
  position: sticky;
  inset: 0 0% auto auto;
}

.div-block-37 {
  z-index: 7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 5em;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 1em 1em auto;
}

.div-block-38 {
  background-color: #691b32;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20.12em;
  height: 100%;
  display: flex;
}

.div-block-38._0 {
  width: 100%;
}

.div-block-39 {
  background-color: #b90748;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 13.33em;
  height: 100%;
  display: flex;
}

.div-block-39._0 {
  width: 100%;
}

.div-block-40 {
  background-color: #00946e;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 18.55em;
  height: 100%;
  display: flex;
}

.div-block-40._0 {
  width: 100%;
}

.div-block-41 {
  background-color: #f1a827;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 21.21em;
  height: 100%;
  display: flex;
}

.div-block-41._0 {
  width: 100%;
}

.div-block-42 {
  background-color: #eb8a23;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15.76em;
  height: 100%;
  display: flex;
}

.div-block-42._0 {
  width: 100%;
}

.div-block-43 {
  border: 1px #000;
  justify-content: flex-start;
  height: 4.24em;
  margin-top: 1.21em;
  display: flex;
}

.div-block-43._90 {
  justify-content: flex-start;
  width: 88.75em;
  height: 3.25em;
}

.div-block-44 {
  margin-top: 1.33em;
}

.div-block-44.more {
  margin-top: 3em;
}

.div-block-44.more.top {
  margin-top: 6em;
}

.image-17 {
  filter: invert();
  cursor: pointer;
  width: 4em;
}

.div-block-45 {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-18 {
  cursor: pointer;
  width: 4em;
}

.div-block-46 {
  width: auto;
}

.div-block-47 {
  background-color: #000;
  border-radius: 20px;
  width: 25em;
  height: 8em;
  padding: 3em 2em 2em;
  display: block;
  position: absolute;
  inset: -4em 0% auto auto;
}

.div-block-47._2 {
  display: none;
}

.image-19 {
  filter: invert();
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.div-block-48.center {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.image-20 {
  cursor: pointer;
  width: 4em;
}

.div-block-49 {
  width: auto;
}

.image-21 {
  cursor: pointer;
  width: 4em;
}

.text-block-11 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: .91em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-50 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-22 {
  width: 1.09em;
  margin-right: .61em;
}

.image-23 {
  filter: invert();
  cursor: pointer;
  width: 4em;
}

.div-block-51 {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-24 {
  cursor: pointer;
  width: 4em;
}

.div-block-52 {
  width: auto;
}

.image-25 {
  filter: invert();
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.div-block-53.center {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.div-block-53.center.split {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.image-26 {
  cursor: pointer;
  width: 4em;
}

.div-block-54 {
  width: auto;
}

.image-27 {
  cursor: pointer;
  width: 4em;
}

.text-block-12 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: .91em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-55 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-28 {
  width: 1.09em;
  margin-right: .61em;
}

.link-block-3 {
  cursor: pointer;
}

.link-block-3:hover {
  filter: sepia();
}

.image-29 {
  cursor: ne-resize;
}

.image-30 {
  cursor: pointer;
}

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

.purpl {
  background-color: #691b32;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20.12em;
  height: 100%;
  display: flex;
}

.purpl._2 {
  width: 30.79em;
}

.purpl._2.region {
  width: 8.67em;
}

.purpl._2.americ {
  width: 7em;
}

.purpl.region {
  width: 19.33em;
}

.purpl._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.purpl.americ {
  background-color: #b90748;
  border-style: solid solid solid none;
  width: 5em;
}

.purpl.americ.this {
  width: 4em;
}

.gfh {
  background-color: #b90748;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 13.33em;
  height: 100%;
  display: flex;
}

.gfh._2 {
  width: 24.67em;
}

.gfh._2.region {
  width: 25.76em;
}

.gfh._2.americ {
  background-color: #b90748;
  border-right: 3px solid #fff;
  width: 6em;
  display: flex;
}

.gfh._2.americ._3 {
  border-left: 3px solid #fff;
  width: 22em;
}

.gfh._2.americ._33 {
  width: 5em;
}

.gfh._2.americ._33._2024 {
  width: 6em;
}

.gfh.region {
  width: 17.15em;
}

.gfh._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.gfh.americ {
  background-color: #eb8a23;
  width: 13em;
}

.gfh.americ._2 {
  width: 3em;
}

.colapsible.top {
  margin-top: 5em;
  padding-top: 0;
}

.answer {
  margin-top: 1em;
}

.text-span {
  cursor: pointer;
}

.text-span-2 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-weight: 700;
}

.image-31 {
  width: 60em;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  font-family: Gt America Mono Bold Trial, sans-serif;
}

.heading-3 {
  text-align: left;
  margin-top: -38px;
  font-family: Gt America Mono Bold Trial, sans-serif;
}

.heading-4 {
  color: #181818;
  text-align: left;
  align-self: center;
  font-family: Gt America Mono Bold Trial, sans-serif;
}

.heading-4.light {
  margin-bottom: -9px;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.heading-4.light.edit {
  color: #fff;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text {
  font-family: Gt America Mono Bold Trial, sans-serif;
}

.bold-text.more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.bold-text-2 {
  text-align: center;
  font-family: Gt America Mono Bold Trial, sans-serif;
}

.bold-text-2.white {
  text-align: left;
  width: 400px;
  height: 200px;
  margin-left: -1.4em;
}

.bold-text-2.more {
  font-size: 20px;
}

.italic-text {
  font-size: 1.4em;
  font-style: normal;
}

.div-block-56 {
  width: 50%;
}

.div-block-57, .div-block-58 {
  margin-top: 2em;
}

.image-32 {
  width: 600px;
}

.div-block-59 {
  margin-top: 2em;
}

.italic-text-2 {
  font-size: 1.4em;
}

.white {
  color: #fff;
  margin-left: 1em;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 3em;
  line-height: 1.1;
}

.little {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 1.4em;
}

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

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

.image-33 {
  filter: invert();
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-popup_component-2 {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-prefernce-component {
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.arrow {
  display: block;
}

.arrow.desk {
  display: none;
}

.image-34, .image-35 {
  width: 500px;
}

.image-36 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  width: 500px;
}

.image-38 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image-39 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.country {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-40, .count {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2em;
  display: grid;
}

.div-block-64 {
  background-color: #f1a827;
  border-radius: 20px;
  padding: 2em 1em;
}

.text-block-13 {
  color: #000;
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: 2em;
  line-height: 1.15;
}

.image-41 {
  margin-bottom: 2em;
}

.image-41.desktop {
  text-align: left;
  vertical-align: baseline;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-41.mobile {
  display: none;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie {
  display: block;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  line-height: 1.26em;
}

.div-block-65 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #72727200;
  background-image: url('../images/shutterstock_2229409497-1_1shutterstock_2229409497 1.webp');
  background-repeat: repeat-x;
  background-size: auto;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  height: 75em;
  display: flex;
  overflow: hidden;
}

.div-block-65._2 {
  background-image: url('../images/p16-GBV-protest-2-1_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 50em;
  display: flex;
  overflow: visible;
}

.text-block-14 {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 2em;
  margin-left: .7em;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 5em;
  line-height: 1.4;
}

.div-block-66 {
  background-color: #d62d26;
  width: 40em;
  height: auto;
  margin-left: auto;
  margin-right: 3em;
  padding: 2em 2em 2em 4.4em;
  position: relative;
  top: -850px;
  left: -400px;
}

.div-block-66._2 {
  background-color: #000c;
  top: auto;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-68 {
  background-color: #000000bf;
  padding: 2em 3em;
}

.div-block-69 {
  background-color: #d62d26;
  display: flex;
}

.div-block-69.w {
  background-color: #fff;
}

.div-block-70 {
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
}

.div-block-70.down {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: Gt America Mono Regular Trial, sans-serif;
  font-size: 4.3em;
  line-height: 1.1;
}

.text-block-15.b {
  color: #000;
}

.div-block-71 {
  width: 50%;
  padding: 3em;
}

.div-block-72 {
  overflow: visible;
}

.text-span-5, .text-span-6 {
  color: #000;
}

.div-block-73 {
  margin-top: 3em;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: ". . . Area"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  opacity: 1;
  filter: blur();
  object-fit: cover;
  border-radius: 0%;
  width: 240px;
  height: 270px;
  margin-bottom: 24px;
  transition: opacity .2s;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-74 {
  display: block;
  position: relative;
}

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

.div-block-75 {
  opacity: 0;
  background-color: #0000;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  padding-top: 1em;
  display: none;
  position: absolute;
}

.link-block-4 {
  background-color: #101010;
  flex: 0 auto;
  width: auto;
  padding: 1.5em 2em;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.link-block-4:hover {
  background-color: #373030;
}

.div-block-76 {
  opacity: 0;
  background-color: #0000;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  padding-top: 1em;
  display: none;
  position: absolute;
}

.div-block-76.show {
  opacity: 0;
  width: 30em;
  display: none;
}

.image-42 {
  filter: invert();
  width: 1.1em;
  margin-left: .4em;
}

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

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

.link-block-5 {
  background-color: #8d5353;
}

.link-block-5.w--current {
  background-color: #0000;
}

.link-block-5.this.w--current {
  background-color: #231f20;
}

.div-block-79 {
  background-image: url('../images/London_May_14_Palestine_Protests_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.container-4 {
  background-color: #000;
  width: 200px;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  overflow: scroll;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-3 {
  color: #fff;
  font-size: 16px;
}

.paragraph-4 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
  width: auto;
  font-size: 18px;
  position: static;
}

.div-block-80 {
  background-color: #000;
  position: relative;
  top: 173px;
}

.table-wrapper {
  margin-top: 1.56em;
}

.table-row._3 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  display: flex;
}

.table-row._2 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  margin-top: 1.3em;
  display: flex;
}

.table-row._2.first {
  margin-bottom: 3em;
}

.table-element {
  border-radius: 1.04em;
  width: 30.99em;
  padding: 1.04em;
  box-shadow: 0 4px 43px #00000026;
}

.table-element.hide {
  opacity: 0;
}

.country-name {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .2em;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.26;
}

.country-name.white {
  color: #fff;
  text-transform: none;
}

.country-name.white.mobile {
  display: none;
}

.country-name.non-cap {
  text-align: left;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.country-name.center {
  text-align: center;
  text-transform: none;
}

.country-name.center._10 {
  width: 100%;
  padding-left: 0;
}

.country-name._2 {
  color: #fff;
  font-size: 2.1em;
  line-height: 1;
}

.country-name.caps {
  text-transform: none;
}

.separator {
  background-color: #000;
  height: .1em;
}

.separator.top {
  margin-top: .5em;
}

.middle-section {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em 1.04em;
  display: flex;
}

.text-medium {
  color: #fff;
  font-family: Gt America Mono Regular Trial, sans-serif;
  font-size: 1.21em;
  font-weight: 400;
  line-height: 1.26;
}

.text-medium.white {
  color: #fff;
  max-width: 28em;
}

.text-medium.black {
  color: #000;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.67em;
  font-weight: 400;
  position: static;
}

.text-medium.max.mobile {
  display: none;
}

.text-medium.more {
  font-size: 1.75em;
}

.text-medium.less {
  font-size: 1em;
}

.div-block-81 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.image-43 {
  width: 2.6em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.gradient {
  width: 28.91em;
}

.gradient.inv {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.gradient-wrapper {
  margin-top: .78em;
}

.heading-5 {
  text-align: center;
  font-family: Gt America Mono Medium Trial, sans-serif;
  font-size: 28px;
}

.text-block-16 {
  text-align: center;
  font-size: 18px;
}

.div-block-82 {
  margin-left: 40px;
  padding-right: 40px;
}

.image-44 {
  background-color: #63636336;
}

.div-block-83 {
  background-image: url('../images/-Alessandra-Sampaio-Brazil.-REUTERSPilar-Olivares_1.avif');
  background-position: 50% 100%;
  background-size: auto;
}

.container-5 {
  width: 1500px;
  height: 1000px;
}

.div-block-84 {
  background-image: linear-gradient(#0009, #0009), url('../images/-Alessandra-Sampaio-Brazil.-REUTERSPilar-Olivares_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.bold-text-4 {
  width: 100px;
  height: 100px;
}

.text-light.quote {
  font-weight: 300;
}

.div-block-85 {
  display: inline-block;
}

.gap-wider {
  padding-bottom: 35px;
}

.gap-wide {
  padding-bottom: 20px;
}

.gap-sentence {
  padding-bottom: 10px;
}

.subheading {
  text-align: center;
  font-family: Gt America Mono Regular Trial, sans-serif;
  font-weight: 400;
}

.rich-text-block-2 {
  aspect-ratio: auto;
  letter-spacing: normal;
  text-indent: 0;
  width: 500px;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.26em;
  display: block;
}

.list-item {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.list-item-2 {
  font-size: 1.1rem;
  line-height: 1.1em;
}

.list-item-3, .list-item-4 {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.bold-text-5 {
  font-weight: 400;
}

.italic-text-3 {
  text-indent: 20px;
}

.block-quote {
  font-weight: 400;
}

.section-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.press {
  padding-left: 10px;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.quick-stack {
  position: relative;
}

.div-block-90 {
  width: 50%;
}

.placeholder {
  z-index: 1;
  width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.placeholder.desktop {
  display: block;
}

.placeholder.desktop.more {
  width: 1366px;
  display: block;
}

.placeholder.mobile {
  display: none;
}

.image-45 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.image-46 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  overflow: visible;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 30px;
  display: grid;
}

.bold-text-7 {
  display: block;
}

.bold-text-7.less {
  font-size: .75em;
}

.text-span-10 {
  font-weight: 700;
}

.italic-text-4 {
  font-style: normal;
}

.div-block-92 {
  background-color: #b90748;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 13.33em;
  height: 100%;
  display: flex;
}

.div-block-92.this {
  width: 13em;
}

.div-block-92._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-92._2 {
  width: 24.67em;
}

.div-block-92._2.this {
  width: 23.75em;
}

.div-block-93 {
  background-color: #00946e;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 18.55em;
  height: 100%;
  display: flex;
}

.div-block-93.thi {
  width: 18em;
}

.div-block-93._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-93._2 {
  width: 11.64em;
}

.div-block-93._2.this {
  width: 10em;
}

.div-block-94 {
  background-color: #eb8a23;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15.76em;
  height: 100%;
  display: flex;
}

.div-block-94._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-94._2 {
  width: 14.12em;
}

.div-block-94._2.this {
  width: 8em;
}

.div-block-94.this {
  width: 13em;
}

.div-block-95 {
  margin-top: 1.33em;
}

.div-block-95.more {
  margin-top: 3em;
}

.div-block-95.more.top {
  margin-top: 6em;
}

.div-block-95.more.top.home {
  margin-top: 0;
  margin-bottom: 6em;
}

.div-block-96 {
  background-color: #691b32;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20.12em;
  height: 100%;
  display: flex;
}

.div-block-96._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-96.this {
  width: 24em;
}

.div-block-96._2 {
  width: 30.79em;
}

.div-block-96._2.this {
  width: 39em;
}

.div-block-97 {
  border: 1px #000;
  justify-content: flex-start;
  height: 4.24em;
  margin-top: 1.21em;
  display: flex;
}

.div-block-97._90 {
  justify-content: flex-start;
  width: 88.75em;
  height: 5em;
}

.div-block-99 {
  background-color: #f1a827;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 21.21em;
  height: 100%;
  display: flex;
}

.div-block-99._2 {
  width: 7.7em;
}

.div-block-99._2.this {
  width: 8em;
}

.div-block-99._0 {
  grid-row-gap: .3em;
  flex-direction: column;
  width: 100%;
}

.div-block-99.this {
  width: 20.75em;
}

.text-block-17 {
  color: #fff;
  text-transform: none;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 1.94em;
  font-weight: 700;
  line-height: 1.26;
}

.blok {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.text-span-11, .text-span-12 {
  font-weight: 700;
}

.image-48 {
  width: 1.09em;
  margin-right: .61em;
}

.heading-6 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gt America Mono Bold Trial, sans-serif;
  font-size: 3em;
  line-height: 1.26;
}

.heading-6.region {
  font-size: 2.5em;
}

.div-block-100 {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-block-18 {
  font-family: Gt America Mono Light Trial, sans-serif;
  font-size: .91em;
  font-weight: 300;
  line-height: 1.26;
}

.div-block-101 {
  width: auto;
}

.image-49, .image-50, .image-51 {
  cursor: pointer;
  width: 4em;
}

.div-block-102.center {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.div-block-103 {
  width: auto;
}

.image-52 {
  filter: invert();
  cursor: pointer;
  width: 4em;
}

.div-block-104 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-53 {
  filter: invert();
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1em 1em auto auto;
}

@media screen and (min-width: 1440px) {
  .tableau_embed.global.media {
    width: 1300px;
  }

  .tableau_embed.global.media.this {
    width: 1366px;
  }

  .tableau_embed.other.media {
    width: 1300px;
    height: auto;
  }

  .main-section_padding.background.bigger.home {
    padding-bottom: 6em;
  }

  .section-content._2023 {
    display: none;
  }

  .section-content.fix {
    max-width: 75.27em;
    margin-left: auto;
    margin-right: auto;
  }

  .section-header.rel {
    position: relative;
  }

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

  .heading.center.left.top {
    margin-top: .5em;
  }

  .section-description.center.fix {
    max-width: none;
  }

  .section-description.max.this {
    margin-bottom: 3em;
  }

  .button.sign {
    padding: .75em;
  }

  .button.regions {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .div-block-13._90.home {
    width: 95em;
  }

  .div-block-14._2.region._2024 {
    width: 22em;
  }

  .div-block-14._2.middle._2024 {
    width: 59.5em;
  }

  .div-block-14._2.asia._2024 {
    width: 36em;
  }

  .div-block-14._2.this {
    width: 48em;
  }

  .div-block-14.region._2024.this {
    width: 23em;
  }

  .div-block-14.americ._5._2024 {
    width: 13em;
  }

  .div-block-14.this {
    width: 21em;
  }

  .text-lregular.black {
    font-size: 1.2em;
  }

  .div-block-15._2.region._2024 {
    width: 18em;
  }

  .div-block-15._2.americ._3._1._2024 {
    width: 4em;
  }

  .div-block-15._2.americ._3._22._2024 {
    width: 3em;
  }

  .div-block-15._2.americ._3._4._2024 {
    width: 15em;
  }

  .div-block-15._2.asia._2024 {
    width: 32em;
  }

  .div-block-15._2.this {
    width: 8.5em;
  }

  .div-block-15.region._2024.this {
    width: 20em;
  }

  .div-block-15.americ._2.this {
    width: 5em;
  }

  .div-block-15.americ._7._2024 {
    width: 15em;
  }

  .div-block-15.asia._2024, .div-block-15.this {
    width: 14em;
  }

  .div-block-16._2.region._2024 {
    width: 15em;
  }

  .div-block-16._2.americ._3._2024 {
    width: 14em;
  }

  .div-block-16._2.asia._2024, .div-block-16._2.this {
    width: 13em;
  }

  .div-block-16.region._2024.this {
    width: 19em;
  }

  .div-block-16.americ._8._2024 {
    width: 15em;
  }

  .div-block-16.americ.herr {
    width: 29em;
  }

  .div-block-16.asia._2024 {
    width: 22em;
  }

  .div-block-16.this {
    width: 15em;
  }

  .div-block-17._2.region._2024 {
    width: 34.75em;
  }

  .div-block-17._2.americ._7._2024 {
    width: 52em;
  }

  .div-block-17._2.americ._2024 {
    width: 43em;
  }

  .div-block-17._2.this {
    width: 5.5em;
  }

  .div-block-17.region {
    width: 27.25em;
  }

  .div-block-17.americ._9._2024 {
    width: 43em;
  }

  .div-block-17.asia._2024 {
    width: 9em;
  }

  .div-block-17.asia2._2024 {
    width: 15em;
  }

  .div-block-17.this {
    width: 18.75em;
  }

  .div-block-18._2.this {
    width: 13.75em;
  }

  .div-block-18.thi {
    width: 20em;
  }

  .div-block-19.more.top.center {
    margin-top: -2em;
    margin-bottom: -25px;
    padding-bottom: 0;
  }

  .div-block-25 {
    grid-column-gap: 3em;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .purpl.americ.this {
    width: 4em;
  }

  .heading-4.light.edit {
    color: #fff;
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-75 {
    opacity: 0;
    display: none;
  }

  .image-42 {
    width: 1.1em;
    margin-left: .4em;
  }

  .table-wrapper {
    margin-top: 1.56em;
  }

  .table-row._3, .table-row._2 {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .table-row._2.first {
    margin-bottom: 4em;
  }

  .table-element {
    width: 30.95em;
  }

  .table-element.hide {
    opacity: 0;
  }

  .country-name {
    direction: ltr;
    text-transform: none;
    font-family: Gt America Mono Bold Trial, sans-serif;
    font-size: 1.86em;
    line-height: 1.26;
  }

  .separator.top {
    margin-top: .5em;
  }

  .middle-section {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    padding: 1.5em .5em;
  }

  .image-43 {
    width: 2em;
  }

  .gradient.inv {
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .text-span-7, .text-span-8, .text-span-9 {
    text-decoration: underline;
  }

  .div-block-85 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: inline-block;
  }

  .placeholder.desktop.more {
    display: block;
    position: absolute;
  }

  .bold-text-7.less {
    font-size: .85em;
  }

  .div-block-92.this {
    width: 13em;
  }

  .div-block-92._2.this {
    width: 23.75em;
  }

  .div-block-93.thi {
    width: 18em;
  }

  .div-block-93._2.this {
    width: 10em;
  }

  .div-block-94._2.this {
    width: 8em;
  }

  .div-block-94.this {
    width: 13em;
  }

  .div-block-96.this {
    width: 24em;
  }

  .div-block-96._2.this {
    width: 39em;
  }

  .div-block-97 {
    justify-content: center;
    align-items: center;
  }

  .div-block-97._90.home {
    width: 95em;
  }

  .div-block-99._2.this {
    width: 8em;
  }

  .div-block-99.this {
    width: 20.75em;
  }
}

@media screen and (min-width: 1920px) {
  .tableau_embed.global.media, .tableau_embed.other.media {
    width: 1300px;
  }

  .section-description.center {
    max-width: 77em;
  }

  .div-block-53.center.split {
    flex-flow: row;
  }

  .bold-text.more {
    margin-bottom: 10px;
  }

  .placeholder {
    width: 1500px;
    height: auto;
  }

  .blok {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100em;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .main-section_padding.split {
    flex-flow: column;
  }

  .links-wrapper.regions {
    z-index: 9;
    grid-row-gap: 20px;
    background-color: #691b32;
    flex-direction: column;
    align-items: center;
    height: 400px;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .nav-link {
    font-size: 1.3em;
  }

  .section-content.fix.split {
    width: auto;
  }

  .body-3 {
    font-size: 1vw;
  }

  .burger-wrapper {
    display: block;
  }

  .image-7 {
    filter: invert();
  }

  .heading-4.light.edit {
    color: #fff;
    background-color: #000;
  }

  .body-4 {
    font-size: 16px;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .div-block-90 {
    width: auto;
  }

  .div-block-91 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .body-4 {
    font-size: 18px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item {
    padding-right: 40px;
  }

  .placeholder.desktop {
    display: none;
  }

  .placeholder.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav {
    position: relative;
  }

  .container.this {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-three {
    flex-direction: column;
  }

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

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .section.top {
    margin-top: 40px;
  }

  .section.top.m {
    height: auto;
  }

  .page-wrapper {
    z-index: 1;
    position: relative;
  }

  .tableau_embed.global, .tableau_embed.global.media, .tableau_embed.global.media.this, .tableau_embed.other, .tableau_embed.other._900, .tableau_embed.other._600, .tableau_embed.other.auto, .tableau_embed.other.media, .tableau_embed._420 {
    width: 335px;
  }

  .main-section_padding {
    padding-top: 30px;
  }

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

  .main-section_padding.background.bigger {
    padding-top: 4em;
  }

  .main-section_padding.fix {
    margin-top: 0;
  }

  .main-section_padding.split {
    padding-top: 1.5em;
    padding-bottom: 2em;
  }

  .navigation {
    z-index: 2;
    position: relative;
  }

  .navigation.new {
    z-index: 9999999;
  }

  .navigation-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .links-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 20px;
    background-color: #231f20;
    flex-direction: column;
    order: 0;
    align-items: center;
    height: 550px;
    padding-top: 0;
    display: none;
    position: absolute;
    inset: 97px 0% 0%;
  }

  .links-wrapper.regions {
    background-color: #691b32;
  }

  .links-wrapper.essays {
    background-color: #da3833;
  }

  .image {
    background-color: #231f20;
    width: 150px;
  }

  .image.deep {
    background-color: #691b32;
  }

  .image.esss {
    background-color: #da3833;
  }

  .image.reg {
    background-color: #b90748;
  }

  .image-2 {
    width: 110px;
  }

  .image-2._2 {
    width: 150px;
  }

  .brand-link {
    margin-right: 20px;
  }

  .brand-link.w--current {
    margin-right: 10px;
  }

  .brand-link.second {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .brand-link.second.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
    display: flex;
  }

  .brand-link.nav {
    margin-right: 10px;
  }

  .nav-link {
    font-size: 20px;
    display: block;
  }

  .nav-link.sub {
    font-family: Gt America Mono Light Trial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
  }

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

  .div-block-3 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-content.deep {
    padding-bottom: 40px;
  }

  .section-content.hide, .section-content.hide.desktop {
    display: none;
  }

  .section-header {
    flex-direction: column;
  }

  .section-header.ver {
    align-items: center;
    font-size: 12px;
  }

  .section-header.ver.nod {
    background-color: #000000d1;
    border-style: solid;
    margin-left: 0;
    padding-left: 1em;
    display: flex;
  }

  .section-header.this {
    margin-left: 0;
  }

  .heading {
    font-size: 35px;
  }

  .heading.white {
    display: block;
  }

  .heading.white.desktop {
    display: none;
  }

  .heading.white.mobile {
    line-height: 1.1;
    display: block;
  }

  .heading.non-cap {
    font-size: 36px;
  }

  .heading.center {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .heading.center.thid {
    font-size: 35px;
  }

  .heading.center.left {
    text-align: left;
    font-size: 30px;
  }

  .heading.center.left.top {
    margin-top: 20px;
  }

  .heading.center.new {
    margin-bottom: 15px;
  }

  .heading._2 {
    font-size: 1.9em;
  }

  .section-chart {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-chart.bottom-margin, .section-chart.both {
    margin-bottom: 30px;
  }

  .section-chart.both.essay {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .section-chart.both.essay.inv {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .section-chart.both.essay.vert {
    flex-direction: column;
  }

  .section-sllider {
    margin-top: 30px;
  }

  .slider.dekstop {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

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

  .image-3 {
    height: 100%;
  }

  .text-light {
    padding-top: 25px;
    font-size: 16px;
  }

  .text-light.essay {
    font-size: 22px;
  }

  .text-light.essay.bold {
    font-size: 20px;
    font-weight: 700;
  }

  .text-light.w {
    font-size: 16px;
    line-height: 1.4;
  }

  .div-block-5 {
    margin-top: 15px;
  }

  .div-block-6 {
    grid-template-columns: 100%;
    display: block;
  }

  .section-description {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .section-description.essay {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-description.center {
    margin-top: 30px;
  }

  .section-description._0, .section-description.max._2, .section-description.max._6 {
    margin-top: 2em;
  }

  .section-description.max.fix {
    margin-top: 30px;
  }

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

  .text-bold {
    font-size: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .button {
    margin-left: 0;
    font-size: 18px;
  }

  .button.sign {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 30px;
  }

  .div-block-8.max {
    width: 100%;
    height: auto;
  }

  .div-block-8.max.dark {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .div-block-8.fix {
    margin-left: 0;
  }

  .div-block-9 {
    margin-top: 30px;
    margin-left: 0;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    margin-top: 15px;
  }

  .image-4 {
    width: 50px;
  }

  .text-block-4 {
    font-size: 18px;
  }

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

  .image-5 {
    width: 15px;
    margin-right: 10px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-5.this {
    font-size: 14px;
    line-height: 1;
  }

  .div-block-12 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .image-6 {
    width: 200px;
  }

  .image-6.essay {
    width: 100%;
  }

  .section-facts {
    margin-top: 30px;
  }

  .section-facts.top {
    justify-content: center;
    align-items: center;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .div-block-13 {
    width: 25em;
    height: 60px;
    margin-top: 10px;
  }

  .div-block-13._90 {
    width: 25em;
  }

  .div-block-14 {
    border-width: 1px;
  }

  .div-block-14._2.americ._2024 {
    width: 26em;
  }

  .div-block-14._2.middle._2024 {
    width: 55em;
  }

  .text-lregular {
    text-align: center;
    text-transform: none;
    font-size: 10px;
  }

  .text-lregular.black {
    font-size: 12px;
  }

  .text-lregular.max {
    max-width: none;
  }

  .text-lregular.max.desktop {
    display: none;
  }

  .text-lregular.max.mobile {
    display: block;
  }

  .text-lregular.more {
    font-size: 14px;
  }

  .div-block-15 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .div-block-15._2.americ._3._1, .div-block-15._2.americ._3._22, .div-block-15._2.americ._3._4 {
    border-left-width: 1px;
  }

  .div-block-15._2.americ._34._2024 {
    width: 5em;
  }

  .div-block-16 {
    border-width: 1px;
  }

  .div-block-16._2.middle._2024 {
    width: 6em;
  }

  .div-block-17 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .div-block-17._2.americ {
    border-right-width: 1px;
  }

  .div-block-17._2.americ._2024 {
    width: 36em;
  }

  .div-block-17._2.middle._2024 {
    width: 5em;
  }

  .div-block-17.region, .div-block-17.americ, .div-block-17.middle {
    border-right-width: 1px;
  }

  .div-block-17.asia2, .div-block-17.asia3, .div-block-18 {
    border-width: 1px;
  }

  .div-block-19.more, .div-block-19.more.this {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-3 {
    font-size: 2vw;
  }

  .div-block-20 {
    margin-top: 15px;
  }

  .div-block-21, .div-block-22 {
    margin-top: 10px;
  }

  .div-block-23 {
    margin-top: 40px;
  }

  .div-block-24 {
    margin-top: 50px;
  }

  .burger-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7 {
    filter: invert();
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    width: 30px;
  }

  .div-block-25 {
    grid-column-gap: 0em;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 20px;
  }

  .text-block-7, .text-block-7.move {
    font-size: 110px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .text-block-8.less {
    font-size: 1em;
  }

  .div-block-26.less {
    margin-top: 2em;
  }

  .div-block-27 {
    height: auto;
  }

  .rich-text-block {
    font-size: 20px;
  }

  .text-block-9 {
    font-size: 25px;
  }

  .text-block-9.white.sm {
    color: #fff;
    margin-left: 0;
    font-size: 25px;
  }

  .text-block-9.white.sm.hide, .text-block-9.hide {
    display: none;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .sign-up {
    margin-bottom: 50px;
    display: none;
    inset: auto 0% 0%;
  }

  .pre-loader {
    z-index: 2147483647;
    display: none;
  }

  .image-10 {
    width: auto;
  }

  .div-block-38 {
    border-width: 1px;
  }

  .div-block-39 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .div-block-40 {
    border-width: 1px;
  }

  .div-block-41 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .div-block-42 {
    border-width: 1px;
  }

  .div-block-43 {
    height: 60px;
    margin-top: 10px;
  }

  .div-block-48 {
    margin-top: 15px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .text-block-11.this {
    font-size: 14px;
    line-height: 1;
  }

  .image-22 {
    width: 15px;
    margin-right: 10px;
  }

  .div-block-53 {
    margin-top: 15px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .text-block-12.this {
    font-size: 14px;
    line-height: 1;
  }

  .text-block-12.this.gov {
    font-size: 10px;
  }

  .image-28 {
    width: 15px;
    margin-right: 10px;
  }

  .purpl {
    border-width: 1px;
  }

  .gfh {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .gfh._2.americ._33._2024 {
    width: 7em;
  }

  .heading-2 {
    font-size: 28px;
  }

  .bold-text.more {
    font-size: 16px;
  }

  .italic-text {
    font-size: 1em;
  }

  .text-span-3 {
    font-size: 22px;
    font-weight: 300;
  }

  .text-span-4 {
    font-size: 22px;
  }

  .italic-text-2 {
    font-size: 1em;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component-2 {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .arrow {
    width: 2.5em;
    display: block;
  }

  .arrow.desk {
    display: block;
  }

  .div-block-63 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .bold-text-3 {
    color: #000;
  }

  .image-41.desktop {
    display: none;
  }

  .image-41.mobile {
    display: block;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .div-block-65 {
    background-image: linear-gradient(#0000, #0000), url('../images/shutterstock_2229409497-1_1shutterstock_2229409497 1.webp');
    background-position: 0 0, 50% 0;
    height: 74em;
  }

  .text-block-14 {
    margin-top: 30px;
    margin-left: 15px;
    font-size: 40px;
  }

  .div-block-66 {
    background-color: #d62d26cc;
    width: auto;
    margin-right: auto;
    padding: 20px 15px;
  }

  .div-block-68 {
    padding: 20px 15px;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .div-block-70 {
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .text-block-15 {
    font-size: 35px;
    line-height: 1.2;
  }

  .div-block-71 {
    width: auto;
    padding: 25px 15px;
  }

  .div-block-72 {
    margin-top: 40px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

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

  .link-block-4 {
    background-color: #0000;
    padding: 0;
    font-family: Merriweather, serif;
    font-size: 20px;
  }

  .div-block-76 {
    opacity: 1;
    display: flex;
  }

  .div-block-76.show {
    opacity: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px #fff;
    width: 300px;
    display: block;
    position: static;
  }

  .image-42.hide {
    display: none;
  }

  .div-block-77.cent {
    justify-content: center;
    align-items: center;
  }

  .div-block-78 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-5.w--current {
    background-color: #231f20;
  }

  .table-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .table-row._3, .table-row._2 {
    flex-flow: column;
  }

  .table-element {
    width: auto;
    padding: 10px;
  }

  .table-element.hide {
    display: none;
  }

  .country-name {
    font-size: 24px;
  }

  .country-name.white {
    display: block;
  }

  .country-name.white.desktop {
    display: none;
  }

  .country-name.white.mobile {
    line-height: 1.1;
    display: block;
  }

  .country-name.non-cap {
    font-size: 36px;
  }

  .country-name.center {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .country-name.center.thid {
    font-size: 35px;
  }

  .country-name._2 {
    font-size: 1.9em;
  }

  .middle-section {
    padding: 15px 10px;
  }

  .text-medium {
    text-align: center;
    text-transform: none;
    font-size: 10px;
  }

  .text-medium.black {
    text-align: left;
    font-size: 20px;
  }

  .text-medium.max {
    max-width: none;
  }

  .text-medium.max.desktop {
    display: none;
  }

  .text-medium.max.mobile {
    display: block;
  }

  .image-43 {
    width: 25px;
  }

  .div-block-86, .div-block-87, .div-block-88, .div-block-89 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-6 {
    background-color: #0000;
  }

  .link-block-6.w--current {
    background-color: #da3833;
  }

  .link-block-7 {
    background-color: #0000;
  }

  .link-block-7.w--current {
    background-color: #b90748;
  }

  .rich-text-block-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin-bottom: -15px;
  }

  .bold-text-6 {
    object-fit: fill;
  }

  .placeholder {
    width: 335px;
  }

  .image-45 {
    height: auto;
  }

  .image-47 {
    width: 100%;
  }

  .div-block-92 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .div-block-93, .div-block-94 {
    border-width: 1px;
  }

  .div-block-95.more, .div-block-95.more.this {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-96 {
    border-width: 1px;
  }

  .div-block-97 {
    width: 25em;
    height: 60px;
    margin-top: 10px;
  }

  .div-block-97._90 {
    width: 25em;
  }

  .div-block-98 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-99 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .text-block-17 {
    font-size: 24px;
  }

  .bold-text-8 {
    font-weight: 700;
  }

  .image-48 {
    width: 15px;
    margin-right: 10px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .text-block-18.this {
    font-size: 14px;
    line-height: 1;
  }

  .div-block-102 {
    margin-top: 15px;
  }
}

#w-node-_68b5ce14-61da-45be-d7f6-d35b0a49ca5e-fe70c916, #w-node-_811b5976-76b9-eeca-1e77-17170c420209-fe70c916, #w-node-_27bb3bb9-1404-0e6d-308d-e732d976a347-fe70c916, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-fe70c918, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-fe70c918, #w-node-_70e0d013-caed-878f-a484-d71ffcd0bafb-fe70c918, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-fe70c918, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-fe70c91b, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-fe70c91b, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-fe70c91b, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-fe70c91b, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-fe70c91c, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-fe70c91c, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-fe70c91c, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-fe70c91c, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-fe70c91d, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-fe70c91d, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-fe70c91d, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-fe70c91d, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-fe70c91e, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-fe70c91e, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-fe70c91e, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-fe70c91e {
  justify-self: auto;
}

#w-node-_895f2896-da45-a2da-a42e-f38d4c23e845-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e850-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e85a-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e864-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e86e-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e878-fe70c924 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96588ab-defa-7666-157c-d85f19bcc173-f4517f11, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-f4517f11, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-f4517f11, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-f4517f11, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-7308a7cf, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-7308a7cf, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-7308a7cf, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-7308a7cf, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-20397c61, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-20397c61, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-20397c61, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-20397c61, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-49c67b3f, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-49c67b3f, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-49c67b3f, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-49c67b3f, #w-node-e96588ab-defa-7666-157c-d85f19bcc173-d36956cd, #w-node-_42389c57-adb5-92cf-f228-8c306e2500fe-d36956cd, #w-node-f68f8643-1db3-2265-b11c-90fd0409d670-d36956cd, #w-node-_72f794ce-8e9f-e235-2411-8f8318ca794c-d36956cd {
  justify-self: auto;
}

#w-node-dfd56e05-d78a-23cc-316c-9ee8cb5b3fe1-93c11d30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68b5ce14-61da-45be-d7f6-d35b0a49ca5e-7ffb636c, #w-node-feec5831-e069-a109-eecb-88536feee37d-7ffb636c, #w-node-a2e4bf39-b5c4-819d-8782-cdc825e16144-7ffb636c, #w-node-_7912d5ce-9258-014a-b423-d3184cac1535-7ffb636c, #w-node-dcc8d80e-0447-5632-bfa7-989929528999-7ffb636c, #w-node-dcc8d80e-0447-5632-bfa7-989929528999-f8e0681d {
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_895f2896-da45-a2da-a42e-f38d4c23e850-fe70c924, #w-node-_895f2896-da45-a2da-a42e-f38d4c23e85a-fe70c924 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gt America Mono Bold Trial';
  src: url('../fonts/GT-America-Mono-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Mono Light Trial';
  src: url('../fonts/GT-America-Mono-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Mono Regular Trial';
  src: url('../fonts/GT-America-Mono-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Mono Medium Trial';
  src: url('../fonts/GT-America-Mono-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}