:root {
  --white: white;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  text-align: center;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.styleguide-content-wrap {
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  border-bottom: 2px #969696;
  align-self: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  display: block;
  overflow: visible;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light,
.paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  color: #000;
  text-align: center;
  margin: 0 30px;
  padding-top: 40px;
}

.section.cc-contact {
  text-align: center;
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  background-color: #ffffffe6;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px 0 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  transition: opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #000;
}

.navigation-item:active {
  opacity: .8;
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #000;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  color: #144c7a;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.navigation {
  color: #144c7a;
  background-color: #fff;
  background-image: url('../images/banner.png');
  background-repeat: repeat-x;
  background-size: auto 125px;
  border: 1px #000;
  align-items: center;
  height: 125px;
  padding: 20px 40px 15px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0006;
}

.logo-image {
  background-color: #ffffffe6;
  border-radius: 0;
  display: block;
}

.navigation-wrap {
  align-items: center;
  font-size: 20px;
  display: flex;
}

.intro-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
    / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
    ". . ."
    / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active,
.text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  text-align: center;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 0;
  display: block;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
  display: inline-block;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  text-align: center;
}

.contact-form {
  display: block;
}

.contact-form-wrap {
  width: 70%;
  display: inline-block;
}

.footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin: 25px 40px 30px;
  display: flex;
}

.footer-item {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
    ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
    ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
    ". . . ."
    / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.accordion-text {
  white-space: normal;
  align-self: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.accordion-item {
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  padding-right: 4px;
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-toggle {
  height: 60px;
  margin: 5px 4px 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.accordion-toggle:hover {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-2,
.dropdown-toggle-3,
.dropdown-toggle-4 {
  width: 100%;
}

.dropdown-list {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 30px;
  font-size: 25px;
  display: block;
  position: static;
}

.accordion-icon {
  margin-right: 15px;
  font-size: 16px;
}

.accordion-item-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.accordion-toggle-2 {
  white-space: normal;
  height: 60px;
  margin: 5px 4px 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-toggle-2:hover {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.accordion-icon-2 {
  margin-right: 15px;
  font-size: 16px;
}

.dropdown-list-2 {
  background-color: #0000;
  border: 1px #000;
  padding-left: 30px;
  display: block;
  position: static;
}

.accordion-item-3 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.accordion-toggle-3 {
  z-index: auto;
  align-items: flex-start;
  height: 60px;
  margin: 5px 4px 10px;
  padding-bottom: 10px;
  line-height: 25px;
  display: flex;
}

.accordion-toggle-3:hover {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-3 {
  background-color: #0000;
  padding-left: 30px;
  display: block;
  position: static;
}

.accordion-icon-3 {
  margin-right: 15px;
  font-size: 16px;
}

.accordion-text-2 {
  direction: ltr;
  color: #000;
  text-transform: none;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  display: inline;
  position: relative;
  top: -5px;
  overflow: hidden;
}

.accordion-text-3 {
  color: #000;
  white-space: normal;
  align-self: center;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -5px;
  overflow: hidden;
}

.accordion-item-4 {
  border: 2px solid #0000;
  border-radius: 6px;
  flex-direction: column;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-toggle-4 {
  object-fit: fill;
  background-color: #0000;
  align-items: flex-start;
  height: 60px;
  margin: 5px 4px 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  overflow: visible;
}

.accordion-toggle-4:hover {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.accordion-text-4 {
  clear: none;
  color: #000;
  text-align: left;
  white-space: normal;
  align-self: center;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -5px;
}

.dropdown-list-4 {
  background-color: #0000;
  display: block;
  position: static;
}

.accordion-link {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.dropdown-link {
  font-weight: 300;
}

.qmarkold {
  outline-offset: 1px;
  color: #696969;
  border: 0 #000;
  border-radius: 20px;
  outline: 1px solid #696969;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: 13px;
  left: 2px;
}

.infoold {
  outline-offset: 2px;
  color: #fff;
  letter-spacing: normal;
  background-color: #696969;
  border: 0 solid #000;
  border-radius: 20px;
  outline: 1px solid #696969;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 5px;
  padding: 1px 5px 0;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: 13px;
}

.esold {
  outline-offset: -7px;
  color: #696969;
  letter-spacing: normal;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 20px;
  outline: 1px solid #696969;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  position: relative;
  bottom: 14px;
}

.esold:active {
  outline-offset: -7px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  outline-width: 2px;
  outline-color: #000;
  font-weight: 700;
}

.asterixblock {
  width: 115px;
  margin-left: 5px;
  display: flex;
  overflow: visible;
}

.asterixblock-4 {
  font-weight: 400;
  display: inline-block;
  position: relative;
  bottom: -9px;
  left: -18px;
}

.qmark-copy {
  outline-offset: 0px;
  color: #9c9c9c;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  outline: 0 solid #000;
  margin-bottom: 0;
  margin-right: 8px;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: 14px;
}

.container-2 {
  margin-top: 150px;
}

.text-block {
  border: 3px solid #cc0303;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 33px 10px 25px;
}

.section-2 {
  margin-top: auto;
  position: static;
  inset: 0 0% 2%;
}

.div-block {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.disclaimerold {
  float: none;
  text-align: justify;
  object-fit: fill;
  border: 2px solid #cc0303;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: static;
}

.section-3 {
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  display: block;
  overflow: auto;
}

.div-block-2 {
  object-fit: fill;
  min-height: 50px;
  position: static;
}

.body {
  color: #000;
  text-align: justify;
  object-fit: fill;
  background-color: #fff;
  height: 100%;
  font-family: Montserrat, sans-serif;
}

.tooltip {
  z-index: auto;
  float: none;
  opacity: 1;
  color: #009;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: cover;
  text-decoration: none;
  display: inline;
  position: static;
  overflow: visible;
}

.tooltip:hover {
  color: #35c;
  text-decoration: none;
}

.tooltip:active {
  outline-offset: 0px;
  color: #009;
  outline: 3px #009;
}

.tooltip.info {
  outline-offset: 2px;
  color: #fff;
  background-color: #696969;
  border: 1px #696969;
  border-radius: 20px;
  outline: 1px solid #696969;
  margin-left: 0;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Merriweather, serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: auto;
}

.tooltip.info:hover {
  background-color: #000;
  outline-color: #000;
}

.tooltip.qmark {
  outline-offset: 0px;
  color: #696969;
  border-radius: 20px;
  outline: 1px solid #696969;
  margin-left: 0;
  margin-right: 1px;
  padding-left: 4px;
  padding-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  bottom: -1px;
}

.tooltip.es {
  color: #696969;
  margin-left: 22px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  top: 11px;
}

.tooltip.es:hover {
  filter: contrast(200%);
}

.tooltip.ref {
  color: #000;
}

.tooltip.experiment {
  color: #000;
  background-color: #ffeadb;
  border-radius: 5px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  box-shadow: 0 1px 2px #0003;
}

.tooltip.observation {
  color: #000;
  background-color: #f3e6ff;
  border-radius: 5px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  box-shadow: 0 1px 2px #0003;
}

.tooltip.text-theoretical {
  color: #000;
  text-decoration: none;
}

.tooltip.expert-opinion {
  color: #000;
  background-color: #d8f9ff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tooltip.es-div {
  background-image: url('../images/es_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
  top: -10px;
}

.tooltip.es-div:hover {
  filter: contrast(200%);
}

.tooltip.index {
  border-radius: 50%;
}

.tooltip.review {
  color: #000;
  background-color: #e4ffdd;
  border-radius: 5px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 1px 2px #0003;
}

.tooltip.review-title {
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  display: inline-block;
}

.tooltip.experimental-title {
  color: #000;
  background-color: #ffeadb;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.tooltip.observation-title {
  color: #000;
  background-color: #f3e6ff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 20px;
  font-style: italic;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.text-span {
  text-align: right;
  font-size: 20px;
}

.details-text {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.accordion-item-3-copy {
  display: block;
  overflow: hidden;
}

.accordion-icon-4 {
  margin-right: 15px;
  font-size: 16px;
}

.link {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.list {
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.list-item {
  color: #000;
  text-align: justify;
  padding-right: 20px;
}

.sublist {
  text-align: justify;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 70px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.div-block-3 {
  margin-bottom: 145px;
}

.list-item-2,
.list-item-3,
.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7 {
  text-align: justify;
}

.section-4 {
  display: block;
}

.column-3 {
  position: relative;
}

.columns {
  width: 70%;
  display: inline-block;
}

.donation-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image {
  flex: 0 auto;
  margin-right: 20px;
  display: block;
}

.image-2,
.image-3 {
  margin-left: 0;
  margin-right: 20px;
}

.image-4 {
  margin-right: 8px;
}

.list-item-8 {
  text-align: justify;
}

.section-factorial-model {
  color: #000;
  text-align: center;
  white-space: break-spaces;
}

.list-2 {
  padding-right: 6px;
}

.div-block-5,
.tooltip-trigger {
  color: #eb9581;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 19px #0003;
}

.text-block-3 {
  text-align: justify;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon,
.icon-2,
.icon-3 {
  font-size: 16px;
}

.details {
  color: #000;
  text-decoration: underline;
}

.details:hover {
  color: #696969;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.faq {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.tooltip_templates {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.link-2 {
  text-align: right;
  font-size: 14px;
}

.formal-definition {
  color: #000;
  text-align: right;
  font-size: 11px;
}

.formal-definition:hover {
  color: #696969;
}

.text-block-4 {
  font-size: 14px;
}

.dtc-terminology {
  color: #000;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.dtc-info {
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
  overflow: visible;
}

.dtc-es {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.text-span-2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}

.more-about-es {
  color: #000;
  text-align: right;
  font-size: 11px;
  text-decoration: underline;
}

.more-about-es:hover {
  color: #696969;
}

.qmark-details {
  color: #000;
  text-align: right;
  font-size: 11px;
  text-decoration: underline;
}

.qmark-details:hover {
  color: #696969;
}

.formal-def {
  color: #000;
  font-size: 11px;
  text-decoration: underline;
}

.formal-def:hover {
  color: #696969;
}

.text-span-3 {
  color: #000;
  font-size: 11px;
}

.link-tooltip {
  text-align: right;
  padding-right: 5px;
  font-size: 14px;
  text-decoration: underline;
  display: block;
}

.link-tooltip:hover {
  text-decoration: none;
}

.dtc-icon {
  color: #000;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.div-block-6 {
  margin-bottom: 500px;
}

.text-block-5 {
  font-size: 14px;
}

.disclaimer {
  color: #000;
  text-align: justify;
  border: 2px #9e0000;
  border-radius: 6px;
  flex: 0 2 50%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 20px;
}

.disclaimer-div-block {
  text-align: center;
  justify-content: center;
  max-width: 920px;
  display: inline-block;
}

.protocol {
  flex-flow: column wrap;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.section-6 {
  text-align: center;
  margin-top: 135px;
}

.semibold {
  font-weight: 700;
}

.bold-text-2,
.bold-text-3 {
  font-weight: 600;
}

.html-embed {
  border: 1px #000;
  margin-right: 20px;
}

.html-embed-2 {
  margin-right: 20px;
}

.div-block-7 {
  width: 30%;
  margin-top: 20px;
  display: inline-block;
}

.contact-2 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 90px;
  display: block;
}

.contact-form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  text-align: left;
  justify-items: stretch;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active,
.text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::placeholder {
  color: #32343a66;
}

.text-field-2.cc-textarea {
  background-color: #fff;
  height: 200px;
  padding-top: 12px;
}

.section-7 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 70px;
}

.section-7.cc-contact {
  text-align: center;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  display: inline;
}

.div-block-8 {
  text-align: center;
}

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

.form-block {
  display: inline;
}

.image-5 {
  border: 1px #000;
  border-radius: 6px;
  display: inline;
}

.container-3 {
  flex: 0 auto;
  display: flex;
}

.text-span-4 {
  font-weight: 600;
}

.image-6 {
  width: 300px;
  height: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.text-block-6 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.details-text-main {
  text-align: justify;
  object-fit: fill;
  max-width: 906px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.behavioural-protocol {
  text-align: left;
  text-transform: none;
  align-self: flex-end;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: block;
}

.wiki-heading {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 5px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.instruction-container {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 40px;
  padding: 0 15px 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.protocol-container {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 15px 8px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.body-2 {
  background-color: #f8f8ff;
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  outline-offset: 0px;
  background-color: #949494;
  border: 1px #949494;
  border-radius: 20px;
  outline: 3px #1a1b1f;
  width: 902px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.section-8 {
  margin-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.faq-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.contribute-container {
  text-align: center;
  background-color: #0000;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.text-span-5 {
  background-color: #ffc6c6;
  border-radius: 6px;
  padding-left: 3px;
  padding-right: 4px;
  font-size: 14px;
}

.text-experimental {
  background-color: #ffeadb;
  border-radius: 6px;
  padding-left: 3px;
  padding-right: 4px;
  font-size: 14px;
  text-decoration: underline;
}

.text-observational {
  background-color: #f3e6ff;
  border-radius: 6px;
  padding-left: 3px;
  padding-right: 4px;
  font-size: 14px;
  text-decoration: underline;
}

.text-theoretical {
  background-color: #e4ffdd;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.expert {
  background-color: #d8f9ff;
  border-radius: 6px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.effect-size {
  color: #a1a1a1;
  border: 2px solid #949494;
  border-radius: 20px;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.about-container {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.column-4 {
  padding-right: 10px;
  position: static;
}

.wiki-tree-container {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 320px;
  margin-top: 40px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.tree-text {
  text-align: justify;
  object-fit: fill;
  max-width: 906px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.text-span-7 {
  text-decoration: none;
}

.text-span-8 {
  font-size: 12px;
  font-weight: 400;
}

.text-span-9 {
  white-space: normal;
  font-weight: 600;
}

.text-span-10,
.text-span-11 {
  font-weight: 600;
}

.text-span-12,
.text-span-13,
.text-span-14 {
  font-weight: 500;
}

.author-text,
.toc-text {
  text-align: justify;
  object-fit: fill;
  max-width: 906px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.text-block-7 {
  font-size: 14px;
  line-height: 20px;
}

.bold-text-4 {
  margin-top: 0;
  font-size: 12px;
  display: inline-block;
}

.text-block-8 {
  text-align: left;
  border-bottom: 2px solid #b1b1b1;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 16px;
}

.factorial-model-container {
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin: 80px auto 0;
  padding: 0;
  display: block;
}

.section-9 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.body-3 {
  background-color: #f8f8ff;
}

.body-4 {
  background-color: #888;
}

.bs-icon {
  align-self: auto;
  position: relative;
  top: -10px;
  left: -10px;
}

.image-7 {
  align-self: center;
  margin-bottom: 10px;
  position: relative;
}

.div-block-10 {
  border-bottom: 2px gray;
  height: 150px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-11 {
  padding-top: 0;
  display: flex;
}

.image-8 {
  border-radius: 8px;
  margin: 10px -5px 10px 20px;
}

.ic21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 150px;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-10-copy {
  border-bottom: 2px solid gray;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.column-5 {
  background-image: url('../images/water.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-9 {
  align-self: flex-start;
}

.banner-pic-3 {
  background-image: url('../images/unhealthy-beverages-small.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 300px;
  min-width: 150px;
  max-width: 300px;
  height: 150px;
  margin-top: 0;
  display: block;
}

.div-block-13 {
  align-self: flex-start;
}

.banner-pic-2 {
  background-image: url('../images/daily-hydration.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto 150px;
  background-attachment: scroll;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  height: 150px;
  margin-top: 0;
  display: block;
}

.banner-pic-1 {
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  height: 150px;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.image-10 {
  display: block;
}

.icon-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 5px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-6 {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.bold-text-5 {
  color: red;
}

.text-block-9 {
  color: gray;
  text-align: right;
  width: 400px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  position: static;
  top: -10px;
}

.column-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-15 {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  min-width: 800px;
  max-width: 920px;
  margin-top: 80px;
  display: block;
}

.column-8 {
  object-fit: fill;
  object-position: 0% 0%;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.factorial-topsidebar-container {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100px;
  max-width: 320px;
  margin-top: 80px;
  padding: 5px 15px 10px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-16 {
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-11 {
  border-radius: 0;
}

.behavioural-protocol-mainpage {
  text-align: left;
  text-transform: none;
  border-bottom: 2px gray;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.image-12 {
  align-self: auto;
  padding-right: 5px;
  position: relative;
  bottom: 0;
}

.factorial-sidebar-container {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100px;
  max-width: 320px;
  margin-top: 20px;
  padding: 5px 15px 10px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.link-3 {
  align-items: flex-start;
  font-size: 14px;
  text-decoration: none;
  display: inline;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  border: 1px #000;
  font-size: 14px;
  text-decoration: none;
}

.column-9 {
  position: static;
}

.wiki-topsidebar-container {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-right: 5px;
  padding: 10px 15px 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.wiki-sidebar-container {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 10px 15px 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.header-explanation {
  text-align: justify;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

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

.default-section {
  text-align: center;
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.column-10 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  margin-bottom: 80px;
}

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

.div-block-18 {
  background-color: red;
  flex: 0 auto;
  width: 100%;
}

.div-block-19 {
  background-color: #000;
}

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

.accordion-text-5 {
  color: #000;
  object-position: 50% 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  display: inline;
  overflow: hidden;
}

.mid-wiki-col {
  flex-direction: column;
  flex: 100%;
  align-items: center;
  max-width: 950px;
  display: flex;
}

.accordion-item-5 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
  overflow: visible;
}

.factorial-sidebar-container-2 {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.asterixtext-2 {
  float: none;
  clear: none;
  margin-top: 0;
  position: relative;
  top: -12px;
  overflow: visible;
}

.page-container {
  max-width: 1600px;
  display: flex;
}

.factorial-topsidebar-container-2 {
  background-color: #f8f8ff;
  border-radius: 6px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 50px;
  margin-right: 5px;
  padding: 10px 15px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.asterixblock-5 {
  margin-left: 6px;
  display: block;
}

.left-col {
  text-align: right;
  flex: 1 5 20%;
  order: -1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.div-block-21 {
  min-width: 0;
  min-height: 200px;
}

.right-wiki-col {
  flex: 18%;
  order: 1;
  padding-right: 30px;
  display: block;
}

.title-div {
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 95%;
  margin-top: 50px;
  margin-bottom: 90px;
  display: flex;
}

.main-div {
  flex-direction: row;
  margin-bottom: 80px;
  display: flex;
}

.list-3 {
  width: 98%;
}

.wiki-buffer-col {
  text-align: right;
  flex: none;
  order: 0;
  min-width: 20px;
  padding-right: 0;
}

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

.left-wiki-col {
  text-align: right;
  flex: 1 100 10%;
  order: -1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.buff-col {
  text-align: right;
  flex: 0 3 5%;
  order: 0;
  min-width: 20px;
  padding-right: 0;
}

.wiki-icon:hover {
  transform: scale(1.1);
}

.list-4 {
  padding-right: 20px;
}

.image-1a {
  object-fit: fill;
  width: 500px;
  height: 200px;
}

.image-1a:hover {
  filter: contrast(110%) brightness(110%);
}

.image-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ic22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 40px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-2a {
  object-fit: cover;
  width: 500px;
  height: 200px;
}

.image-1b {
  width: 500px;
  height: 200px;
}

.image-3a {
  opacity: 1;
}

.info-image {
  padding-right: 6px;
  position: relative;
  top: -8px;
}

.info-image.tooltip {
  margin-right: 4px;
  padding-right: 0;
  top: -9px;
}

.info-image.tooltip:hover {
  filter: contrast(200%);
}

.image-14 {
  position: relative;
  top: -8px;
}

.es-div {
  background-image: url('../images/es.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 20px;
  position: relative;
  top: -8px;
  overflow: visible;
}

.es {
  color: gray;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 11px;
  line-height: 20px;
  display: inline;
  position: absolute;
  top: 0;
}

.es-frame.tooltip {
  object-fit: fill;
  line-height: 28px;
  display: block;
}

.es-block {
  outline-offset: 0px;
  outline: 3px #222;
  flex: none;
  width: 70px;
  position: relative;
  top: -9px;
}

.div-block-23 {
  flex: 0 400px;
  order: 0;
}

.factorial-sidebar-container-3 {
  background-color: #f8f8ff;
  border-radius: 6px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.factorial-sidebar-container-4 {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: none;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.factorial-sidebar-container-5 {
  background-color: #f8f8ff;
  border-radius: 6px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.search-div {
  background-color: #fff;
  border-radius: 10px;
  align-self: auto;
  align-items: center;
  width: 500px;
  height: 40px;
  margin: 0 0 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-15 {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.search.search-div {
  height: 50px;
  margin-bottom: 50px;
  display: block;
}

.search-input {
  margin-bottom: 0;
  margin-right: 10px;
}

.search-button {
  border-radius: 7px;
  margin-right: 2px;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-6 {
  font-weight: 700;
}

.main-page-footer {
  display: flex;
}

.main-div-footer {
  flex-direction: row;
  margin-top: 80px;
  display: flex;
}

.div-block-24 {
  height: 20px;
}

.column-11 {
  padding-right: 20px;
}

.column-12 {
  padding-left: 20px;
}

.main-div-wiki {
  flex-direction: row;
  margin-top: -70px;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-self: flex-start;
}

.div-block-25 {
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
}

.link-5 {
  text-decoration: none;
}

.text-block-11 {
  text-align: center;
  flex: 1;
  margin-top: 410px;
  position: static;
  inset: auto 0% 5%;
}

.text-block-11-copy {
  text-align: center;
  flex: 1;
}

.impressum-div {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.wiki-link {
  text-align: right;
  font-size: 12px;
}

.dtc-study-types {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.more-about-study-types {
  color: #000;
  text-align: right;
  font-size: 11px;
  text-decoration: underline;
}

.more-about-study-types:hover {
  color: #696969;
}

.div-block-26 {
  width: 20px;
  height: 40px;
}

.div-block-27 {
  width: 20px;
  height: 10px;
}

.disclaimer-block {
  text-align: justify;
  flex: 0 2 50%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 20px;
}

.main-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.header {
  color: #144c7a;
  background-color: #fff;
  background-image: url('../images/Untitled.jpg');
  background-position: 0 0;
  background-size: auto 100px;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  padding: 20px 40px 15px 25px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.nav-bar {
  color: #144c7a;
  background-color: #fff;
  background-image: url('../images/test.png');
  background-position: 0 0;
  background-size: auto;
  border: 2px gray;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  min-width: 400px;
  max-width: 900px;
  display: flex;
  top: -20px;
  box-shadow: 0 2px 5px #0003;
}

.wiki-navigation {
  color: #144c7a;
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  height: 88px;
  padding: 20px 40px 15px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.navigation-wrap-sub {
  font-size: 20px;
  display: flex;
}

.navigation-item-sub {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .2s;
  bottom: -2px;
}

.navigation-item-sub:hover {
  opacity: .9;
  color: #000;
}

.navigation-item-sub:active {
  opacity: .8;
  color: #000;
}

.navigation-item-sub.w--current {
  opacity: 1;
  color: #000;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  bottom: -2px;
}

.navigation-item-sub.w--current:hover {
  opacity: .8;
}

.navigation-item-sub.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items-sub {
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  line-height: 20px;
  display: flex;
}

.navigation-wrap-wiki {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.navigation-items-wiki {
  color: #144c7a;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  line-height: 20px;
  display: flex;
  bottom: 5px;
}

.navigation-item-wiki {
  opacity: .6;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 0 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .2s;
}

.navigation-item-wiki:hover {
  opacity: .9;
  color: #000;
}

.navigation-item-wiki:active {
  opacity: .8;
  color: #000;
}

.navigation-item-wiki.w--current {
  opacity: 1;
  color: #000;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 600;
}

.navigation-item-wiki.w--current:hover {
  opacity: .8;
}

.navigation-item-wiki.w--current:active {
  opacity: .7;
  color: #32343a;
}

.list-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 14px;
}

.list-item-9,
.list-item-10 {
  font-size: 12px;
}

.list-item-mini {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.factorial-wikisidebad-container {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 220px;
  margin-top: 50px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.nav-bar-sub {
  background-color: #0000;
  border: 1px silver;
  border-radius: 0 0 0 4px;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  max-width: 805px;
  display: flex;
  top: -20px;
}

.nav-bar-sub-wiki {
  background-color: #0000;
  border: 1px silver;
  border-radius: 0 0 0 4px;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  max-width: 805px;
  padding-right: 20px;
  display: flex;
  top: -35px;
  left: -30px;
}

.link-6 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 22px;
}

.text-block-12 {
  color: gray;
  text-align: center;
  margin-top: -15px;
  display: none;
}

.filler {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 220px;
  max-width: 320px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px 10px;
  display: block;
  overflow: visible;
}

.text-block-13 {
  text-align: justify;
}

.text-span-15 {
  font-weight: 600;
}

.expand-collapse-div {
  justify-content: flex-end;
  width: 100%;
  max-width: 920px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 40px;
  padding-right: 2px;
  display: none;
}

.colexpbutton {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.expand-icon {
  margin-left: 5px;
  margin-right: 0;
  position: static;
}

.expand-icon-top {
  margin: 0 0 0 5px;
  position: relative;
  transform: rotate(180deg);
}

.div-block-29 {
  margin-right: 5px;
}

.text-block-14 {
  font-size: 12px;
}

.text-span-16 {
  color: red;
}

.review {
  background-color: #e4ffdd;
  border-radius: 5px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 1px 2px #0003;
}

.experiment {
  background-color: #ffeadb;
  border-radius: 5px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 1px 2px #0003;
}

.observational-study {
  background-color: #f3e6ff;
  border-radius: 5px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 1px 2px #0003;
}

.youtube {
  box-shadow: 0 2px 5px #0003;
}

.youtube-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  display: grid;
}

.research-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
}

.research {
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.youtube-frame-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.superscript {
  font-size: 14px;
  top: -13px;
}

.superscript.tooltip {
  color: #009;
  position: relative;
}

.review-title {
  background-color: #e4ffdd;
  border-radius: 10px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.review-title.tooltip {
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.expert-title {
  background-color: #d8f9ff;
  border-radius: 6px;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.expert-title.tooltip {
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
  display: inline-block;
  box-shadow: 0 2px 5px #00000059;
}

.dtc-wiki-captions {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.sci-link {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.video {
  box-shadow: 0 2px 5px #0003;
}

.heading-first {
  color: #000;
  text-align: left;
  border-bottom: 1px solid gray;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: 28px;
}

.heading-div {
  color: #000;
  margin-top: -25px;
}

.thick,
.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12 {
  font-weight: 600;
}

.bold {
  text-transform: none;
  font-weight: 700;
}

.measurement-list {
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
}

.measurement-item,
.list-item-12 {
  line-height: 16px;
}

.info-image-wiki {
  padding-right: 6px;
  position: relative;
  top: -8px;
}

.info-image-wiki.tooltip {
  margin-right: 4px;
  padding-right: 0;
  top: -11px;
  left: 3px;
}

.info-image-wiki.tooltip:hover {
  filter: contrast(200%);
}

.image-16 {
  border-radius: 5px;
}

.bold-text-14 {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.ref-list {
  padding-left: 22px;
  font-size: 14px;
}

.image-17 {
  display: inline-block;
}

.sidebar-nav1 {
  text-align: left;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-nav1:hover {
  text-decoration: underline;
}

.sidebar-nav2 {
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-nav2:hover {
  text-decoration: underline;
}

.sidebar-nav3 {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-nav3:hover {
  text-decoration: underline;
}

.sidebar-nav4 {
  text-align: left;
  text-indent: -15px;
  padding-left: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-nav4:hover {
  text-decoration: underline;
}

.sidebar-nav4-current {
  text-align: left;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.sidebar-nav4-current.w--current {
  text-align: left;
  text-indent: -15px;
  padding-left: 60px;
  line-height: 24px;
}

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

.sidebar-nav3-current {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.sidebar-nav3-current:hover {
  text-decoration: underline;
}

.link-10 {
  text-align: right;
  display: inline-block;
}

.image-a1-copy {
  object-fit: cover;
  width: 500px;
  height: 200px;
}

.image-a1-copy:hover {
  filter: contrast(110%) brightness(110%);
}

.wiki-image {
  object-fit: cover;
  min-height: 150px;
}

.wiki-image:hover {
  filter: contrast(110%) brightness(110%);
}

.wiki-image.image-1b {
  height: auto;
  min-height: 150px;
}

.wiki-image.image-1a {
  height: auto;
}

.wiki-image.image-1c {
  width: 500px;
  height: auto;
  min-height: 150px;
}

.wiki-image.image-1d {
  min-height: 150px;
}

.link-block {
  max-height: 200px;
}

.link-block.w--current {
  max-height: none;
}

.medium {
  color: #12a899;
  border: 2px solid #12a899;
  border-radius: 20px;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.easy {
  color: #37a837;
  border: 2px solid #37a837;
  border-radius: 20px;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.link-copy {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.link-copy:hover {
  text-decoration: none;
}

.inline-link {
  padding-bottom: 10px;
}

.inline-link:hover {
  text-decoration: none;
}

.link-11 {
  text-decoration: none;
  display: inline-block;
}

.link-12 {
  text-decoration: none;
}

.banner {
  justify-content: center;
  align-items: center;
  width: 3000px;
  display: none;
  overflow: hidden;
}

.bio {
  height: 80px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bio-text {
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: none;
}

.image-container-4-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 40px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-container-4-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-container-4-2,
.image-container-4-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ic31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ic33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 40px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ic32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template: "Area" 1fr
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.wb-video-controller {
  width: 100vw;
}

.div-block-31 {
  display: none;
}

.container-5 {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.navbar {
  background-color: #f5f5f580;
  flex: 1;
  justify-content: space-around;
  min-width: 100%;
  max-height: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.text-block-15 {
  color: #000;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  background-clip: border-box;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 5px 5px 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  display: block;
  position: static;
  top: -1160px;
  bottom: 633px;
  left: 1136px;
  box-shadow: 0 2px 5px 5px #0003;
}

.div-block-32 {
  margin-top: -1143px;
  margin-left: 24px;
  padding-top: 0;
  position: relative;
}

.div-block-33 {
  display: none;
}

.container-6 {
  justify-content: center;
  display: flex;
}

.text-block-16 {
  font-size: 150px;
  line-height: 150px;
}

.text-block-17 {
  padding-top: 14px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  max-width: 1200px;
}

.div-block-35 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cell {
  align-items: flex-end;
}

.statcell {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.stattext {
  font-size: 32px;
  line-height: 40px;
}

.text-block-16-copy {
  font-size: 150px;
  line-height: 150px;
}

.text-block-17-copy {
  padding-top: 18px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.statcell-big {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.textcell {
  align-items: flex-end;
}

.circle-delete-me.out-line {
  perspective: 1000px;
  background-color: #cfccc4;
  border: 1px solid #2a262b38;
  width: 150px;
  height: 150px;
  font-size: .875em;
  line-height: 1.5em;
  transition: transform .2s;
  position: relative;
  transform: perspective(1000px);
}

.top-circle-delete-me.out-line {
  z-index: 100;
  color: #2a262b;
  border: 1px solid #2a262b38;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px #0003;
}

.base-grid-delete-me {
  color: #2a262b;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.amount {
  color: #2a262b;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.percentage-bar {
  transform-origin: 0 100%;
  background-color: #13005d;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  transform: scale(.99);
}

.percentage-bar.layer-5 {
  z-index: 5;
}

.percentage-bar.layer-4 {
  z-index: 4;
}

.percentage-bar.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.progress-mask {
  z-index: 50;
  background-color: #cfccc4;
  border-bottom-left-radius: 100%;
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
}

.base-grid {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-circle {
  z-index: 100;
  background-color: #ede9e1;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.top-circle.out-line {
  transform-origin: 50%;
  background-color: #f8f8ff;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
}

.circle {
  perspective: 1000px;
  background-color: #cfccc4;
  border-radius: 50%;
  flex: none;
  width: 150px;
  height: 150px;
  margin-right: 30px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: visible;
  transform: perspective(1000px);
  box-shadow: 0 2px 5px #0003;
}

.circle.out-line {
  margin-bottom: 0;
}

.skill-bar {
  background-color: #e0ddd5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  max-width: 700px;
  height: 15px;
  margin-top: .5em;
  margin-bottom: 1em;
  position: relative;
}

.skill-wrapper {
  text-align: left;
  text-transform: uppercase;
  width: 33.33%;
  padding-right: 3em;
  display: inline-block;
}

.skill-wrapper.splash {
  width: 100%;
  padding-right: 0;
}

.category-btn-wrapper {
  z-index: 1;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.background-green-btn {
  z-index: -1;
  background-color: #2cd1a0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skill-progress-wrapper {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.skill-progress-wrapper.strategy {
  width: 8%;
}

.skill-progress-wrapper.info-arch {
  width: 42%;
}

.skill-progress-wrapper.d-strategy {
  width: 50%;
}

.splash-card {
  background-color: #e0ddd500;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.skill-progress {
  background-color: #2cd1a0;
  width: 100%;
  height: 100%;
}

.skill-progress.blue {
  background-color: #4099ff;
}

.skill-progress.red {
  background-color: #d44846;
}

.category-btn {
  color: #2a262b;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #2cd1a0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: color .2s;
  display: block;
}

.category-btn:hover {
  color: #d44846;
}

.circle-inside {
  perspective: 1000px;
  background-color: #cfccc4;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: visible;
  transform: perspective(1000px);
}

.circle-inside.out-line {
  background-color: #c90000;
  margin-bottom: 0;
  transition-property: none;
}

.percentage-bar-block-15 {
  transform-origin: 0 100%;
  background-color: #cfccc4;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: scale(1.01)rotate(54deg);
}

.percentage-bar-block-15.layer-5 {
  z-index: 5;
}

.percentage-bar-block-15.layer-4 {
  z-index: 4;
}

.percentage-bar-block-15.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-block-15.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-block-15.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-block-10 {
  transform-origin: 0 100%;
  background-color: #cfccc4;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: rotate(36deg);
}

.percentage-bar-block-10.layer-5 {
  z-index: 5;
}

.percentage-bar-block-10.layer-4 {
  z-index: 4;
}

.percentage-bar-block-10.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-block-10.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-block-10.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.stattext-klein {
  font-size: 16px;
  line-height: 20px;
}

.percentage-bar-block-6 {
  transform-origin: 0 100%;
  background-color: #cfccc4;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: rotate(22deg);
}

.percentage-bar-block-6.layer-5 {
  z-index: 5;
}

.percentage-bar-block-6.layer-4 {
  z-index: 4;
}

.percentage-bar-block-6.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-block-6.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-block-6.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-block-13 {
  transform-origin: 0 100%;
  background-color: #cfccc4;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: rotate(47deg);
}

.percentage-bar-block-13.layer-5 {
  z-index: 5;
}

.percentage-bar-block-13.layer-4 {
  z-index: 4;
}

.percentage-bar-block-13.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-block-13.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-block-13.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.text-span-17 {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -20px;
}

.circle-full {
  perspective: 1000px;
  background-color: #ffdb7c;
  border-radius: 50%;
  flex: none;
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
  overflow: visible;
  transform: perspective(1000px);
  box-shadow: 0 5px 10px 2px #0003;
}

.circle-full.out-line {
  margin-bottom: 0;
}

.percentage-bar-full-15 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: rotate(54deg);
}

.percentage-bar-full-15.layer-5 {
  z-index: 5;
}

.percentage-bar-full-15.layer-4 {
  z-index: 4;
}

.percentage-bar-full-15.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-15.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-15.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.amount-small-none {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 40px;
  left: 8px;
  transform: translate(0, -50%);
}

.percentage-bar-small {
  transform-origin: 0 100%;
  background-color: #41c067;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: scale(.995);
}

.percentage-bar-small.layer-5 {
  z-index: 5;
}

.percentage-bar-small.layer-4 {
  z-index: 4;
}

.percentage-bar-small.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-small.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-small.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-90deg)scale(.995);
}

.percentage-bar-big.layer-5 {
  z-index: 5;
}

.percentage-bar-big.layer-4 {
  z-index: 4;
}

.percentage-bar-big.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-full-16 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(58deg);
}

.percentage-bar-full-16.layer-5 {
  z-index: 5;
}

.percentage-bar-full-16.layer-4 {
  z-index: 4;
}

.percentage-bar-full-16.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-16.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-16.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-140 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-140deg);
}

.percentage-bar-big-140.layer-5 {
  z-index: 5;
}

.percentage-bar-big-140.layer-4 {
  z-index: 4;
}

.percentage-bar-big-140.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-140.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-140.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.amount-small-big {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 62px;
  left: -59px;
  transform: translate(0, -50%);
}

.amount-small-small {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 147px;
  left: -14px;
  transform: translate(0, -50%);
}

.text-block-18 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.percentage-bar-full-27 {
  transform-origin: 0 100%;
  background-color: #41c067;
  border-radius: 0 100% 0 0;
  width: 75px;
  height: 75px;
  position: absolute;
  transform: rotate(7deg);
}

.percentage-bar-full-27.layer-5 {
  z-index: 5;
}

.percentage-bar-full-27.layer-4 {
  z-index: 4;
}

.percentage-bar-full-27.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-27.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-27.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-115 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-115deg);
}

.percentage-bar-big-115.layer-5 {
  z-index: 5;
}

.percentage-bar-big-115.layer-4 {
  z-index: 4;
}

.percentage-bar-big-115.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-115.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-115.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-full-12 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(43deg);
}

.percentage-bar-full-12.layer-5 {
  z-index: 5;
}

.percentage-bar-full-12.layer-4 {
  z-index: 4;
}

.percentage-bar-full-12.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-12.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-12.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-155 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-155deg);
}

.percentage-bar-big-155.layer-5 {
  z-index: 5;
}

.percentage-bar-big-155.layer-4 {
  z-index: 4;
}

.percentage-bar-big-155.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-155.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-155.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-full-11 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(40deg);
}

.percentage-bar-full-11.layer-5 {
  z-index: 5;
}

.percentage-bar-full-11.layer-4 {
  z-index: 4;
}

.percentage-bar-full-11.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-11.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-11.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-151 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-151deg);
}

.percentage-bar-big-151.layer-5 {
  z-index: 5;
}

.percentage-bar-big-151.layer-4 {
  z-index: 4;
}

.percentage-bar-big-151.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-151.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-151.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.base-grid-big {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  max-width: 1200px;
  padding-bottom: 20px;
}

.percentage-bar-full-18 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(65deg);
}

.percentage-bar-full-18.layer-5 {
  z-index: 5;
}

.percentage-bar-full-18.layer-4 {
  z-index: 4;
}

.percentage-bar-full-18.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-18.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-18.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-137 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-137deg);
}

.percentage-bar-big-137.layer-5 {
  z-index: 5;
}

.percentage-bar-big-137.layer-4 {
  z-index: 4;
}

.percentage-bar-big-137.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-137.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-137.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-full-39 {
  transform-origin: 0 100%;
  background-color: #41c067;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: rotate(50deg);
}

.percentage-bar-full-39.layer-5 {
  z-index: 5;
}

.percentage-bar-full-39.layer-4 {
  z-index: 4;
}

.percentage-bar-full-39.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-full-39.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-full-39.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-76 {
  transform-origin: 0 100%;
  background-color: #ffdb7c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-166deg)scale(.995);
}

.percentage-bar-big-76.layer-5 {
  z-index: 5;
}

.percentage-bar-big-76.layer-4 {
  z-index: 4;
}

.percentage-bar-big-76.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-76.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-76.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.percentage-bar-big-130 {
  transform-origin: 0 100%;
  background-color: #d12c2c;
  border-radius: 0 100% 0 0;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: rotate(-130deg);
}

.percentage-bar-big-130.layer-5 {
  z-index: 5;
}

.percentage-bar-big-130.layer-4 {
  z-index: 4;
}

.percentage-bar-big-130.layer-3 {
  z-index: 3;
  background-color: #4099ff;
}

.percentage-bar-big-130.layer-1 {
  z-index: 2;
  background-color: #4099ff;
}

.percentage-bar-big-130.layer-2 {
  z-index: 1;
  background-color: #d44846;
}

.amount-small-none2 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 83px;
  left: 30px;
  transform: translate(0, -50%);
}

.amount-small-small3 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 147px;
  left: -45px;
  transform: translate(0, -50%);
}

.amount-small-small2 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 147px;
  left: 5px;
  transform: translate(0, -50%);
}

.amount-small-small4 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 126px;
  left: 17px;
  transform: translate(0, -50%);
}

.amount-small-big2 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 86px;
  left: -71px;
  transform: translate(0, -50%);
}

.amount-small-none3 {
  color: #2a262b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 54px;
  left: 20px;
  transform: translate(0, -50%);
}

.text-block-19 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}

.imagecard {
  opacity: 1;
  mix-blend-mode: normal;
}

.text-block-20 {
  font-size: 16px;
}

.card-title {
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.cell-2 {
  align-items: center;
}

.card-cell {
  background-color: #fff;
  box-shadow: 0 1px 15px 2px #00000008;
}

/* Carousel styles */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 35px;
  min-width: 100%;
  will-change: transform;
}

.carousel-track .card-cell {
  flex: 0 0 auto;
  width: 360px;
  height: auto;
}

.carousel-btn {
  position: absolute;
  top: 44.5%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 1);
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transform: translateY(-50%) scale(1.05);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-btn svg {
  color: #333;
  transition: color 0.3s ease;
}

.carousel-btn:hover svg {
  color: #007bff;
}

.carousel-btn-left {
  left: 20px;
}

.carousel-btn-right {
  right: 20px;
}

/* Carousel dot indicators */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.carousel-dot:hover {
  background-color: #007bff;
  transform: scale(1.1);
}

.carousel-dot.active {
  background-color: #007bff;
  border-color: #007bff;
}

.carousel-dot.visible {
  background-color: #007bff;
  border-color: #007bff;
}

/* Responsive adjustments - aligned with JavaScript breakpoints */
@media screen and (max-width: 1199px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 959px) {
  .carousel-container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-container {
    padding: 0 10px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .carousel-btn-left {
    left: 10px;
  }

  .carousel-btn-right {
    right: 10px;
  }
}



/* Responsive card visibility - actually limit visible cards */
@media screen and (max-width: 1199px) {
  .carousel-container {
    max-width: calc(2 * 360px + 35px + 40px);
    /* 2 cards + gap + button space */
  }
}

@media screen and (max-width: 959px) {
  .carousel-container {
    max-width: calc(2 * 360px + 35px + 40px);
    /* 2 cards + gap + button space */
  }
}

@media screen and (max-width: 767px) {
  .carousel-container {
    max-width: calc(1 * 360px + 20px);
    /* 1 card + minimal padding */
  }
}

@media screen and (max-width: 670px) {
  .team-members-container {
    justify-content: center !important;
  }
}



.carddiv2,
.carddiv1,
.carddiv3 {
  width: 100%;
  height: 100%;
}



.carddetails {
  text-align: left;
  max-width: 1200px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-18 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.header-div {
  background-color: #fff;
  flex: 1;
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  text-align: center;
  font-family: Merriweather, serif;
}

.nav-link-2 {
  color: #1a1a1be6;
  text-align: center;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #161616e6;
  transition: opacity .2s;
}

.nav-link-2.mitmachen-small {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.quotation-div {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  min-width: 400px;
  height: 80px;
  display: flex;
  box-shadow: 0 3px 6px 1px #0003;
}

.div-block-red {
  background-color: #d12c2c;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-yellow {
  background-color: #ffdb7c;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-green {
  background-color: #41c067;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-21 {
  margin-left: -20px;
  font-weight: 600;
}

.quick-stack-4 {
  padding-bottom: 50px;
}

.quick-stack-5 {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.about-us {
  text-align: right;
  white-space: nowrap;
  padding-top: 18px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

.cell-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.about-us-div {
  max-width: 600px;
}

.image-19 {
  border-radius: 50%;
  position: relative;
  top: 17px;
  left: -18px;
  box-shadow: 0 2px 5px #0003;
}

.footer-psymetric {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: block;
  box-shadow: 0 -2px 5px #0003;
}

.navbar-bot {
  background-color: #3e5dbe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.nav-link-3 {
  color: #becbff;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-menu-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.mitmachen {
  background-color: #ffed2a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.mitmachen-text {
  text-align: center;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}

.div-block-white {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -2px 5px #0003, 0 2px 5px #0003;
}

.mitmachen-small {
  background-color: #ffed2a;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.image-20 {
  position: relative;
}

.div-block-39 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/joice-kelly-rXrMy7mXUEs-unsplash.jpg');
  background-position: 25% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.brand {
  flex: none;
  align-self: center;
}

.image-21 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.text-block-22 {
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.link-13 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-donation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-41 {
  aspect-ratio: 2.39;
  background-image: url('../images/tyler-nix-V3dHmb1MOXM-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.title-white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  margin-top: 50px;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

.div-block-42 {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.list-item-13 {
  font-size: 28px;
  line-height: 36px;
}

.div-block-43 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.list-6 {
  margin-bottom: 20px;
}

.body-donation {
  background-color: #f8f8ff;
  background-image: url('../images/mann_kind.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 60%;
  background-attachment: scroll;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 32.5%;
  margin-left: 20%;
  margin-right: 20%;
  display: flex;
}

.container-7 {
  margin-top: 20px;
}

.formfield {
  text-align: left;
  margin-bottom: 30px;
}

.formfield:hover {
  border: 4px solid #89d3de;
}

.formfield:focus {
  border: 4px solid #89d3de;
  border-radius: 0;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.form {
  min-width: 800px;
  margin-bottom: 100px;
}

.radio-button-field {
  flex: 1;
  padding-top: 20px;
}

.field-label-donation {
  color: #e4454c;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 80px;
  font-size: 22px;
  font-weight: 600;
}

.div-block-45 {
  flex-direction: row;
  margin-top: 14px;
  display: flex;
}

.radio-button {
  margin-top: -2px;
  margin-left: 0;
  transform: scale(1.8);
}

.radio-button-label {
  color: #947cb8;
  text-transform: lowercase;
  margin-top: -5px;
  padding-left: 15px;
  font-size: 26px;
  font-weight: 600;
}

.select-field {
  max-width: 390px;
  margin-bottom: 30px;
}

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

.formfield-other:hover {
  border: 4px solid #89d3de;
}

.formfield-other:focus {
  border: 4px solid #89d3de;
  border-radius: 0;
}

.div-block-46 {
  margin-top: -14px;
  display: flex;
}

.sicherheitsfeld {
  text-align: justify;
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-47 {
  object-fit: cover;
  background-image: url('../images/naassom-azevedo-Q_Sei-TqSlc-unsplash-1.jpg');
  background-position: 50% 70%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  min-height: 400px;
  display: flex;
  position: static;
}

.div-block-48 {
  justify-content: center;
  margin-bottom: -100px;
  display: none;
}

.div-block-49 {
  background-image: url('../images/naassom-azevedo-Q_Sei-TqSlc-unsplash-1.jpg');
  background-position: 50% 70%;
  background-size: cover;
  align-self: center;
  width: 100vw;
  max-width: 1200px;
  height: 500px;
  padding: 0;
}

.div-block-50 {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-51 {
  object-fit: fill;
  background-image: url('../images/donationbackground.jpg');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  height: 200%;
}

.card-title-copy {
  color: #000;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.formfield-plz {
  text-align: left;
  max-width: 200px;
  margin-bottom: 30px;
}

.formfield-plz:hover {
  border: 4px solid #89d3de;
}

.formfield-plz:focus {
  border: 4px solid #89d3de;
  border-radius: 0;
}

.div-block-52 {
  display: block;
}

.bold-text-15,
.bold-text-16,
.bold-text-17,
.bold-text-18 {
  font-weight: 500;
}

.bold-text-19 {
  font-weight: 600;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.h1 {
  color: #040f36;
  font-size: 44px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-medium {
  line-height: 20px;
  display: flex;
}

.text-size-small.blue {
  color: #00518b;
}

.header_form-block {
  max-width: 100%;
  margin-bottom: 0;
}

.image_round-corner {
  border-radius: 14px;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccd3d9;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.error-message {
  background-color: #c4ffbb;
  border-radius: 4px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.padding-section-large {
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 180px;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #016ed2;
  border: 1px solid #016ed2;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #016ed2;
  background-color: #0000;
}

.check_text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 27px;
  display: grid;
}

.success-message {
  background-color: #c4ffbb;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1.4rem 1.5rem 1.5rem;
}

.text-size-medium {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold.blue {
  color: #00518b;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 60px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-25 {
  color: #fff;
  text-align: justify;
  min-width: 160px;
}

.div-block-53 {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 10px;
}

.image-22 {
  background-color: #0000;
  max-width: 140px;
  max-height: 140px;
  margin-left: 40px;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.bold-text-20 {
  line-height: 40px;
}

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

.map-div {
  flex-flow: row;
  align-items: center;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.div-map {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
  display: none;
  overflow: hidden;
}

.paragraph,
.paragraph-2,
.bold-text-21,
.paragraph-3,
.bold-text-22 {
  font-weight: 600;
}

.paragraph-4 {
  font-weight: 500;
}

.paragraph-5 {
  margin-top: 30px;
  font-weight: 500;
}

.paragraph-6,
.paragraph-7,
.paragraph-8 {
  font-weight: 500;
}

.map {
  width: 100%;
  height: 500px;
}

.div-block-55 {
  justify-content: center;
  display: flex;
}

.div-block-greenish {
  background-color: #85cfc8;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-yellowish {
  background-color: #fdf05d;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-orange {
  background-color: #ffa571;
  border-radius: 2px 100% 2px 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px #0003;
}

.map_div {
  flex-flow: column;
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.text-block-27 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.legend_global {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  min-width: 800px;
  max-width: 800px;
  height: 80px;
  display: flex;
  box-shadow: 0 3px 6px 1px #0003;
}

.paragraph-9 {
  font-weight: 600;
}

.div-block-56 {
  text-align: right;
  justify-content: flex-end;
  margin-top: -35px;
  display: none;
}

.text-block-image {
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.text-span-18 {
  font-size: 30px;
  font-style: italic;
}

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

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.project-icon {
  border-radius: 50%;
  position: relative;
  top: -10px;
  left: -18px;
  box-shadow: 0 2px 5px #0003;
}

.cover-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: 3px 4px 5px #000000d9;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  margin: 0;
}

.div-block-58 {
  margin: 10px;
}

.image-23 {
  width: 250px;
  height: 250px;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.cell-4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.blurblock {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.projects {
  text-align: right;
  white-space: nowrap;
  padding-top: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.background-video {
  width: 250px;
  height: 250px;
}

.background-video.video {
  width: 251px;
  height: 251px;
}

.bold-text-23,
.bold-text-24 {
  font-weight: 600;
}

.div-block-60 {
  max-width: 200px;
  margin-left: -17px;
  display: none;
}

.image-24 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.paragraph-10 {
  display: none;
}

.paragraph-2a {
  font-size: 20px;
  font-weight: 500;
}

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

.rich-text-imprint {
  text-align: justify;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-25 {
  max-height: 100px;
  display: block;
}

.image-26 {
  max-width: 140px;
  max-height: 98px;
}

.div-block-siegel {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  display: flex;
}

.image-27 {
  max-height: 100px;
  margin-left: 40px;
  display: none;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-9 {
  margin-left: 30px;
}

.div-block-62 {
  align-items: center;
  display: flex;
}

.link-block-10,
.link-block-11 {
  display: block;
}

.social-logo {
  filter: invert();
}

.social-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.counter {
  text-align: justify;
}

.text-block-90 {
  font-size: 150px;
  line-height: 150px;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  width: 410px;
  display: flex;
}

.div-block-64 {
  justify-content: center;
  display: flex;
}

.image-28 {
  padding-bottom: 3px;
  display: block;
}

.div-block-65 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.image-29 {
  display: block;
}

.carddiv_slide {
  align-items: center;
  width: 450px;
  display: flex;
}

.cell_slide {
  justify-content: center;
  align-items: center;
}

.card-title-slide {
  color: #000;
  text-align: center;
  margin-left: 60px;
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}

.quick-stack-3-slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
}

.card-cell-slide {
  box-shadow: 0 1px 15px 2px #00000008;
}

.div-block-spenden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -43px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-items {
    background-color: #fff;
    justify-content: space-around;
  }

  .navigation {
    align-self: stretch;
    padding: 15px 30px 15px 15px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    flex: 1;
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
      ". ."
      / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline,
  .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
      "."
      / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
      "."
      "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
      ". ."
      ". ."
      ". ."
      / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      "."
      / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .dropdown-list-4 {
    font-size: 14px;
    line-height: 21px;
  }

  .accordion-link {
    font-size: 18px;
  }

  .tooltip.info {
    font-size: 10px;
  }

  .tooltip.es-div {
    background-image: url('../images/es_2.png');
  }

  .details-text {
    margin-right: 0;
    padding-left: 0;
  }

  .details {
    font-size: 10px;
  }

  .tooltip_templates {
    flex-direction: column;
    display: flex;
  }

  .dtc-terminology,
  .dtc-info,
  .dtc-es,
  .dtc-icon {
    margin-right: 0;
    padding-left: 0;
  }

  .contact-2 {
    width: auto;
    padding: 30px 50px 40px;
  }

  .section-7.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .details-text-main {
    margin-right: 0;
    padding-left: 0;
  }

  .instruction-container {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .protocol-container {
    text-align: center;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tree-text,
  .author-text,
  .toc-text {
    margin-right: 0;
    padding-left: 0;
  }

  .factorial-model-container {
    text-align: center;
  }

  .ic21 {
    border-radius: 0;
    margin-top: 20px;
  }

  .icon-block {
    border-radius: 10px;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 75px;
    margin-top: 20px;
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    left: -10px;
  }

  .header-explanation {
    margin-right: 0;
    padding-left: 0;
  }

  .accordion-text-5 {
    font-size: 18px;
  }

  .mid-wiki-col {
    max-width: 991px;
  }

  .right-wiki-col {
    flex-direction: column;
    align-items: stretch;
    margin-left: 40px;
    display: none;
  }

  .title-div {
    margin-top: 50px;
  }

  .main-div {
    flex-direction: column;
  }

  .left-wiki-col {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .buff-col {
    display: none;
  }

  .wiki-icon {
    max-height: 48px;
  }

  .image-3d {
    display: block;
  }

  .image-1a {
    width: auto;
    height: auto;
  }

  .ic22 {
    border-radius: 0;
  }

  .image-2a {
    width: auto;
    height: auto;
  }

  .image-3b,
  .image-3c,
  .image-3a {
    display: block;
  }

  .main-div-footer,
  .main-div-wiki {
    flex-direction: column;
  }

  .dtc-study-types {
    margin-right: 0;
    padding-left: 0;
  }

  .main-image {
    border-radius: 0;
    margin-top: 20px;
  }

  .header {
    padding: 15px 30px 15px 15px;
  }

  .nav-bar {
    border-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: row;
    align-self: stretch;
    max-width: none;
    top: auto;
  }

  .wiki-navigation {
    align-self: stretch;
    padding: 15px 30px 15px 15px;
  }

  .navigation-wrap-sub {
    margin-right: 0;
  }

  .navigation-wrap-wiki {
    flex: 1;
    margin-right: 0;
  }

  .navigation-items-wiki {
    background-color: #fff;
    justify-content: space-around;
  }

  .navigation-item-wiki {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-wiki:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-wiki:active {
    background-color: #eef0f3;
  }

  .navigation-item-wiki.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-bar-sub {
    top: auto;
  }

  .nav-bar-sub-wiki {
    padding-right: 0;
    top: auto;
    left: -20px;
  }

  .expand-collapse-div {
    max-width: 920px;
  }

  .colexpbutton {
    padding-right: 0;
  }

  .youtube-div {
    grid-template-columns: 1fr 1fr;
  }

  .research,
  .dtc-wiki-captions {
    margin-right: 0;
    padding-left: 0;
  }

  .link-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .sci-link {
    font-size: 12px;
    line-height: 20px;
  }

  .image-a1-copy {
    width: auto;
    height: auto;
  }

  .wiki-image.image-1b {
    height: auto;
  }

  .wiki-image.image-1a {
    width: 500px;
    height: auto;
  }

  .wiki-image.image-1c {
    height: auto;
  }

  .image-container-4-3 {
    border-radius: 0;
  }

  .image-container-4-1,
  .ic31 {
    border-radius: 0;
    margin-top: 20px;
  }

  .ic33 {
    border-radius: 0;
  }

  .text-block-16 {
    margin-bottom: -40px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-btn-wrapper {
    z-index: 1;
  }

  .background-green-btn {
    z-index: -1;
  }

  .splash-card {
    width: 38%;
    display: none;
  }

  .text-block-18 {
    padding-bottom: 4px;
    line-height: 28px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-19 {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
  }

  .carddetails {
    font-size: 14px;
    line-height: 20px;
  }

  .about-us {
    padding-top: 10px;
    font-size: 25px;
  }

  .image-19 {
    max-width: 50px;
    max-height: 50px;
    top: 9px;
  }

  .div-block-39 {
    aspect-ratio: 3 / 2;
    background-position: 50% 5%;
    background-size: 960px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .link-13 {
    font-size: 14px;
  }

  .div-block-41 {
    aspect-ratio: 2 / 3;
  }

  .title-white {
    font-size: 35px;
  }

  .body-donation {
    background-image: url('../images/mann_kind.jpg');
    background-position: 50% 0;
    background-size: 80%;
    margin-top: 42.5%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .form {
    min-width: 600px;
    max-width: 800px;
    overflow: hidden;
  }

  .radio-button-label {
    text-transform: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    line-height: 18px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-span-18 {
    font-size: 24px;
    line-height: 30px;
  }

  .project-icon {
    max-width: 50px;
    max-height: 50px;
    top: 9px;
  }

  .cover-text {
    font-size: 34px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    margin: 0;
  }

  .projects {
    padding-top: 10px;
    font-size: 25px;
  }

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

  .div-block-62 {
    align-items: center;
    display: flex;
  }

  .text-block-90 {
    text-align: justify;
    width: 400px;
    margin-bottom: -40px;
  }

  .div-block-63 {
    width: 420px;
  }

  .div-block-65 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-spenden {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 26px;
    line-height: 40px;
  }

  .rich-text {
    text-align: center;
    width: 90%;
    max-width: 470px;
  }

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

  .heading-jumbo {
    font-size: 34px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item,
  .navigation-item.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .navigation {
    justify-content: center;
    padding-right: 15px;
  }

  .menu-button {
    padding-top: 10px;
    padding-left: 10px;
  }

  .navigation-wrap {
    justify-content: center;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
      "."
      "."
      / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
    position: static;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid,
  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .accordion-text,
  .accordion-text-2,
  .accordion-text-3,
  .accordion-text-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .asterixblock {
    display: none;
    position: relative;
    left: -9px;
    transform: scale(.8);
  }

  .div-block {
    flex-direction: column;
  }

  .tooltip.es-div {
    top: -8px;
  }

  .tooltip_templates {
    display: none;
  }

  .disclaimer {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid-2 {
    grid-column-gap: 30px;
    grid-template: "."
      "."
      "."
      / 1fr;
  }

  .text-field-2.cc-textarea {
    text-align: left;
  }

  .section-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-7.cc-contact {
    padding: 15px;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .ic21 {
    min-height: 0;
  }

  .text-block-9 {
    text-align: justify;
    margin-top: 40px;
  }

  .header-explanation {
    font-size: 12px;
    line-height: 16px;
  }

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

  .right-wiki-col {
    align-items: stretch;
  }

  .title-div {
    margin-top: 36px;
    margin-bottom: 50px;
  }

  .main-div {
    flex-direction: column;
  }

  .image-3d {
    display: none;
  }

  .image-container-2 {
    grid-template-columns: 1fr 1fr;
  }

  .ic22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .image-container-4 {
    grid-template-columns: 1fr 1fr;
  }

  .image-3b,
  .image-3c {
    display: none;
  }

  .image-3a {
    display: block;
  }

  .main-div-footer,
  .main-div-wiki {
    flex-direction: column;
  }

  .nav-bar {
    min-height: 35px;
  }

  .navigation-item-sub,
  .navigation-item-sub.w--current {
    font-size: 8px;
    line-height: 16px;
  }

  .navigation-wrap-wiki {
    justify-content: center;
  }

  .navigation-item-wiki {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 36px;
  }

  .navigation-item-wiki.w--current {
    font-size: 12px;
  }

  .nav-bar-sub {
    align-self: flex-end;
  }

  .nav-bar-sub-wiki {
    z-index: 1;
    left: -10px;
  }

  .expand-collapse-div {
    margin-right: 37px;
    padding-right: 0;
  }

  .colexpbutton {
    padding-right: 4px;
  }

  .heading-first {
    font-size: 18px;
    line-height: 24px;
  }

  .wiki-image {
    min-height: 75px;
  }

  .wiki-image.image-1b,
  .wiki-image.image-1a {
    min-height: 150px;
  }

  .wiki-image.image-3c {
    display: block;
  }

  .wiki-image.image-1c {
    height: auto;
  }

  .image-container-4-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-container-4-2,
  .image-container-4-4 {
    grid-template-columns: 1fr 1fr;
  }

  .ic33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

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

  .quick-stack {
    grid-row-gap: 20px;
  }

  .base-grid {
    width: 60px;
    height: 60px;
  }

  .circle-full {
    width: 120px;
    height: 120px;
  }

  .amount-small-none {
    font-size: 16px;
    top: 21px;
    left: 1px;
  }

  .percentage-bar-small,
  .percentage-bar-big,
  .percentage-bar-full-16,
  .percentage-bar-big-140 {
    width: 60px;
    height: 60px;
  }

  .amount-small-big {
    font-size: 16px;
    top: 44px;
    left: -40px;
  }

  .amount-small-small {
    font-size: 16px;
    top: 98px;
  }

  .text-block-18 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .percentage-bar-full-27,
  .percentage-bar-big-115,
  .percentage-bar-full-12,
  .percentage-bar-big-155,
  .percentage-bar-full-11,
  .percentage-bar-big-151,
  .percentage-bar-full-18,
  .percentage-bar-big-137,
  .percentage-bar-full-39,
  .percentage-bar-big-76,
  .percentage-bar-big-130 {
    width: 60px;
    height: 60px;
  }

  .amount-small-none2 {
    font-size: 16px;
    top: 48px;
    left: 11px;
  }

  .amount-small-small3 {
    font-size: 16px;
    top: 93px;
    left: -35px;
  }

  .amount-small-small2 {
    font-size: 16px;
    top: 89px;
  }

  .amount-small-small4 {
    font-size: 16px;
    top: 78px;
    left: 14px;
  }

  .amount-small-big2 {
    font-size: 16px;
    top: 42px;
    left: -43px;
  }

  .amount-small-none3 {
    font-size: 16px;
    top: 36px;
    left: 5px;
  }

  .text-block-19 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .card-title {
    font-size: 30px;
  }

  .card-cell {
    align-items: center;
  }

  .quick-stack-3 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .about-us {
    margin-bottom: -10px;
  }

  .cell-3 {
    padding-right: 30px;
  }

  .nav-link-3 {
    padding-left: 20px;
  }

  .nav-menu-2 {
    display: block;
  }

  .mitmachen-text {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-39 {
    aspect-ratio: 1;
  }

  .div-block-41 {
    aspect-ratio: 2 / 3;
  }

  .title-white {
    text-shadow: 0 2px 1px #000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 40px;
  }

  .list-item-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .body-donation {
    background-size: 100%;
    margin-top: 53.65%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .card-title-copy {
    font-size: 30px;
  }

  .h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .text-span-18 {
    font-size: 18px;
    line-height: 20px;
  }

  .cell-4 {
    padding-right: 30px;
  }

  .projects {
    margin-bottom: -10px;
  }

  .rich-text-imprint {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .div-block-siegel {
    flex-flow: column;
  }

  .div-block-62 {
    align-items: center;
    display: flex;
  }

  .text-block-90.counter {
    text-align: left;
  }

  .div-block-63 {
    justify-content: space-between;
    align-items: center;
  }

  .card-title-slide {
    font-size: 30px;
  }

  .quick-stack-3-slide {
    padding-left: 65px;
    padding-right: 65px;
  }

  .card-cell-slide {
    align-items: center;
  }

  .div-block-spenden {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-small {
    max-width: 97vw;
    font-size: 20px;
    line-height: 30px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 22px;
    line-height: 28px;
  }

  .menu-icon {
    margin-left: 10px;
    padding-bottom: 8px;
  }

  .navigation-item {
    font-size: 16px;
  }

  .navigation-item.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 36px;
  }

  .menu-button,
  .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form,
  .contact-form-wrap,
  .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid,
  .social-media-heading,
  .project-overview-grid,
  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .accordion-text {
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown-list,
  .dropdown-list-2,
  .dropdown-list-3 {
    padding-left: 15px;
  }

  .accordion-text-2,
  .accordion-text-3,
  .accordion-text-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown-list-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .asterixblock {
    display: none;
    transform: scale(.8);
  }

  .contact-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .behavioural-protocol {
    font-size: 24px;
    line-height: 32px;
  }

  .instruction-container {
    border-radius: 0;
    margin-top: 20px;
  }

  .protocol-container {
    border-radius: 0;
  }

  .ic21 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .icon-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex: 1;
    justify-content: space-around;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    left: 0;
  }

  .text-block-9 {
    width: 100%;
    display: block;
  }

  .default-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .right-wiki-col {
    margin-left: 0;
  }

  .left-wiki-col {
    justify-content: center;
    align-self: stretch;
    padding-right: 0;
  }

  .wiki-icon {
    max-height: 55px;
  }

  .image-3d {
    display: none;
  }

  .image-1a {
    display: block;
  }

  .image-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
    overflow: hidden;
  }

  .ic22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-container-4 {
    border-radius: 0;
    grid-template-columns: 1fr;
    display: none;
  }

  .image-2b {
    display: block;
  }

  .image-2a,
  .image-1b,
  .image-3b {
    display: none;
  }

  .image-1c,
  .image-2c,
  .image-3c,
  .image-1d {
    display: block;
  }

  .image-3a {
    display: none;
  }

  .main-image {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .header {
    padding-right: 20px;
  }

  .nav-bar {
    min-width: 0;
    min-height: 40px;
    padding-right: 20px;
  }

  .wiki-navigation {
    padding-right: 20px;
  }

  .navigation-item-sub,
  .navigation-item-sub.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
    line-height: 16px;
  }

  .navigation-item-wiki {
    font-size: 16px;
    line-height: 36px;
  }

  .nav-bar-sub {
    z-index: 1;
    border-bottom-left-radius: 0;
    justify-content: space-between;
    align-self: flex-end;
    min-width: 0;
  }

  .nav-bar-sub-wiki {
    z-index: 1;
    border-bottom-left-radius: 0;
    min-width: 0;
    padding-right: 10px;
    left: 0;
  }

  .expand-collapse-div {
    margin-right: 24px;
  }

  .colexpbutton {
    padding-right: 10px;
  }

  .youtube-div {
    grid-template-columns: 1fr;
  }

  .image-a1-copy {
    display: block;
  }

  .wiki-image {
    width: auto;
    height: auto;
  }

  .wiki-image.image-1b,
  .wiki-image.image-1c {
    display: block;
  }

  .wiki-image.image-1d,
  .wiki-image.image-4c {
    display: none;
  }

  .image-container-4-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-container-4-1 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .image-container-4-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .image-container-4-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ic31 {
    border-radius: 0;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .ic33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ic32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .lb21b {
    display: none;
  }

  .lb21b.w--current {
    display: flex;
  }

  .link-block-3,
  .link-block-4,
  .link-block-5,
  .link-block-6,
  .link-block-7,
  .link-block-8 {
    display: none;
  }

  .lb2 {
    display: block;
  }

  .lb2.w--current {
    display: flex;
  }

  .lb22 {
    display: block;
  }

  .lb22.w--current {
    display: flex;
  }

  .lb31b,
  .lb31c,
  .lb21b-copy {
    display: none;
  }

  .lb21b-copy.w--current {
    display: flex;
  }

  .navbar {
    overflow: hidden;
  }

  .text-block-16 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-17 {
    font-size: 30px;
    line-height: 40px;
  }

  .quick-stack {
    padding: 0;
  }

  .div-block-35 {
    overflow: hidden;
  }

  .statcell {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .stattext {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-36 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .amount {
    font-size: 30px;
  }

  .percentage-bar {
    width: 38px;
    height: 38px;
  }

  .base-grid {
    width: 50px;
    height: 50px;
    left: 50px;
  }

  .top-circle.out-line {
    width: 60px;
    height: 60px;
  }

  .circle {
    width: 80px;
    height: 80px;
  }

  .skill-wrapper {
    width: 90%;
  }

  .percentage-bar-block-15,
  .percentage-bar-block-10,
  .percentage-bar-block-6,
  .percentage-bar-block-13 {
    width: 38px;
    height: 38px;
  }

  .circle-full {
    width: 100px;
    height: 100px;
  }

  .amount-small-none {
    font-size: 14px;
    line-height: 20px;
    top: 17px;
    left: 1px;
  }

  .percentage-bar-small,
  .percentage-bar-big,
  .percentage-bar-full-16,
  .percentage-bar-big-140 {
    width: 50px;
    height: 50px;
  }

  .amount-small-big {
    font-size: 14px;
    line-height: 20px;
    top: 29px;
    left: -36px;
  }

  .amount-small-small {
    font-size: 14px;
    line-height: 20px;
    top: 78px;
    left: -6px;
  }

  .text-block-18 {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .percentage-bar-full-27,
  .percentage-bar-big-115,
  .percentage-bar-full-12,
  .percentage-bar-big-155,
  .percentage-bar-full-11,
  .percentage-bar-big-151 {
    width: 50px;
    height: 50px;
  }

  .base-grid-big {
    width: 38px;
    height: 38px;
  }

  .quick-stack-2 {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .percentage-bar-full-18,
  .percentage-bar-big-137,
  .percentage-bar-full-39,
  .percentage-bar-big-76,
  .percentage-bar-big-130 {
    width: 50px;
    height: 50px;
  }

  .amount-small-none2 {
    font-size: 14px;
    line-height: 20px;
    top: 44px;
    left: 9px;
  }

  .amount-small-small3 {
    font-size: 14px;
    line-height: 20px;
    top: 74px;
    left: -29px;
  }

  .amount-small-small2 {
    font-size: 14px;
    line-height: 20px;
    top: 67px;
  }

  .amount-small-small4 {
    font-size: 14px;
    line-height: 20px;
    top: 59px;
    left: 9px;
  }

  .amount-small-big2 {
    font-size: 14px;
    line-height: 20px;
    top: 39px;
    left: -38px;
  }

  .amount-small-none3 {
    font-size: 14px;
    line-height: 20px;
    top: 24px;
    left: 6px;
  }

  .text-block-19 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .card-title {
    font-size: 24px;
  }

  .header-div {
    overflow: hidden;
  }

  .quotation-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38 {
    min-width: 300px;
  }

  .text-block-21 {
    margin-left: -44px;
    font-size: 16px;
    line-height: 20px;
  }

  .quick-stack-5 {
    min-width: 340px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us {
    padding-top: 23px;
    font-size: 20px;
    line-height: 30px;
  }

  .cell-3 {
    padding-right: 30px;
  }

  .navbar-bot {
    overflow: hidden;
  }

  .mitmachen {
    padding: 10px;
  }

  .mitmachen-text {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-white {
    overflow: hidden;
  }

  .div-block-39 {
    aspect-ratio: 2 / 3;
  }

  .div-block-donation,
  .div-block-40 {
    overflow: hidden;
  }

  .div-block-41 {
    aspect-ratio: 2 / 3;
    margin-top: 140px;
  }

  .title-white {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-42 {
    margin-top: 30px;
  }

  .list-6 {
    margin-bottom: 60px;
  }

  .body-donation {
    background-size: 100%;
    margin-top: 53%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .card-title-copy {
    font-size: 24px;
  }

  .h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-54 {
    flex-flow: column;
  }

  .div-map {
    margin-top: 30px;
  }

  .legend_global {
    min-width: 300px;
  }

  .cell-4 {
    padding-right: 30px;
  }

  .projects {
    padding-top: 23px;
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-2a,
  .link-14 {
    font-size: 16px;
  }

  .rich-text-imprint {
    width: 100%;
    max-width: 97vw;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26 {
    max-width: none;
    max-height: none;
  }

  .div-block-siegel {
    flex-flow: column;
  }

  .image-27 {
    max-height: none;
    margin-left: 0;
  }

  .div-block-62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .social-div {
    flex-flow: column;
  }

  .text-block-90 {
    width: 260px;
    font-size: 100px;
    line-height: 100px;
  }

  .div-block-63 {
    width: 260px;
  }

  .card-title-slide {
    font-size: 24px;
  }

  .div-block-spenden {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 10px;
    display: flex;
  }
}

#w-node-_7b8c540e-088e-46d4-69a7-eea032a6255f-c0e99021 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6d382a0-1feb-0b3e-e919-ff31ea16e31e-c0e99021 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1fc4bbd0-a7a2-c287-e496-cf33ce9651e1-c0e99021 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-dfd6e9aa-4fcb-efc4-dfe2-720ce331ab6a-c0e99021 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-d08d95bf-e0df-fc29-94c6-796898424f7b-c0e99021 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-ba38b4eb-79a5-eceb-0242-2b8a77a708b7-c0e99021 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7b8c540e-088e-46d4-69a7-eea032a6255f-c0e99021 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b6d382a0-1feb-0b3e-e919-ff31ea16e31e-c0e99021 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1fc4bbd0-a7a2-c287-e496-cf33ce9651e1-c0e99021 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-dfd6e9aa-4fcb-efc4-dfe2-720ce331ab6a-c0e99021,
  #w-node-d08d95bf-e0df-fc29-94c6-796898424f7b-c0e99021 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1fc4bbd0-a7a2-c287-e496-cf33ce9651e1-c0e99021 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-dfd6e9aa-4fcb-efc4-dfe2-720ce331ab6a-c0e99021 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d08d95bf-e0df-fc29-94c6-796898424f7b-c0e99021,
  #w-node-ba38b4eb-79a5-eceb-0242-2b8a77a708b7-c0e99021 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1fc4bbd0-a7a2-c287-e496-cf33ce9651e1-c0e99021 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}