:root {
  --gray-700: #232e3d;
  --blue-500: #3288ce;
  --gray-100: #fafafa;
  --red: #ee402d;
  --blue-600-primary: #006eb5;
  --blue-400: #4f95dd;
  --gray-500: #a9b1b7;
  --dark-green: #59ba47;
  --light-green: #b8ecb6;
  --light-red: #ffbcb7;
  --blue-700: #1f5a95;
  --blue-100: #b5d5f5;
  --seashell: #fff8f4;
  --gray-300: #edeff0;
  --dark-red: #d12800;
  --gray-600: #55606e;
  --blue-200: #94c4f5;
  --blue-300: #6babeb;
  --gray-200: #f7f7f7;
  --gray-400-primary: #d4d6d8;
  --light-yellow: #ffe17e;
  --yellow: #ffeb00;
  --dark-yellow: #fbc412;
  --green: #6de354;
  --light-azure: #a2daf3;
  --azure: #60d4f2;
  --dark-azure: #00c1ff;
  --red-2: #ed4333;
  --yellow-2: #ffeb00;
  --800080: purple;
  --steel-blue: #207fe7;
  --deep-pink: #eb3091;
  --coral: #f16e32;
  --medium-aquamarine: #36dda8;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Proxima, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 10px;
}

a {
  color: var(--gray-700);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 28px;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.c-section {
  background-color: #0000;
  align-items: stretch;
  margin-bottom: 100px;
  padding: 32px 32px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-section.hero {
  background-color: var(--blue-500);
  background-image: url('../images/FW-2022-—-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 10%;
  display: flex;
  overflow: visible;
}

.c-section.cta {
  background-color: var(--gray-100);
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-section.value, .c-section.signature {
  padding-top: 0%;
}

.c-section.impact-key-results {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15%;
}

.c-section.value {
  padding-top: 0%;
}

.c-section.value.medium-margint-top {
  margin-top: 100px;
}

.c-container {
  color: var(--gray-700);
  align-self: stretch;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-container.nav {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100px;
  display: flex;
  position: relative;
}

.c-container.black {
  color: var(--gray-700);
}

.c-container.search-results {
  margin-top: 160px;
  margin-bottom: 160px;
}

.c-container.hero {
  align-items: center;
  height: 100%;
  display: flex;
}

.c-container.full-width {
  max-width: 100%;
}

.c-button {
  background-color: var(--gray-700);
  color: var(--gray-100);
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.c-button:hover {
  background-color: var(--red);
}

.c-button.icon {
  color: var(--gray-700);
  background-color: #0000;
  background-image: url('../images/arrow-red.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.c-button.icon:hover {
  padding-right: 32px;
}

.c-button.newsletter {
  background-color: var(--gray-100);
  color: var(--blue-600-primary);
  height: 54px;
}

.c-button.icon-fill {
  background-image: url('../images/arrow-black.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-right: 32px;
}

.c-button.icon-fill:hover {
  padding-right: 40px;
}

.c-button.secondary {
  background-color: var(--blue-600-primary);
  white-space: nowrap;
}

.c-button.secondary:hover {
  background-color: var(--blue-400);
}

.c-button.form {
  height: 54px;
}

.c-button.like {
  border: 2px solid var(--gray-500);
  color: var(--gray-700);
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/like-icon.svg');
  background-position: 10px 25%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-radius: 4px;
  margin-right: 10px;
  padding: 8px 8px 8px 40px;
  font-size: 13px;
  line-height: 14.3px;
}

.c-button.like.w--current {
  border-color: var(--dark-green);
  background-color: var(--light-green);
  color: var(--dark-green);
  background-image: url('../images/like-green-icon.svg');
}

.c-button.dislike {
  border: 2px solid var(--gray-500);
  color: var(--gray-700);
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/dislike-icon.svg');
  background-position: 10px 25%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-radius: 4px;
  margin-right: 10px;
  padding: 8px 8px 8px 40px;
  font-size: 13px;
  line-height: 14.3px;
}

.c-button.dislike.w--current {
  border-color: var(--red);
  background-color: var(--light-red);
  color: var(--red);
  background-image: url('../images/dislike-red-icon.svg');
}

.c-button.dowload {
  color: var(--gray-700);
  background-color: #0000;
  background-image: url('../images/Download-Default.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  align-items: center;
  padding: 5px 28px 0 0;
  display: flex;
}

.c-button.dowload:hover {
  background-image: url('../images/Download-Hover.svg');
  background-position: 100% 100%;
  background-size: 18px 24px;
}

.c-spacing {
  background-color: var(--blue-700);
}

.c-spacing._01 {
  min-width: 2px;
  max-width: 2px;
  min-height: 2px;
  max-height: 2px;
}

.c-spacing._01.no-color {
  background-color: #0000;
}

.c-spacing._02 {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.c-spacing._02.no-color {
  background-color: #0000;
}

.c-spacing._03 {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.c-spacing._03.no-color {
  background-color: #0000;
}

.c-spacing._04 {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
}

.c-spacing._04.no-color {
  background-color: #0000;
}

.c-spacing._05 {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.c-spacing._05.no-color {
  background-color: #0000;
}

.c-spacing._06 {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.c-spacing._06.no-color {
  background-color: #0000;
}

.c-spacing._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing._07.no-color {
  background-color: #0000;
}

.c-spacing._08 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.c-spacing._08.no-color {
  background-color: #0000;
  display: none;
}

.c-spacing._09 {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.c-spacing._09.no-color {
  background-color: #0000;
}

.c-spacing._10 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.c-spacing._10.no-color {
  background-color: #0000;
}

.c-spacing._11 {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.c-spacing._11.no-color {
  background-color: #0000;
}

.c-spacing._12 {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
}

.c-spacing._12.no-color {
  background-color: #0000;
}

.c-spacing._13 {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}

.c-spacing._13.no-color {
  background-color: #0000;
  min-height: 160px;
}

.c-spacing_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  place-items: center start;
  display: grid;
}

.c-form-block, .c-form {
  width: 100%;
}

.c-form.newsletter {
  width: 400px;
}

.c-form_label {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.5px;
}

.c-form_input {
  border: 2px solid #000;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
}

.c-form_input:focus {
  border-color: var(--blue-400);
}

.c-form_input.newsletter {
  border-color: var(--gray-100);
  color: var(--gray-100);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.c-form_input.newsletter::placeholder {
  color: var(--gray-100);
}

.c-form_input.textarea {
  height: 175px;
}

.c-form_input.search-v2 {
  border-width: 1px;
  border-color: #e7e7e7;
  margin-bottom: 0;
}

.c-form_input.search-v2:focus {
  border-color: var(--blue-100);
  box-shadow: none;
}

.brand {
  align-items: center;
  width: 260px;
  height: 110%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  left: 0;
}

.brand.w--current {
  z-index: 3;
  align-items: center;
  width: 260px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-nav_menu {
  z-index: 2;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.c-nav_menu.middle {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  z-index: 5;
  background-color: var(--gray-100);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 6px #0000001a;
}

.c-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.c-wrapper.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.c-wrapper.grid._7-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  place-items: start center;
  margin-bottom: 50px;
}

.c-wrapper.grid._3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 50px;
}

.c-wrapper.grid._6-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.c-wrapper.grid.principle {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.c-wrapper.grid.principle.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.c-wrapper.hero {
  color: var(--gray-100);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-wrapper.featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-wrapper.cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-wrapper.atom {
  flex-direction: column;
}

.c-wrapper.half {
  flex-direction: row;
  align-items: flex-start;
}

.c-wrapper.digital-journey {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.c-wrapper.caption-credit {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  height: auto;
  min-height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.c-wrapper.cream-wrapper {
  background-color: var(--seashell);
  color: #000;
  height: auto;
  padding: 60px;
}

.c-text {
  padding: 0;
  font-size: 14px;
  line-height: 15.4px;
}

.c-text.paragraph {
  color: #000;
  column-count: 0;
  object-fit: fill;
  column-gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.5px;
}

.c-text.paragraph.newsletter {
  text-align: right;
  margin-bottom: 12px;
}

.c-text.paragraph.copy-right {
  color: var(--gray-300);
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.c-text.paragraph.primary {
  margin-right: 125px;
}

.c-text.paragraph.primary.gray {
  margin-right: 325px;
}

.c-text.paragraph.small.opacity {
  opacity: .5;
}

.c-text.paragraph.small.opacity.down {
  margin-top: 4px;
  margin-bottom: 16px;
}

.c-text.paragraph.atom-card {
  margin-bottom: 40px;
}

.c-text.paragraph.atom-card.top {
  margin-top: 40px;
}

.c-text.paragraph.breadcrumb {
  color: var(--dark-red);
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.4px;
  transition: all .4s ease-in-out;
}

.c-text.paragraph.breadcrumb:hover {
  color: var(--red);
}

.c-text.paragraph.breadcrumb.w--current {
  color: var(--gray-700);
}

.c-text.paragraph.big {
  font-size: 25px;
  line-height: 28.55px;
}

.c-text.paragraph.need-help {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.c-text.paragraph.useful {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
}

.c-text.paragraph.xsmall {
  font-size: 13px;
  line-height: 14.3px;
}

.c-text.paragraph.hero {
  width: 41ch;
  display: none;
}

.c-text.paragraph.columns-2 {
  column-count: 2;
}

.c-text.paragraph.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-text.paragraph.small.w--current {
  color: #006eb5;
  font-weight: 700;
}

.c-text.paragraph.small.nav-link {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 600;
  display: flex;
}

.c-text.paragraph.small.nav-link.down {
  margin-left: 10px;
}

.c-text.paragraph.small.nav-link.down.menu-link {
  color: #006eb5;
  font-size: 14px;
  line-height: 15.75px;
}

.c-text.h1 {
  color: #000;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.c-text.h1.hero {
  color: #000;
  text-transform: uppercase;
  width: 13ch;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 76.8px;
}

.c-text.h1.blue-card {
  color: var(--gray-100);
}

.c-text.h1.mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-weight: 400;
}

.c-text.cms-title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.5px;
}

.c-text.h2 {
  color: #000;
  border: 0 #000;
  flex: 0 auto;
  font-style: normal;
  line-height: 59.95px;
}

.c-text.h2.atom {
  margin-bottom: 50px;
}

.c-text.h2.hero {
  color: #000;
  text-transform: capitalize;
  width: 20ch;
  font-family: Proxima, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
}

.c-text.h2.mobile {
  color: #000;
  font-family: Proxima, sans-serif;
  font-weight: 700;
}

.c-text.h2.card-title-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.c-text.h2.old {
  font-family: Sohnebreit fett, sans-serif;
  font-weight: 400;
}

.c-text.nav {
  color: #000;
  flex: 0 auto;
  margin-left: 24px;
  font-family: Proxima, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.84px;
}

.c-text.blue {
  color: var(--blue-600-primary);
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.h3 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 39.97px;
}

.c-text.h3.blue-card {
  color: var(--gray-100);
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.h3.blue-card.moonshot {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.h5 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.h5.bold {
  font-weight: 700;
}

.c-text.h5.bold.toc {
  margin-bottom: 20px;
}

.c-text.h5.blue {
  display: block;
}

.c-text.h6 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.c-text.h4 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text.h4.atom {
  margin-bottom: 24px;
}

.c-text.link {
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.richtext {
  color: #000;
  flex-direction: column;
  font-size: 20px;
  line-height: 27.5px;
  position: relative;
}

.c-text.richtext h1 {
  margin-bottom: 24px;
  font-family: Sohnebreit dreiviertelfett;
  font-size: 100px;
  line-height: 108.33px;
}

.c-text.richtext h2 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 59.95px;
}

.c-text.richtext h3 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 39.97px;
}

.c-text.richtext h4 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text.richtext h5 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.richtext h6 {
  margin-bottom: 2px;
  font-size: 16px;
}

.c-text.richtext blockquote {
  border-left-width: 4px;
  border-left-color: var(--blue-500);
  margin-top: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.richtext li {
  color: #000;
}

.c-text.richtext a {
  border-bottom: 0px none var(--dark-red);
  outline-offset: 0px;
  color: #000;
  mix-blend-mode: normal;
  outline: 0 #000;
  margin-top: -10px;
  padding-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.c-text.richtext img {
  min-width: 600px;
  height: auto;
  display: block;
}

.c-text.richtext.credit {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.c-text.richtext.credit.center {
  text-align: left;
  object-fit: fill;
  width: 100%;
  line-height: 22.4px;
}

.c-text.richtext.credit.center.simple {
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: -16px;
  margin-left: 0;
  padding-left: 10px;
}

.c-text.richtext.figcaption {
  color: var(--gray-600);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.c-text.richtext.list2 {
  padding-left: 28px;
}

.c-text.richtext.small {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.c-text.richtext.footnote {
  color: var(--gray-600);
  font-size: 14px;
}

.c-text.richtext.accordion-text {
  text-align: center;
  width: 60%;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
}

.c-text.footer {
  margin-left: 24px;
  font-size: 23px;
  line-height: 26.2px;
}

.c-text.richtexttooltips {
  flex-direction: column;
  font-size: 20px;
  line-height: 27.5px;
  position: relative;
}

.c-text.richtexttooltips h1 {
  margin-bottom: 24px;
  font-family: Sohnebreit dreiviertelfett;
  font-size: 100px;
  line-height: 108.33px;
}

.c-text.richtexttooltips h2 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 59.95px;
}

.c-text.richtexttooltips h3 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 39.97px;
}

.c-text.richtexttooltips h4 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text.richtexttooltips h5 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.richtexttooltips h6 {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 16px;
}

.c-text.richtexttooltips p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 150%;
}

.c-text.richtexttooltips blockquote {
  border-left-width: 4px;
  border-left-color: var(--blue-500);
  margin-top: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.richtexttooltips li {
  font-size: 15px;
  line-height: 150%;
}

.c-text.richtexttooltips a {
  margin: -10px;
  padding: 10px;
  text-decoration: underline;
  display: inline-block;
}

.c-text.richtexttooltips img {
  min-width: 600px;
  height: auto;
  display: block;
}

.c-text.overline {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 20px;
  font-weight: 600;
}

.c-text.h1 {
  letter-spacing: 2px;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.c-text.h3 {
  color: #006eb5;
  font-family: Sohnebreit fett, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.c-text.h1 {
  color: #006eb5;
  letter-spacing: 2px;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.c-text.h2 {
  color: #006eb5;
  border: 0 #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.95px;
}

.c-footer {
  background-color: var(--blue-600-primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 48px;
}

.c-footer.white {
  background-color: var(--gray-100);
}

.c-footer_wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 110px;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.footer-link {
  color: var(--gray-100);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--blue-100);
  text-decoration: none;
}

.footer-link:focus-visible, .footer-link[data-wf-focus-visible] {
  border: 2px solid var(--gray-300);
  border-radius: 2px;
  padding: 9px;
}

.footer-link.black {
  color: var(--gray-700);
}

.c-line {
  background-color: var(--gray-100);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 48px;
}

.c-footer-col_wrapper {
  color: var(--gray-100);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-footer-col_wrapper.center {
  align-items: center;
}

.c-footer-col_wrapper.center.black, .c-footer-col_wrapper.grid.black {
  color: var(--gray-700);
}

.c-footer-col {
  overflow: hidden;
}

.c-footer-col.left {
  text-align: right;
}

.c-footer-col.mobile.black {
  color: var(--gray-700);
}

.flex {
  align-items: center;
  display: flex;
}

.c-social_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  display: grid;
}

.c-social_wrapper.hide {
  display: none;
}

.c-social {
  border: 2px solid #0000;
  border-radius: 2px;
  max-width: 28px;
  max-height: 28px;
  transition: all .3s ease-in-out;
}

.c-social:focus-visible, .c-social[data-wf-focus-visible] {
  border: 2px solid var(--gray-300);
  border-radius: 2px;
  max-width: 26px;
  max-height: 26px;
}

.footer-list {
  margin-bottom: 0;
  overflow: hidden;
}

.c-atom {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
}

.c-atom_wrapper {
  border-top: 1.5px solid #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding-top: 24px;
  display: flex;
}

.c-line_wrapper {
  border: 1px dashed #7b61ff;
  border-radius: 5px;
  padding: 20px;
}

.c-line_wrapper.grey {
  background-color: var(--gray-500);
}

.c-line_wrapper.grey.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.c-line_wrapper.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
  display: grid;
}

.c-line_wrapper.flex.v {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.c-line_wrapper.grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-color {
  background-color: var(--gray-300);
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.e-color._1 {
  background-color: var(--blue-100);
}

.e-color._2 {
  background-color: var(--blue-200);
}

.e-color._3 {
  background-color: var(--blue-300);
}

.e-color._4 {
  background-color: var(--blue-400);
}

.e-color._5 {
  background-color: var(--blue-500);
}

.e-color._6 {
  background-color: var(--blue-600-primary);
}

.e-color._7 {
  background-color: var(--blue-700);
}

.e-color.g1 {
  background-color: var(--gray-100);
}

.e-color.g2 {
  background-color: var(--gray-200);
}

.e-color.g3 {
  background-color: var(--gray-300);
}

.e-color.g4 {
  background-color: var(--gray-400-primary);
}

.e-color.g5 {
  background-color: var(--gray-500);
}

.e-color.g6 {
  background-color: var(--gray-600);
}

.e-color.g7 {
  background-color: var(--gray-700);
}

.e-color.y1 {
  background-color: var(--light-yellow);
}

.e-color.y2 {
  background-color: var(--yellow);
}

.e-color.y3 {
  background-color: var(--dark-yellow);
}

.e-color.r1 {
  background-color: var(--light-red);
}

.e-color.r2 {
  background-color: var(--red);
}

.e-color.r3 {
  background-color: var(--dark-red);
}

.e-color.ge2 {
  background-color: var(--green);
}

.e-color.ge3 {
  background-color: var(--dark-green);
}

.e-color.az1 {
  background-color: var(--light-azure);
}

.e-color.az2 {
  background-color: var(--azure);
}

.e-color.az3 {
  background-color: var(--dark-azure);
}

.e-color.ge1 {
  background-color: var(--light-green);
}

.e-color._100 {
  background-color: var(--gray-100);
  width: 100%;
}

.c-icon_wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
}

.c-icon_arrow.left {
  transform: rotate(-180deg);
}

.c-icon_arrow.top {
  transform: rotate(90deg);
}

.c-icon_arrow.bot {
  transform: rotate(-90deg);
}

.c-icon_arrow.right {
  transform: rotate(0);
}

.c-icon_arrowsmall {
  width: 28px;
  height: 28px;
}

.c-icon_arrowsmall.left {
  transform: rotate(-180deg);
}

.c-icon_arrowsmall.top {
  transform: rotate(-90deg);
}

.c-icon_arrowsmall.bot {
  transform: rotate(90deg);
}

.c-icon_arrowlong.right, .c-icon_arrowround.left {
  transform: rotate(180deg);
}

.c-icon_arrowround.top {
  transform: rotate(-90deg);
}

.c-icon_arrowround.bot {
  transform: rotate(90deg);
}

.hr {
  background-color: var(--gray-300);
  border-radius: 4px;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hr.black {
  background-color: var(--gray-700);
}

.accordion {
  width: 100%;
  display: block;
}

.accordion.js-accordion {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.accordion.js-accordion.mobile {
  display: none;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  color: var(--gray-100);
  cursor: pointer;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-header.js-accordion-header.black {
  color: var(--gray-700);
  align-items: center;
  margin-top: -32px;
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px 32px 16px;
  transition: opacity .3s ease-in-out;
}

.accordion-body {
  color: #9096a4;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  align-self: center;
  width: 60%;
  position: relative;
}

.accordion__item {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.c-button_long {
  text-transform: uppercase;
  flex: 1;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-button_longtext {
  z-index: 3;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.c-button_arrowlong {
  z-index: 2;
  object-fit: contain;
  object-position: 100% 50%;
  width: 10px;
  min-height: 15px;
  max-height: 15px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-button_arrowbody {
  z-index: 1;
  min-height: 15px;
  max-height: 15px;
}

.c-chip {
  background-color: var(--gray-200);
  border-radius: 100px;
  padding: 4px 16px 6px;
  font-size: 16px;
  line-height: 22px;
  transition: all .4s ease-in-out;
  box-shadow: 0 1px 2px #0003;
}

.c-chip:hover {
  background-color: var(--gray-300);
  box-shadow: none;
}

.c-chip.icon {
  background-image: url('../images/close.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  padding-left: 26px;
}

.c-list.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  display: grid;
}

.c-card-image_wrapper {
  margin-bottom: 100px;
  position: relative;
}

.c-card-image_wrapper._300px {
  width: 300px;
}

.c-card-image_wrapper._600px {
  width: 600px;
  height: 300px;
}

.c-card-image_wrapper.margin {
  margin: -24px -24px 24px;
}

.c-card_image {
  z-index: 1;
  position: relative;
}

.c-card_image.no-color {
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
  padding-left: 0;
}

.c-card_overlay {
  z-index: 2;
  background-image: linear-gradient(45deg, var(--yellow), #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-card_item {
  background-color: var(--gray-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.c-card_item.download {
  background-color: var(--gray-200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 24px;
  display: flex;
}

.c-card_item.border {
  background-color: #0000;
  border-top: 2px solid #000;
  justify-content: flex-start;
  height: auto;
}

.c-card_item.border:hover {
  background-color: var(--gray-200);
}

.c-card_item.border-download {
  background-color: #0000;
  border-top: 2px solid #000;
  justify-content: flex-start;
  height: auto;
}

.c-card_item.border-download:hover {
  background-color: var(--gray-200);
}

.c-card_item.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.c-card_item.grid.signature-bg {
  color: #000;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-top: -64px;
  padding-left: 0;
  display: flex;
}

.c-card_item.no-color {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s ease-in-out;
}

.c-card_item.no-color:hover {
  background-color: var(--gray-200);
}

.dropdown {
  position: fixed;
  top: 0;
}

.dropdown.antdot {
  border: 1px dashed var(--blue-600-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 10px;
}

.dropdown-list {
  background-color: var(--gray-100);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dropdown-list.w--open {
  border: 1px dashed var(--blue-500);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  margin-top: 10px;
}

.c-nav_logo {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
}

.c-breadcrumb_wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.c-breadcrumb_spacer {
  color: var(--dark-red);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.c-needhelp {
  border-top: 2px solid var(--blue-600-primary);
  width: 100%;
  margin-top: 64px;
  margin-bottom: 160px;
  padding-top: 32px;
}

.c-text_link {
  color: var(--blue-600-primary);
  text-decoration: underline;
}

.c-vote_wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}

.c-accordion {
  margin-top: 64px;
}

.text-red {
  color: var(--dark-red);
}

.c-form_checkbox {
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  border: 2px solid var(--gray-500);
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 0;
  margin-right: 10px;
  box-shadow: 0 0 0 -20px #fff;
}

.checkbox:hover {
  border-color: var(--blue-600-primary);
}

.checkbox.w--redirected-checked {
  background-color: var(--blue-600-primary);
  border-color: #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #0000;
}

.c-search {
  align-items: center;
  display: flex;
}

.c-search._100 {
  width: 100%;
}

.c-seach-result_item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-button {
  display: none;
}

.c-modal {
  z-index: 99999;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
}

.c-modal_wrapper {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 750px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-modal-closearea {
  z-index: 1;
  background-color: var(--blue-600-primary);
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.c-modal_container {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.c-modal_close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-modal_close_btn:hover {
  color: #444;
}

.c-modal_closetop {
  z-index: 3;
  cursor: pointer;
  background-image: url('../images/Times-circle.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 40px;
  height: 100px;
  position: absolute;
  inset: 0% 40px auto auto;
}

.tocitem {
  color: var(--gray-700);
  border-left: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  transition: all .2s;
}

.tocitem:hover {
  color: var(--blue-600-primary);
}

.tocitem.toc-h2 {
  margin-left: 10px;
}

.tocitem.toc-h3 {
  margin-left: 20px;
}

.tocitem.toc-h5 {
  margin-left: 40px;
}

.tocitem.toc-h6 {
  margin-left: 50px;
}

.tocitem.active {
  border-left-color: var(--blue-500);
  color: var(--blue-600-primary);
  font-weight: 700;
}

.tocitem.toc-h4 {
  margin-left: 30px;
}

.toc-wrapper {
  flex-direction: column;
  display: flex;
}

.c-button_download {
  justify-content: flex-start;
  align-items: flex-end;
  height: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-button_downloadup {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 0%;
  min-width: 18px;
  max-width: 18px;
  height: auto;
  position: relative;
}

.c-button_downloaddown {
  z-index: 1;
  min-width: 24px;
  max-width: 24%;
  position: relative;
}

.c-button_download-iconwrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-button_download-iconwrapper.flex {
  flex-direction: row;
  position: relative;
}

.c-button_arrow {
  align-items: center;
  display: flex;
}

.c-button_arrowsmall {
  object-fit: contain;
  object-position: 100% 50%;
  width: 10px;
  max-height: 18px;
  display: block;
}

.c-nav_menuwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.c-nav_link {
  outline-offset: 0px;
  color: var(--blue-600-primary);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border: 0 solid #fff;
  outline: 0 #000;
  justify-content: center;
  align-items: center;
  padding: 19px 14px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.c-nav_link:hover {
  color: var(--gray-600);
  border: 1px #000;
}

.c-nav_link.w--current {
  border-bottom-color: var(--blue-600-primary);
  color: var(--blue-600-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sticky-text {
  position: sticky;
  top: 148px;
}

.c-content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.c-content_wrapper.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.c-content_wrapper.right {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-content_wrapper.left-accordion {
  width: 40%;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.left-accordion.outcome.sidebar {
  max-width: 330px;
  padding-top: 5%;
}

.c-content_wrapper.left-accordion.outcome {
  max-width: none;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.sidebar-content {
  max-width: 796px;
  padding-top: 5%;
  display: block;
}

.c-card_content {
  margin-left: 0;
  padding-left: 32px;
}

.c-card_content.no-color {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.c-dropdown_list {
  overflow: hidden;
}

.c-dropdown_list.w--open {
  background-color: var(--gray-200);
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.c-dropdown_link {
  border-bottom: 1px solid var(--gray-500);
  text-transform: uppercase;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 15.75px;
  transition: all .3s ease-in-out;
}

.c-dropdown_link:hover {
  color: var(--blue-600-primary);
}

.c-button_wrapper {
  align-items: center;
  display: flex;
}

.c-button_wrapper.cta {
  flex-direction: column;
  align-items: flex-start;
}

.c-button_wrapper.cta.hide {
  display: none;
}

.c-button_wrapper.left {
  position: relative;
}

.c-image_standard {
  object-fit: contain;
  object-position: 0% 50%;
  width: 30%;
}

.c-standard_wrapper {
  color: #232e3d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 100px;
  display: flex;
}

.c-button_dropdown {
  margin-left: 10px;
  margin-right: 0;
  position: static;
}

.c-button_toggle {
  background-color: var(--gray-700);
  color: var(--gray-100);
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-button_toggle:hover {
  background-color: var(--red);
}

.c-button_toggle.secondary {
  background-color: var(--blue-600-primary);
  white-space: nowrap;
}

.c-button_toggle.secondary:hover {
  background-color: var(--blue-400);
}

.c-dropdown_wrapper {
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-content {
  position: sticky;
  top: 150px;
}

.c-footer_text {
  justify-content: space-between;
  display: flex;
}

.principle-card {
  background-color: var(--blue-200);
  color: var(--gray-100);
  height: 100%;
  padding: 48px;
}

.principle-card.color-2 {
  background-color: var(--blue-300);
  background-image: linear-gradient(45deg, var(--red-2) 39%, var(--yellow-2));
  height: 100%;
  position: relative;
}

.principle-card.color-3 {
  background-color: var(--blue-400);
  height: 100%;
}

.principle-card.color-3.purple-blue {
  background-image: linear-gradient(45deg, var(--800080), var(--steel-blue));
}

.principle-card.color-4 {
  background-color: #0000;
  height: auto;
}

.principle-card.color-4.pink-blue {
  background-image: linear-gradient(45deg, var(--steel-blue), var(--deep-pink));
  padding-top: 48px;
  padding-bottom: 48px;
}

.principle-card.color-4.orange-pink {
  background-image: linear-gradient(45deg, var(--coral) 20%, var(--deep-pink));
  height: 100%;
}

.principle-card.color-4.pink-orange {
  background-image: linear-gradient(45deg, var(--deep-pink), var(--coral));
}

.principle-card.color-4.pink-purple {
  background-image: linear-gradient(45deg, var(--800080), var(--deep-pink));
  height: 100%;
}

.principle-card.color-4.blue-green {
  background-image: linear-gradient(45deg, var(--steel-blue) 28%, var(--medium-aquamarine));
  height: 100%;
}

.principle-card.color-4.red-yellow {
  background-image: linear-gradient(45deg, var(--red-2) 25%, var(--yellow-2));
  height: 100%;
}

.principle-card.color-4.purple-blue {
  background-image: linear-gradient(45deg, var(--steel-blue), var(--800080) 81%);
  height: 100%;
}

.principle-card.color-4.orange-purple {
  background-image: linear-gradient(45deg, var(--coral) 35%, var(--800080));
}

.principle-card.color-4.cream {
  background-color: var(--seashell);
  color: #000;
  font-size: 16px;
}

.c-card_item-yellow {
  background-color: var(--gray-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.dropdown-icon {
  height: 16px;
  margin-top: -6px;
  margin-left: 12px;
}

.c-nav_dropdownnav {
  align-items: center;
  height: 100%;
  margin-right: 5%;
  display: block;
  position: absolute;
  right: 0;
}

.c-button_togglenav {
  color: var(--blue-600-primary);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-dropdown_listnav {
  top: 66px;
  overflow: hidden;
}

.c-dropdown_listnav.w--open {
  background-color: var(--gray-200);
  top: 75%;
  right: 0;
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1140px;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
}

.password-logo {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip_wrapper {
  border: 2px solid var(--gray-400-primary);
  background-color: var(--gray-200);
  margin-bottom: 10px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.tooltip_wrapper._4 {
  z-index: 4;
  color: var(--gray-700);
  display: none;
  position: absolute;
  bottom: 22%;
  left: 0;
}

.image {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 -32px;
  padding: 0;
  display: block;
}

.image.profile {
  border-radius: 9999px;
  width: 150px;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
}

.image.dots {
  width: auto;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
}

.image._177-countries {
  margin-top: -32px;
}

.image.img-line {
  width: 300px;
  height: 300px;
  margin: -100px -120px -100px -200px;
}

.gradient-text {
  -webkit-text-stroke-color: #232e3d;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(57deg, #000, purple 0%, #207fe7 51%);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-2 {
  object-fit: fill;
  align-self: flex-start;
  width: 120px;
  height: 120px;
  margin-top: 0;
}

.image-2.moonshot {
  margin-top: -100px;
  margin-left: -100px;
}

.image-2.impact-poverty-title {
  align-self: flex-end;
  width: 120px;
  height: 120px;
}

.image-4 {
  box-shadow: 0 0 20px 0 var(--gray-300);
  border-radius: 9999px;
  width: 40%;
  height: 40%;
  margin-top: 20px;
}

.image-4.solution {
  width: 64px;
  height: 64px;
  margin-top: 0;
}

.text-block {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 15.75px;
}

.text-block.menu-link {
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 15.75px;
}

.text-block-2.menu-link {
  font-weight: 400;
}

.menu-link {
  color: #000;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.75px;
}

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

.hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.undp-image {
  margin-bottom: 100px;
}

.text-block-3 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 27.5px;
}

.value-stats {
  grid-row-gap: 8px;
  background-color: var(--gray-100);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 32px;
  display: flex;
}

.windows-scroll {
  border: 1px solid var(--gray-400-primary);
  padding: 60px 40px 32px;
}

.windows-scroll:hover {
  border-color: var(--gray-100);
  background-color: var(--gray-100);
  margin: 0;
}

.more-grid-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-700);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.more-grid-links:hover {
  background-color: var(--blue-600-primary);
}

.sidebar-link {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--gray-400-primary);
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: fill;
  padding: 32px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
  position: static;
}

.sidebar-link:hover, .sidebar-link:focus {
  border-bottom-color: var(--blue-600-primary);
}

.sidebar-link.w--current {
  position: static;
}

.governance {
  margin-top: 140px;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block {
  color: #000;
}

.climate, .div-block-2 {
  margin-top: 140px;
}

.trends-number {
  position: sticky;
  top: 40px;
}

.trend {
  margin-bottom: 100px;
  display: flex;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px 10px;
  display: grid;
}

.comparison-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.comparison-title.first {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 27.5px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px 10px;
  display: grid;
  overflow: auto;
}

.text-block-4 {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.table-amount {
  color: #000;
  text-align: right;
  font-size: 20px;
  line-height: 27.5px;
}

.figure-number {
  color: var(--gray-500);
  font-size: 25px;
  line-height: 28.55px;
}

.figure-title {
  color: var(--gray-600);
  font-size: 25px;
  line-height: 28.55px;
}

.c-spacing-2 {
  background-color: #1f5a95;
}

.c-spacing-2._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing-2._07.no-color {
  background-color: #0000;
  overflow: auto;
}

.image-5 {
  display: block;
}

.list-2 {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.list-item {
  padding-bottom: 24px;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.video {
  margin-top: 40px;
  padding-bottom: 40px;
}

.figcaption {
  color: var(--gray-600);
  font-size: 16px;
  line-height: 22.4px;
}

.credit {
  border-left: 1px solid var(--gray-400-primary);
  color: #000;
  align-self: auto;
  width: auto;
  min-width: 20%;
  height: 100%;
  min-height: 100%;
  margin-left: 32px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22.4px;
  display: block;
}

.c-button_togglenav-2 {
  color: #006eb5;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-dropdown_listnav-2 {
  top: 66px;
  overflow: hidden;
}

.c-dropdown_listnav-2.w--open {
  background-color: #f7f7f7;
  top: 75%;
  right: 0;
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.dropdown-icon-2 {
  height: 18px;
}

.c-dropdown_link-2 {
  text-transform: uppercase;
  border-bottom: 1px solid #a9b1b7;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 15.75px;
  transition: all .3s ease-in-out;
}

.c-dropdown_link-2:hover {
  color: #006eb5;
}

.link-block-2 {
  grid-column-gap: 12px;
  align-self: center;
  margin-right: 5%;
  display: flex;
}

.table-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  overflow: auto;
}

.table-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 0;
  display: grid;
}

.table-row.header {
  background-color: #f5f7fa;
  flex-flow: row;
  align-items: end;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  display: flex;
}

.table-text {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.table-text.right {
  text-align: right;
  width: 100%;
}

.table-item {
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  min-width: 150px;
  padding: 12px;
}

.table-item.header {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.old-table {
  display: none;
}

.trend-number-wrapper {
  background-image: linear-gradient(#f16e32, #eb3091);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-top: 40px;
  display: flex;
}

.trend-number-white {
  background-color: var(--gray-100);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 114px;
  min-height: 114px;
  display: flex;
}

.c-trent-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f16e32, #eb3091);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  line-height: 100%;
}

.p-section {
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-section.p-hero {
  background-image: url('../images/cover-gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.p-section.p-welcome {
  background-color: var(--gray-100);
}

.p-section.p-theme {
  padding-top: 0;
  padding-bottom: 0;
}

.lottie-animation {
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.lottie-animation.lottie--mobile {
  display: none;
}

.lottie-animation.lottie--desktop {
  display: block;
}

.p-author__name {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 24px;
}

.p-welcome__copy {
  column-count: 2;
}

.p-welcome__copy.p-text {
  font-size: 20px;
  line-height: 1.4em;
}

.container-3 {
  z-index: 10;
  max-width: 1140px;
  position: static;
}

.p-welcome__grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.p-author__picture {
  border-radius: 9999px;
  max-width: 60%;
  height: auto;
}

.c-container-2 {
  color: #232e3d;
  align-self: stretch;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.area__content {
  z-index: 2;
  border-bottom: 2px solid #fff8f4;
  margin-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.p-container--theme {
  background-image: url('../images/PNUD-RDC-2014_Singles_32-web.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
}

.p-container--theme.item__01 {
  background-image: linear-gradient(90deg, #cc796985, #848ac757), url('../images/general.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.p-gradient {
  z-index: 1;
  background-color: #dd0d0d;
  background-image: linear-gradient(11deg, #b8b8cc 1% 12%, #da906d 35%, #9e5681 63%, #7b66b9 87%, #848ac7);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container {
  z-index: 2;
  max-width: 1140px;
  position: static;
}

.container.container--cols-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.container--cols-2.align--top {
  justify-content: flex-end;
  align-items: flex-start;
}

.photo-credits {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff8f4;
  max-width: 250px;
  padding: 8px 12px;
  font-size: 14px;
  position: absolute;
  inset: auto 0% 5% 2.5%;
}

.heading.area__heading {
  color: #fff8f4;
  font-family: Sohnebreit fett, sans-serif;
  font-weight: 400;
}

.paragraph--area {
  color: #fff8f4;
  letter-spacing: 1px;
  max-width: 500px;
  margin-top: 20px;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  position: static;
  inset: auto 0% 5%;
}

.lottie-animation-2 {
  z-index: 2;
  max-width: 600px;
  margin-top: 40px;
  position: relative;
  left: -70px;
}

.flex-block-2 {
  z-index: 2;
}

.p-hero__lottie {
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-hero__lottie.p-hero__lottie--mobile {
  display: none;
}

.p-hero__lottie.p-hero__lottie--desktop {
  display: block;
}

.p-container--welcome {
  z-index: 10;
  max-width: 1140px;
  position: static;
}

.p-h2 {
  color: var(--blue-600-primary);
  margin-bottom: 2.5rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.4em;
}

.p-text {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.p-text.p-text--small {
  font-size: 18px;
  line-height: 1.4em;
}

.p-text.p-welcome-text {
  column-count: 2;
}

.p-text.p-text--value {
  color: var(--blue-600-primary);
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 6rem;
}

.p-text.h1 {
  font-size: 6rem;
}

.p-text.h2 {
  color: var(--blue-600-primary);
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 2.5rem;
}

.p-overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.section-2.is--nav {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto;
}

.section-2.is--dark {
  color: #dfdad5;
  background-color: #242022;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.slider-css {
  border: 1px solid #fff;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon {
  width: 2em;
  height: 2em;
  display: none;
}

.menu-icon_embed {
  width: 100%;
  height: 100%;
}

.nav-link {
  color: #242022;
  padding-left: 2em;
}

.header_sub-line {
  background-color: #242022;
  flex: 0 auto;
  width: 4em;
  height: 1px;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.container-4 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 0;
}

.container-4.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.button {
  color: #242022;
  text-align: center;
  background-color: #0000;
  border: 1px solid #242022;
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  color: #dfdad5;
  background-color: #242022;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  color: #242022;
  width: 6em;
  height: 1.6em;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.nav-link_text {
  font-size: 1.2em;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__track, .logo_image {
  width: 100%;
}

.html {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  min-width: 100%;
  min-height: 100%;
}

.p-value--square {
  grid-row-gap: 8px;
  color: #000;
  background-color: #fafafa;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 32px;
  display: flex;
}

.image-6 {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 -32px;
  padding: 0;
  display: block;
}

.image-6.dots {
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.c-spacing-3 {
  background-color: #1f5a95;
}

.c-spacing-3._05 {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.c-spacing-3._05.no-color {
  background-color: #0000;
}

.image-7 {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 -32px;
  padding: 0;
  display: block;
}

.image-7.dots {
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.c-spacing-4 {
  background-color: #1f5a95;
}

.c-spacing-4._05 {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.c-spacing-4._05.no-color {
  background-color: #0000;
}

.col--50 {
  flex: 1 1 0;
}

.col--50.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col--50.right.top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.placeholder.icon {
  width: 240px;
  height: 240px;
}

.snapshot {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-h3 {
  padding-bottom: 1.5rem;
}

.c-section-copy {
  background-color: #0000;
  align-items: stretch;
  margin-bottom: 100px;
  padding: 32px 32px 0;
  display: flex;
  position: relative;
}

.c-section-copy.hero {
  background-color: var(--blue-500);
  background-image: url('../images/FW-2022-—-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 10%;
  display: flex;
  overflow: visible;
}

.c-section-copy.cta {
  background-color: var(--gray-100);
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-section-copy.value, .c-section-copy.signature {
  padding-top: 0%;
}

.c-section-copy.impact-key-results {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15%;
}

.p-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.p-wrapper.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.p-wrapper.grid._7-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  place-items: start center;
  margin-bottom: 50px;
}

.p-wrapper.grid._3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 50px;
}

.p-wrapper.grid._6-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.p-wrapper.grid.principle {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.p-wrapper.grid.principle.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.p-wrapper.hero {
  color: var(--gray-100);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}

.p-wrapper.featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-wrapper.cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-wrapper.atom {
  flex-direction: column;
}

.p-wrapper.half {
  flex-direction: row;
  align-items: flex-start;
}

.p-wrapper.digital-journey {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.p-wrapper.caption-credit {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  height: auto;
  min-height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.p-wrapper.cream-wrapper {
  background-color: var(--seashell);
  color: #000;
  height: auto;
  padding: 60px;
}

.p-h1 {
  color: var(--blue-600-primary);
  margin-bottom: 1.5rem;
  font-family: Sohnebreit fett, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.4em;
}

.p-h1.uppercase {
  text-transform: uppercase;
}

.c-text-copy {
  padding: 0;
  font-size: 14px;
  line-height: 15.4px;
}

.c-text-copy.paragraph {
  color: #000;
  column-count: 0;
  object-fit: fill;
  column-gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.5px;
}

.c-text-copy.paragraph.newsletter {
  text-align: right;
  margin-bottom: 12px;
}

.c-text-copy.paragraph.copy-right {
  color: var(--gray-300);
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.c-text-copy.paragraph.primary {
  margin-right: 125px;
}

.c-text-copy.paragraph.primary.gray {
  margin-right: 325px;
}

.c-text-copy.paragraph.small.opacity {
  opacity: .5;
}

.c-text-copy.paragraph.small.opacity.down {
  margin-top: 4px;
  margin-bottom: 16px;
}

.c-text-copy.paragraph.atom-card {
  margin-bottom: 40px;
}

.c-text-copy.paragraph.atom-card.top {
  margin-top: 40px;
}

.c-text-copy.paragraph.breadcrumb {
  color: var(--dark-red);
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.4px;
  transition: all .4s ease-in-out;
}

.c-text-copy.paragraph.breadcrumb:hover {
  color: var(--red);
}

.c-text-copy.paragraph.breadcrumb.w--current {
  color: var(--gray-700);
}

.c-text-copy.paragraph.big {
  font-size: 25px;
  line-height: 28.55px;
}

.c-text-copy.paragraph.need-help {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.c-text-copy.paragraph.useful {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
}

.c-text-copy.paragraph.xsmall {
  font-size: 13px;
  line-height: 14.3px;
}

.c-text-copy.paragraph.hero {
  width: 41ch;
  display: none;
}

.c-text-copy.paragraph.columns-2 {
  column-count: 2;
}

.c-text-copy.paragraph.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-text-copy.paragraph.small.w--current {
  color: #006eb5;
  font-weight: 700;
}

.c-text-copy.paragraph.small.nav-link {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 600;
  display: flex;
}

.c-text-copy.paragraph.small.nav-link.down {
  margin-left: 10px;
}

.c-text-copy.paragraph.small.nav-link.down.menu-link {
  color: #006eb5;
  font-size: 14px;
  line-height: 15.75px;
}

.c-text-copy.h1 {
  color: #000;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.c-text-copy.h1.hero {
  color: #000;
  text-transform: uppercase;
  width: 13ch;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 76.8px;
}

.c-text-copy.h1.blue-card {
  color: var(--gray-100);
}

.c-text-copy.h1.mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-weight: 400;
}

.c-text-copy.cms-title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.5px;
}

.c-text-copy.h2 {
  color: #000;
  border: 0 #000;
  flex: 0 auto;
  font-family: Proxima, sans-serif;
  font-size: 55px;
  font-style: normal;
  line-height: 59.95px;
}

.c-text-copy.h2.atom {
  margin-bottom: 50px;
}

.c-text-copy.h2.hero {
  color: #000;
  text-transform: capitalize;
  width: 20ch;
  font-family: Proxima, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
}

.c-text-copy.h2.mobile {
  color: #000;
  font-family: Proxima, sans-serif;
  font-weight: 700;
}

.c-text-copy.h2.card-title-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.c-text-copy.nav {
  color: #000;
  flex: 0 auto;
  margin-left: 24px;
  font-family: Proxima, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.84px;
}

.c-text-copy.blue {
  color: var(--blue-600-primary);
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text-copy.h3 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 39.97px;
}

.c-text-copy.h3.blue-card {
  color: var(--gray-100);
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text-copy.h3.blue-card.moonshot {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text-copy.h5 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text-copy.h5.bold {
  font-weight: 700;
}

.c-text-copy.h5.bold.toc {
  margin-bottom: 20px;
}

.c-text-copy.h5.blue {
  display: block;
}

.c-text-copy.h6 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.c-text-copy.h4 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text-copy.h4.atom {
  margin-bottom: 24px;
}

.c-text-copy.link {
  font-size: 20px;
  line-height: 27.5px;
}

.c-text-copy.richtext {
  color: #000;
  flex-direction: column;
  font-size: 20px;
  line-height: 27.5px;
  position: relative;
}

.c-text-copy.richtext h1 {
  margin-bottom: 24px;
  font-family: Sohnebreit dreiviertelfett;
  font-size: 100px;
  line-height: 108.33px;
}

.c-text-copy.richtext h2 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 59.95px;
}

.c-text-copy.richtext h3 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 39.97px;
}

.c-text-copy.richtext h4 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text-copy.richtext h5 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text-copy.richtext h6 {
  margin-bottom: 2px;
  font-size: 16px;
}

.c-text-copy.richtext blockquote {
  border-left-width: 4px;
  border-left-color: var(--blue-500);
  margin-top: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text-copy.richtext li {
  color: #000;
}

.c-text-copy.richtext a {
  border-bottom: 0px none var(--dark-red);
  outline-offset: 0px;
  color: #000;
  mix-blend-mode: normal;
  outline: 0 #000;
  margin-top: -10px;
  padding-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.c-text-copy.richtext img {
  min-width: 600px;
  height: auto;
  display: block;
}

.c-text-copy.richtext.credit {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.c-text-copy.richtext.credit.center {
  text-align: left;
  object-fit: fill;
  width: 100%;
  line-height: 22.4px;
}

.c-text-copy.richtext.credit.center.simple {
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: -16px;
  margin-left: 0;
  padding-left: 10px;
}

.c-text-copy.richtext.figcaption {
  color: var(--gray-600);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.c-text-copy.richtext.list2 {
  padding-left: 28px;
}

.c-text-copy.richtext.small {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.c-text-copy.richtext.footnote {
  color: var(--gray-600);
  font-size: 14px;
}

.c-text-copy.richtext.accordion-text {
  text-align: center;
  width: 60%;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
}

.c-text-copy.footer {
  margin-left: 24px;
  font-size: 23px;
  line-height: 26.2px;
}

.c-text-copy.richtexttooltips {
  flex-direction: column;
  font-size: 20px;
  line-height: 27.5px;
  position: relative;
}

.c-text-copy.richtexttooltips h1 {
  margin-bottom: 24px;
  font-family: Sohnebreit dreiviertelfett;
  font-size: 100px;
  line-height: 108.33px;
}

.c-text-copy.richtexttooltips h2 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 59.95px;
}

.c-text-copy.richtexttooltips h3 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 39.97px;
}

.c-text-copy.richtexttooltips h4 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text-copy.richtexttooltips h5 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text-copy.richtexttooltips h6 {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 16px;
}

.c-text-copy.richtexttooltips p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 150%;
}

.c-text-copy.richtexttooltips blockquote {
  border-left-width: 4px;
  border-left-color: var(--blue-500);
  margin-top: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text-copy.richtexttooltips li {
  font-size: 15px;
  line-height: 150%;
}

.c-text-copy.richtexttooltips a {
  margin: -10px;
  padding: 10px;
  text-decoration: underline;
  display: inline-block;
}

.c-text-copy.richtexttooltips img {
  min-width: 600px;
  height: auto;
  display: block;
}

.c-text-copy.overline {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 20px;
  font-weight: 600;
}

.c-text-copy.h2 {
  color: #006eb5;
  border: 0 #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.95px;
}

.c-text-copy.h1 {
  color: #006eb5;
  letter-spacing: 2px;
  font-family: Sohnebreit dreiviertelfett, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.undp-image-2, .p-section--fullimage {
  margin-bottom: 0;
  position: relative;
}

.text-block-5 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 27.5px;
}

.windows-scroll-2 {
  border: 1px solid #d4d6d8;
  padding: 60px 40px 32px;
}

.windows-scroll-2:hover {
  background-color: #fafafa;
  border-color: #fafafa;
  margin: 0;
}

.c-spacing-5 {
  background-color: #1f5a95;
}

.c-spacing-5._10 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.c-spacing-5._10.no-color {
  background-color: #0000;
}

.c-spacing-5._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing-5._07.no-color {
  background-color: #0000;
}

.c-spacing-5._05 {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.c-spacing-5._05.no-color {
  background-color: #0000;
}

.c-spacing-5._13 {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}

.c-spacing-5._13.no-color {
  background-color: #0000;
  min-height: 160px;
}

.area__icon {
  width: 96px;
  margin-bottom: 24px;
}

.value-stats-2 {
  grid-row-gap: 8px;
  color: #000;
  background-color: #fafafa;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 32px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  width: 100%;
  height: 70%;
  display: flex;
}

.image-8 {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 -32px;
  padding: 0;
  display: block;
}

.image-8.dots {
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.p-section-accordion--horizontal {
  max-width: 1140px;
  height: 400vw;
  overflow: visible;
}

.container-5 {
  max-width: 1140px;
}

.p-accordion__camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.p-accordion__frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }

  .c-section.hero {
    background-position: 50%;
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .c-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .c-container.nav {
    height: 75px;
  }

  .c-spacing._06.no-color {
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
  }

  .c-spacing._10.no-color {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .c-spacing._13.no-color {
    min-width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
  }

  .brand {
    z-index: 3;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 48px;
  }

  .c-nav_menu {
    background-color: var(--gray-100);
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 28px 48px;
    box-shadow: 0 12px 12px 2px #0000001a;
  }

  .c-nav_button {
    margin-right: 48px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .c-nav_button.w--open {
    color: var(--gray-100);
    background-color: #0000;
  }

  .c-wrapper {
    flex-direction: column;
  }

  .c-wrapper.grid.principle {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .c-wrapper.hero {
    width: 100%;
  }

  .c-wrapper.featured {
    grid-template-columns: 1fr 1fr;
  }

  .c-wrapper.cta, .c-wrapper.half {
    flex-direction: column;
  }

  .c-wrapper.caption-credit {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .c-wrapper.cream-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }

  .c-wrapper.solutions-icon-wrapper {
    flex-direction: row;
  }

  .c-text {
    padding: 0;
  }

  .c-text.h1.mobile {
    font-size: 48px;
    line-height: 125%;
  }

  .c-text.h2.hero {
    font-size: 40px;
    line-height: 44.17px;
  }

  .c-text.nav {
    margin-left: 16px;
    margin-right: auto;
    font-size: 16px;
    line-height: 18.84px;
  }

  .c-text.h3.blue-card {
    font-size: 30px;
    line-height: 34.97px;
  }

  .c-text.h4.center {
    text-align: center;
    width: 100%;
  }

  .c-text.richtext h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text.richtext h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text.richtext img {
    min-width: 500px;
  }

  .c-text.footer {
    margin-left: 16px;
    margin-right: auto;
  }

  .c-text.richtexttooltips h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text.richtexttooltips h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text.richtexttooltips img {
    min-width: 500px;
  }

  .c-text.h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text.h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .footer-image {
    height: 75px;
  }

  .c-footer-col_wrapper.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .c-footer-col.left {
    text-align: left;
  }

  .c-social_wrapper {
    justify-content: flex-start;
  }

  .c-social {
    margin-left: 0;
  }

  .c-list.grid {
    grid-template-columns: auto auto;
  }

  .c-modal {
    order: -1;
    margin-left: auto;
  }

  .c-nav_buttonlottie {
    width: 28px;
    height: 100%;
  }

  .c-nav_menuwrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: flex-start start;
    width: 100%;
    display: flex;
  }

  .c-content_wrapper.right, .c-content_wrapper.right-accordion {
    width: 100%;
    margin-left: auto;
  }

  .c-content_wrapper.left-accordion.outcome.sidebar {
    max-width: 100%;
  }

  .c-content_wrapper.left-accordion.outcome {
    width: 100%;
    position: relative;
    top: 0;
  }

  .c-dropdown_list.w--open {
    right: -16px;
  }

  .c-button_wrapper {
    width: 100%;
  }

  .c-button_wrapper.cta {
    align-items: center;
  }

  .c-image_standard {
    width: auto;
  }

  .c-standard_wrapper {
    align-self: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .c-standard_wrapper.center {
    align-self: center;
  }

  .c-footer_text {
    flex-direction: column;
  }

  .principle-card {
    padding: 40px;
  }

  .c-nav_dropdownnav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-dropdown_listnav.w--open {
    right: -16px;
  }

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

  .image.img-line {
    margin-bottom: -200px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .trends-number {
    position: static;
  }

  .comparison-row {
    overflow: scroll;
  }

  .c-nav_button-2 {
    margin-right: 48px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .c-nav_button-2.w--open {
    color: #fafafa;
    background-color: #0000;
  }

  .c-dropdown_listnav-2.w--open {
    right: -16px;
  }

  .table-text {
    font-size: 18px;
    line-height: 25.5px;
  }

  .table-item {
    min-width: 150px;
  }

  .c-container-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .header {
    width: 100%;
    height: auto;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .menu-icon {
    display: block;
  }

  .nav-link {
    display: none;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-menu {
    display: none;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .image-6, .image-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .c-section-copy.hero {
    background-position: 50%;
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .p-wrapper {
    flex-direction: column;
  }

  .p-wrapper.grid.principle {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .p-wrapper.hero {
    width: 100%;
  }

  .p-wrapper.featured {
    grid-template-columns: 1fr 1fr;
  }

  .p-wrapper.cta, .p-wrapper.half {
    flex-direction: column;
  }

  .p-wrapper.caption-credit {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .p-wrapper.cream-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }

  .p-wrapper.solutions-icon-wrapper {
    flex-direction: row;
  }

  .c-text-copy {
    padding: 0;
  }

  .c-text-copy.h1.mobile {
    font-size: 48px;
    line-height: 125%;
  }

  .c-text-copy.h2.hero {
    font-size: 40px;
    line-height: 44.17px;
  }

  .c-text-copy.nav {
    margin-left: 16px;
    margin-right: auto;
    font-size: 16px;
    line-height: 18.84px;
  }

  .c-text-copy.h3.blue-card {
    font-size: 30px;
    line-height: 34.97px;
  }

  .c-text-copy.h4.center {
    text-align: center;
    width: 100%;
  }

  .c-text-copy.richtext h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text-copy.richtext h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text-copy.richtext img {
    min-width: 500px;
  }

  .c-text-copy.footer {
    margin-left: 16px;
    margin-right: auto;
  }

  .c-text-copy.richtexttooltips h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text-copy.richtexttooltips h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text-copy.richtexttooltips img {
    min-width: 500px;
  }

  .c-text-copy.h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text-copy.h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-spacing-5._10.no-color {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .c-spacing-5._13.no-color {
    min-width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .p-section-accordion--horizontal {
    height: auto;
  }

  .p-accordion__camera {
    width: auto;
    height: auto;
  }

  .p-accordion__frame {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .c-section.hero {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .c-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-button {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .c-form-block {
    text-align: left;
  }

  .c-form.newsletter {
    width: 100%;
    margin-top: 40px;
  }

  .brand {
    margin-left: 24px;
    padding-left: 0;
  }

  .brand.w--current {
    align-content: flex-start;
  }

  .c-nav_menu {
    padding-left: 24px;
  }

  .c-nav_button {
    margin-right: 24px;
  }

  .c-wrapper {
    flex-direction: column;
  }

  .c-wrapper.grid.principle {
    grid-template-columns: 1fr;
  }

  .c-wrapper.caption-credit {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .c-wrapper.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-text.paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.paragraph.newsletter {
    text-align: left;
  }

  .c-text.h1.hero {
    width: auto;
  }

  .c-text.h1.mobile {
    font-size: 32px;
  }

  .c-text.h2.hero {
    font-size: 35px;
    line-height: 39.17px;
  }

  .c-text.nav {
    margin-left: 12px;
    display: none;
  }

  .c-text.h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text.richtext h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text.richtext h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text.richtext h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text.richtext h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text.richtext h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.richtext blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.richtext li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .c-text.richtext img {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-text.footer {
    margin-left: 12px;
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.richtexttooltips h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text.richtexttooltips h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text.richtexttooltips h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text.richtexttooltips h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text.richtexttooltips h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.richtexttooltips p, .c-text.richtexttooltips blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.richtexttooltips li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .c-text.richtexttooltips img {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-text.h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text.h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text.h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .footer-image {
    object-fit: contain;
    height: 82.5px;
  }

  .c-footer-col_wrapper.center {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-footer-col_wrapper.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .c-footer-col.left {
    text-align: left;
  }

  .c-footer-col.mobile {
    display: none;
  }

  .c-social_wrapper {
    justify-content: flex-start;
  }

  .c-social_wrapper.v2 {
    display: none;
  }

  .c-social_wrapper.hide {
    margin-top: 0;
    display: block;
  }

  .accordion.js-accordion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accordion.js-accordion.mobile {
    display: block;
  }

  .accordion-header.js-accordion-header {
    color: var(--gray-100);
  }

  .accordion-header.js-accordion-header.black {
    color: var(--gray-700);
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 0;
  }

  .c-list.grid {
    grid-template-columns: auto;
  }

  .c-nav_logo {
    object-fit: contain;
    padding-left: 0;
  }

  .c-modal_close_btn {
    font-size: 1.8rem;
  }

  .c-content_wrapper.left.top {
    padding-top: 15%;
  }

  .c-button_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-button_wrapper.cta {
    flex-direction: row;
    align-items: center;
  }

  .c-button_toggle {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .principle-card {
    padding: 28px;
  }

  .c-button_togglenav {
    font-size: 14px;
    line-height: 16px;
  }

  .c-dropdown_listnav.w--open {
    right: -15px;
  }

  .image.dots {
    height: 72px;
  }

  .c-nav_button-2 {
    margin-right: 24px;
  }

  .c-button_togglenav-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .c-dropdown_listnav-2.w--open {
    right: -15px;
  }

  .table-text {
    font-size: 16px;
    line-height: 23.5px;
  }

  .table-item {
    min-width: 150px;
  }

  .c-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .container-4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .image-6.dots, .image-7.dots {
    height: 72px;
  }

  .c-section-copy.hero {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .p-wrapper {
    flex-direction: column;
  }

  .p-wrapper.grid.principle {
    grid-template-columns: 1fr;
  }

  .p-wrapper.caption-credit {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .p-wrapper.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-text-copy.paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text-copy.paragraph.newsletter {
    text-align: left;
  }

  .c-text-copy.h1.hero {
    width: auto;
  }

  .c-text-copy.h1.mobile {
    font-size: 32px;
  }

  .c-text-copy.h2.hero {
    font-size: 35px;
    line-height: 39.17px;
  }

  .c-text-copy.nav {
    margin-left: 12px;
    display: none;
  }

  .c-text-copy.h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text-copy.h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text-copy.h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text-copy.richtext h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text-copy.richtext h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text-copy.richtext h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text-copy.richtext h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text-copy.richtext h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text-copy.richtext blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text-copy.richtext li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .c-text-copy.richtext img {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-text-copy.footer {
    margin-left: 12px;
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text-copy.richtexttooltips h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text-copy.richtexttooltips h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text-copy.richtexttooltips h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text-copy.richtexttooltips h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text-copy.richtexttooltips h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text-copy.richtexttooltips p, .c-text-copy.richtexttooltips blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text-copy.richtexttooltips li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .c-text-copy.richtexttooltips img {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-text-copy.h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text-copy.h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .image-8.dots {
    height: 72px;
  }
}

@media screen and (max-width: 479px) {
  p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
  }

  .c-section.hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .c-section.value {
    padding-left: 0;
    padding-right: 0;
  }

  .c-section.snapshot {
    flex-direction: column-reverse;
  }

  .c-section.value {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-section.value.medium-margint-top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-spacing._07.no-color {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .c-spacing._11.no-color {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .brand {
    margin-left: 16px;
  }

  .c-nav_menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-nav_button {
    margin-right: 18px;
  }

  .c-wrapper {
    padding-top: 0%;
  }

  .c-wrapper.featured {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .c-wrapper.digital-journey {
    flex-direction: column-reverse;
  }

  .c-wrapper.caption-credit {
    flex-direction: column;
  }

  .c-wrapper.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-wrapper.top {
    padding-top: 30%;
  }

  .c-text.paragraph.hero {
    width: auto;
  }

  .c-text.paragraph.columns-2 {
    column-count: 1;
  }

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

  .c-text.h1.hero {
    font-size: 39px;
    line-height: 51.8px;
  }

  .c-text.h1.mobile {
    white-space: normal;
    max-width: 100%;
    font-size: 28px;
  }

  .c-text.h2.hero {
    width: auto;
    font-size: 25px;
    line-height: 29.17px;
  }

  .c-text.h2.mobile {
    font-size: 30px;
    line-height: 33.6px;
  }

  .c-text.h2.card-title-white {
    font-size: 35px;
  }

  .c-text.h3.blue-card {
    font-size: 25px;
    line-height: 29.97px;
  }

  .c-text.h3.blue-card.moonshot, .c-text.richtext {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.richtext a {
    color: #000;
  }

  .c-text.richtext img {
    min-width: auto;
  }

  .c-text.richtext.credit {
    text-align: left;
  }

  .c-text.richtext.figcaption {
    border-bottom: 1px solid var(--gray-500);
    font-size: 14px;
    line-height: 19.25px;
  }

  .c-text.richtext.accordion-text {
    color: #232e3d;
    width: 100%;
    padding-right: 0;
  }

  .c-text.richtexttooltips img {
    min-width: auto;
  }

  .c-text.h2 {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
  }

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

  .c-footer_wrapper {
    flex-direction: column;
  }

  .footer-heading.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .accordion.js-accordion {
    display: flex;
  }

  .accordion-header.js-accordion-header.black {
    margin-top: -18px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 18px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 32px;
  }

  .c-card_item.grid {
    padding: 18px;
  }

  .c-card_item.grid.signature-bg {
    flex-direction: column;
  }

  .c-card_item.no-color.mobile {
    display: none;
  }

  .c-vote_wrapper {
    display: flex;
  }

  .c-form_checkbox {
    align-items: flex-start;
  }

  .c-nav_link {
    justify-content: flex-start;
    width: 100%;
  }

  .c-nav_link.w--current {
    justify-content: flex-start;
  }

  .c-content_wrapper.left {
    z-index: 2;
    padding-bottom: 0;
  }

  .c-content_wrapper.left.top {
    padding-top: 15%;
  }

  .c-content_wrapper.right, .c-content_wrapper.right-accordion {
    z-index: 1;
    width: 100%;
  }

  .c-content_wrapper.left-accordion {
    width: 100%;
  }

  .c-content_wrapper.left-accordion.outcome {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-content_wrapper.left-accordion.outcome.sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .c-card_content {
    padding-left: 0;
  }

  .c-button_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .c-button_wrapper.cta {
    flex-direction: column;
  }

  .c-button_wrapper.left {
    align-items: flex-start;
  }

  .principle-card.color-4.cream {
    margin-top: 40px;
  }

  .c-card_item-yellow {
    padding: 18px;
  }

  .tooltip_wrapper._4 {
    bottom: 32%;
  }

  .image.img-line {
    margin-left: -150px;
  }

  .image-2.impact-poverty-title {
    align-self: flex-start;
    width: auto;
    height: 72px;
  }

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

  .value-stats {
    padding-left: 20px;
    padding-right: 20px;
  }

  .windows-scroll {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .windows-scroll:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    clear: none;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    place-items: center stretch;
    display: grid;
    overflow: visible;
  }

  .table-amount {
    display: block;
  }

  .c-nav_button-2 {
    margin-right: 18px;
  }

  .table-text {
    display: block;
  }

  .trend-number-wrapper {
    min-width: 78px;
    max-width: 78px;
    min-height: 78px;
    max-height: 78px;
  }

  .trend-number-white {
    min-width: 74px;
    min-height: 74px;
  }

  .c-trent-number {
    font-size: 48px;
  }

  .p-section.p-hero {
    background-size: cover;
    flex-flow: column;
    height: 750px;
    margin-top: 78px;
    display: flex;
  }

  .p-section.p-welcome {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .lottie-animation {
    height: auto;
    display: block;
  }

  .lottie-animation.lottie--mobile {
    display: block;
  }

  .lottie-animation.lottie--desktop {
    display: none;
  }

  .p-welcome__copy {
    column-count: auto;
  }

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

  .c-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-container--theme.item__01 {
    background-position: 0 0, 50%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-gradient {
    width: 100px;
  }

  .photo-credits {
    font-size: 10px;
  }

  .lottie-animation-2 {
    left: 0;
  }

  .p-hero__lottie {
    height: auto;
    display: block;
  }

  .p-hero__lottie.p-hero__lottie--mobile {
    display: block;
  }

  .p-hero__lottie.p-hero__lottie--desktop {
    display: none;
  }

  .header_sub-line {
    width: 2em;
  }

  .p-value--square {
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-section-copy.hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .c-section-copy.value {
    padding-left: 0;
    padding-right: 0;
  }

  .c-section-copy.snapshot {
    flex-direction: column-reverse;
  }

  .p-wrapper {
    padding-top: 0%;
  }

  .p-wrapper.featured {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .p-wrapper.digital-journey {
    flex-direction: column-reverse;
  }

  .p-wrapper.caption-credit {
    flex-direction: column;
  }

  .p-wrapper.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-wrapper.top {
    padding-top: 30%;
  }

  .c-text-copy.paragraph.hero {
    width: auto;
  }

  .c-text-copy.paragraph.columns-2 {
    column-count: 1;
  }

  .c-text-copy.paragraph.center {
    text-align: center;
  }

  .c-text-copy.h1.hero {
    font-size: 39px;
    line-height: 51.8px;
  }

  .c-text-copy.h1.mobile {
    white-space: normal;
    max-width: 100%;
    font-size: 28px;
  }

  .c-text-copy.h2.hero {
    width: auto;
    font-size: 25px;
    line-height: 29.17px;
  }

  .c-text-copy.h2.mobile {
    font-size: 30px;
    line-height: 33.6px;
  }

  .c-text-copy.h2.card-title-white {
    font-size: 35px;
  }

  .c-text-copy.h3.blue-card {
    font-size: 25px;
    line-height: 29.97px;
  }

  .c-text-copy.h3.blue-card.moonshot, .c-text-copy.richtext {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text-copy.richtext a {
    color: #000;
  }

  .c-text-copy.richtext img {
    min-width: auto;
  }

  .c-text-copy.richtext.credit {
    text-align: left;
  }

  .c-text-copy.richtext.figcaption {
    border-bottom: 1px solid var(--gray-500);
    font-size: 14px;
    line-height: 19.25px;
  }

  .c-text-copy.richtext.accordion-text {
    color: #232e3d;
    width: 100%;
    padding-right: 0;
  }

  .c-text-copy.richtexttooltips img {
    min-width: auto;
  }

  .c-text-copy.h2 {
    text-align: center;
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
  }

  .windows-scroll-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .windows-scroll-2:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .c-spacing-5._07.no-color {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .value-stats-2 {
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    flex-flow: wrap;
  }

  .p-accordion__camera {
    position: static;
    overflow: visible;
  }
}

#w-node-aaf0f200-0cbe-3415-12d4-07fe2ab2743f-581f7471, #w-node-_121a3440-6064-b7ab-447b-7f68fe8b90b5-581f7471, #w-node-_892b7e19-5c82-6c46-d428-2eec9b6255d1-581f7471 {
  align-self: start;
}

#w-node-f16a7b01-f10f-a352-c978-52458eda8533-581f7471 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f16a7b01-f10f-a352-c978-52458eda8534-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8536-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8538-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853a-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853c-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853e-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8540-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8542-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8544-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8546-581f7471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98e4c052-bab0-db3a-d24d-36144d4167a5-581f7473 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_98e4c052-bab0-db3a-d24d-36144d4167b2-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167bf-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167cc-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167d9-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167e6-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167f3-581f7473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_011ce9d7-ca4f-b348-ec6c-6a3bf272e43e-581f7479, #w-node-_4e0cac85-bd67-9fd4-4f16-c12fc347aac0-581f7479, #w-node-e3923dac-b5f8-e3ad-8749-651defe87b50-581f7479, #w-node-fa3a3779-308c-23bf-78cd-a655022a633f-581f7479, #w-node-a52fdb41-b768-e813-77b3-cf6fc0d01cf9-581f7479, #w-node-_47528213-221f-2802-1153-43f825a0cb69-581f7479, #w-node-_08221087-48e7-a101-9b88-f69a6d083221-581f7479, #w-node-ae4b55c2-0fe4-18ae-4946-43b70678a0ee-581f7479, #w-node-_749a85b1-a19a-b95e-1a20-166e1ea50759-581f7479, #w-node-_98005ef6-3819-ece8-1dfa-fc64d48fcdb8-581f7479, #w-node-dbc88fb5-7a75-52a7-e19b-aa393efe4348-581f7479, #w-node-fa866c79-1a2f-3091-3f9d-d19f5350e891-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5dc-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5df-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e2-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e5-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e8-581f7479, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5eb-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317028c-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317028f-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170292-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170295-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170298-581f7479, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317029b-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d24-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d27-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d2a-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d2d-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d30-581f7479, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d33-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6251-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6254-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6257-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac625a-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac625d-581f7479, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6260-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5552-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5555-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5558-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e555b-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e555e-581f7479, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5561-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce94e-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce951-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce954-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce957-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce95a-581f7479, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce95d-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f74-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f77-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f7a-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f7d-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f80-581f7479, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f83-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf4699-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf469c-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf469f-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a2-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a5-581f7479, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a8-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b46b-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b46e-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b471-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b474-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b477-581f7479, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b47a-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e51-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e54-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e57-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e5a-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e5d-581f7479, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e60-581f7479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1621-581f7479 {
  align-self: end;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1623-581f7479 {
  place-self: end start;
}

#w-node-_6cc39101-382d-ba1b-e274-73dce167070e-581f7479, #w-node-_4f847e5a-b64f-5a80-78c8-a284edcb885d-581f7479, #w-node-c3b3b477-9ca5-4215-eb51-3b902ef99015-581f7479, #w-node-_6d6c2074-a651-435c-d3cd-a7386fc96f13-581f7479 {
  align-self: end;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1626-581f7479, #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-581f7479, #w-node-bf036b5c-334c-5555-1d14-5fd0d5f78c12-581f7479, #w-node-ef3a7ad8-2697-2e4b-3612-083f7d057137-581f7479, #w-node-_7458d1d2-bd66-90cc-b6cc-195f09ba6bb8-581f7479, #w-node-b0bd36df-17b7-6fa2-2c54-711dc55bcc5f-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d89-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d8b-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d8d-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d8f-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d91-581f7479, #w-node-_93937171-5708-f971-c809-45a9935f8d93-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e718-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71a-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71c-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71e-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e720-581f7479, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e722-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d70c-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d70e-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d710-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d712-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d714-581f7479, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d716-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f3-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f5-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f7-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f9-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6fb-581f7479, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6fd-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff5-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff7-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff9-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dffb-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dffd-581f7479, #w-node-f85a7ed6-0395-3766-39cf-675ec214dfff-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b754-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b756-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b758-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75a-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75c-581f7479, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75e-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449f2-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449f4-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449f6-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449f8-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449fa-581f7479, #w-node-a0821d66-bcec-be84-1b07-b513b10449fc-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e885c-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e885e-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e8860-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e8862-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e8864-581f7479, #w-node-e17c1562-86d8-bf46-a79e-6799251e8866-581f7479, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc4-581f7479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc6-581f7479, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc8-581f7479, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bca-581f7479, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bcc-581f7479, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bce-581f7479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_62b2b098-23e9-f0ed-4985-efae75e75a12-581f7479, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a15-581f7479, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a17-581f7479, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a19-581f7479, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a1b-581f7479, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a1d-581f7479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88f4ec2-e4ba-9337-933e-8aa290a993dd-581f7479 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b88f4ec2-e4ba-9337-933e-8aa290a993de-581f7479, #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993df-581f7479, #w-node-b740a46e-05d1-7c94-7648-d4f700cea6c1-581f7479, #w-node-a0d1476b-1b63-a790-8d83-3967cc1030db-581f7479, #w-node-_3b2a286e-2af0-ac33-3ae2-928f93419ec6-581f7479, #w-node-b0b93ad0-4e6f-2904-2591-e04452c57c47-581f7479, #w-node-e9540941-c67c-5f83-2383-3f4b7cc2b25b-581f7479, #w-node-_0105f05e-8310-44f5-282d-86c14f0e85a3-581f7479, #w-node-b689379c-9bda-ceae-b7e1-0074dd3c2b6a-581f7479, #w-node-b10cc994-cfdb-c77f-115d-ab314b7b9e3c-581f7479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_893f63ed-ef38-4ac4-dd77-71812c65742c-581f747b, #w-node-_529a753b-b5cf-91bf-b682-4b7ac90b696f-581f747b {
  grid-area: 1 / 1 / 2 / 8;
  place-self: end;
}

#w-node-fbd877a1-4bb6-9c46-6e95-d743a3a8a91e-581f747b, #w-node-fbd877a1-4bb6-9c46-6e95-d743a3a8a91f-581f747b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_797ad515-455a-e221-0566-5a6eef282702-581f747c {
  align-self: stretch;
}

#w-node-_797ad515-455a-e221-0566-5a6eef282751-581f747c {
  align-self: start;
}

#w-node-_48937e4f-e740-5c64-d611-390a04b54256-581f747d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48937e4f-e740-5c64-d611-390a04b54262-581f747d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-581f747e, #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-581f747e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aaf0f200-0cbe-3415-12d4-07fe2ab2743f-4d9abe1f, #w-node-_121a3440-6064-b7ab-447b-7f68fe8b90b5-4d9abe1f, #w-node-_892b7e19-5c82-6c46-d428-2eec9b6255d1-4d9abe1f {
  align-self: start;
}

#w-node-f16a7b01-f10f-a352-c978-52458eda8533-4d9abe1f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f16a7b01-f10f-a352-c978-52458eda8534-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8536-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8538-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853a-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853c-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853e-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8540-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8542-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8544-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8546-4d9abe1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_797ad515-455a-e221-0566-5a6eef282702-9046907a {
  align-self: stretch;
}

#w-node-_797ad515-455a-e221-0566-5a6eef282751-9046907a {
  align-self: start;
}

#w-node-_011ce9d7-ca4f-b348-ec6c-6a3bf272e43e-3982cf06, #w-node-_4e0cac85-bd67-9fd4-4f16-c12fc347aac0-3982cf06, #w-node-e3923dac-b5f8-e3ad-8749-651defe87b50-3982cf06, #w-node-fa3a3779-308c-23bf-78cd-a655022a633f-3982cf06, #w-node-a52fdb41-b768-e813-77b3-cf6fc0d01cf9-3982cf06, #w-node-_47528213-221f-2802-1153-43f825a0cb69-3982cf06, #w-node-_08221087-48e7-a101-9b88-f69a6d083221-3982cf06, #w-node-ae4b55c2-0fe4-18ae-4946-43b70678a0ee-3982cf06, #w-node-_749a85b1-a19a-b95e-1a20-166e1ea50759-3982cf06, #w-node-_98005ef6-3819-ece8-1dfa-fc64d48fcdb8-3982cf06, #w-node-dbc88fb5-7a75-52a7-e19b-aa393efe4348-3982cf06, #w-node-fa866c79-1a2f-3091-3f9d-d19f5350e891-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5dc-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5df-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e2-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e5-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5e8-3982cf06, #w-node-ed98b05f-8ddf-1e47-feae-6d6c9060c5eb-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317028c-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317028f-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170292-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170295-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e13170298-3982cf06, #w-node-_3c104f95-9467-55a6-c8b3-d58e1317029b-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d24-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d27-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d2a-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d2d-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d30-3982cf06, #w-node-b9f51e10-ecf9-8a83-11b0-6be0df085d33-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6251-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6254-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6257-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac625a-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac625d-3982cf06, #w-node-_9ad1fdfd-070d-7664-a86c-075e3bac6260-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5552-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5555-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5558-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e555b-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e555e-3982cf06, #w-node-d8ac8e62-61fa-4c4f-f408-4079b53e5561-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce94e-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce951-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce954-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce957-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce95a-3982cf06, #w-node-b216323f-fe03-8fd8-ddd0-d62d347ce95d-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f74-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f77-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f7a-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f7d-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f80-3982cf06, #w-node-_78ab06c9-bc53-908e-4416-3e9a83942f83-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf4699-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf469c-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf469f-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a2-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a5-3982cf06, #w-node-f2db9450-d7a5-b05d-5ab6-61287fdf46a8-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b46b-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b46e-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b471-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b474-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b477-3982cf06, #w-node-_7ece65cd-65e6-786f-c57a-4ed1fc48b47a-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e51-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e54-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e57-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e5a-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e5d-3982cf06, #w-node-_352f6da4-c96e-05d3-8a2d-8fd066672e60-3982cf06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1621-3982cf06 {
  align-self: end;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1623-3982cf06 {
  place-self: end start;
}

#w-node-_6cc39101-382d-ba1b-e274-73dce167070e-3982cf06, #w-node-_4f847e5a-b64f-5a80-78c8-a284edcb885d-3982cf06, #w-node-c3b3b477-9ca5-4215-eb51-3b902ef99015-3982cf06, #w-node-_6d6c2074-a651-435c-d3cd-a7386fc96f13-3982cf06 {
  align-self: end;
}

#w-node-_14f36d65-41f3-9794-ead5-a85da7ac1626-3982cf06, #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-3982cf06, #w-node-bf036b5c-334c-5555-1d14-5fd0d5f78c12-3982cf06, #w-node-ef3a7ad8-2697-2e4b-3612-083f7d057137-3982cf06, #w-node-_7458d1d2-bd66-90cc-b6cc-195f09ba6bb8-3982cf06, #w-node-b0bd36df-17b7-6fa2-2c54-711dc55bcc5f-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d89-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d8b-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d8d-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d8f-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d91-3982cf06, #w-node-_93937171-5708-f971-c809-45a9935f8d93-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e718-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71a-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71c-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e71e-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e720-3982cf06, #w-node-f7ee7f9b-acc9-5ae3-5c23-57b67692e722-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d70c-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d70e-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d710-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d712-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d714-3982cf06, #w-node-_37ec4731-13aa-755a-e643-ba3581c8d716-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f3-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f5-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f7-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6f9-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6fb-3982cf06, #w-node-eba8812d-01a1-2044-64fa-a2240cfda6fd-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff5-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff7-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dff9-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dffb-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dffd-3982cf06, #w-node-f85a7ed6-0395-3766-39cf-675ec214dfff-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b754-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b756-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b758-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75a-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75c-3982cf06, #w-node-_4171b686-4c12-1ef7-6f9f-66a3c282b75e-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449f2-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449f4-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449f6-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449f8-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449fa-3982cf06, #w-node-a0821d66-bcec-be84-1b07-b513b10449fc-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e885c-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e885e-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e8860-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e8862-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e8864-3982cf06, #w-node-e17c1562-86d8-bf46-a79e-6799251e8866-3982cf06, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc4-3982cf06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc6-3982cf06, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bc8-3982cf06, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bca-3982cf06, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bcc-3982cf06, #w-node-c6c2d010-b71e-148a-5d01-03cd3f550bce-3982cf06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_62b2b098-23e9-f0ed-4985-efae75e75a12-3982cf06, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a15-3982cf06, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a17-3982cf06, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a19-3982cf06, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a1b-3982cf06, #w-node-_62b2b098-23e9-f0ed-4985-efae75e75a1d-3982cf06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88f4ec2-e4ba-9337-933e-8aa290a993dd-3982cf06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b88f4ec2-e4ba-9337-933e-8aa290a993de-3982cf06, #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993df-3982cf06, #w-node-b740a46e-05d1-7c94-7648-d4f700cea6c1-3982cf06, #w-node-a0d1476b-1b63-a790-8d83-3967cc1030db-3982cf06, #w-node-_3b2a286e-2af0-ac33-3ae2-928f93419ec6-3982cf06, #w-node-b0b93ad0-4e6f-2904-2591-e04452c57c47-3982cf06, #w-node-e9540941-c67c-5f83-2383-3f4b7cc2b25b-3982cf06, #w-node-_0105f05e-8310-44f5-282d-86c14f0e85a3-3982cf06, #w-node-b689379c-9bda-ceae-b7e1-0074dd3c2b6a-3982cf06, #w-node-b10cc994-cfdb-c77f-115d-ab314b7b9e3c-3982cf06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92430701-d2c7-0582-9d9e-faa96bddd1af-082a901e {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 2fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6066251a-c362-45e2-f7f9-adead6fb6832-d6fb67de, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a1-581f7473 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-581f7479 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2fb7b43-c30a-719d-7341-34aa7ea63aac-581f747e, #w-node-_6acd4200-cebb-e5ef-9cad-cf8c9ae9b0a9-581f747e, #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d1-581f747e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-581f747e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90933-581f747e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-581f747e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edd4adb7-b070-9d9b-7d85-e35b6d5a6a79-6d5a6a42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-3982cf06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07abc5f9-e52e-a73a-408b-1e9ed1049c51-581f7471, #w-node-_6066251a-c362-45e2-f7f9-adead6fb6832-d6fb67de, #w-node-a2fb7b43-c30a-719d-7341-34aa7ea63aac-581f747e, #w-node-_6acd4200-cebb-e5ef-9cad-cf8c9ae9b0a9-581f747e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7e9-581f747e {
    order: 9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d1-581f747e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d3-581f747e {
    order: -9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d9-581f747e {
    order: 9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-581f747e {
    order: -9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90931-581f747e {
    order: 9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90933-581f747e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90935-581f747e {
    order: -9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90938-581f747e {
    order: 9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-581f747e {
    order: -9999;
  }

  #w-node-edd4adb7-b070-9d9b-7d85-e35b6d5a6a79-6d5a6a42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f16a7b01-f10f-a352-c978-52458eda8533-581f7471 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-f16a7b01-f10f-a352-c978-52458eda8534-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8536-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8538-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853a-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853c-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda853e-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8540-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8542-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8544-581f7471, #w-node-f16a7b01-f10f-a352-c978-52458eda8546-581f7471, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a1-581f7473 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a5-581f7473, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167f3-581f7473 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-581f7479 {
    grid-column: span 1 / span 1;
  }

  #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993dd-581f7479 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993de-581f7479, #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993df-581f7479, #w-node-b740a46e-05d1-7c94-7648-d4f700cea6c1-581f7479, #w-node-a0d1476b-1b63-a790-8d83-3967cc1030db-581f7479, #w-node-_3b2a286e-2af0-ac33-3ae2-928f93419ec6-581f7479, #w-node-b0b93ad0-4e6f-2904-2591-e04452c57c47-581f7479, #w-node-e9540941-c67c-5f83-2383-3f4b7cc2b25b-581f7479, #w-node-_0105f05e-8310-44f5-282d-86c14f0e85a3-581f7479, #w-node-b689379c-9bda-ceae-b7e1-0074dd3c2b6a-581f7479, #w-node-b10cc994-cfdb-c77f-115d-ab314b7b9e3c-581f7479 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f16a7b01-f10f-a352-c978-52458eda8533-4d9abe1f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-f16a7b01-f10f-a352-c978-52458eda8534-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8536-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8538-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853a-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853c-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda853e-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8540-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8542-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8544-4d9abe1f, #w-node-f16a7b01-f10f-a352-c978-52458eda8546-4d9abe1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14f36d65-41f3-9794-ead5-a85da7ac1628-3982cf06 {
    grid-column: span 1 / span 1;
  }

  #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993dd-3982cf06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993de-3982cf06, #w-node-b88f4ec2-e4ba-9337-933e-8aa290a993df-3982cf06, #w-node-b740a46e-05d1-7c94-7648-d4f700cea6c1-3982cf06, #w-node-a0d1476b-1b63-a790-8d83-3967cc1030db-3982cf06, #w-node-_3b2a286e-2af0-ac33-3ae2-928f93419ec6-3982cf06, #w-node-b0b93ad0-4e6f-2904-2591-e04452c57c47-3982cf06, #w-node-e9540941-c67c-5f83-2383-3f4b7cc2b25b-3982cf06, #w-node-_0105f05e-8310-44f5-282d-86c14f0e85a3-3982cf06, #w-node-b689379c-9bda-ceae-b7e1-0074dd3c2b6a-3982cf06, #w-node-b10cc994-cfdb-c77f-115d-ab314b7b9e3c-3982cf06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92430701-d2c7-0582-9d9e-faa96bddd1af-082a901e {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }
}


@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—semiboldit.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—regularit.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—boldit.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit fettkursiv';
  src: url('../fonts/SohneBreit-FettKursiv.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit dreiviertelfettkursiv';
  src: url('../fonts/SohneBreit-DreiviertelfettKursiv.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit fett';
  src: url('../fonts/SohneBreit-Fett.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit dreiviertelfett';
  src: url('../fonts/SohneBreit-Dreiviertelfett.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit Buch';
  src: url('../fonts/SohneBreit-Buch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}