.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Akzidenz grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

p {
  margin-bottom: 0;
  font-size: 1.67em;
  line-height: 1.4;
}

a {
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .75;
}

ul {
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

li {
  color: #000;
  background-image: url('../images/List-Icon.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 1.03em 1.03em;
  background-attachment: scroll;
  padding-left: .3em;
  font-size: 20px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 2.76em;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 1em;
  font-size: 1.3em;
  line-height: 1.2;
}

.c-section.cc-gradient {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 6.8em;
  display: flex;
}

.c-section.cc-hero {
  position: relative;
}

.c-section.cc-grey {
  color: #000;
  background-color: #ededed;
}

.c-container {
  grid-template-columns: 1.5fr 2.25fr 1fr 1fr 1fr;
}

.c-container.cc-gap_1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.c-container.cc-center {
  align-items: center;
}

.c-container.cc-center.cc-ptb_8-5 {
  max-width: 1440px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.8em;
  padding-right: 6.8em;
  display: flex;
}

.c-container.cc-footer {
  max-width: 1440px;
  grid-column-gap: 3.02em;
  grid-row-gap: 3.02em;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 6.8em 3px;
  display: flex;
}

.c-container.cc-nav {
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 1.52em 6.8em 0;
  display: flex;
  position: relative;
}

.c-container.cc-gap_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.c-container.cc-pb_0.cc-magazin {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.32em 6.8em 6.8em;
}

.c-paragraph.cc-magazin {
  font-weight: 400;
  line-height: 1.125;
}

.c-paragraph_s {
  font-size: 1.25em;
}

.c-text_3xl {
  max-width: 1440px;
  float: left;
  text-align: left;
  font-size: 14em;
  line-height: .9;
}

.c-text_xl {
  font-size: 6.25em;
  line-height: 1;
}

.c-text_m {
  flex: 0 auto;
  font-size: 2.08em;
  line-height: 1.2;
}

.c-text_l {
  font-size: 3.13em;
  line-height: 1.2;
}

.c-text_l.cc-700 {
  padding-left: 0;
}

.c-text {
  font-size: 1.4em;
  line-height: 1.2;
}

.c-text.cc-search_link {
  text-decoration: underline;
}

.c-text_s {
  align-self: center;
  padding-right: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

.c-text_s.cc-grey {
  padding-left: 0;
  padding-right: 0;
}

.c-text_xs {
  flex: 0 auto;
  padding-right: 0;
  font-size: 1.04em;
  line-height: 1.2;
  display: block;
}

.c-text_xs.cc-700 {
  float: left;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.c-text_xs.cc-bold {
  font-weight: 700;
}

.c-text_xs.cc-bold.cc-white {
  color: #fff;
}

.c-text_xxs {
  font-size: .94em;
  line-height: 1.2;
}

.c-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 1.67em;
  padding: .58em 1.16em .4em;
  font-weight: 700;
}

.c-button.cc-white {
  color: #000;
  background-color: #fff;
}

.c-button.cc-white.cc-regular {
  overflow: hidden;
}

.c-button.cc-regular {
  flex: none;
  font-weight: 400;
}

.c-button_text {
  font-size: .78em;
}

.c-button_text.cc-404 {
  font-size: 1.5em;
}

.c-button_text.cc-big {
  font-size: .94em;
}

.cc-gradient {
  background-image: linear-gradient(45deg, #00ffd8 57%, #09597d);
}

.c-wrap {
  grid-column-gap: 3.39em;
  grid-row-gap: 3.39em;
  align-items: flex-start;
  display: flex;
}

.c-wrap.cc-gap_1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.c-wrap.cc-gap_1.cc-align_center {
  text-align: left;
}

.c-wrap.cc-vertical {
  flex-direction: column;
  justify-content: space-between;
}

.c-wrap.cc-vertical.cc-gap_2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.c-wrap.cc-vertical.cc-gap_0 {
  grid-row-gap: 1em;
  justify-content: flex-start;
}

.c-wrap.cc-align_center {
  align-items: center;
}

.c-wrap.cc-align_center.cc-gap_0-5 {
  clear: none;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.04em;
  line-height: 1.2em;
  display: flex;
  position: static;
}

.c-wrap.cc-gap_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.c-wrap.cc-gap_1-5 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.c-wrap.cc-gap_0-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.c-wrap.cc-700 {
  order: 0;
  margin-bottom: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-wrap.cc-gap_0 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.c-wrap.cc-gap_2-5 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.c-wrap.cc-relative.cc-video_2 {
  margin-top: auto;
}

.c-wrap.cc-video_animation {
  cursor: pointer;
}

.c-wrap.cc-rich_text {
  width: 63em;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.c-wrap.cc-story_slider {
  width: 100%;
  max-width: 86.5em;
  flex-direction: column;
  align-items: center;
  margin: 5.31em auto 6.46em;
  padding: 3.28em 4em;
}

.c-wrap.cc-story_slider.cc-gradient {
  background-image: linear-gradient(45deg, #00ffd8 57%, #09597d);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.c-wrap.cc-story_slider.cc-gradient_blue {
  padding-left: 2em;
  padding-right: 2em;
}

.c-wrap.cc-story_slider.cc-gradient_purple, .c-wrap.cc-story_slider.cc-gradient_green {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.c-wrap.cc-story_top {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  margin: 0 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1.04em;
  display: block;
  position: relative;
}

.c-dot {
  width: 1.51em;
  height: 1.51em;
  color: #fff;
  text-align: center;
  background-color: #0b445d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  line-height: .5;
  display: flex;
}

.c-dot.cc-purple {
  width: 1.51em;
  height: 1.51em;
  color: #fff;
  background-color: #87287d;
}

.c-dot.cc-green {
  background-color: #179579;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-dot.cc-tab {
  z-index: 1;
  width: 2.76em;
  height: 2.76em;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -1em;
}

.c-dot.cc-tab:hover {
  opacity: 1;
}

.c-dot_icon {
  width: 40%;
  height: 40%;
  overflow: visible;
}

.cc-width_100 {
  width: 100%;
}

.c-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.c-slider.c-container {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  overflow: hidden;
}

.c-slider_mask {
  width: 25%;
  height: 100%;
  overflow: visible;
}

.c-slider_mask.cc-width_100 {
  width: 100%;
}

.c-slide {
  width: 100%;
  height: 100%;
}

.c-slider_wrap {
  width: 100%;
  clear: left;
  overflow: hidden;
}

.c-text_2xl {
  font-size: 7em;
  font-weight: 700;
  line-height: 1;
}

.c-slide_content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-hide {
  display: none;
}

.c-slider_arrow {
  width: .4em;
  height: .4em;
  align-items: center;
  display: flex;
}

.c-box {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.32em 6.15em 3.53em;
  display: flex;
}

.c-box.cc-gradient {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.c-box.cc-gradient.cc-slide {
  min-height: 33em;
}

.c-box.cc-gradient.cc-invert {
  background-image: linear-gradient(45deg, #09597d, #00ffd8 57%);
}

.c-tabs {
  width: 100%;
  margin-bottom: 2.55em;
}

.c-tab_menu {
  grid-column-gap: 1.82em;
  justify-content: center;
  display: flex;
}

.c-tab_menu-link {
  width: 20.31em;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.c-tab_menu-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.cc-grey {
  color: gray;
}

.c-list {
  flex: 1;
  order: 0;
  align-self: auto;
}

.c-list_item {
  font-size: 14px;
  list-style-type: none;
}

.c-list_item.cc-home {
  padding-left: 2em;
}

.c-list_text {
  color: #fff;
  font-size: 1.56em;
  line-height: 1.2;
}

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

.c-tab_dropdown-content {
  z-index: 1;
  height: 100%;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1.99em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-arrow {
  width: 1.09em;
  height: 1.09em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-3x1 {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-3x1.cc-magazine {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
}

.cc-underline {
  text-decoration: underline;
}

.c-line {
  width: 100%;
  height: .05em;
  background-color: #000;
  position: static;
}

.c-social_icon {
  height: 1.15em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-ptb_8-5 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.c-nav {
  z-index: 11;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.c-nav_menu-container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

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

.c-nav_logo {
  width: 4.55em;
}

.c-nav_content {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.83em;
  display: flex;
}

.c-nav_content.cc-bottom {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: .78em;
  padding-bottom: .78em;
}

.c-nav_content.cc-bottom.cc-mob_lands-hide.cc-black {
  color: #000;
}

.c-nav_content.cc-bg {
  height: 3em;
  max-width: none;
  color: #fff;
  background-image: linear-gradient(73deg, #4eab89, #081e3b);
  padding-top: .78em;
  padding-bottom: .78em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-nav_menu-link {
  font-size: 1.04em;
  line-height: 1.2;
}

.c-nav_menu {
  grid-column-gap: 3.65em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-white {
  color: #fff;
}

.c-share {
  z-index: 10;
  background-color: rgba(6, 26, 53, .9);
  border-radius: 2.08em;
  flex-direction: column;
  align-items: center;
  margin-right: -2.5em;
  padding: .72em 2.42em 1.41em .45em;
  display: flex;
  position: fixed;
  top: 20em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-share.cc-black {
  background-color: #000;
  padding-bottom: .72em;
}

.c-share_icon-wrap {
  width: 4.47em;
}

.c-share_icon-wrap.cc-2 {
  width: 1.98em;
  margin-bottom: 1em;
}

.c-icon {
  height: 1.82em;
}

.cc-700 {
  font-weight: 700;
}

.cc-pt_0 {
  padding-top: 0;
}

.c-footer_links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.c-footer_links-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-footer_links-wrap.cc-top {
  max-width: 23em;
  grid-column-gap: 3.39em;
  grid-row-gap: 3.39em;
  flex-direction: row;
}

.cc-mobile_lands-show {
  display: none;
}

.c-slider_nav {
  margin-top: 1em;
  display: flex;
  position: relative;
}

.c-nav_menu-search {
  width: 1.5em;
  height: 1.5em;
  margin-left: 3em;
}

.c-nav_menu-search_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-popup {
  z-index: 11;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-search-_container {
  width: 50%;
  margin-bottom: 0;
  display: flex;
}

.c-search_input {
  border: 1px #000;
  border-bottom: .05em solid #000;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2;
}

.c-search_input:focus {
  border-bottom-color: #000;
}

.c-search_button {
  width: 10em;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 1.67em;
  padding: .58em 1.16em .4em;
  font-weight: 700;
}

.c-popup_close {
  font-size: 6em;
  line-height: .5;
  position: absolute;
  top: .5em;
  bottom: auto;
  left: auto;
  right: .5em;
}

.cc-no-wrap {
  white-space: nowrap;
}

.search-result-item {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.search-result-list {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.utility-page-content {
  width: 260px;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-404_img {
  width: 20em;
}

.c-nav_menu-dropdown {
  z-index: 0;
  display: flex;
}

.c-nav_menu-dropdown_toggle {
  grid-column-gap: .5em;
  padding: 0;
  display: flex;
}

.c-nav_menu-dropdown_text {
  color: #000;
  font-size: 1.04em;
  line-height: 1.2;
  overflow: auto;
}

.c-nav_menu-dropdown_text.cc-back {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 700;
  position: absolute;
}

.c-nav_dropdown-content {
  grid-row-gap: .78em;
  background-color: #93c9ae;
  border-bottom-right-radius: .52em;
  border-bottom-left-radius: .52em;
  flex-direction: column;
  margin-top: 2.15em;
  padding: .78em 1.15em;
  display: none;
}

.c-nav_dropdown-content.w--open {
  grid-row-gap: .73em;
  display: flex;
}

.c-nav_dropdown-content.cc-2 {
  background-color: #72aea2;
}

.c-nav_dropdown-content.cc-2.cc-story.cc-gradient_purple.w--open {
  width: auto;
  padding-right: 8em;
}

.c-nav_dropdown-content.cc-3, .c-nav_dropdown-content.cc-3.cc-story {
  background-color: #579592;
}

.c-nav_dropdown-content.cc-3.cc-story.w--open {
  padding-right: 8em;
}

.c-nav_dropdown-content.cc-story {
  background-color: #ededed;
}

.c-nav_dropdown-content.cc-story.w--open {
  background-color: #fff;
}

.c-nav_dropdown-content.cc-story.cc-gradient_blue.w--open {
  width: auto;
  height: auto;
  position: absolute;
}

.c-nav_dropdown-text {
  width: 350px;
  height: 15px;
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 1.15em;
  font-weight: 400;
  transition-property: none;
  display: flex;
}

.c-nav_dropdown-text.w--current {
  opacity: 1;
  filter: none;
  color: #000;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.15em;
  font-weight: 700;
  transition: opacity .2s;
}

.c-nav_dropdown-text.cc-text_black {
  color: #000;
  transition: opacity .2s;
}

.c-nav_dropdown-icon {
  display: none;
  position: static;
}

.c-video_1 {
  width: 100%;
  height: 100%;
  cursor: auto;
}

.c-video_container {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 20% auto auto 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.c-video_img {
  width: 16.64em;
  height: 18.707em;
  object-fit: cover;
  position: relative;
}

.c-video_img.cc-1 {
  z-index: 1;
}

.c-video_img.cc-2 {
  position: absolute;
}

.c-video_img.cc-3 {
  z-index: 1;
}

.c-video_img.cc-4 {
  position: absolute;
}

.c-video_img.cc-5 {
  z-index: 1;
}

.c-video_img.cc-6 {
  position: absolute;
}

.c-video_img.cc-7 {
  z-index: 1;
}

.c-video_img.cc-8 {
  position: absolute;
}

.cc-relative {
  position: relative;
}

.c-text_l2 {
  margin-top: 0;
  font-size: 3.17em;
  font-weight: 700;
  line-height: 1.2;
}

.c-text_l2.cc-purple {
  height: auto;
  line-height: 1.04;
}

.c-text_l2.cc-green_500 {
  padding-bottom: 0;
  line-height: 1.04;
}

.c-text_l2.cc-dark-slate-grey {
  color: #005b7e;
  line-height: 1.04;
}

.c-rich-text {
  color: #000;
  flex: 0 auto;
  font-weight: 300;
}

.c-rich-text h2 {
  color: #000;
  margin-bottom: .5em;
}

.c-rich-text figure {
  margin-bottom: 3.92em;
}

.c-rich-text li {
  background-image: url('../images/Line.svg');
  background-position: 0%;
  background-size: .85em;
  padding-left: 1.3em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4;
}

.c-rich-text ul {
  grid-row-gap: 0em;
  margin-bottom: 3em;
}

.c-rich-text.cc-blue_5 {
  color: #000;
  position: relative;
}

.c-rich-text.cc-purple {
  height: auto;
  color: #87287d;
  font-size: 20px;
}

.c-rich-text.cc-green_500 {
  float: none;
  clear: left;
  font-size: 20px;
}

.c-rich-text.cc-blue_500 {
  color: #09597d;
  border: 1px #000;
  font-size: 20px;
}

.c-quote_container {
  width: 100%;
  grid-row-gap: 1.75em;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
}

.c-quote_container.cc-hide {
  display: none;
}

.c-quote_line {
  height: .3em;
  outline-offset: 0px;
  color: #000;
  background-color: #000;
  outline: 3px #000;
  font-weight: 300;
  overflow: visible;
}

.c-quote_line.cc-thin {
  width: 100%;
  height: .15em;
}

.c-paragraph_xl {
  color: #000;
  font-family: PMN Caecilia roman, sans-serif;
  font-size: 2.62em;
  font-weight: 400;
}

.c-paragraph_xl.cc-blue_500.cc-akzidenz-grotesk {
  font-family: Akzidenz grotesk, sans-serif;
  line-height: 1.18;
}

.c-paragraph_xl.cc-purple {
  height: auto;
}

.c-paragraph_xl.cc-purple.cc-akzidenz-grotesk {
  margin-top: -.5em;
  font-family: Akzidenz grotesk, sans-serif;
  line-height: 1.18;
}

.c-paragraph_xl.cc-green_500 {
  font-size: 2.62em;
}

.c-paragraph_xl.cc-green_500.cc-akzidenz-grotesk {
  padding-bottom: 0;
  font-family: Akzidenz grotesk, sans-serif;
  line-height: 1.18;
}

.c-paragraph_xl.cc-pink {
  color: #000;
}

.cc-auto_left {
  margin-left: auto;
}

.c-text_ml {
  font-size: 2.6em;
  line-height: 1.2;
}

.c-text_ml.cc-magazin {
  line-height: 1.04;
}

.c-story_recommend {
  width: 100%;
  height: 13em;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-color: #fff;
  background-clip: border-box;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.c-story_recommend.cc-fix {
  flex: 1;
  display: inline-block;
}

.c-story_share {
  width: 1.25em;
  height: 1.46em;
  clear: both;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

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

.cc-width_63em {
  width: 63em;
}

.cc-blue_500 {
  color: #09597d;
}

.cc-blue_900 {
  color: #0b445d;
}

.cc-gradient_blue {
  color: #fff;
  background-image: linear-gradient(45deg, #09597d, #01d2e3);
}

.c-nav_line {
  width: 100%;
  height: .1em;
  background-color: #000;
  display: block;
}

.cc-gradient_purple {
  color: #fff;
  background-image: linear-gradient(45deg, #87287d, #ff3ceb);
}

.cc-purple {
  height: 30px;
  color: #87287d;
}

.cc-bold {
  max-width: 350px;
  color: #000;
  object-fit: fill;
  font-weight: 300;
  position: relative;
}

.cc-green_500 {
  color: #179579;
  padding-bottom: 18px;
  padding-left: 0;
}

.cc-gradient_green {
  color: #fff;
  background-image: linear-gradient(45deg, #179579 57%, #00ffc6);
}

.c-magazine {
  width: 100%;
  grid-column-gap: 2.84em;
  grid-row-gap: 2.84em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  align-content: start;
  display: flex;
}

.c-card {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75em 1.8em;
  display: flex;
}

.c-card.cc-p_0 {
  width: 100%;
}

.c-card_top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-card_top.cc-pt-0 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.c-card_bottom {
  grid-column-gap: 1.66em;
  grid-row-gap: 1.66em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-card_img {
  width: 100%;
  height: 21.69em;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
}

.c-card_img.cc-height {
  height: 37em;
}

.c-card_img.cc-height.cc-height-medium {
  height: 28em;
  flex: 1;
}

.c-card_img.cc-height_small {
  height: 16em;
  white-space: normal;
  flex: 0 auto;
  align-self: auto;
}

.c-card_img.cc-height_small.cc-height {
  height: 22em;
  flex: 1;
}

.cc-p_0 {
  padding: 0;
}

.cc-bg_grey-500 {
  background-color: #ededed;
}

.c-quote {
  grid-column-gap: 2.81em;
  grid-row-gap: 2.81em;
  display: flex;
}

.c-quote_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cc-pb_0 {
  padding-bottom: 0;
}

.c-magazine_wrap {
  grid-column-gap: 2.84em;
  grid-row-gap: 2.84em;
  margin-top: 4em;
  display: flex;
}

.c-quote_video-wrap {
  width: 32.5em;
  height: 21.56em;
  min-width: 32.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-quote_video-play {
  width: 5.56em;
  height: 5.6em;
  position: relative;
}

.cc-400 {
  font-weight: 400;
}

.cc-m_0 {
  margin: 0;
}

.c-stories {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: minmax(13em, 1fr) minmax(13em, 1fr) minmax(13em, 1fr) repeat(auto-fit, minmax(13em, 1fr));
  grid-auto-columns: minmax(13em, 1fr);
  display: grid;
}

.cc-text_black {
  color: #000;
}

.cc-gradient_yellow {
  color: #000;
  background-image: linear-gradient(to right, #dc9018 4%, #fef401 80%, #fff700);
}

.cc-pink {
  color: #e60b96;
}

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

.c-search_wrap {
  width: 100%;
  display: flex;
}

.c-search_container {
  width: 50%;
  margin-bottom: 0;
}

.search-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list {
  color: #000;
  letter-spacing: 1px;
  background-image: none;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-left: 3px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  list-style-type: disc;
}

.list.white {
  color: #fff;
  font-size: 20px;
}

.list.white.right {
  margin-left: 30px;
  font-size: 18px;
}

.list.table {
  flex: 1;
  margin-bottom: -12px;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
}

.list-2 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 15px;
  padding: 0 20px 20px;
  list-style-type: none;
  position: static;
}

.list-2.table.l-green {
  width: auto;
  direction: ltr;
  border: 1px gray;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 15px;
}

.fliesstext {
  color: #000;
  letter-spacing: 1px;
  text-indent: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.fliesstext.white {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.grid-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid-40.nebeneinander {
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-right: 0;
}

.h4-text {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.h4-text.white {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  font-size: 30px;
  display: flex;
}

.div-block-46 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Path-4566.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  padding: 0 20px 20px;
}

.l-green {
  color: gray;
}

.l-green.bold {
  color: #09597d;
  font-size: 14px;
}

.table1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.75fr 3.5fr 3fr;
}

.table1._3 {
  grid-template-rows: auto minmax(auto, 50px) auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.table {
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.table.l-green {
  color: #000;
  border-bottom: 1px solid gray;
  padding-bottom: 2px;
  font-size: 14px;
}

.table.l-green._2px {
  color: #04bab2;
  border-bottom-width: 1px;
  border-bottom-color: #04bab2;
  padding-bottom: 2px;
}

.bold {
  text-decoration: none;
}

.t-head {
  color: #fff;
  border-bottom: 2px solid #000;
  padding: 12px 10px 2px 0;
}

.table-head {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.bold-text-3 {
  color: #04bab2;
  font-size: 14px;
}

.div-block-48 {
  align-items: flex-start;
  display: flex;
}

.share-icon {
  width: 25px;
  margin-left: 5px;
  margin-right: 0;
  padding-bottom: 2px;
}

.share-icon.member {
  width: 40px;
  mix-blend-mode: luminosity;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  position: static;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr 1fr;
  margin-top: 20px;
}

.bu {
  color: #000;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

.bu.light-b {
  color: #000;
  font-size: 14px;
}

.bu.cc-bold {
  font-weight: 700;
}

.bu.black {
  color: #000;
}

.bu.black.blue {
  color: #fff;
  cursor: pointer;
  background-color: #0081a2;
  margin-left: 20px;
  padding: 10px 20px 15px 15px;
  font-size: 14px;
  display: inline-block;
}

.bu.black.blue.light {
  cursor: pointer;
  background-color: #15dcda;
  margin-left: 0;
}

.background-video-2 {
  max-height: 550px;
  min-height: 615px;
  position: -webkit-sticky;
  position: sticky;
}

.cc-green {
  text-align: left;
  margin-bottom: 27px;
  padding: 0 54px 10px 38px;
}

.c-tabs_img-2 {
  width: 100%;
  margin-top: 4.32em;
}

.c-tab_dropdown-2 {
  height: 40em;
  grid-row-gap: 2.5em;
  opacity: 1;
  color: #fff;
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  margin-top: 1.67em;
  display: flex;
  position: absolute;
}

.c-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 1.67em;
  padding: .4em 1.16em;
  font-weight: 700;
}

.c-button-2.cc-white {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  padding-top: .4em;
  font-size: .78em;
}

.c-dot-2 {
  width: 1.51em;
  height: 1.51em;
  color: #fff;
  text-align: center;
  background-color: #0b445d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  line-height: .5;
  display: flex;
}

.c-dot-2.cc-tab {
  z-index: 1;
  width: 2.76em;
  height: 2.76em;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -1em;
}

.c-dot-2.cc-tab:hover {
  opacity: 1;
}

.c-dot-2.cc-tab.cc-purple {
  background-color: #87287d;
}

.c-dot-2.cc-tab.cc-green {
  background-color: #179579;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-dot_icon-2 {
  width: 40%;
  height: 40%;
}

.c-container-2 {
  max-width: 1440px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 6.8em 4em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.c-container-2.cc-gap_5 {
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
}

.c-container-2.cc-nav-home {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block, .rich-text-block-2 {
  color: #09597d;
}

.rich-text-block-3, .rich-text-block-4 {
  color: #000;
}

.rich-text-block-6, .rich-text-block-7 {
  color: #09597d;
}

.rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11, .rich-text-block-12, .rich-text-block-13, .rich-text-block-14, .rich-text-block-15, .rich-text-block-16, .rich-text-block-17 {
  color: #87287d;
}

.rich-text-block-18, .rich-text-block-19, .rich-text-block-20, .rich-text-block-21, .rich-text-block-22, .rich-text-block-23, .rich-text-block-24, .rich-text-block-25, .rich-text-block-26, .rich-text-block-27 {
  color: #179579;
}

.rich-text-block-29 {
  color: #09597d;
}

.rich-text-block-30 {
  color: #87287d;
}

.list-5 {
  border-bottom: 1px solid #000;
  padding-left: 20px;
}

.grid-44 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-10 {
  color: #09597d;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.text-block-11 {
  color: #87287d;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.text-block-12 {
  color: #179579;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.text-block-13 {
  color: #dc9018;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.image-4, .rich-text-block-33 {
  color: #dc9018;
}

.rich-text-block-34 {
  color: #dc9018;
  font-size: 14px;
}

.rich-text-block-35 {
  color: #000;
}

.rich-text-block-36 {
  color: #dc9018;
}

.list-8 {
  color: #000;
  padding-left: 25px;
}

.text-block-14 {
  color: #000;
  padding-left: 0;
  font-size: 2.6em;
  line-height: 1.2;
}

.bold-text-6 {
  float: none;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.list-item-4, .list-item-5 {
  color: #000;
  font-size: 14px;
}

.text-block-18 {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.text-block-19 {
  color: #000;
  border-bottom: 1px solid #000;
}

.list-item-6, .list-item-8, .list-item-9 {
  color: #000;
  font-size: 14px;
}

.text-block-20 {
  color: #000;
  border-bottom: 1px solid #000;
}

.list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  color: #000;
  font-size: 14px;
}

.list-9, .list-10, .list-11, .list-12, .list-13, .list-14, .list-15, .list-16 {
  border-bottom: 1px solid #000;
  padding-left: 25px;
}

.text-block-38 {
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.list-item-24 {
  color: #000;
  font-size: 20px;
}

.sdg-wrap {
  border-top: 1px solid #005b7e;
  border-bottom: 1px solid #005b7e;
  flex: 0 auto;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sdg-wrap.green {
  border-top-color: #0a9679;
  border-bottom-color: #0a9679;
}

.sdg-wrap.purple {
  border-top-color: #87287d;
  border-bottom-color: #87287d;
}

.sdg {
  width: 125px;
  filter: grayscale();
  mix-blend-mode: normal;
  margin-right: 10px;
}

.sdg:hover {
  filter: none;
}

.c-button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 1.67em;
  padding: .4em 1.16em;
  font-weight: 700;
}

.c-text_xs-2 {
  color: rgba(0, 0, 0, 0);
  font-size: 1.04em;
  line-height: 1.2;
}

.c-text_xs-3 {
  font-size: 1.04em;
  line-height: 1.2;
}

.c-text_xs-3.cc-700 {
  align-self: auto;
  margin-left: auto;
  padding-top: 1em;
}

.c-story_share-2 {
  width: 1.25em;
  height: 1.46em;
  margin-top: 13px;
}

.text-block-92 {
  border-bottom: 2px solid #000;
}

.text-block-92.cc-table-head {
  padding-bottom: 1rem;
}

.bold-text-9 {
  border: 1px #000;
}

.text-block-111 {
  border-bottom: 1px solid #87287d;
}

.text-block-98 {
  border-bottom: 1px solid #0b445d;
}

.text-block-98.cc-no-line {
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: .25em;
}

.grid-46 {
  border-bottom: 1px #000;
  grid-template: ". ." minmax(60px, 1fr)
                 ". Area" 60px
                 / minmax(auto, auto) auto auto 60px 60px auto;
  grid-auto-rows: 40px;
  display: none;
}

.text-block-89 {
  border: 1px #000;
  border-bottom: 2px solid #000;
}

.bold-text-11 {
  border: 1px #000;
  border-bottom-width: 2px;
}

.text-block-112, .text-block-113 {
  border-bottom: 1px #000;
}

.text-block-114, .div-block-58, .text-block-115 {
  border-bottom: 1px solid #87287d;
}

.text-block-116 {
  border-bottom: 1px #000;
}

.text-block-117, .text-block-118, .text-block-119, .text-block-120, .text-block-121, .text-block-122, .text-block-123, .text-block-124, .text-block-125 {
  border-bottom: 1px solid #87287d;
}

.text-block-126 {
  color: #87287d;
  border-bottom: 1px solid #87287d;
}

.text-block-126.cc-no-line {
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-block-127 {
  color: #0b445d;
  border-bottom: 1px solid #0b445d;
}

.text-block-127.cc-no-line {
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-block-128, .text-block-129, .text-block-130, .text-block-131, .text-block-132, .text-block-133, .text-block-134, .text-block-135, .text-block-136, .text-block-137 {
  border-bottom: 1px solid #87287d;
}

.text-block-138 {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  font-size: 14px;
}

.grid-47 {
  color: #000;
  border-bottom: 1px solid #000;
  grid-template-rows: 60px 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(40px, auto);
  font-size: 20px;
  display: none;
}

.text-block-139 {
  color: #87287d;
  font-size: 14px;
}

.text-block-140 {
  color: #179579;
  font-size: 14px;
}

.text-block-141 {
  color: #09597d;
  font-size: 14px;
}

.div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78, .div-block-79, .div-block-80 {
  border-bottom: 1px solid #000;
}

.text-block-142 {
  border-bottom: 1px #000;
}

.text-block-143, .text-block-144, .text-block-145, .text-block-146, .text-block-147, .text-block-148, .text-block-149, .text-block-150, .text-block-151 {
  border-bottom: 1px solid #179579;
}

.text-block-152 {
  border-bottom: 1px #000;
}

.text-block-153, .text-block-154, .text-block-155, .text-block-156 {
  border-bottom: 1px solid #179579;
}

.text-block-157 {
  border-bottom: 1px #000;
}

.text-block-158, .text-block-159, .text-block-160, .text-block-161 {
  border-bottom: 1px solid #179579;
}

.text-block-162 {
  border-bottom: 1px #000;
}

.text-block-163, .text-block-164, .text-block-165, .text-block-166 {
  border-bottom: 1px solid #179579;
}

.list-17 {
  border-bottom: 1px solid #179579;
  padding-left: 20px;
}

.list-17.cc-no-line {
  grid-column-gap: 2px;
  grid-row-gap: 3em;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-left: 25px;
}

.list-item-26 {
  font-size: 14px;
}

.list-item-26.cc-no-line {
  width: 140px;
}

.text-block-167, .text-block-168, .text-block-169, .text-block-170, .text-block-171, .text-block-172 {
  border-bottom: 1px solid #179579;
}

.text-block-173 {
  border-bottom: 1px #000;
}

.text-block-174, .text-block-175, .text-block-176, .text-block-177 {
  border-bottom: 1px solid #179579;
}

.text-block-178 {
  border-bottom: 1px #000;
}

.text-block-179, .text-block-180, .text-block-181, .text-block-182 {
  border-bottom: 1px solid #179579;
}

.div-block-81 {
  border-bottom: 1px #000;
}

.text-block-183, .text-block-184, .text-block-185 {
  border-bottom: 1px solid #179579;
}

.list-18 {
  border-bottom: 1px solid #179579;
  padding-left: 20px;
}

.list-item-28 {
  border: 1px #000;
  font-size: 14px;
}

.text-block-186, .text-block-187, .text-block-188, .div-block-82 {
  border-bottom: 1px solid #179579;
}

.list-19 {
  border: 1px #000;
  border-bottom: 1px solid #179579;
  padding-left: 20px;
}

.list-item-30 {
  border: 1px #000;
  font-size: 14px;
}

.text-block-189, .text-block-190, .text-block-191 {
  border-bottom: 1px solid #179579;
}

.list-20 {
  border-bottom: 1px solid #179579;
  padding-left: 20px;
}

.list-item-39 {
  font-size: 14px;
}

.text-block-192, .text-block-193, .text-block-194 {
  border-bottom: 1px solid #179579;
}

.list-21 {
  border-bottom: 1px solid #179579;
  padding-left: 20px;
}

.text-block-195, .div-block-83 {
  border-bottom: 1px #000;
}

.text-block-196 {
  border-bottom: 1px solid #179579;
}

.list-item-42 {
  border-bottom: 1px #000;
  font-size: 14px;
}

.text-block-197, .text-block-198, .text-block-199 {
  border-bottom: 1px solid #179579;
}

.text-block-200 {
  color: #dc9018;
  border-bottom: 1px solid #dc9018;
}

.text-block-201, .text-block-202 {
  border-bottom: 1px solid #dc9018;
}

.text-block-203 {
  color: #179579;
  border-bottom: 1px solid #179579;
}

.text-block-203.cc-no-line {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.list-item-43, .bold-text-12 {
  font-size: 14px;
}

.list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48 {
  font-size: 20px;
}

.div-block-84 {
  border-bottom: 1px solid #0b445d;
}

.c-slide_content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.c-text_2xl-2 {
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}

.c-button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 1.67em;
  padding: .4em 1.16em;
  font-weight: 700;
}

.c-container-3 {
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 6.8em;
  display: flex;
}

.c-container-3.cc-gap_5 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.bold-text-13, .bold-text-14, .bold-text-15, .link-2, .list-item-49, .list-item-50, .list-item-51, .list-item-52, .list-item-53, .list-item-54, .list-item-55, .list-item-56, .list-item-57, .list-item-58, .text-block-208 {
  font-size: 14px;
}

.bold-text-16, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-size: 20px;
}

.rich-text-block-38 {
  font-size: 10px;
}

.list-22, .list-23 {
  padding-left: 20px;
}

.list-item-68 {
  padding-left: 0;
  font-size: 22px;
  font-weight: 300;
}

.list-item-69, .list-item-70 {
  padding-left: 0;
  font-size: 22px;
}

.list-25 {
  grid-row-gap: 2em;
  padding-left: 25px;
}

.list-item-79 {
  padding-left: 0;
  font-size: 22px;
}

.c-img-wrap {
  width: 100%;
  height: 15em;
}

.c-accordion-wrap {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.c-accordion-item {
  width: 26%;
  padding-right: 16px;
}

.c-accordion-item-head {
  border-bottom: 1px solid #000;
}

.c-accordion-item-head.cc-blue {
  border-bottom-color: #09597d;
}

.c-p-accordion-head {
  font-size: 14px;
}

.c-p-accordion-head.cc-open {
  cursor: pointer;
}

.c-accordion-item-body {
  height: 100%;
}

.c-p-accordion-body-blue {
  color: #09597d;
  font-size: 14px;
}

.c-p-accordion-body-blue.cc-1st {
  margin-top: 1rem;
}

.c-p-accordion-body_black {
  margin-bottom: 2rem;
  font-size: 14px;
  text-decoration: none;
}

.c-p-accordion-body_black.cc-1st {
  margin-top: 1rem;
}

.c-p-accordion-body_black.cc-transparent {
  opacity: 0;
}

.c-p-accordion-purple {
  color: #87287d;
  font-size: 14px;
}

.c-p-accordion-purple.cc-1st {
  margin-top: 1rem;
}

.c-item-row {
  height: 220px;
  border-bottom: 1px solid #000;
}

.c-item-row.cc-2 {
  height: 350px;
}

.c-item-row.cc-2.green {
  border-bottom-color: #179579;
}

.c-item-row.cc-3 {
  height: 1100px;
}

.c-item-row.cc-4 {
  height: 100px;
}

.c-item-row.cc-5 {
  height: auto;
  border: 1px #000;
}

.c-item-row.cc-purple {
  color: #000;
  border-bottom-color: #87287d;
}

.c-p-accordion_green {
  color: #179579;
  font-size: 14px;
}

.c-p-accordion_green.cc-1st {
  margin-top: 1rem;
}

.c-table-list {
  margin-bottom: 1rem;
  padding-left: 20px;
}

.c-table-list.cc-transparent {
  opacity: 0;
}

.c-table-list-item {
  padding-left: 1em;
  font-size: 14px;
}

.c-members-acc-wrap {
  width: 100%;
}

.c-members-acc-item {
  margin-bottom: 2rem;
}

.c-members-acc-visible {
  width: 70%;
}

.c-members-acc-hidden {
  width: 70%;
  margin-top: 1rem;
}

.c-members-image-wrap {
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
}

.c-img-member {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.c-members-acc-open {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #09597d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-plus_horizontal {
  width: 45%;
  height: 2px;
  background-color: #fff;
}

.c-plus_vertical {
  width: 2px;
  height: 45%;
  background-color: #fff;
  position: absolute;
}

.c-members-info {
  display: flex;
}

.c-bu-bold-span {
  font-weight: 700;
}

.c-members-acc-open-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.c-table.cc-performance-dashboard {
  width: 100%;
  display: flex;
}

.c-table-column.cc-stream {
  width: 10%;
}

.c-table-column.cc-metrial-topics {
  width: 13%;
}

.c-table-column.cc-2030-goals {
  width: 22.5%;
}

.c-table-column.cc-unit {
  width: 10%;
}

.c-table-column.cc-2021, .c-table-column.cc-2022 {
  width: 7%;
}

.c-table-column.cc-progress {
  width: 10%;
  flex: 1;
}

.c-table-column.cc-full-width {
  width: 100%;
}

.c-table-column.cc-numbers {
  width: 20%;
}

.c-table-head {
  padding-right: 1rem;
}

.c-table-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 2rem;
  padding-right: 1rem;
  display: grid;
}

.c-table-body.cc-products {
  grid-template-rows: 70px 70px 0 70px;
  grid-auto-rows: minmax(auto, 1fr);
  margin-top: 1rem;
}

.c-table-body.cc-people {
  grid-row-gap: 16px;
  grid-template-rows: 50px 70px 50px 70px 50px 50px;
  padding-top: 1em;
}

.c-table-body.cc-operations {
  grid-template-rows: minmax(70px, 1fr) 70px 70px 70px 50px 70px 70px 50px 50px 70px minmax(50px, 1fr) 70px 70px repeat(auto-fit, minmax(70px, 0fr)) 70px 70px 70px;
}

.c-table-body.cc-value {
  border-bottom-style: none;
  grid-template-rows: 80px;
  grid-template-columns: minmax(500px, 5fr);
}

.c-progress {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-progress.cc-products {
  border-bottom: 1px solid #09597d;
}

.c-progress.cc-people {
  border-bottom: 1px solid #87287d;
}

.c-progress.cc-operations {
  border-bottom: 1px solid #179579;
}

.c-progress-bar {
  width: 100%;
  height: 20px;
  margin-top: 1rem;
}

.c-progress-bar.cc-blue {
  background-color: #09597d;
}

.c-progress-bar.cc-blue.cc-0 {
  width: 0%;
}

.c-progress-bar.cc-purple {
  background-color: #87287d;
}

.c-progress-bar.cc-purple.cc-0 {
  width: 0%;
}

.c-progress-bar.cc-dark-green {
  background-color: #179579;
}

.c-progress-bar.cc-dark-green.cc-0 {
  width: 0%;
}

.c-table_last {
  width: 100%;
  display: flex;
}

.image-10 {
  float: right;
  clear: none;
}

.c-table-content-wrap {
  height: 100%;
}

.c-table-content-wrap.cc-products {
  border-bottom: 1px solid #09597d;
}

.c-table-content-wrap.cc-people {
  border-bottom: 1px solid #87287d;
}

.c-table-content-wrap.cc-operations {
  border-bottom: 1px solid #179579;
}

.div-block-47 {
  margin-left: auto;
  margin-right: auto;
}

.two-columns.world {
  position: static;
  bottom: 60px;
  left: 140px;
}

.map {
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map.light, .map.dark {
  margin-top: -480px;
  display: none;
}

.c-name-btn-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-name-btn-wrap.cc-center-align {
  align-items: center;
  margin-top: 4em;
}

.image-11 {
  flex: 0 auto;
}

.image-12 {
  clear: none;
}

.bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-32 {
  font-size: 14px;
}

.bold-text-33 {
  color: #04bab2;
  font-size: 14px;
}

.bold-text-34, .bold-text-35, .bold-text-36 {
  font-size: 14px;
}

.cc-mt_0 {
  margin-top: 0;
}

.c-video_wrap {
  width: 23.48em;
  min-height: 40em;
  grid-column-gap: 3px;
  grid-row-gap: 3em;
  color: #fff;
  background-color: #87287d;
  flex-direction: column;
  padding: 1em;
  display: flex;
  position: relative;
}

.c-video_play-1 {
  width: 92%;
  height: 94.5%;
  cursor: pointer;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

.search-head {
  font-size: 2em;
  line-height: 1.3;
}

.search-link {
  font-size: 1.5em;
  line-height: 1.4;
}

.c-container-4 {
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 6.8em;
  display: flex;
}

.c-container-4.cc-gap_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.c-member_img {
  width: 100%;
  height: 21.5em;
  object-fit: cover;
}

.link-3 {
  font-size: 20px;
}

.grid-49 {
  grid-column-gap: 0px;
  grid-row-gap: 13px;
  grid-template: "." minmax(auto, .25fr)
                 "Area" .5fr
                 / 2fr 1fr;
  align-items: stretch;
  padding-top: 0;
}

.rich-text-block-39, .rich-text-block-40, .rich-text-block-41 {
  color: #dc9018;
}

.topics-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.topics-text.underline {
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 0;
  text-decoration: underline;
}

.topics-text.middle {
  margin-bottom: 0;
  padding-right: 0;
}

.topics-text.right {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
}

.topics-text.right.black {
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
}

.download-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 15px 5px;
  display: grid;
  position: static;
}

.download-grid.gri {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 7.25fr 4.75fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.c-paragraph_lx {
  color: #000;
  font-family: PMN Caecilia roman, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.c-paragraph_lx.cc-purple {
  height: auto;
  color: #87287d;
}

.cc-mt_-37 {
  margin-top: -37em;
}

.cc-height_100 {
  height: 100%;
}

.c-video_2 {
  width: 100%;
  height: 100%;
}

.cc-mt_-16 {
  margin-top: -16em;
}

.c-video_play-2 {
  width: 92%;
  height: 94.5%;
  cursor: pointer;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .list {
    background-image: none;
  }

  .share-icon {
    width: 35px;
  }

  .grid-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .bu.black {
    color: #000;
  }

  .bu.black.blue {
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    display: inline-block;
  }

  .bu.black.blue.light {
    margin-left: 20px;
  }

  .sdg {
    width: 100px;
  }

  .map {
    display: block;
  }

  .map.light, .map.dark {
    display: none;
  }

  .grid-49 {
    grid-template-rows: minmax(auto, .25fr) .5fr minmax(auto, .5fr) auto auto auto;
    grid-template-columns: 2fr 2fr;
  }

  .topics-text.underline, .topics-text.middle, .topics-text.middle.black {
    font-size: 20px;
    line-height: 30px;
  }

  .topics-text.right {
    text-transform: uppercase;
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .topics-text.right.black {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
  }

  .download-grid {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .c-p-accordion-body_black.cc-transparent.cc-pb06 {
    margin-bottom: .6rem;
  }

  .c-p-accordion-body_black.cc-transparent.cc-mb_1-9 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .c-wrap.cc-story_slider.cc-gradient {
    max-width: 82.5em;
  }

  .c-wrap.cc-story_slider.cc-gradient_blue, .c-wrap.cc-story_slider.cc-gradient_purple, .c-wrap.cc-story_slider.cc-gradient_green {
    max-width: 83em;
  }
}

@media screen and (max-width: 991px) {
  .c-list_text {
    font-size: .78em;
  }

  .c-nav_menu-link, .c-nav_menu-dropdown_text {
    font-size: 1.25em;
  }

  .list {
    font-size: 18px;
    line-height: 28px;
  }

  .list.white, .list.white.right, .list.table {
    font-size: 14px;
  }

  .fliesstext {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .fliesstext.white {
    padding-right: 0;
    font-size: 14px;
    line-height: 27px;
  }

  .grid-40 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .h4-text.white {
    font-size: 20px;
  }

  .div-block-46 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .table {
    font-size: 16px;
    line-height: 25px;
  }

  .table.l-green, .bold {
    font-size: 14px;
  }

  .t-head {
    padding-bottom: 0;
  }

  .table-head {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .share-icon {
    padding-bottom: 4px;
  }

  .share-icon.member {
    width: 30px;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bu {
    font-size: 15px;
  }

  .bu.black.blue {
    float: left;
    clear: right;
    margin-left: 10px;
    padding-bottom: 6px;
  }

  .background-video-2 {
    height: 45vw;
    max-height: none;
    min-height: 0;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .list-item-4, .list-item-5, .list-item-6, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
    font-size: 14px;
  }

  .sdg-wrap {
    margin-top: 20px;
  }

  .sdg {
    width: 70px;
  }

  .list-item-43, .bold-text-12, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48, .bold-text-16, .bold-text-18, .bold-text-19, .bold-text-20, .list-item-68, .list-item-69, .list-item-70, .list-item-79 {
    font-size: 14px;
  }

  .c-p-accordion-head, .c-p-accordion-body-blue.cc-1st, .c-p-accordion-body_black, .c-p-accordion-body_black.cc-1st {
    font-size: 12px;
  }

  .c-members-acc-visible, .c-members-acc-hidden {
    width: 100%;
  }

  .c-members-image-wrap {
    height: 350px;
  }

  .c-members-acc-open {
    width: 35px;
    height: 35px;
  }

  .c-table.cc-performance-dashboard.cc-tablet_hide {
    display: none;
  }

  .map {
    height: auto;
  }

  .map.light, .map.dark {
    margin-top: -400px;
  }

  .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
    font-size: 14px;
  }

  .topics-text {
    font-size: 18px;
    line-height: 28px;
  }

  .topics-text.underline.white {
    font-size: 14px;
  }

  .topics-text.right {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
    line-height: 28px;
  }

  .topics-text.right.black {
    padding-right: 0;
  }

  .download-grid {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cc-tablet_hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-section.cc-gradient, .c-container, .c-container.cc-center.cc-ptb_8-5 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-container.cc-footer {
    width: 100%;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-container.cc-nav {
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }

  .c-container.cc-pb_0.cc-magazin {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-text {
    font-size: 1.7em;
  }

  .c-text_s {
    font-size: 1.5em;
  }

  .c-text_s.cc-alignment-fix {
    width: 100%;
  }

  .c-text_xxs {
    font-size: 1.5em;
  }

  .c-button {
    font-size: 12px;
  }

  .c-wrap.cc-align_center.cc-gap_0-5.cc-auto {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .c-wrap.cc-align_center.cc-gap_0-5.cc-auto.cc-mob_no-wrap {
    display: none;
  }

  .c-wrap.cc-align_center.cc-gap_0-5.cc-auto {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .c-wrap.cc-rich_text {
    width: 100%;
  }

  .c-wrap.cc-story_slider {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-wrap.cc-story_top {
    margin-top: 0;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .c-wrap.cc-mt_-16 {
    margin-top: 0;
  }

  .c-slider.c-container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-slider_mask {
    width: 32%;
  }

  .c-box {
    padding-left: 3em;
    padding-right: 3em;
  }

  .c-tab_menu {
    grid-row-gap: 2em;
    text-align: center;
    flex-direction: column;
  }

  .c-tab_menu-link {
    width: 100%;
  }

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

  .c-tab_dropdown-content {
    align-items: flex-start;
  }

  .c-3x1.cc-width_63em {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .c-3x1.cc-magazine {
    width: 100%;
    grid-column-gap: 2.6em;
    grid-row-gap: 2.6em;
    grid-template-columns: 1fr;
  }

  .c-social_icon {
    height: 1.5em;
  }

  .c-nav_menu-container {
    color: #000;
    background-color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .c-nav_menu-wrap {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-nav_logo {
    width: 5em;
  }

  .c-nav_content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-nav_content.cc-bottom {
    background-image: none;
    padding: 0;
  }

  .c-nav_content.cc-bottom.cc-mobile_lands-show {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .c-nav_content.cc-bg {
    background-image: none;
    padding: 0;
    display: none;
  }

  .c-nav_menu-link {
    font-size: 2em;
  }

  .c-nav_menu {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-footer_links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cc-mob_lands-hide {
    display: none;
  }

  .c-footer_links-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    align-items: flex-start;
  }

  .c-footer_links-wrap.cc-top {
    max-width: 26em;
  }

  .c-nav_menu-button {
    padding: 0;
  }

  .c-nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-nav_menu-icon {
    width: 1em;
    height: 1em;
  }

  .cc-mobile_lands-show {
    display: block;
  }

  .c-nav_menu-search {
    margin-left: 0;
  }

  .c-search_button {
    font-size: 12px;
  }

  .c-nav_menu-dropdown {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .c-nav_menu-dropdown.cc-story_green {
    justify-content: center;
    align-items: center;
  }

  .c-nav_menu-dropdown_toggle {
    grid-column-gap: 1em;
    align-items: center;
    display: flex;
  }

  .c-nav_menu-dropdown_text {
    font-size: 2em;
  }

  .c-nav_dropdown-content {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .c-nav_dropdown-content.w--open {
    position: static;
  }

  .c-nav_dropdown-content.cc-1 {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-nav_dropdown-content.cc-1.w--open {
    align-items: center;
  }

  .c-nav_dropdown-content.cc-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-nav_dropdown-content.cc-2.cc-story.cc-gradient_purple {
    background-image: none;
    margin-top: 0;
    margin-left: 3em;
  }

  .c-nav_dropdown-content.cc-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-nav_dropdown-content.cc-3.cc-story {
    margin-top: 0;
  }

  .c-nav_dropdown-content.cc-3.cc-story.cc-gradient_green {
    background-color: #fff;
    background-image: none;
    margin-left: 4em;
  }

  .c-nav_dropdown-content.cc-story {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-nav_dropdown-content.cc-story.w--open {
    align-items: center;
  }

  .c-nav_dropdown-content.cc-story.cc-gradient_blue {
    background-image: none;
    margin-top: 0;
  }

  .c-nav_dropdown-content.cc-story.cc-gradient_blue.w--open {
    background-image: none;
    position: static;
  }

  .c-nav_dropdown-content.cc-story.cc-gradient_yellow {
    background-image: none;
  }

  .c-nav_dropdown-text {
    width: auto;
    color: #000;
    text-align: center;
    justify-content: center;
    padding-right: 0;
    font-size: 2em;
  }

  .c-nav_dropdown-text.w--current {
    font-size: 2em;
  }

  .c-nav_dropdown-text.cc-text_black {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .c-nav_dropdown-icon {
    z-index: 999;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .cc-mobile_lands-hide {
    display: none;
  }

  .c-nav_content-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .c-video_1 {
    width: 100%;
  }

  .c-rich-text li {
    background-position: 0 25%;
  }

  .c-story_recommend {
    height: 60vw;
  }

  .c-story_recommend.cc-fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .c-card_img, .c-card_img.cc-height_small, .c-card_img.cc-height_small.cc-height {
    height: 50vw;
  }

  .c-quote, .c-magazine_wrap {
    flex-direction: column;
  }

  .c-quote_video-wrap {
    width: 100%;
    height: 100%;
  }

  .c-stories {
    grid-template-columns: minmax(13em, 1fr);
  }

  .list {
    background-image: none;
    margin-bottom: 3px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .list.white.right {
    margin-left: 15px;
  }

  .list-2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fliesstext {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .fliesstext.white {
    font-size: 16px;
    line-height: 26px;
  }

  .grid-40 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-40.nebeneinander {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table1 {
    display: none;
  }

  .t-head {
    padding: 5px 10px;
  }

  .table-head {
    font-size: 15px;
  }

  .share-icon {
    width: 20px;
  }

  .share-icon.member {
    width: 22px;
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bu {
    font-size: 14px;
    line-height: 21px;
  }

  .bu.black.blue {
    margin: 0 10px 10px 0;
    padding: 5px 10px 3px;
  }

  .bu.black.blue.light {
    margin-left: 0;
  }

  .c-tab_dropdown-2 {
    height: auto;
    background-size: cover;
    position: static;
  }

  .c-button-2 {
    font-size: 12px;
  }

  .c-button-2.cc-white {
    margin-right: 171px;
    display: flex;
  }

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

  .c-container-2.cc-gap_5, .c-container-2.cc-p0 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-button-3, .c-button-4 {
    font-size: 12px;
  }

  .c-container-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-container-3.cc-gap_5 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-25 {
    grid-row-gap: 1em;
  }

  .c-img-wrap {
    width: 100%;
    height: 320px;
    margin-bottom: .83em;
  }

  .c-table.cc-performance-dashboard, .c-table_last {
    display: none;
  }

  .c-video_wrap {
    width: 50vw;
    min-height: 0;
  }

  .c-video_play-1 {
    width: 47vw;
  }

  .c-container-4 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-member_img {
    width: 100%;
    height: 50vw;
  }

  .topics-text {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .topics-text.underline {
    line-height: 24px;
  }

  .topics-text.underline.white {
    text-align: left;
  }

  .topics-text.middle {
    line-height: 24px;
  }

  .topics-text.right {
    text-align: right;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .topics-text.right.black {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .download-grid {
    width: 100%;
    margin-top: 10px;
    padding: 10px 5px;
  }

  .c-video_2 {
    width: 100%;
  }

  .c-video_play-2 {
    width: 47vw;
  }
}

@media screen and (max-width: 479px) {
  .c-text_3xl {
    font-size: 10.208em;
  }

  .c-text_xl {
    font-size: 3em;
  }

  .c-wrap.cc-700 {
    margin-bottom: -26px;
  }

  .c-wrap.cc-text_center.cc-mobile_margins {
    margin-left: 2em;
    margin-right: 2em;
  }

  .c-slider_mask {
    width: 50%;
  }

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

  .cc-mob_no-wrap {
    white-space: nowrap;
  }

  .list {
    padding-left: 1px;
    font-size: 15px;
    line-height: 24px;
  }

  .list.white.right {
    margin-left: 10px;
  }

  .fliesstext {
    max-width: 100%;
    text-align: left;
    align-self: center;
    margin-left: 0;
    margin-right: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .grid-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .table {
    font-size: 14px;
    line-height: 23px;
  }

  .bold {
    text-align: left;
  }

  .table-head {
    font-size: 14px;
    line-height: 23px;
  }

  .share-icon.member {
    margin-top: 10px;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bu {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .bu.black.blue {
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .bu.black.blue.light {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .background-video-2 {
    height: 40vw;
    max-height: none;
    min-height: auto;
    position: relative;
  }

  .c-button-2.cc-white {
    padding-bottom: 0;
  }

  .c-container-2.cc-nav-home {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-44 {
    display: none;
  }

  .sdg-wrap {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .sdg-wrap.green, .sdg-wrap.purple {
    padding-bottom: 0;
  }

  .sdg {
    width: 50px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .c-slide_content-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .c-text_2xl-2 {
    font-size: 4em;
  }

  .c-img-wrap {
    height: 200px;
  }

  .c-members-image-wrap {
    height: 210px;
  }

  .c-members-acc-open {
    width: 30px;
    height: 30px;
  }

  .two-columns {
    display: block;
  }

  .c-video_wrap {
    width: 89vw;
  }

  .c-video_play-1 {
    width: 95%;
    height: 96%;
  }

  .c-member_img {
    height: 60vw;
  }

  .grid-49 {
    grid-column-gap: 10px;
    grid-row-gap: 1px;
    grid-template-columns: 2fr 2fr;
  }

  .topics-text {
    margin-bottom: 10px;
    display: block;
  }

  .topics-text.underline {
    text-align: left;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .topics-text.middle {
    display: none;
  }

  .topics-text.right {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .download-grid {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    margin-bottom: 5px;
    padding: 5px;
  }

  .download-grid.gri {
    grid-template-columns: 3fr 1fr;
  }

  .c-video_play-2 {
    width: 95%;
    height: 96%;
  }
}

#w-node-e1f0c183-2405-62a8-0b09-d3bdb51a9653-6bbefc59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_49014ad7-b411-173d-da9a-6941d3d7b689-6bbefc59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: end;
}

#w-node-_396cd43d-c1a0-6c8a-f0e2-339923be6085-23be6082, #w-node-_396cd43d-c1a0-6c8a-f0e2-339923be6091-23be6082, #w-node-_396cd43d-c1a0-6c8a-f0e2-339923be609d-23be6082, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20343a-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20343d-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203440-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203443-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203446-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20344a-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20344c-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20344e-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203451-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203452-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203454-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203455-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203456-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203457-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203459-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20345b-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20345e-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203462-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203464-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203466-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203469-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20346a-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20346c-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20346d-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20346e-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20346f-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203471-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203472-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203473-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203474-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203476-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203478-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203479-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20347a-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20347c-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20347e-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203481-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203482-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203484-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203486-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203489-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20348d-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20348f-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203491-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203494-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203495-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203497-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f203499-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20349a-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20349b-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20349d-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f20349f-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a2-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a3-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a5-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a7-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a8-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034a9-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034ab-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034ad-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034ae-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034af-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034b3-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034b5-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034b6-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034b7-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034bc-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034bd-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034be-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034bf-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c1-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c3-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c4-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c5-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c7-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034c9-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034ca-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034cb-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034cd-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034cf-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d0-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d1-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d6-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d7-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d8-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034d9-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034db-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034dd-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034e0-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034e1-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034e8-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034ef-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034f0-f0befc5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f3bf203-a91f-d816-4f46-33c43f2034f4-f0befc5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f3bf203-a91f-d816-4f46-33c43f2034f6-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034fd-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034fa-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034fb-f0befc5b, #w-node-_6f3bf203-a91f-d816-4f46-33c43f2034fc-f0befc5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1ace36-080a-2212-ac01-12a9f267c230-3bbefc6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4bdc6d6-f02f-54d7-c28a-f7f71cfec6f4-3bbefc6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a4bdc6d6-f02f-54d7-c28a-f7f71cfec710-3bbefc6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f81d2-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f81de-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f81e9-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f81f4-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f81ff-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f820a-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8215-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8220-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f822f-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8237-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8240-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8249-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8252-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f825b-1dbefc6f, #w-node-_0368d46b-0d70-9b18-7f92-f3e1e29f8264-1dbefc6f, #w-node-e310f86d-3fa4-d5bf-d64e-0ed366a26f9a-c2befc71, #w-node-_582ae366-567e-2fce-b367-e504b2a50386-3fbefc73, #w-node-_1e06f8b9-31b3-03a1-4eb1-909e9a9c0fce-b5befc74, #w-node-_3d245850-de65-a941-8350-67ba26910861-f3befc76, #w-node-_20006680-ab88-1a11-b417-61702d51ca01-f3befc76, #w-node-_863d7296-9641-934d-8759-b7725bb19bfa-f3befc76, #w-node-_1b2d4afe-96d4-4fac-fc30-9725a9e9c043-f3befc76, #w-node-de197b63-89ce-f6fb-4dc0-c810443c44ec-f3befc76, #w-node-_2a75b825-4e07-2dde-7b2a-353bcd5cf552-f3befc76, #w-node-dedede05-1ec8-9dbe-198f-ebb2f03ad1ac-f3befc76, #w-node-fe71a6f0-ff90-d810-aac9-dbf361ec7ae9-f3befc76, #w-node-_2b88dda1-37d5-bb2c-6c7b-78314c134d1e-f3befc76, #w-node-_5ce535f7-fea4-91a2-b111-82fd1dabef6d-f3befc76, #w-node-fe0fd0be-fbd4-3de3-f65a-0fe7d65f3587-f3befc76, #w-node-b4423a6c-78e1-acae-cb0c-d591f07292bf-f3befc76, #w-node-_0318c831-6f85-269e-00c4-4cda1cd8f92a-f3befc76, #w-node-_3d5131b9-2b1f-0543-47cc-08ce3b3390e6-f3befc76, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504a5-9dbefc77, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504c3-9dbefc77, #w-node-f070caa7-3f27-701b-fb99-1dc7f681c384-9dbefc77, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504c3-0abefc78, #w-node-_2ae1ea44-78e7-057a-d623-b992fedbf6e9-0abefc78, #w-node-f070caa7-3f27-701b-fb99-1dc7f681c384-0abefc78, #w-node-_0e7cfe32-60e3-d49f-fd1b-8d206e17ba7e-0abefc78, #w-node-f297ed94-f3bd-8de7-b83c-108319bf8736-0abefc78, #w-node-f297ed94-f3bd-8de7-b83c-108319bf8755-0abefc78, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504a5-0abefc78, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b189f3-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b189f8-52befc7a {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b189fd-52befc7a {
  grid-area: span 17 / span 1 / span 17 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a09-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a0a-52befc7a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a0c-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a0f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a10-52befc7a {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a12-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a13-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a15-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a18-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a19-52befc7a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a1b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a1c-52befc7a {
  grid-area: span 11 / span 1 / span 11 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a1e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a28-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a29-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a2b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a2c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a2e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a31-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a32-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a34-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a35-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a37-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a38-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a3a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a3b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a3d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a3e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a40-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a43-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a44-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a49-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a4a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a4f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a50-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a52-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a53-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a55-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a56-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a58-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a59-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a5a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a5b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a5e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a5f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a62-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a63-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a65-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a66-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a68-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a69-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a6b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a6c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a72-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a73-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a79-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a7a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a7c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a7d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a80-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a81-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a84-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a8f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a90-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a92-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a93-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a95-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a98-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a99-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a9b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a9c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a9e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18a9f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aa1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aa2-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aa4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aa5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aa7-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aaa-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aab-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ab0-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ab1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ab6-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ab7-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ab9-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18aba-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18abc-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18abd-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18abf-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac2-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac3-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac6-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ac9-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18acb-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18acc-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ace-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ad3-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ad4-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ad8-52befc7a {
  grid-column: span 1 / span 1;
  grid-row-start: span 1.25;
  grid-row-end: span 1.25;
}

#w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ad9-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ade-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ae1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ae2-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ae4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ae5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ae7-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa46-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa47-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa49-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa4a-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa4c-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa4f-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa50-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa52-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa53-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa55-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa56-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa58-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa59-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa5b-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa5c-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa5e-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa61-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa62-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa64-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa65-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa67-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa68-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa6a-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa6b-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa6d-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa6e-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa70-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa71-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa72-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa74-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa75-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa77-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa78-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa7a-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa7b-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa7d-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa7e-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa7f-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa83-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa84-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa86-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa87-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa88-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa8a-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa8b-52befc7a, #w-node-_881d5e30-a7f2-ec81-636d-ee762c99fa8d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18af1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18af2-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18af4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18af5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18af7-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18afa-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18afb-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18afd-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18afe-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b00-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b01-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b03-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b04-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b06-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b07-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b09-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b0c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b0d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b0f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b10-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b12-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b13-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b15-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b16-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b18-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b19-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b1b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b1e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b1f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b21-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b22-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b24-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b25-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b27-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b28-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b2a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b2b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b2c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b2d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b2f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b30-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b32-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b35-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b36-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b38-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b39-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b3b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b45-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b46-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b48-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b49-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b4b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b4e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b4f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b51-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b52-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b54-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b55-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b57-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b58-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b5a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b5b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b5d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b60-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b61-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b63-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b64-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b66-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b67-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b69-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b6a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b6c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b6d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b6f-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b72-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b73-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b75-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b76-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b78-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b79-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b7b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b7c-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b7e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b81-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b82-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b84-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b85-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b87-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b8a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b8b-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b8d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b8e-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b90-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b9a-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18b9d-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ba0-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ba5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18ba8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bac-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bb0-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bb4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bb8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bbd-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bc1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bc5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bc9-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bcd-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bd1-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bd5-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bd8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bdc-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18be0-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18be4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18be8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bec-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bf0-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bf4-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bf8-52befc7a, #w-node-dc97e034-ff5f-4fb5-d9e7-e51e19b18bfc-52befc7a, #w-node-_444ef0fd-b31a-dab2-cb05-2d39fdb60333-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe1b-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe1e-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe21-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe24-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe27-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe2a-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94803b64-fd7a-99fe-84e1-025455b7fe2d-52befc7a {
  grid-area: Area;
}

#w-node-_94803b64-fd7a-99fe-84e1-025455b7fe2f-52befc7a {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_94803b64-fd7a-99fe-84e1-025455b7fe31-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe33-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe35-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe37-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe39-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe3b-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe3d-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe3f-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe41-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe43-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe45-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe47-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe49-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe4b-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe4d-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe4f-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe51-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe53-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe55-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94803b64-fd7a-99fe-84e1-025455b7fe6a-52befc7a {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_94803b64-fd7a-99fe-84e1-025455b7fe57-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe5b-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe5d-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe5f-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe61-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe63-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe59-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe65-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe67-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe68-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe6c-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe6d-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe6e-52befc7a, #w-node-_94803b64-fd7a-99fe-84e1-025455b7fe6f-52befc7a, #w-node-_2a9ef311-fad7-0144-9022-9604e1fda8a1-52befc7a, #w-node-_4cbd4364-80c3-21b4-4dc9-5b0416df5bef-52befc7a, #w-node-e036f556-7e6d-7c03-e073-7c60c3e7dd4c-52befc7a, #w-node-_54419a82-100b-a672-a279-ce4f8d7b1861-52befc7a, #w-node-_6e6cc13a-b547-61cc-0352-ac31f82877a3-52befc7a, #w-node-_643514d5-ed5d-adc5-8cc7-67410ea2a00e-52befc7a, #w-node-_5f40dbb5-4c5b-eb15-5079-e05376de3419-52befc7a, #w-node-c0a732f4-6d7a-76ce-a432-de50511e7b6e-52befc7a, #w-node-_7e3939b0-153d-a1fe-cfb6-ea25f7ecd857-52befc7a, #w-node-_6b8e2781-2abf-3ae1-7027-b122573f9512-52befc7a, #w-node-_4ab144c5-6760-f4f8-5799-00b40dc27f5d-52befc7a, #w-node-_0e4b4b8d-074c-69d6-cd69-8e90de18b4e7-52befc7a, #w-node-a3ec48c6-16a2-5e4b-72c0-8ebe18df6174-52befc7a, #w-node-_08fdc61c-a8d3-3ea7-6210-532fd112f386-52befc7a, #w-node-_5e154892-8cf5-3fe5-8a14-c81d55e65dc9-52befc7a, #w-node-_622265b2-ddd0-9896-0502-922d6563e3d1-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be033685-232b-fe0b-86ff-5f2e63ef10a1-52befc7a {
  grid-area: span 17 / span 1 / span 17 / span 1;
}

#w-node-dbbc97e3-b79e-f28b-336b-da6e9fe0ed4b-52befc7a, #w-node-a893a10d-b6d5-196f-c990-b5221108cae6-52befc7a, #w-node-fd4a0b0e-902b-9071-ee76-02ecee74f04d-52befc7a, #w-node-_9ed1a7f4-9fd1-c9bc-39b5-131acd0c3bcf-52befc7a, #w-node-_019a55a2-7e08-7fc6-b473-f4d0c3ef0a4d-52befc7a, #w-node-_634a58be-4986-2628-78e6-411ea1bc5e13-52befc7a, #w-node-_2557a9a2-cf7b-d121-b843-c3c1a1a31508-52befc7a, #w-node-fa47f2e9-0fe2-3eb4-4db3-9d4d05c583a7-52befc7a, #w-node-_1fa5e7d5-ce3b-f234-b6ca-8399442c2dbe-52befc7a, #w-node-_2d75ad1f-ae1d-636d-5f70-ab3693ff0f1b-52befc7a, #w-node-_7c72be36-5f00-5161-d4be-4ecf500d951e-52befc7a, #w-node-a31b8dd4-5591-2eef-3260-82211924b150-52befc7a, #w-node-cea3dc03-17df-813e-8a90-a37180f67d06-52befc7a, #w-node-_277547ba-35c7-b97b-fe93-aeefd5c3b12c-52befc7a, #w-node-_85b40284-b3e5-fd81-e386-64cfe2366e20-52befc7a, #w-node-_846205f4-8e2a-64e7-839f-e42da668ee08-52befc7a, #w-node-_32d2d7ba-47bd-e88d-5ad6-fdf72d16aac4-52befc7a, #w-node-_7d3c3330-6e99-d7f0-e387-412d2525ead6-52befc7a, #w-node-_2f41a304-643a-addc-3a15-1c8f2660651d-52befc7a, #w-node-_00318649-9720-5865-9c5a-8aac74048990-52befc7a, #w-node-_2bff51c3-9954-7de5-7bd1-9e7d92228a54-52befc7a, #w-node-_6d6396c2-3e4e-e194-1c95-3d706c31253f-52befc7a, #w-node-_83096bc6-ffc8-d197-6619-551946862ec6-52befc7a, #w-node-_408cad37-8622-ab56-ea2a-55ddcd09b830-52befc7a, #w-node-_6722c69b-45b4-0461-04dd-3c7ec58ea36a-52befc7a, #w-node-_80970412-ae57-671d-ef14-697200517364-52befc7a, #w-node-_899a030e-f4c2-2df5-31c7-a2b6c41814dd-52befc7a, #w-node-_95169884-0d13-f44c-0074-c0366a8d5133-52befc7a, #w-node-f483841b-33d3-7eb7-338b-6ad8aa9f5233-52befc7a, #w-node-bd53a507-8310-d64d-4600-2fe48257b67c-52befc7a, #w-node-_673adbe5-249a-1faf-fdcc-02e422c54b67-52befc7a, #w-node-a23c3186-826b-d316-1b82-ecacab92d9fe-52befc7a, #w-node-_609fced7-f718-27a4-72bb-9ba7e271fb8c-52befc7a, #w-node-_2a099d59-f2ea-b278-a675-f56b50dcb8ad-52befc7a, #w-node-_992c1782-95e3-145f-0188-072e085497e0-52befc7a, #w-node-_5f55171f-fadf-b65b-9cd4-ff3642ada555-52befc7a, #w-node-d4f6d487-5878-cf4c-c855-ea98dda5004d-52befc7a, #w-node-_630c7300-37f8-aa80-cdb9-b9d92d32f5a9-52befc7a, #w-node-_145302d2-d0d8-5e67-8d86-0c2c19ff583a-52befc7a, #w-node-_860ae500-705b-17c1-6801-4a947a2196aa-52befc7a, #w-node-ea54cc9d-61e9-d538-1442-09b0ad5a602a-52befc7a, #w-node-_54d0dfa1-03df-888a-e900-4cdce362cea9-52befc7a, #w-node-_0736536f-81ff-0255-7cbf-c6964dc92919-52befc7a, #w-node-c0f4e5e3-ec5e-dc4a-c9dc-54e1109a3e86-52befc7a, #w-node-eb82573d-f90b-b87b-a183-9305f906811b-52befc7a, #w-node-ddf0f4be-f32e-9fa7-166c-4582eb5a214c-52befc7a, #w-node-bb70b861-bf6f-6206-f6e7-eb592d0d2252-52befc7a, #w-node-_35fed00d-e780-4be2-a4ba-38dca9c35f5e-52befc7a, #w-node-b577d647-ebd6-9848-795a-4eec84d710bf-52befc7a, #w-node-_9c49968e-311c-ee4e-e49b-b9ae3ea23da2-52befc7a, #w-node-_05482324-96b1-2b63-7395-df38e54ba9f8-52befc7a, #w-node-_2b980842-7582-7e59-7a89-843b5e43fb5a-52befc7a, #w-node-f1fe1c89-69d9-6796-2167-a9bd8d1397d0-52befc7a, #w-node-_34621878-f5fa-e303-be42-7c1b789a5178-52befc7a, #w-node-d2c577b2-6399-76ff-bf32-dbe12d501a29-52befc7a, #w-node-_01a6f7ef-4ac9-ae41-477f-071d7f47861b-52befc7a, #w-node-_3807bd96-c389-adfc-66a8-9f72fa224846-52befc7a, #w-node-d543dfd6-943c-a763-fdd8-ef566c8d386d-52befc7a, #w-node-ecaa5f63-095c-63bb-8a92-e8a6c71a5ba6-52befc7a, #w-node-_3c865665-0295-f369-c80d-dc0bffde1d4e-52befc7a, #w-node-_7d72c8f5-4197-a76e-0d52-a0b5480f4c38-52befc7a, #w-node-_2a46cfb1-78fb-9ea7-31c8-3f53a49be171-52befc7a, #w-node-_7055cecb-8f4f-8902-1c00-6b0320644898-52befc7a, #w-node-_35ce95e8-4f7e-e061-6719-1f96e44ea744-52befc7a, #w-node-a846a15c-0ce3-a294-ff75-59abd7b10476-52befc7a, #w-node-_57911163-1c94-1950-18de-57c56854fc4b-52befc7a, #w-node-_8d37ea6e-03d9-dec9-ee93-4247786a17f5-52befc7a, #w-node-_9d5ac9da-545c-57b7-73ac-5ee0c2b75a74-52befc7a, #w-node-a2cae6bf-b24a-4226-c0f9-3a0066d26cb7-52befc7a, #w-node-_2516d1f2-d77a-5653-26ea-1a2cdede40fb-52befc7a, #w-node-_216716b1-71ea-206b-b42c-ee502b962389-52befc7a, #w-node-_1941809d-bdee-17f3-c4fa-dd33303cc2d9-52befc7a, #w-node-_91bc0176-7736-4a20-2164-14f14352eeeb-52befc7a, #w-node-_00fecd8d-83b7-4424-d2e3-87584d432548-52befc7a, #w-node-_232f1450-3293-665d-c7f6-02a2300b75ad-52befc7a, #w-node-_157b4ed6-5676-7831-a11f-af0d4861b445-52befc7a, #w-node-_0cd2b10d-65dd-9991-f3c1-026784e1f750-52befc7a, #w-node-_26cd33e7-a023-5780-fecb-59722193d519-52befc7a, #w-node-df4c0f39-a3bb-e79b-f1b4-492e8db386df-52befc7a, #w-node-_2a37d17e-ef87-3581-ef95-0d2edb996f8a-52befc7a, #w-node-cd3dc562-8e84-6b8b-6f00-246940bb26c3-52befc7a, #w-node-a09ddcd3-3448-269e-0ab5-cce5b3e276d0-52befc7a, #w-node-deaa2146-34bf-57b0-c292-c9680ac20b6a-52befc7a, #w-node-f7ccb5de-a91c-13ed-7c3c-675bc17045ee-52befc7a, #w-node-_42da8625-3ce7-0020-e047-7162282b18fe-52befc7a, #w-node-_6fa578fc-d843-6046-85e1-ed2b9804ee19-52befc7a, #w-node-a92ade18-f8b2-28e9-0ee1-1b9edfbb406b-52befc7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca38a852-ee2e-7929-854e-160fcb41f35f-52befc7a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c52fd74d-6bea-bf08-41ef-95675e04bf84-52befc7a, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504a5-9ebefc7c, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504c3-9ebefc7c, #w-node-_35f8a927-1c83-4995-755b-b5ad0aa504e2-9ebefc7c, #w-node-_2ae1ea44-78e7-057a-d623-b992fedbf6e9-9ebefc7c, #w-node-_0e7cfe32-60e3-d49f-fd1b-8d206e17ba7e-9ebefc7c, #w-node-f297ed94-f3bd-8de7-b83c-108319bf8736-9ebefc7c, #w-node-f297ed94-f3bd-8de7-b83c-108319bf8755-9ebefc7c, #w-node-_7eb510e6-b80c-a3b6-7b56-7f6ee55bcf6b-adbefc7d, #w-node-_5e07d5ff-dde5-e66c-a5c0-166fd522118e-adbefc7d, #w-node-_7eb510e6-b80c-a3b6-7b56-7f6ee55bcf6c-adbefc7d, #w-node-e338abf1-a5eb-785d-af60-988d87659bbf-adbefc7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659a5-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659a6-adbefc7d {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659a8-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659a9-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659ab-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659c7-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659c8-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659ca-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659cb-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659cd-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659ce-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659d0-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659d1-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659d3-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659d4-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a828659d6-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a2e-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a2f-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a31-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a32-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a34-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a35-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a37-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a38-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a3a-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a3b-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a3d-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad43-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad44-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad46-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad47-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad49-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad4a-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad4c-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad4d-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad4f-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad50-adbefc7d, #w-node-_215ea859-b001-5f65-3d2c-3fbfdf45ad52-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a90-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a91-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a93-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a94-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a96-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a97-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a99-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a9a-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a9c-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a9d-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865a9f-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865ae4-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865ae5-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865ae7-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865ae8-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865aea-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865aeb-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865aed-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865aee-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865af0-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865af1-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865af3-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b3b-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b3e-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b42-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b46-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b4a-adbefc7d, #w-node-_6240ab81-3d1b-be14-b0ea-0e5a82865b4e-adbefc7d, #w-node-_55b0a11e-e0a1-ce08-cf57-1289974e1753-adbefc7d, #w-node-ba9712bc-7e30-f0fa-7863-d3f75c714635-ebbefc7e, #w-node-ba9712bc-7e30-f0fa-7863-d3f75c714636-ebbefc7e, #w-node-ba9712bc-7e30-f0fa-7863-d3f75c71464b-ebbefc7e, #w-node-ba9712bc-7e30-f0fa-7863-d3f75c71464c-ebbefc7e, #w-node-bc63e2b1-c4d6-e12d-24e5-361927542526-ebbefc7e, #w-node-_169e720e-f57d-e04e-ffa2-89c87e7d79b5-ebbefc7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3121-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3122-ebbefc7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3124-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3125-ebbefc7e {
  grid-area: span 11 / span 1 / span 11 / span 1;
}

#w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3127-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d314c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d314d-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3152-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3153-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3158-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3159-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d315b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d315c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d315e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d315f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3161-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3162-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3163-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3164-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3167-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3168-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d316b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d316c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d316e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d316f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3171-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3172-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3174-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3175-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d317b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d317c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3182-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3183-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3185-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3186-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3189-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d318a-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d318d-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31b3-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31b4-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31b9-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31ba-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31bf-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c0-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c2-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c3-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c5-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c6-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31c8-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31cb-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31cc-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31ce-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31cf-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31d1-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31d2-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31d4-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31d5-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31d7-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31dc-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31dd-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31e1-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31e2-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31e7-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31ea-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31eb-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31ed-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31ee-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d31f0-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14bf-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c0-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c2-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c3-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c5-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c6-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c8-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14c9-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14cb-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14cc-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14ce-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14cf-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d0-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d2-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d3-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d5-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d6-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d8-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14d9-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14db-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14dc-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14dd-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e1-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e2-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e4-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e5-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e6-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e8-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14e9-ebbefc7e, #w-node-ff3582f6-0f3a-1ce5-8268-bf07342b14eb-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3215-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3216-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3218-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3219-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d321b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d321c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d321e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d321f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3221-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3222-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3224-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3227-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3228-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d322a-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d322b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d322d-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d322e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3230-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3231-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3233-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3234-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3235-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3236-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3238-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3239-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d323b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d323e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d323f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3241-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3242-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3244-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3269-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d326a-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d326c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d326d-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d326f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3270-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3272-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3273-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3275-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3276-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3278-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d327b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d327c-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d327e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d327f-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3281-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3282-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3284-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3285-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3287-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d328a-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d328b-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d328d-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d328e-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3290-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3293-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3294-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3296-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3297-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3299-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32c6-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32ca-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32ce-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32d2-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32d6-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32da-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32de-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32e1-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32e5-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32e9-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32ed-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32f1-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32f5-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32f9-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d32fd-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3301-ebbefc7e, #w-node-fc2b7fc6-3ea6-866b-82ed-00d97b7d3305-ebbefc7e, #w-node-f5c9e5a1-28c2-7ab7-67fc-89db31c88247-05befc7f, #w-node-b607ba42-131f-f4b9-72e1-0ea2c3a8259c-05befc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b364dbe-9249-b855-9974-c39bfe6259bd-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259be-05befc7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b364dbe-9249-b855-9974-c39bfe6259c0-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259dc-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259dd-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259df-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259e0-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe6259e2-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625a43-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625a44-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625a46-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625a47-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625a49-05befc7f, #w-node-ef66a312-fb1c-fee2-b5d4-d570c6bb37c8-05befc7f, #w-node-ef66a312-fb1c-fee2-b5d4-d570c6bb37c9-05befc7f, #w-node-ef66a312-fb1c-fee2-b5d4-d570c6bb37cb-05befc7f, #w-node-ef66a312-fb1c-fee2-b5d4-d570c6bb37cc-05befc7f, #w-node-ef66a312-fb1c-fee2-b5d4-d570c6bb37ce-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aa5-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aa6-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aa8-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aa9-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aab-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625af9-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625afa-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625afc-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625afd-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625aff-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625b4e-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625b51-05befc7f, #w-node-_5b364dbe-9249-b855-9974-c39bfe625b54-05befc7f, #w-node-_23eefb22-c348-9d84-d4e2-3906b2cdac42-05befc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cf9ee3e-6d3d-9638-4ca1-3f421656852c-05befc7f, #w-node-dac704b0-e152-819b-c3bf-f620000ece9e-cbbefc83 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae3-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae6-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae7-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae8-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204aed-cbbefc83 {
  align-self: start;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204afe-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b0f-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b15-cbbefc83 {
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b18-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b1d-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b20-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b21-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b22-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b25-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b26-cbbefc83 {
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b27-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b2d-cbbefc83 {
  align-self: auto;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b3a-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b49-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b4f-cbbefc83, #w-node-_3de2d149-c76e-7f4c-bcbc-ce122f79bbf1-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b5e-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b61-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b62-cbbefc83 {
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b63-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b69-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b7e-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b89-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8c-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8d-cbbefc83 {
  align-self: end;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8e-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b94-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ba1-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ba7-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bac-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bb1-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bb8-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bbe-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bc3-cbbefc83 {
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bca-cbbefc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bcf-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bda-cbbefc83 {
  align-self: stretch;
}

#w-node-_1b946bc3-9c01-eccb-d6f7-90707271d922-cbbefc83 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_107b4bfb-36e7-f2db-a3a2-4dca12b96a8a-72befc9a, #w-node-b6a27b6c-ba03-8b9b-73ec-efbc392aed65-d9befc9f, #w-node-_97e08247-5599-7d4d-5426-315adca06f0e-d7befca0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-d6e93f93-d130-2da7-c7ed-4045c0e74e0b-3bbefc6e {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae0-cbbefc83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae8-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204aed-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b15-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bac-cbbefc83 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c1ebcaa-1494-e78b-bb5a-862284b02922-6bbefc59, #w-node-_62a59472-5b5e-94f1-500d-41f434bd6512-6bbefc59 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_2324ef60-d05e-d8f8-f2b0-0075342b40bd-342b4092, #w-node-_2324ef60-d05e-d8f8-f2b0-0075342b40c1-342b4092, #w-node-_0137e90a-0b95-cbd9-ae58-6ac2c76f83ef-c76f83c4, #w-node-_0137e90a-0b95-cbd9-ae58-6ac2c76f83f3-c76f83c4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a4bdc6d6-f02f-54d7-c28a-f7f71cfec6f4-3bbefc6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-a4bdc6d6-f02f-54d7-c28a-f7f71cfec710-3bbefc6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ecea948-c0a6-0650-bfa0-6f57cd837024-0ebefc7b, #w-node-_7cf9ee3e-6d3d-9638-4ca1-3f421656852c-05befc7f, #w-node-dac704b0-e152-819b-c3bf-f620000ece9e-cbbefc83 {
    align-self: center;
  }

  #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ae8-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b0f-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b22-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b25-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b26-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b27-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b49-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b5e-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b61-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b62-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b63-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b89-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8c-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8d-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204b8e-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204ba7-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bb8-cbbefc83, #w-node-_6cb7eb84-c794-53c6-b260-8e76dc204bca-cbbefc83 {
    align-self: start;
  }

  #w-node-_1b946bc3-9c01-eccb-d6f7-90707271d922-cbbefc83 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Akzidenz grotesk';
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz grotesk';
  src: url('../fonts/Akzidenz-grotesk-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz grotesk';
  src: url('../fonts/Akzidenz-grotesk-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz grotesk';
  src: url('../fonts/Akzidenz-grotesk-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PMN Caecilia';
  src: url('../fonts/CaeciliaLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PMN Caecilia roman';
  src: url('../fonts/CaeciliaLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}